Bloomberg LP Interview Question for Software Engineer / Developers






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

A process can have number of threads Threads . Threads basically share resources of the associated process . they have there stack ,ragistor and program counter . rest all like files opened, code segment,heap area,static and global variables are shared.

- Hemant February 13, 2009 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 votes

A process can have number of threads Threads . Threads basically share resources of the associated process . they have there stack ,ragistor and program counter . rest all like files opened, code segment,heap area,static and global variables are shared.

- Naga Samrat Chowdary, Narla May 19, 2010 | Flag
Comment hidden because of low score. Click to expand.
0
of 0 vote

A process can have number of threads Threads . Threads basically share resources of the associated process . they have there stack ,ragistor and program counter . rest all like files opened, code segment,heap area,static and global variables are shared

- Hemant February 13, 2009 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

process has its own memory space and thread share a heap belong to parent process.

- neal February 13, 2009 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

thread is a smallest unit of execution, a processor can shedule
process can have multiple threads

- Anonymous June 15, 2009 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

1) Process: Process is a container of thread.It is an OS level task or service. Process can communicate with each other through IPC.
2)Threads run inside a process. They share the global data and address space. A thread can easily communicate with other threads and extend control. Threads are light-weight process.
Eg. Word Processor is a process where as spell check and auto save are threads.

- bla October 22, 2009 | 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