Amazon Interview Question for Software Engineer / Developers


Country: United States
Interview Type: Phone Interview




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

The receiving of such amount of email can be due to following reasons .

1)Either It may be denial-of-service (DDoS) attack
2)Some important event has occured at that particular interval of time.

The situation can be handled in the following way.

1. There should be intelligence to identify if it is a denail of service attack.If it is denail of service attack request from that particular client should be blocked.

DOS attack can be confirmed based upon the source ip, mail content etc.

2. Request are legitimate and are from different sources (i.e Wishing New year)
Data analytic tools can be run as a background service to check the content of mail and count the particular phrase or word to find the cause of such huge amount of mail.
There should be a threshold value defined for the mail server.
Once the threshold is reached the mail has to be added to a secondary storage and should be dispatched in batch wise manner without affecting online flow.

- sumit January 29, 2015 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

The receiving of such amount of email can be due to following reasons .

1)Either It may be denial-of-service (DDoS) attack
2)Some important event has occured at that particular interval of time.

The situation can be handled in the following way.

1. There should be intelligence to identify if it is a denail of service attack.If it is denail of service attack request from that particular client should be blocked.

DOS attack can be confirmed based upon the source ip, mail content etc.

2. Request are legitimate and are from different sources (i.e Wishing New year)
Data analytic tools can be run as a background service to check the content of mail and count the particular phrase or word to find the cause of such huge amount of mail.
There should be a threshold value defined for the mail server.
Once the threshold is reached the mail has to be added to a secondary storage and should be dispatched in batch wise manner without affecting online flow.

- sumit January 29, 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