

InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
1. |
Which filing system is used by the Windows NT?(a) FAT(b) VFAT(c) HPFS(d) NTFSI had been asked this question in a job interview.Origin of the question is Characteristics of Windows NT topic in chapter Real Time Operating systems of Embedded Systems |
Answer» Correct choice is (d) NTFS |
|
2. |
Which commands can be used to access the removable media?(a) system calls(b) loop instruction(c) mount and unmount command(d) procedure commandsThe question was asked in a job interview.Enquiry is from Linux-II topic in section Real Time Operating systems of Embedded Systems |
Answer» The correct answer is (c) mount and unmount command |
|
3. |
What does LPC stand for?(a) local procedure call(b) local program call(c) local program code(d) local procedure codeThis question was addressed to me during an interview.The question is from Characteristics of Windows NT-II in chapter Real Time Operating systems of Embedded Systems |
Answer» The correct answer is (a) local PROCEDURE call |
|
4. |
Which provides the library interface to allow C programs to call standard I/O functions?(a) RTL(b) TNX(c) IFX(d) MPVThe question was posed to me by my school principal while I was bunking the class.My doubt stems from Commercial Operating Systems-II topic in chapter Real Time Operating systems of Embedded Systems |
Answer» Right answer is (a) RTL |
|
5. |
Which of the following control and supervises the memory requirements of an operating system?(a) processor(b) physical memory manager(c) virtual memory manager(d) ramThe question was asked during an online interview.The above asked question is from Resource Protection-II topic in section Real Time Operating systems of Embedded Systems |
Answer» Correct option is (c) VIRTUAL memory manager |
|
6. |
What limits the amount of virtual memory in Windows 3.1?(a) size of the swap file(b) nature of swap file(c) static file(d) dynamic fileThis question was posed to me by my school principal while I was bunking the class.Query is from Resource Protection-II in section Real Time Operating systems of Embedded Systems |
Answer» The correct answer is (a) size of the SWAP file |
|
7. |
Which of the following possesses threads of execution?(a) process(b) thread(c) kernel(d) operating systemI got this question by my school teacher while I was bunking the class.The above asked question is from Tasks,Threads and Process in chapter Real Time Operating systems of Embedded Systems |
Answer» CORRECT OPTION is (a) process Best explanation: The process has THREADS of execution which are the paths through the CODE. |
|
8. |
Which can be supported if the task or process maintains a separate data area for each thread?(a) single thread system(b) mono thread system(c) multiple threads(d) dual threadsI got this question by my college professor while I was bunking the class.My question is from Tasks,Threads and Process topic in division Real Time Operating systems of Embedded Systems |
Answer» The correct answer is (c) MULTIPLE threads |
|
9. |
Which of the following defines the set of instructions loaded into the memory?(a) process(b) task(c) thread(d) system hardwareI got this question by my school teacher while I was bunking the class.The origin of the question is Tasks,Threads and Process in section Real Time Operating systems of Embedded Systems |
Answer» The correct CHOICE is (b) task |
|
10. |
Which of the following can own and control the resources?(a) thread(b) task(c) system(d) peripheralThis question was addressed to me in an interview for internship.This intriguing question originated from Tasks,Threads and Process topic in portion Real Time Operating systems of Embedded Systems |
Answer» RIGHT answer is (B) task To elaborate: The task and process have several characteristics and one such is that the task or process can own or control resources and it has threads of EXECUTION which are the paths through the CODE. |
|
11. |
What happens to the interrupts in an interrupt service routine?(a) disable interrupt(b) enable interrupts(c) remains unchanged(d) ready stateThe question was posed to me by my college professor while I was bunking the class.This question is from Priority Inversion in portion Real Time Operating systems of Embedded Systems |
Answer» The CORRECT option is (a) DISABLE interrupt |
|
12. |
Which can increase the number of task switches?(a) time period(b) frequency(c) time rate(d) number of cyclesI got this question in an interview.The question is from Task Swapping Methods topic in portion Real Time Operating systems of Embedded Systems |
Answer» The correct choice is (a) TIME period |
|
13. |
Which of the following can implement the message passing and control?(a) application software(b) operating system(c) software(d) kernelThis question was addressed to me by my college professor while I was bunking the class.Question is taken from Multitasking Operating Systems topic in section Real Time Operating systems of Embedded Systems |
Answer» RIGHT choice is (d) kernel To explain: The kernel can implement the message PASSING and CONTROL which acts as a message passer and controller between the TASKS. |
|
14. |
How many modes are used to isolate the kernel and the other components of the operating system?(a) 2(b) 3(c) 4(d) 5This question was addressed to me in final exam.This intriguing question comes from Resource Protection-II in section Real Time Operating systems of Embedded Systems |
Answer» Right answer is (a) 2 |
|
15. |
What is the nature of the swap file in the Windows NT?(a) static(b) dynamic(c) linear(d) non-linearThis question was addressed to me in examination.This key question is from Resource Protection-II in division Real Time Operating systems of Embedded Systems |
Answer» Correct choice is (B) dynamic |
|
16. |
Which of the following contains all the task and their status?(a) register(b) ready list(c) access list(d) task listI got this question in examination.Origin of the question is Multitasking Operating Systems topic in section Real Time Operating systems of Embedded Systems |
Answer» RIGHT option is (B) ready LIST To elaborate: The ‘ready’ list possesses all the information regarding a task, that is, all the task and its corresponding status which is used by the scheduler to DECIDE which task should execute in the NEXT time slice. |
|
17. |
Which can provide more memory than physical memory?(a) real memory(b) physical address(c) virtual memory(d) segmented addressThe question was posed to me during an interview for a job.My enquiry is from Resource Protection in section Real Time Operating systems of Embedded Systems |
Answer» RIGHT choice is (C) virtual MEMORY Explanation: The physical memory can provide more memory than the physical memory within the SYSTEM. Such memories are divided into segments and pages. |
|
18. |
Which of the following works by dividing the processor’s time?(a) single task operating system(b) multitask operating system(c) kernel(d) applicationsI got this question during a job interview.The doubt is from Multitasking Operating Systems in section Real Time Operating systems of Embedded Systems |
Answer» Correct answer is (b) MULTITASK operating system |
|
19. |
Which directory is allocated on the hard disk 1 of the physical storage in a Linux operating system?(a) term(b) dev(c) etc(d) binI got this question at a job interview.My question comes from Linux-II topic in chapter Real Time Operating systems of Embedded Systems |
Answer» The correct ANSWER is (d) BIN |
|
20. |
Which of the following is an alternate source of UNIX?(a) MS-DOS(b) Windows 3.1(c) Windows NT(d) LinuxThis question was addressed to me in a national level competition.This intriguing question originated from Linux topic in portion Real Time Operating systems of Embedded Systems |
Answer» Correct answer is (a) MS-DOS |
|
21. |
Which file type of the Linux hold lists of files rather than the actual data?(a) regular(b) special(c) directories(d) named pipesI got this question by my school principal while I was bunking the class.Question is taken from Linux-II topic in section Real Time Operating systems of Embedded Systems |
Answer» Correct choice is (C) DIRECTORIES |
|
22. |
What does FAT stand for?(a) file address table(b) file access table(c) file arbitrary table(d) file allocation tableThe question was posed to me in an internship interview.I need to ask this question from Characteristics of Windows NT-II in section Real Time Operating systems of Embedded Systems |
Answer» RIGHT OPTION is (d) file ALLOCATION table The best explanation: The FAT or file allocation table is a kind of file system which is used by the WINDOWS 3.1 and the MS-DOS. |
|
23. |
Which of the following is responsible for coordinating the system call within an application and the WIN32 subsystem?(a) kernel(b) file system(c) LPC(d) network supportThis question was posed to me in an interview for job.I'd like to ask this question from Characteristics of Windows NT-II in section Real Time Operating systems of Embedded Systems |
Answer» CORRECT option is (C) LPC Easy explanation: The local procedure call is responsible for coordinating the system calls from the WIN32 subsystem and an application. Depending upon the type of the system call, the application will be ROUTED directly with the LPC without going through the WIN32 subsystem. |
|
24. |
Which can be considered as the lower level in the multitasking operating system?(a) process(b) task(c) threads(d) multi threadsThis question was posed to me in unit test.Query is from Tasks,Threads and Process in section Real Time Operating systems of Embedded Systems |
Answer» | |
25. |
Which of the following provides an illusion of multitasking?(a) single task operating system(b) multitasking operating system(c) cooperative multitasking(d) pre-emptionThe question was posed to me during an interview for a job.Question is from Task Swapping Methods topic in section Real Time Operating systems of Embedded Systems |
Answer» CORRECT choice is (C) cooperative multitasking Easy explanation: The cooperative multitasking co-operates between them which provides the illusion of multitasking. This is DONE by PERIODICALLY EXECUTING the tasks. |
|
26. |
Which task swapping method does not require the time critical operations?(a) time slice(b) pre-emption(c) cooperative multitasking(d) schedule algorithmI have been asked this question in exam.The origin of the question is Task Swapping Methods in portion Real Time Operating systems of Embedded Systems |
Answer» Right option is (a) time slice |
|
27. |
Which of the following stores all the task information that the system requires?(a) task access block(b) register(c) accumulator(d) task control blockThe question was posed to me during an interview.I would like to ask this question from Multitasking Operating Systems topic in division Real Time Operating systems of Embedded Systems |
Answer» Right answer is (d) task control block |
|
28. |
Which of the following is an example of a single task operating system?(a) android(b) windows(c) IOS(d) CP/MI had been asked this question in semester exam.My enquiry is from Operating Systems in portion Real Time Operating systems of Embedded Systems |
Answer» The correct answer is (d) CP/M |
|
29. |
Which kernel provides 88 functions that can be called from the C programs?(a) pSOS multiprocessor kernel(b) pSOS(c) pSOS+(d) pREC+ runtime supportThe question was posed to me in quiz.The origin of the question is Commercial Operating Systems topic in chapter Real Time Operating systems of Embedded Systems |
Answer» The correct answer is (d) pREC+ runtime support |
|
30. |
What does MULTICS stand for?(a) multiplexed information and computing service(b) multiplexed information and code service(c) multiplexed inter-access code service(d) multiplexed inter-code sensorI had been asked this question by my school principal while I was bunking the class.The query is from Linux in portion Real Time Operating systems of Embedded Systems |
Answer» | |
31. |
Who had first described UNIX in an article?(a) Ken Thompson(b) Dennis Ritchie and Ken Thompson(c) Dennis Ritchie(d) Linus TorvaldsThe question was posed to me in class test.This question is from Linux in section Real Time Operating systems of Embedded Systems |
Answer» Right option is (b) Dennis Ritchie and KEN Thompson |
|
32. |
Which of the following cannot carry implicit information?(a) semaphore(b) message passing(c) threads(d) processThis question was addressed to me in an interview.This interesting question is from Operating Systems in portion Real Time Operating systems of Embedded Systems |
Answer» Correct option is (a) semaphore |
|
33. |
Which of the following provides a buffer between the user and the low-level interfaces to the hardware?(a) operating system(b) kernel(c) software(d) hardwareThis question was addressed to me in an interview for internship.This interesting question is from Operating Systems topic in chapter Real Time Operating systems of Embedded Systems |
Answer» CORRECT answer is (a) operating SYSTEM To explain: The operating system is software which provides a buffer between the low-level interfaces to the hardware WITHIN the system and the user. |
|
34. |
Which target directory is used in the file system of the Linux operating system?(a) /mnt(b) /etc(c) /term(d) /binI got this question in homework.I want to ask this question from Linux-II topic in portion Real Time Operating systems of Embedded Systems |
Answer» The CORRECT choice is (a) /MNT |
|
35. |
Which applications can be used with the Windows NT?(a) WIN16(b) WIN32(c) WIN4(d) WIN24The question was posed to me by my college director while I was bunking the class.Origin of the question is Resource Protection topic in portion Real Time Operating systems of Embedded Systems |
Answer» Correct answer is (b) WIN32 |
|
36. |
Which filesystem is used by the OS/2?(a) FAT(b) VFAT(c) HPFS(d) NTFSThis question was posed to me in a job interview.The origin of the question is Characteristics of Windows NT in chapter Real Time Operating systems of Embedded Systems |
Answer» The correct answer is (C) HPFS |
|
37. |
Which are the two modes used in the isolation of the kernel and the user?(a) real mode and virtual mode(b) real mode and user mode(c) user mode and kernel mode(d) kernel mode and real modeThis question was addressed to me in an online interview.I would like to ask this question from Resource Protection-II topic in section Real Time Operating systems of Embedded Systems |
Answer» Correct OPTION is (c) user mode and kernel mode |
|
38. |
How is the pROBE+ system level debugger communicate with the outside world?(a) peripheral output(b) serial port(c) LCD display(d) LEDThis question was posed to me during an interview.My question comes from Commercial Operating Systems-II in chapter Real Time Operating systems of Embedded Systems |
Answer» Correct choice is (b) serial port |
|
39. |
What is the worst case figure for interrupt latency for an MC68020 running at 25MHz?(a) 19 microseconds(b) 6 microseconds(c) 20 microseconds(d) 8 microsecondsThe question was posed to me in quiz.Question is taken from Commercial Operating Systems topic in division Real Time Operating systems of Embedded Systems |
Answer» The correct option is (b) 6 MICROSECONDS |
|
40. |
Which of the following is an industrial interconnection bus?(a) bus interface unit(b) data bus(c) address bus(d) VMEbusThe question was posed to me in an interview for internship.Question is taken from Priority Inversion in portion Real Time Operating systems of Embedded Systems |
Answer» The CORRECT option is (d) VMEbus |
|
41. |
Which of the following can be used to distribute the time slice across all the task?(a) timer(b) counter(c) round-robin(d) task slicingI have been asked this question during an interview.Enquiry is from Task Swapping Methods in section Real Time Operating systems of Embedded Systems |
Answer» The CORRECT option is (c) ROUND-robin |
|
42. |
What do a time slice period plus a context switch time of the processor determines?(a) scheduling task(b) scheduling algorithm(c) context task(d) context switch timeThis question was posed to me during an interview for a job.Enquiry is from Task Swapping Methods topic in chapter Real Time Operating systems of Embedded Systems |
Answer» The correct option is (d) context switch TIME |
|
43. |
Which of the following can periodically trigger the context switch?(a) software interrupt(b) hardware interrupt(c) peripheral(d) memoryI had been asked this question in an internship interview.The above asked question is from Multitasking Operating Systems in portion Real Time Operating systems of Embedded Systems |
Answer» The correct choice is (B) hardware interrupt |
|
44. |
Which of the following becomes a limiting factor while an application program has to be complete?(a) memory(b) peripheral(c) input(d) outputI had been asked this question in an interview for job.This is a very interesting question from Operating Systems in chapter Real Time Operating systems of Embedded Systems |
Answer» Correct ANSWER is (a) memory |
|
45. |
Which forms the heart of the operating system?(a) kernel(b) applications(c) hardware(d) operating systemThe question was posed to me in final exam.The above asked question is from Operating Systems in division Real Time Operating systems of Embedded Systems |
Answer» The CORRECT choice is (a) kernel |
|
46. |
Which of the following enables the user to utilise the system efficiently?(a) kernel(b) operating system(c) software(d) hardwareThe question was asked in an interview for internship.My doubt stems from Operating Systems in section Real Time Operating systems of Embedded Systems |
Answer» Correct answer is (B) OPERATING system |
|
47. |
What do HAL stand for?(a) hardware abstraction layer(b) hardware address layer(c) hardware access layer(d) hardware address leadI had been asked this question during an interview.Question is taken from Characteristics of Windows NT in division Real Time Operating systems of Embedded Systems |
Answer» Right OPTION is (a) HARDWARE abstraction layer |
|
48. |
What does HPFS stand for?(a) high performance file system(b) high periodic file system(c) high peripheral file system(d) horse power file systemI got this question in an interview for internship.I'm obligated to ask this question of Characteristics of Windows NT in chapter Real Time Operating systems of Embedded Systems |
Answer» Correct option is (a) high performance file SYSTEM |
|
49. |
Which of the following is a complementary product to pROBE+ system level debugger?(a) pSOS+ kernel(b) pSOS+(c) XRAY+ source level debugger(d) pSOS+mThe question was posed to me during an internship interview.My question is taken from Commercial Operating Systems-II topic in division Real Time Operating systems of Embedded Systems |
Answer» The correct choice is (c) XRAY+ SOURCE level DEBUGGER |
|
50. |
Which can provide efficient downloading and debugging communication between the host and target system?(a) pSOS+(b) pSOS+ kernel(c) pHILE+ file system(d) pNA+ network managerI have been asked this question in an interview for internship.My enquiry is from Commercial Operating Systems-II topic in portion Real Time Operating systems of Embedded Systems |
Answer» Correct CHOICE is (d) pNA+ network manager |
|