minor edit is summer diaries- amazon

This commit is contained in:
ankitkataria
2017-07-05 23:00:19 +05:30
parent 5c50141bd9
commit 36b8403cc1

View File

@ -12,7 +12,7 @@ excerpt: "Bagging an Amazon internship is simple. Get through the online round a
Bagging an Amazon internship is simple. Get through the online round and two technical rounds. Pretty straightforward right? Well, let me go into the details:
1. **Online Round:** There were around 20 MCQs and 3 coding questions. Make sure you give importance to the MCQs as well, as my friend who solved 2 coding questions did not get through whereas I who had solved only 1 did make to the next wrong presumably because of my MCQ performance. It was basic CS stuff, nothing too fancy.
1. **Online Round:** There were around 20 MCQs and 3 coding questions. Make sure you give importance to the MCQs as well, as my friend who solved 2 coding questions did not get through whereas I who had solved only 1 did make to the next round presumably because of my MCQ performance. It was basic CS stuff, nothing too fancy.
2. **Technical Rounds:** There were two technical rounds. Okay, so make sure you study geeksforgeeks. Its really that simple. Amazon doesnt ask you fancy questions with complicated algorithms, they ask you straightforward Data Structures and Algorithms, but they ask for complete implementation. They especially look for corner cases and null checks. All code is checked by them and they can see loopholes in your code quite instantly. After the base question they ask if theres any improvement that we can do to improve space or time complexity. In the second round they asked me another technical question (again slightly modified from geeksforgeeks) and asked me questions about my resume. Make sure you know your resume because they rigorously analyze it ask you about it.