I'll be sitting for an Amazon interview in 3 months. Which website should I use to practice: SPOJ, HackerRank, HackerEarth, CodeChef, Codeforces, or UVA?

 
 
 
 
 
 
 
 
 
 
 
 
Promoted by Hired.com
Have startup companies apply to you. Learn more now.
We'll pay you $1,000 when you land your dream job on Hired.
Sign Up at Hired.com/signup
 
12 Answers
Tom Nikl, former Sr. Product Marketing Manager at HackerRank
 
 

First, you should absolutely know your basics as a few others have already stated. But, the advantage to using these sites is that some of them, like HackerRank, could very well be the platform that's used during your interview since they are a HackerRank customer. If you're familiar with the platform and have a rough idea of the question formats, it could give you an edge over people who've not practiced on that platform before.

9.9k Views · View Upvotes
Nitesh Agrawal, Software development engineer at amazon.
 
 

GeeksforGeeks is enough. Recently I cleared AMAZON interview (SDE-1) and all the questions are from Geeksforgeeks. and some CS fundamentals (OS,DS,DBMS,Networks).

Practice geeksforgeeks and write clear code on paper. you can practice on leetcode also for handling edge cases and various types of questions.

Topics you should focus -

  1. Tree traversals and other tree questions.
  2. simple linked list and array questions.
  3. BFS,DFS.
  4. some questions based on graph.
  5. Dynamic Programming.
  6. work on your coding skills, Try to write clear and simple codes which are syntactically correct and don't forget to handle all edge cases.
  7. Time complexity and space complexity of each algorithm, and they can ask proof of that algorithm.
  8. You have to give optimal solution and code for that.
  9. If you are applying off campus then there may be a design round so practice some basic design.
10.9k Views · View Upvotes
Promoted by Boomerang for Gmail
The upgrade for Gmail that the whole office is talking about.
Delay send, follow-up reminders, and AI that all help you email better. Try Boomerang free today.
Learn More at boomeranggmail.com
Eugene Yarovoi, co-organizer of the Seattle Tech Interviews meetup. I train others in algorithms
 
 

If you want to practice coding questions, the best site I've seen for this is InterviewBit. After that, you can read people's interview experiences on GeeksforGeeks.org and see questions recently asked at companies on Glassdoor.com or CareerCup.com.

9.2k Views · View Upvotes · Answer requested by Madhulika Chavva
 

I would give my honest answer - None of them.

Amazon would be having an algorithmic interview. The best way to prepare for that would be to open GeeksforGeeks and CareerCup. Open up the interview corner, you would find plethora of interview experiences for Amazon. Practice those question hard. GeeksforGeeks would be the best place to prepare for it. Go for it in a structured way, e.g. lets say do all array then link lists then trees. Be prepared to devote each and every single amount of your time to this one purpose. I would wish you All the Best. Cheers!!. :)

P.S. I don't want to say that sites you mentioned are useless but these sites are more of a competitive programming practice platform, hence would help out less effective way for Amazon in 3 months of time.

6.8k Views · View Upvotes
Akhil Kumar, Software Development Engineer at Sentieo (2016-present)
 
 

Just start doing these sets:
Amazon Archives - GeeksforGeeks
I have done that and cleared the Internship Interview of Amazon.

6.9k Views · View Upvotes
Saurabh Singh, Software engineer by profession, learner by heart.
 
 

http://oj.Leetcode.com
It has exactly the type of questions that Amazon asks.

8.1k Views · View Upvotes
 

Its not about the website you should follow but the types of questions you should do.
Every Online judge is somewhat similar to each other. Practice data structures questions from geeksforgeeks and career cup , use spoj and codechef for practice of AdHoc problems and give as much time as you can , you'll succeed definitely . :)

7.2k Views · View Upvotes
 
 

Sites that go over basic computer science algorithms and data structures.  I interviewed with them and it was mostly data structures and algorithm type questions.  Know about hashmaps and binary trees and traversing through trees, and graphs, and other stuff related to a grad level course on said topic.

6.2k Views · View Upvotes
Spurthy Kapa, 4+yrs experience & working as a Recruitment Specialist @ HackerEarth
 
 

Participate in this coding challenge & stand a chance.

Amazon Developer Hiring Challenge | Developer jobs in April, 2016 on HackerEarth

2.1k Views · View Upvotes
Ishan Dutta, Algorithm enthusiast, Competitive programming lover
 
 

None of the above.

Forums likes of geeksforgeeks, careercup, glassdoor and few more would be better suited for interviews.

689 Views · View Upvotes
Piyush Maheshwari, worked at Amazon.com
 
 

GeeksforGeeks - Enough said.

8.1k Views · View Upvotes

amazon interview的更多相关文章

  1. Amazon Interview | Set 27

    Amazon Interview | Set 27 Hi, I was recently interviewed for SDE1 position for Amazon and got select ...

  2. Amazon Interview Question: Design an OO parking lot

    Design an OO parking lot. What classes and functions will it have. It should say, full, empty and al ...

  3. Amazon behavior question

    Amazon onsite behavior question[一亩三分地论坛面经版] - Powered by Discuz! http://www.1point3acres.com/bbs/thr ...

  4. Top 25 Most Frequently Asked Interview Core Java Interview Questions And Answers

    We are sharing 25 java interview questions , these questions are frequently asked by the recruiters. ...

  5. Find longest contiguous sub array

    It's still an Amazon interview question. Given an array containing only stars '*' and hashes '#' . F ...

  6. Select the best path in a matrix

    Amazon interview question: Given a 2-dimensional array with arbitrary sizes and contains random posi ...

  7. 面试题: generate an equation, by inserting operator add ("+") and minus ("-") among the array to make equationExpression == 0

    package com.Amazon.interview; /** * @Author: weblee * @Email: likaiweb@163.com * @Blog: http://www.c ...

  8. Google Interview University - 坚持完成这套学习手册,你就可以去 Google 面试了

    作者:Glowin链接:https://zhuanlan.zhihu.com/p/22881223来源:知乎著作权归作者所有.商业转载请联系作者获得授权,非商业转载请注明出处. 原文地址:Google ...

  9. interview material

    Articles Recommended: Steve Yegge – Get That Job at Google [web] Carlos Bueno – Get That Job at Face ...

随机推荐

  1. java Fork/Join框架

    应用程序并行计算遇到的问题 当硬件处理能力不能按摩尔定律垂直发展的时候,选择了水平发展.多核处理器已广泛应用,未来处理器的核心数将进一步发布,甚至达到上百上千的数量.而现在很多的应用程序在运行在多核心 ...

  2. aapt命令获取apk详细信息(包名、版本号、版本名称、兼容api级别、启动Activity等)

    1.安装SDK,使用SDK自带的aapt进行查看.aapt所在位置:D:\SDK\build-tools下,任一一个均可,如D:\SDK\build-tools\19.1.0 2.cmd命令下进入ap ...

  3. Dubbo2.7源码分析-SPI的应用

    SPI简介 SPI是Service Provider Interface的缩写,即服务提供接口(翻译出来好绕口,还是不翻译的好),实质上是接口,作用是对外提供服务. SPI是Java的一种插件机制,可 ...

  4. java中线程同步问题

    先不多说,直接上个例子,著名的生产者消费者问题. public class ProducerConsumer { public static void main(String[] args) { Sy ...

  5. 手把手教你写一个java的orm(五)

    生成sql:where 上一篇里我们实现了生成insert的sql,下面要开始实现update,delete,select的sql语句了.但是这些语句有一个比较麻烦的地方是:它们一般后面都会有wher ...

  6. oracle网页客户端工具

    Oracle数据库的管理相较于其他数据库,是比较麻烦的,客户端工具的安装都要花一些时间,目前有一款treesoft软件,通过网页的方式管理Oracle. 功能包括:数据库的展示,库表的展示,表字段结构 ...

  7. Implementation:Dijkstra

    #include <iostream> #include <cstdlib> #include <utility> #include <queue> u ...

  8. 微信网页授权获取code

    <script> var code = GetQueryString('code'); var callback = 'personal.html'; var appId = " ...

  9. web 后端规范与思想

    一.分层1.Web层(接受和发送Http请求的,封装;web层.controller层) 2.业务逻辑层(服务层,XXXService) LoginController(接受参数,判断是否非法,传给服 ...

  10. thinkphp3.2 success方法注意

    success方法的url一定要用U()方法来生成, $this->success('修改成功',U('showlist'),3);