Coding challenge was to design an API with tests and documentation
Engineer Iii Interview Questions
2,119 engineer iii interview questions shared by candidates
What has led you to this point in your career
A test assignment with the aim of understanding your knowledge of OOP design skills.
in a word document, find 10 top most occurring words? what data structure to be used, and print top 10 occurring words and their count. avoid words like('a' , 'an' , 'the' , 'for' ...) can we use std::map vs unordered_map vs custom max_heap DS.
how to find if a window application process is running or hanged? how to detect which thread is hanged? which location is it hanged? - logging? debugging?? task manager? ps/top? windbg? or attach the running process to a debugger and find call trace of all threads?
Difference between List and Tuple. Program to print List of Fibonacci numbers using iteration and recursion. OOPS concepts Sort list of tuples using criteria as second value in the tuple
Input : arr[] = {1, 2, 3, 4, 5, 6, 7} Output : 4 5 3 6 2 7 1 Given an array of n elements. Write a program to rearrange the array such that elements at even positions are greater than all elements before it and elements at odd positions are less than all elements before it.
Pen and Paper code implementation on some topic. Example library system management Expect all kinds of Managerial round questions
What are the 3 most important things you want out of a job?
Describe all the states in the TCP connection state machine.
Viewing 1911 - 1920 interview questions