Input is an array containing chars "n", "p", and "q". Output an array that sorts the chars (all the p's, then all the q's, then all the n's)
Graduate Software Developer Interview Questions
7,749 graduate software developer interview questions shared by candidates
What is the time complexity
Why do you want to work for Bloomberg
coding problem
Nothing too difficult. How to verify a string made from "{[()]}" is syntactically correct. With each open bracket being closed before any preceding brackets.
Given a tree not necessarily binary. Each edge has a number on it. Find the longest consecutive sequence of integers.
What are some things that you enjoy doing?
Why apply for this job?
Tell me about an achievement that you're particularly proud of.
2) You have a function that tells you weather a string is a substring of another string ("ma" is a substring of "mail"). find a method that uses only one call for this function that finds weather a string is a cyclic reordering of another string ("ilma" is a cyclic reordering of "mail")! write a code that does it!
Viewing 161 - 170 interview questions