NetApp Interview Question for Software Engineer / Developers






Comment hidden because of low score. Click to expand.
0
of 0 vote

Its per process..

- Prateek October 02, 2010 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

PAGE TABLE IS PER PROCESS BUT FOR SYSTEMS LIKE MULTICS IT MAY BE PER-SYSTEM

- sweetest October 02, 2010 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

most of OS allocate the page table for each process and store the pointer of the table in the register and include it in the process control block.

- Mridul Malpani October 03, 2010 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

Processes have Per Process Region Table. Each entry in Per Process Region Table is pointer to a region. Each region is a list of pointers to Page Tables. Page table is a data stricture owned by kernel. Its not per process.

- sain October 05, 2010 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 votes

atleast on x86, when every process is scheduled cr3 register is loaded with page directory base address and that page directory further follows the two level page table talk. Every process is allocated a page for page dir and then for its *own* page table.

- svs February 03, 2011 | Flag
Comment hidden because of low score. Click to expand.
0
of 0 vote

{ how a process maintain its page table..? .is entry of a page table of a process ,related to it's page only..
.?? }

- ramesh July 01, 2012 | Flag Reply


Add a Comment
Name:

Writing Code? Surround your code with {{{ and }}} to preserve whitespace.

Books

is a comprehensive book on getting a job at a top tech company, while focuses on dev interviews and does this for PMs.

Learn More

Videos

CareerCup's interview videos give you a real-life look at technical interviews. In these unscripted videos, watch how other candidates handle tough questions and how the interviewer thinks about their performance.

Learn More

Resume Review

Most engineers make critical mistakes on their resumes -- we can fix your resume with our custom resume review service. And, we use fellow engineers as our resume reviewers, so you can be sure that we "get" what you're saying.

Learn More

Mock Interviews

Our Mock Interviews will be conducted "in character" just like a real interview, and can focus on whatever topics you want. All our interviewers have worked for Microsoft, Google or Amazon, you know you'll get a true-to-life experience.

Learn More