IBM
IBM Technical MCQ Questions
42 verified technical mcq questions with answer keys and step-by-step explanations. Core computer science, DSA, programming and subject knowledge questions.
Timed-style palette, bookmarks and progress - all stored in your browser.
Topics covered: Computer Science · Core Computer Science · Data Structures & Algorithms · Vlsi & Circuits
- In a multi-threaded Linux process, Thread1 and Thread2 each have their own private call...Medium
- Question 10 Which among these are stateful application layer protocol.Medium
- Question 11 A client wants to establish a connection to a server over the internet.Medium
- Question 13 Which of the given below function(s) initializes the allocated memory to "zero"?Medium
- Question 14 Which of the following statements is/are correct in the context of CPU scheduling?Medium
- What is the command used to monitor and manage network connections in Linux?Medium
- Question 10 How many child process is created if below code is executed (Assume compilation...Medium
- Question 6 Which among the following is the correct way to declare a pointer to a function...Medium
- Consider the following recurrence relation: R(a) = 3R(a/4) + n The time complexity of R(n)...Medium
- In a 5-stage pipeline system with clock speed of 50 MHz, what is the CPU execution time if...Medium
- What is the output of the following C program snippet?Medium
- Question 14: What will be the last printf() output?Medium
- What will be the result when the following code is executed (assume all required header...Medium
- Which of the following is the correct way to dynamically allocate memory for...Medium
- Question 17 Which of the following statement FALSE:Medium
- What is the problem with the following C program snippet?Medium
- What is the output of the program: Pick ONE optionMedium
- How to call a function with arguments without using the function name?Medium
- What is the output of the following C program snippet?Medium
- Which of the following statement is TRUE.Medium
- Question 8 What would be the output of this method?Medium
- In a normal 5-day work week, each of 12 employees produces 300 items per day.Medium
- A car with an original value of 52,500 depreciates 10,000 in the first year and thereafter...Medium
- A builder has to pour a concrete slab 12 centimeters thick to cover an area 10 meters long...Medium
- A product is supported each week by three Customer Service Representatives (CSRs).Medium
- Foreign language broadcast records last 90 minutes on each of two sides.Medium
- It takes 25.5 minutes to download a file using Modem A.Medium
- A university's library checks out books for a 4-week period, but allows them to be renewed...Medium
- If a computer printer is capable of printing 4900 monthly credit card bills per hour, while...Medium
- An office used three types of envelopes: small, medium, and large.Medium
- A company provides medical insurance that pays 50% of the costs with a 180.00 deductible...Medium
- Two copiers are used to produce 2400 copies of a document.Medium
- A shopkeeper divides an ice-cream brick in two halves, then cuts one of the halves into...Medium
- A company finds that 62% of applicants pass its hiring test.Medium
- Yearly subscriptions to professional magazines cost a company $951.Medium
- What is the best way to implement a map (storing a key, value) with fixed number of key,...Medium
- Following keys are inserted into a hash table: 6, 29, 20, 16, 21, 33, 12, 17, 13, 41, 30...Medium
- Which of the following statement in FALSE.Medium
- In the case of a 70 MHz IF carrier for a transponder bandwidth of 36 MHz, energy must lie...Medium
- Radar used to eliminate clutter in navigational application is:Medium
- The very first process created by the kernel that runs till the kernel process halts is:Medium
- What is the output of the following C program?Medium