Questions on Basic Algorithmic and Programming Questions - easy to medium difficulty. Know basic algorithm questions.
Software Development Engineer Interview Questions
32,839 software development engineer interview questions shared by candidates
Second interview: Simple twosum problem.
What was my most challenging situation in work and how did I handle it.
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.
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.
Viewing 931 - 940 interview questions