All technical rounds are dealing with design patterns. You have to define your classes and write down some algorithms to fulfill the functionality. I was also asked a DP problem.
Software Development Engineer Interview Questions
33,184 software development engineer interview questions shared by candidates
Count the number of words in a string without using any libraries or splitting the sentence or using regular expressions.
Design an algorithm to put the advertisement on the several position of a webpage. Such that no duplicate and a lot of other restrictions.
Basic logic question and no coding in OA1, 3 coding OA2.
Find the maximum number of substrings with k distinct characters. input: "pqpqs", k=2 output: [pq,pqp,pqpq,qp,qpq,pq,qs]
Given two parameters, the first parameter being a string of words with no spaces, the second being a dictionary with all thinkable words, return the first string with spaces put in between the words.
How to delete the spaces in a string without copying it into another string.
what are your technological interests
LP questions 2-3 (30-35min).
Signed an NDA. Just know your sorting algorithms, out to use Hash Maps and how to analyze Big O. Also think about scalability.
Viewing 941 - 950 interview questions