Reverse each word of the string without reversing the order of the words this is a test BECOMES siht si a tset
Software Development Engineer Ii Interview Questions
2,268 software development engineer ii interview questions shared by candidates
why do you want to join nokia?
They asked from data structures and algorithms, oops, os, dbms
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).
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.
Q: By share screen, please create code to reverse each words in a sentence.
Different Sorting Algorithms and Big O of each
I was asked two questions. One was given an array of integers find triplets such that a^2 + b^2 = c^2.
Q: alien dictionary
Solve: M is a 2D matrix of integers (nXm) they are sorted in both row and column Write a function search(int s) that return the exact location of the number or Null using lgn
Viewing 11 - 20 interview questions