R1. Discussion R2. Technical frontend questions on Javascript and problem solving R3. Technical front-end questions continued in React coding this time R4. More discussions but useless R5. Assignment on some system design problem and making a tech spec out of it R6. Discussion of tech spec on Front of engineering lead, tech lead, other members in the team (mostly juniors) R7. Offer discussion by calling to office and meet in person R8. I declined to take meeting without any offer
Engineer Iii Interview Questions
2,119 engineer iii interview questions shared by candidates
What has led you to this point in your career
Coding challenge was to design an API with tests and documentation
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?
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
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
What are the 3 most important things you want out of a job?
Viewing 1911 - 1920 interview questions