Topic — Add New » Posts Last Poster Freshness
Windows NT 2 1 year

What NT stands for in windows NT?

Interview Question for Software Engineer/Developer about Operating System 2 kartik 1 year

what are the various reasons for segmentation fault on Linux

Samsung Interview Question for Software Engineer/Developer about Operating System 1 rishabh 1 year

How do you see which shell you are in UNIX?

Samsung
TCS Interview Question about CPuzzles 2 Venki 1 year

Give the output of the following program

main()
{
   printf("hot java");

    fork()

    exit(0);
}
TCS
Qualcomm Interview Question about Operating System 1 kamal 1 year

Why do most hardware testers use stacks in their programs to store data?

Qualcomm
IBM Interview Question for Software Engineer/Developer about Object Oriented 1 Jay 1 year

Why paging, segmentation needed?

IBM
Oracle Interview Question for Software Engineer/Developer about Operating System 1 gagan 1 year

what are the various ways to terminate a process by itself normally and abnormally. Also the ways to kill the process by another process in unix

Oracle
Virtual Memory question 4 1 year

virtual memory allows us to run processes of size more than RAM. Is there any other use of virtual memory?

Symantec Interview Question for Software Engineer/Developer about Operating System 1 karan 1 year

you have to write a program which tell about how many times it has run. ex:

if you run first time it will print 1.
if you run second time it will print 2.
like this.

this can easily done by File Handling but think other solution like IPC.

after booting your system, your program's output start from 1.

Symantec
C questions 3 Manish jain 1 year

can anyone plz tell me?
which function calls the main() in c and c++
and
can we create threads in c if yes how??

Microsoft Interview Question for Software Engineer/Developer (Fresher) about Operating System 2 yuvraj 1 year

Assuming that locks are the only reason due to which deadlocks can occur in a system. What would be a foolproof method of avoiding deadlocks in the system

Microsoft
Microsoft Interview Question for Software Engineer/Developer about Operating System 1 gagan 1 year

Questions about paging, loading, linking etc.

Microsoft
Microsoft Interview Question for Software Engineer/Developer about Operating System 1 gagan 1 year

Concept of 32-bit OS, virtual memory, inter-process communication etc.

Microsoft
How to implement an efficient file cache? 2 1 year

How to implement an efficient file cache?
The requirements include a detailed description on design consideration, data structure to be used and implementation in C as well.

Microsoft Interview Question for Software Engineer/Developer (Fresher) about Operating System 1 isha 1 year

some questions on semaphores, threads, mutex, dining philosopher's problem etc etc and all kind of os questions.locking mechanisms,concurrent updates etc etc.

Microsoft
Oracle Interview Question for Software Engineer/Developer about Operating System 1 kirti 1 year

OS - Scheduling, readers/writers, locking/atomicity protocols

Oracle
Adobe Interview Question for Software Engineer/Developer about Operating System 1 naga 1 year

Synchronization involving Mutexes, Atomic operation, Race condition

Adobe