A test assignment with the aim of understanding your knowledge of OOP design skills.
Software Developer Iii Interview Questions
1,276 software developer iii interview questions shared by candidates
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.
-Basic coding related to strings, DSA and some algorithms.
I did not attend the interview. They conduct interviews through Karat and i am not a fan of it.
Viewing 1131 - 1140 interview questions