Microsoft Interview Question for Software Engineer / Developers


Country: India
Interview Type: In-Person




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

Depends on the browser. On Chrome, its a new process whenever you open a tab. On Firefox it is thread. Windows IE a new process is opened.

- sree July 01, 2013 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 votes

If in chrome a process is open then it will take more time. is it correct?

- Yogesh Vijay July 01, 2013 | Flag
Comment hidden because of low score. Click to expand.
0
of 0 votes

Is the answer same even if you open a new window of chrome or firefox?

- Amit July 01, 2013 | Flag
Comment hidden because of low score. Click to expand.
0
of 0 votes

Which IE version you are talking about, I believe its thread per tabs but not process.

- ajit.virus.bit July 03, 2013 | Flag
Comment hidden because of low score. Click to expand.
0
of 0 votes

how do we know if its process or thread???

- rima July 15, 2013 | Flag
Comment hidden because of low score. Click to expand.
0
of 0 votes

open multiple tabs of your browser and then see the number of processes generated in task manager(if you are using windows XP or windows 7)

- Amit July 18, 2013 | Flag
Comment hidden because of low score. Click to expand.
0
of 0 votes

Rima Threads do not show up in Taskmanager.

- GouthamP August 02, 2013 | Flag
Comment hidden because of low score. Click to expand.
0
of 0 votes

IE9 is confusing...if you open 2tabs it creates 4 process...killing one can kill all the processes but one other could not be able to kill any.
I'm totally confused about this.

- Sinchan September 19, 2013 | Flag
Comment hidden because of low score. Click to expand.
3
of 3 vote

there is very healthy discussion on this on stackoverflow.
Firefox is in process of implementing the process per tab method like chrome

stackoverflow.com/questions/4263124/which-is-better-choice-for-browsers-tab-multi-thread-or-multi-process

- Dhruv July 01, 2013 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

firefox -> new tab is a thread
chrome-> process . actually you have a separate task manager for chrome. just press shift+Esc

- neerajlakhotia08 May 16, 2014 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

What happened when vijay open fhe tap in the morning ans

- Pranchal March 16, 2021 | Flag Reply
Comment hidden because of low score. Click to expand.
-1
of 1 vote

i just figured out we can check that by ourselves using task manager. go to the Details tab of a task manager, now open your browser, you can see new task(Process) for that browser. Open a new tab in that browser and observe the task manager, if you see another process getting created, then that means every tab is creating its own process, and if u just see only one instance of the process even after opening a new tab then i is thread. correct me if i am wrong

- AMSDEV9 September 14, 2013 | 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