they are not ask any technical questions just want to know about your family background..
Software Developers Interview Questions
96,343 software developers interview questions shared by candidates
you are given an unsorted array of integers which are showing the price of a stock during the time. you wanna buy some amount of the stocks at some point, and sell them at a later time, so that to maximize your revenue. Asked for O(n) algorithm.
If you have an array of 9 numbers from 1-10. How would you find out which number is not included in the array and what is the big O of it?
Questions involve technical as well as behavioural. Team spends good amount of time evaluating your technical skills, cultural fit.
Write a program to find the total number of ways an unlimited supply of {1,3,5} Rupee coins can be used to sum up a given number
converging maze 1) largest cycle 2) maximum input point 3) shortest meeting point between 2 nodes.
3 coding based on graphs
Core Java questions.
1. Lock and Unlock a node of the given tree, Structure of the tree: one root multiple childs (>2). problem: find solution for locking and unlocking the nodes logic with log(N) complexity. Lock(node): returns boolean we can lock the node if and only if ancestor nodes and descendant nodes are not locked. if they are locked then return false else return true Unlock(node): returns boolean if node is already locked then unlock it and return true else return false
Technical
Viewing 441 - 450 interview questions