unknown Interview Question for Software Developers


Country: India
Interview Type: Written Test




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

The expected answer is
a. Increase in the latencies.
and b. In crease in RAM utilisation on the API servers.
and e. Increase in 5xx responses.

Personally, how can you say that there will be a definitely increase in 5xx responses. Anybody ?

- __Joker October 10, 2018 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 votes

Having 500 is internal server error, that shouldn't be the case, even if the query is rolled back or the transaction didn't commit we can handle that with custom exception!!

- Sameer October 30, 2018 | Flag
Comment hidden because of low score. Click to expand.
0
of 0 votes

In practice systems may often have timeouts set in various places in the code, and if some database requests are really slow, some API requests may time out. Therefore increase in 500 codes. We can't say there will *definitely* be an increase -- just probably. Also hard to say there will really be an increase in the RAM usage. If there's not a lot of state associated with a request, the RAM utilization may not be noticeable.

- Anonymous January 30, 2019 | Flag


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