Design a scheduler to run many functions at different times. It needs to (obviously) be thread-safe. Each task which is scheduled to run will have a time stamp, containing a desired execution time, a function pointer (containing the desired function). Also, find a way to supply the arguments to each function. Implement the mechanisms for scheduling/removing work to be done. How would you handle functions that must be serialized as opposed to ones that didn't need to be?
Engineer Ii Interview Questions
9,767 engineer ii interview questions shared by candidates
Write a method to traverse a Binary Tree
Assume a text console where somebody is typing input. Whenever the person hits enter, we should display the string that he has entered. The string can be very very long and the program that takes the input and displays should be as fast as possible. Write such a C program
I was asked to read the output of a network packet exchange and explain what I was seeing
How do you process millions of Oracle AP Invoices ? What is the most efficient way ?
If a Payment Process Request is stuck, how do you automate it to run with out human intervention
OTA interview questions ranged from Leetcode easy-medium/easy.
First round is coding, where they would give you real time problem based on your domain
How do you ensure projects are meeting deadlines when working on a team where you do not have direct reports
Write the code in backend application to retrieve data from the Web API
Viewing 1161 - 1170 interview questions