Microsoft Interview Question for Software Engineer in Tests






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

Running time for sieve would be O(logn(loglogn)) and order of normal algorithm for calculations prime numbers would be O(logn).

- Ranjit January 30, 2009 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 votes

Ranjit- Can you please explain how you came up with those complexities and which data structure/s you have in mind?

- GA February 02, 2009 | Flag
Comment hidden because of low score. Click to expand.
0
of 0 votes

http://en.wikipedia.org/wiki/Sieve_of_Eratosthenes#Algorithm_details_and_complexity

- Anonymous March 02, 2009 | Flag
Comment hidden because of low score. Click to expand.
0
of 0 vote

Good that this Question has come up. Can someone pitch in giving pointers on what constitutes to logn and loglogn in the complexity meassure ?

- peace November 10, 2009 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

AS LOWER MULTIPLICANTS HAVE BEEN ELIMINATED

- Anonymous May 18, 2010 | 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