Category: software

Compiler interview questions

1. What is an interpreter ? An interpreter is a program that appears to execute a source program as if…

Continue Reading Compiler interview questions

Operating system interview questions

1. What is the main purpose of an operating system ? Three main functions: a. Manage the computer’s resources, such…

Continue Reading Operating system interview questions

Algorithm interview questions

1. What is Insertion sort ? Insertion sort takes elements of the array sequentially and maintains a sorted subarray to…

Continue Reading Algorithm interview questions

Database management system – DBMS

1. What is DBMS used for ? A database management system is the one who manages data efficiently and allows…

Continue Reading Database management system – DBMS

Data Structure interview questions

1. What is data structure? Data structure refers to the way data is organized and manipulated. Data structure seeks to…

Continue Reading Data Structure interview questions