write a boolean method to find out if a number is a power of 2
Development Interview Questions
137,207 development interview questions shared by candidates
1- Given an array of integers, positive and negative. find an interval in that array, whose elements constitutes the maximum sum
Given an integer write a function that converts the input into a linkedList where each node corresponds to a number of the integer. Eg: 25697 == 2 -> 5 -> 6 -> 9 -> 7 Then write a function that takes 2 linkedList, add the corresponding integers and return a third list with the result.
Given a string, find whether it has any permutation of another string. Need to be efficient
Design a Data Structure SpecialStack that supports all the stack operations like push(), pop(), isEmpty(), isFull() and an additional operation getMin() which should return minimum element from the SpecialStack. All these operations of SpecialStack must be O(1). To implement SpecialStack, you should only use standard Stack data structure and no other data structure like arrays, list, etc.
See above for type of question?
Will i be able to fulfill the targets from the first month itself.
Why are you into sales?
I am an iPhone user, sell me an android cable.
tell me about your choice between two families one with higher money along with bright child and one with lower money along with average child (in academic)
Viewing 331 - 340 interview questions