If you were chosen, what would be the hardest part about being a flight attendant?
MISSING VALUE Interview Questions
6,572,946 interview questions shared by candidates
Given an ArrayList of Nodes, with each Node having an ID and a parent ID, determine whether the List is given in preorder.
- Reverse DNS - 3-way handshake - What is NULL (SQL)
About Myself and my area of expertise.
How would you code up a custom rectangle detector?
how would you design how a cellphone implements its contact list when you press a certain letter. For example, If you press M it will tell you all the names starting with M. then if you press MI it will tell you all names starting from MI and so forth....
Given two numbers n and m, divide n by m without using the division operator. Return both the integer answer as well as the remainder.
what do you think is the most important part of sales
We have a log file, can grow pretty big. Each line is a trace-log, and the first field is the RequestID. We need to scan the file, and print all the logs for requests which resulted in error .. 001 <timestamp> BEGIN 001 <timestamp> fetched from db 001 <timestamp> some processing .. 002 <timestamp> BEGIN .. 002 <timestamp> fetched from db 001 <timestamp> returned success 003 <timestamp> BEGIN 001 <timestamp> END 003 <timestamp> some work 002 <timestamp> ERROR 003 <timestamp> some other work
Swap two digits from an integer, the result should be the maximum. For example 1682 -> 8126
Viewing 4231 - 4240 interview questions