Bloomberg LP Interview Question for SDE-2s


Country: United States
Interview Type: Phone Interview




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

Garbage Collection is one of the memory management technique which can be either automatically implemented by the compiler or has to be explicitly specified by the developer in few languages. In the mark and sweep way of garbage collection works using a flag to denote usage. A root set of objects are identified and also also objects that refer to them or are referred by them are marked and then a top-bottom dependency check is done on these flags and when a objects is out from the dependency chain , there is a change in the flag which becomes a sweet-spot for garbage collection and the gc executes the sweep operation.

- riaz.2012 September 13, 2015 | 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