InterviewDigestInterviewDigest
Back to Question Bank

Technical Round Questions

4 real questions extracted from Technical Round rounds.

honeywellSDE-1 / New Grad4 days ago

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.

honeywellSDE-1 / New Grad4 days ago

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.

honeywellSDE-1 / New Grad4 days ago

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.

honeywellSDE-1 / New Grad4 days ago

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.