Reverse each word of the string without reversing the order of the words this is a test BECOMES siht si a tset
Software Developer Ii Interview Questions
6,461 software developer ii interview questions shared by candidates
why do you want to join nokia?
Given a set of intervals(time in seconds) find the set of intervals that overlap
Write code that reverses words in a string.
They asked from data structures and algorithms, oops, os, dbms
I am under NDA and cannot elaborate but they were not difficult. If you are decent at software engineering and practice with Cracking the Coding Interviews then you would be able to do them easily.
You are given a predefined function which generates random number from 1 to 5. You need to use this function and create another function which will generate random number from 1 to 7. Now most important thing is to remember that new random function should be even (i.e. the number generated should be unpredictable, and evenly spaced out).
Create bunch of Api for project in 4-6 hours.
Given a balance and marbles where one marble weighs more than the other, how many times do you have to use the balance to find the heaviest marble for 7 marbles. Then, extend that answer to how many marbles can you weigh with 4 tries.
Remove all characters of a string from another string. The algorithm should be less than O(m*n) where m & n are lengths of strings and the space used should be less than O(m+n).
Viewing 21 - 30 interview questions