Designing a slack/whatsapp-like chatting system between developers in a company.
Graduate Software Developer Interview Questions
1,327 graduate software developer interview questions shared by candidates
Brush up on current tech and why you find that interesting
Count the number of letters and numbers that appear in a row and print out this information sequentially. For example: ABAACCDB would be 1A1B2A2C1D1B You were also required to be able to take 1A1B2A2C1D1B and turn it back into it's original form of ABAACCBD.
A, C, E, G -- what is the next letter? (easiest example I can remember)
Name as many capital cities as possible
what is your perfect team
What technology you would like to learn the most?
If a number is multiple of 3 print 'fizz'. If it number is multiple of 5 print 'buzz'. If it number is multiple of 3 and 5 print 'fizzbuzz'.
Return last unique character in a string ? And some difficult graph questions
Given a directory return k biggest files inside all files and directories from inside given directory.
Viewing 141 - 150 interview questions