Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
805 views

Linux Interview Questions

This document contains interview questions for senior Linux professionals. It asks about differences between 32-bit and 64-bit operating systems, configuring virtual machines, copy on write vs illegal access in Unix, dereferencing ioremap addresses, differences between completion variables and semaphores, OS vs RTOS scheduling, forcing page faults, maximum threads per process in Unix, checking for installed libraries, dual booting Linux distributions, finding reasons for dead processes without logs, interacting with disks in protected mode, and determining if a PID is running without using /proc in Python. The document also lists additional computer science topics like algorithms, programming languages, compiler design, discrete math, computer networks, automata theory, and technical questions for students.

Uploaded by

Sweta Singh
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
805 views

Linux Interview Questions

This document contains interview questions for senior Linux professionals. It asks about differences between 32-bit and 64-bit operating systems, configuring virtual machines, copy on write vs illegal access in Unix, dereferencing ioremap addresses, differences between completion variables and semaphores, OS vs RTOS scheduling, forcing page faults, maximum threads per process in Unix, checking for installed libraries, dual booting Linux distributions, finding reasons for dead processes without logs, interacting with disks in protected mode, and determining if a PID is running without using /proc in Python. The document also lists additional computer science topics like algorithms, programming languages, compiler design, discrete math, computer networks, automata theory, and technical questions for students.

Uploaded by

Sweta Singh
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Linux Operation System Interview for senior professionals.

Explain 32bit vs 64bit Operating systems on Virtual Servers/EC2 Explain configuring virtual machines for Super User in Linux Differentiate Copy on write vs illegal access in Unix How do you dereference ioremap addresses Explain Difference between completion variables and semaphores Explain the difference between OS scheduling and RTOS scheduling How can you force a page to fault, even if it is already in the tlb in Linux? How many threads can be created in one process in Unix? How to check whether specific library is installed or not in my system? How to Dual boot between Fedora 9 and Ubuntu 11.10 How to find the reason for a dead process without log file on unix? How to interact with disks or cd-roms in Protected Mode? In Python, without using the /proc filesystem, how do I tell if a given PID is running? -

Advanced Linux Operation System Interview Algorithm and Computer Programming Languages Interview Question Answers. Computer Science Compiler Design Interview Questions and Answers. Discrete Mathematics and Computational Structures Interview Questions Computer Science Interview Questions on Computer Network Technical Interview Questions for CS/IT Students Automata Theory Questions, Tutorials and Study Guide

You might also like