-
C drive space
How to create quota size for c drive for domain user from windows server 2012.
-
MBSA scan on a server
how can we run MBSA scan on a server when there is no Internet connectivity?
-
Tool to check updates or patches
which tool is used to check updates or patches required for a server? define it?Note: there is no Internet connectivity available.
-
Pront I/O Separate queue
Describe the advantages of having a separate queue for Print I/O and for Disk I/O
-
-
Replication Time
What is the replication time if account has been unlocked and password has been reset?
-
Advantage of Variant of Linked Location
What are the advantage of the variant of linked location that uses a fat to chain to gether the blockes of the files?
-
Process synchronization and deadlock management
What are the designer and implementation challenges respect to process synchronization and deadlock management ? any suggestion for improvement
-
DOS style backslashes to UNIX style slashes
- Write a script to convert all DOS style backslashes to UNIX style slashes in a list of filesI am not sure if this question has been asked before. I am newbie to this I would appreciate you answer?
-
-
-
-
-
Describe the actions taken by thread library to context switch between user level threads?
The thread library function performs the following actions to context switch between user level threadsCopy all live registers to Thread control Block (TCB)Restore the state of the thread to run next i.e (copy the values of live registers from (TCB) to registers)Move to the next thread to execute
-
Compare Linux credit based algorithm with other scheduling algorithms?
For the conventional time –shared processes, Linux uses a prioritized, credit-based algorithm. Each process possesses a certain number of scheduling credits; when a new task must be chosen to run, the process with most credits is selected. Every time that a timer interrupt occurs, the currently running process loses one credit; when its credits reaches zero, it is suspended and another process is...
-
What is the difference between Hard and Soft real-time systems?
A hard real-time system guarantees that critical tasks complete on time. This goal requires that all delays in the system be bounded from the retrieval of the stored data to the time that it takes the operating system to finish any request made of it.A soft real time system where a critical real-time task gets priority over other tasks and retains that priority until it completes. As in hard real...
-
What is hard disk and what is its purpose?
Hard disk is the secondary storage device, which holds the data in bulk, and it holds the data on the magnetic medium of the disk.Hard disks have a hard platter that holds the magnetic medium, the magnetic medium can be easily erased and rewritten, and a typical desktop machine will have a hard disk with a capacity of between 10 and 40 gigabytes. Data is stored onto the disk in the form of files.
-
What are the Methods for Handling Deadlocks?
->Ensure that the system will never enter a deadlock state.->Allow the system to enter a deadlock state and then recover.->Ignore the problem and pretend that deadlocks never occur in the system; used by most operating systems, including UNIX.
-
What is a Safe State and its’ use in deadlock avoidance?
When a process requests an available resource, system must decide if immediate allocation leaves the system in a safe state->System is in safe state if there exists a safe sequence of all processes. ->Sequence <P1, P2… Pn> is safe if for each Pi, the resources that Pi can still request can be satisfied by currently available resources + resources held by all...
-
Recovery from Deadlock?
Process Termination:->Abort all deadlocked processes.->Abort one process at a time until the deadlock cycle is eliminated.->In which order should we choose to abort?Priority of the process.How long process has computed, and how much longer to completion.Resources the process has used. Resources process needs to complete.How many processes will need to be terminated? Is process interactive...
Windows Interview Questions
Ans