You have two operations: add by one and multiply by 2. Find the minimum number of operations to get from 0 to any particular integer.
Software Development Engineer I Interview Questions
1,214 software development engineer i interview questions shared by candidates
Simple ones in first two rounds. The onsite was a project given there,upon being grouped into teams of 2-3 people.
NDA
Why do you want to join the company?
NDA- I can't say
How can u measure the temperature outside when you stay inside?
Signed an NDA. Just know your sorting algorithms, out to use Hash Maps and how to analyze Big O. Also think about scalability.
Add two linked lists Input: First List: 5->6->3 // represents number 563 Second List: 8->4->2 // represents number 842 Output Resultant list: 1->4->0->5 // represents number 1405
Count the number of words in a string without using any libraries or splitting the sentence or using regular expressions.
Detect if two strings are anagrams from one another. (Not palindoms! Anagrams are just mixed letters)
Viewing 51 - 60 interview questions