What was my most challenging situation in work and how did I handle it.
Development Interview Questions
137,437 development interview questions shared by candidates
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.
How would you scale a web application with millions of users
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.
You accidentally entered: cd /bin; chmod 644 chmod, how can you fix it
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.
Viewing 1701 - 1710 interview questions