Basic logic question and no coding in OA1, 3 coding OA2.
Software Development Interview Questions
36,992 software development interview questions shared by candidates
Find the maximum number of substrings with k distinct characters. input: "pqpqs", k=2 output: [pq,pqp,pqpq,qp,qpq,pq,qs]
Given two parameters, the first parameter being a string of words with no spaces, the second being a dictionary with all thinkable words, return the first string with spaces put in between the words.
How to delete the spaces in a string without copying it into another string.
what are your technological interests
How does a CPU work?
LP questions 2-3 (30-35min).
Signed an NDA. Just know your sorting algorithms, out to use Hash Maps and how to analyze Big O. Also think about scalability.
I signed an NDA for the process and cannot share particular problems. I was asked very standard types of problems, the kind of stuff Cracking the Coding Interview recommends you know. Problems were in Java or C++ so brush up on that. Also study their leadership principles because at the end they do a personality survey which I believe plays a fairly big factor in their decision.
They focus a lot on data structures, algorithms and optimal solutions.
Viewing 1031 - 1040 interview questions