Very basic questions on data structures and algorithms.
Software Development Interview Questions
36,990 software development interview questions shared by candidates
Basic SQL query Sliding Window, a Dynamic Programming Problem
Write a program to reverse the word in a given multiword string.There were some constraint like dont take any other array or string.we had to reverse the word at its place. For ex: Hello world then o/p will be "olleH dlrow"
Online Assessment: 1 Easy Problem solving question, which has to be done in 30 min, explanatory video for the same had also to be recorded. 1st Technical Round: This was focused on DS/Algo, Problem solving. Some Java based and Design Implementation based questions were also asked. Code has to be written for some of the questions being asked. 2nd Technical Round: This round was focused on System Design. A real world scenario was given, which has to be solved with appropriate System Design concepts. 3rd Technical Round: Questions on past experiences were asked, why and how you have used the tech in your previous projects, some System design arguments on past projects. A problem solving question (DS/Algo) was also asked, for which code has to be written. Java based questions, questions on OS concepts, threading etc. were also asked
In round two, was asked to design a system like google forms
How to increase speed of divide operation ? How can we use the fact if divisor is 8 bit number only ?
puzzle -Let’s say that you have 25 horses, and you want to pick the fastest 3 horses out of those 25. In each race, only 5 horses can run at the same time because there are only 5 tracks. What is the minimum number of races required to find the 3 fastest horses without using a stopwatch?
/* <entity> <relationship_type> <entity> A < B B < C E < B C < A --> Violation /*
write a program for amstrong number
Situation based questions on networking scenarios. What is this happens or similar.
Viewing 731 - 740 interview questions