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. 面试题30:KMP 字符串查找

    参考:http://www.ruanyifeng.com/blog/2013/05/Knuth%E2%80%93Morris%E2%80%93Pratt_algorithm.html自己写的很简单的K ...

  2. 面试题20:搜索二叉树可能有两个元素发生了交换,如何恢复BST?

    Two elements of a binary search tree (BST) are swapped by mistake. Recover the tree without changing ...

  3. Java并发编程-核心问题(1)

    一.常见问题 从小的方面讲, 并发编程最常见的问题就是可见性.原子性和有序性问题. 从大的方面讲, 并发编程最常见的问题就是安全性问题.活跃性问题和性能问题. 下面主要从微观上分析问题. 二.可见性问 ...

  4. 开始使用 Vuejs 2.0 --- 组件间数据传递

    Vue1.0组件间传递 使用$on()监听事件: 使用$emit()在它上面触发事件: 使用$dispatch()派发事件,事件沿着父链冒泡: 使用$broadcast()广播事件,事件向下传导给所有 ...

  5. 页面常见布局以及实现方法--flex

    页面布局是前端工程师的基本功之一,总结分析各种布局实现方法,可以让自己快速定位哪种方法实现功能,同时可以做到现最大程度的兼容. 一.水平居中 假设:最基本机构 .parent>.child 1. ...

  6. nodeJs的npm报错问题

    1. Failed at the phantomjs-prebuilt@2.1.14 install script 'node install.js'. 解决办法: npm install phant ...

  7. 熟悉一下oncontextmenu事件的知识

    定义和使用 只要点击鼠标右键,就触发oncontextmenu事件并打开上下文菜单. 需要注意的是:所有主流浏览器都支持oncontextmenu事件,但其中的contextmenu元素只有FireB ...

  8. [转]VS 2010 : 如何开发和部署Outlook 2010插件(Add-in)

    本文转自:https://www.cnblogs.com/chenxizhang/archive/2010/05/08/1730766.html 概述: 这篇文章,我将通过一个简单的例子,给大家分享一 ...

  9. 基础拾遗----RabbitMQ

    基础拾遗 基础拾遗------特性详解 基础拾遗------webservice详解 基础拾遗------redis详解 基础拾遗------反射详解 基础拾遗------委托详解 基础拾遗----- ...

  10. java JDBC 数据库链接

    1.准备环境搭建: myeclipse,sql2005,jdbc. 2.都下载完之后开始进行安装 ,前两个是属于数据库软件,正常安装即可(注意数据库登陆不要使用windows验证) <1> ...