device drivers interview questions and answers
#1

Why do you use kmalloc to allocate memory inside the device driver ? What are the limitations of malloc inside kernel mode ?
Reply
#2
Please send me the device driver interview questions with answers
Reply
#3
device drivers interview questions and answers

Here is a listing of Linux / Unix Technical Interview Questions & Answers for experienced IT professionals as well as fresh engineering graduates. These questions can be attempted by anyone focusing on Linux Development and Systems programming. If you liked any question, please endorse it by liking it or share it with your friends.

1. On x86-32 Linux, at which address the code segment of the program starts?
a) 0×00000000
b) 0×08048000
c) 0×80000000
d) 0xbfff0000

Answer:b

2. On x86-32 Linux, at which address the user stack resides normally?
a) 0×00000000
b) 0x3fff0000
c) 0x7fff0000
d) 0xbfff0000

Answer:d

3. A system has 512MB of physical memory. Which among the following is not a suitable virtual memory size for this system architecture?
a) 512MB
b) 256M
c) 4GB
d) None of the above

Answer:d

4. LRU stands for
a) Last received Unit
b) Least recently Used
c) Least recently usable
d) Lost Recoverd unit

Answer:b

5. Mm_struct maintains?
a) memory files
b) open files
c) pipe
d) active memory regions

Answer:d

6. Which sytem call can be used by a user process to lock a memory so that it cannot be swapped out?

Answer:memlock()

7. Is page table per process entity?
a) Yes
b) No

Answer:a

8. Among these files which has an ELF format
a) shared objects
b) core
c) executables
d) all of the above

Answer:d

Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: drivers ed, device drivers interview questions pdf, top 10 nascar drivers ever, intel netburst drivers, international drivers license nrma, online drivers ed, drivers education videos online,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  interview questions with answer with a ration shop owner 2 1,975 12-02-2018, 03:15 PM
Last Post: Guest
  ppt on design and implementation of intelligent campus security tracking system based on rfid and zigbee 7 16,038 09-02-2018, 02:20 PM
Last Post: udaya
  pdms piping interview question and answers pdf 2 1,646 08-01-2018, 10:18 AM
Last Post: Guest
Smile physics investigatory projects for class 12 cbse to set up a common base transistor circuit and to study its input and o 3 25,132 20-12-2017, 09:44 AM
Last Post: jaseela123d
  viva questions and answers for fluid mechanics lab 2 8,758 16-12-2017, 11:45 PM
Last Post: dhiraj prajapati
  aptitude questions in ihorse technologies 5 2,492 16-12-2017, 09:59 AM
Last Post: jaseela123d
  physics lab viva questions with answers for b tech 1st year 6 15,538 08-12-2017, 10:26 AM
Last Post: jaseela123d
  viva questions for energy conversion engineering lab pdf 3 2,140 27-11-2017, 09:15 AM
Last Post: pawan
  icici bank e learning matrix answers/keys 3 8,265 12-11-2017, 03:24 PM
Last Post: na123ra
  b tech 1st year physics lab viva questions 3 2,720 07-11-2017, 11:11 AM
Last Post: jaseela123d

Forum Jump: