Bloomberg LP Interview Question for Software Engineer / Developers






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

global variables are stored in data segment.
local variables in stack.
dynamically allocated variables in heap.

- kid March 06, 2007 | Flag Reply
Comment hidden because of low score. Click to expand.
1
of 1 vote

Global and Static Variables go on the Data Segment

- csg January 04, 2009 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

Static portion of memory because it's visible to the whole program.

- Jack April 18, 2006 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

In more detail, data segment of the program.

- ultraviolet January 30, 2007 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

heap ofcourse...

- ash bhai February 04, 2007 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 votes

NOT the heap!

- Assad March 10, 2008 | Flag
Comment hidden because of low score. Click to expand.
0
of 0 vote

Global/Static variables on Data segment

- Anonymous May 03, 2007 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

My Answere: In the stack again..

- Karthik Srinivasan May 18, 2007 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 votes

Data segment of the program

- Jim Smiles January 23, 2008 | Flag
Comment hidden because of low score. Click to expand.
0
of 0 vote

Data Segment
there is a confusion whether it is stored in heap or Data segment can anyone clear it?

- vinit November 29, 2008 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

@Vinit..

Data Segment consists of Heap(Dynamic) and Data (global and static)

- Anonymous November 18, 2010 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

u fool

- Anonymous August 01, 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