Binary tree: Given any node, write a function dump with returns String 1) returns " " if node is null 2) returns the data if node is a leaf node. 3) returns data, leftChild.data and rightChild.data if node has 2 children
Graduate Developer Interview Questions
5,184 graduate developer interview questions shared by candidates
2 Coding Questions.
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)
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.
Here at Amadeus we encourage a multicultural environment, could you give me an example of when you have worked in a multicultural environment? How did you handle it?
You have a database that stores arbitrary data, that will regularly change. You have a number of servers that need to regularly pull updates from the database. How do you structure the system so that the database doesn't get overloaded
Viewing 111 - 120 interview questions