Technical Round Questions
4 real questions extracted from Technical Round rounds.
Explain the range and types of data types in C++. Describe storage class specifiers and the difference between global and static keywords.
Interviewer assessed knowledge of C++ data types, their ranges, storage class specifiers, and differences between global and static keywords. Questions also covered recursion, real-time OS concepts (e.g., Round-robin scheduling), and a problem to find the midpoint of a linked list using a single traversal.
Find the midpoint of a linked list using a single traversal.
Interviewer assessed knowledge of C++ data types, their ranges, storage class specifiers, and differences between global and static keywords. Questions also covered recursion, real-time OS concepts (e.g., Round-robin scheduling), and a problem to find the midpoint of a linked list using a single traversal.
What conditions are required to implement Round-robin scheduling in a real-time OS?
Interviewer assessed knowledge of C++ data types, their ranges, storage class specifiers, and differences between global and static keywords. Questions also covered recursion, real-time OS concepts (e.g., Round-robin scheduling), and a problem to find the midpoint of a linked list using a single traversal.
Explain the concept of recursion and its applications.
Interviewer assessed knowledge of C++ data types, their ranges, storage class specifiers, and differences between global and static keywords. Questions also covered recursion, real-time OS concepts (e.g., Round-robin scheduling), and a problem to find the midpoint of a linked list using a single traversal.
InterviewDigest