Home Amazon Onsite Interview 준비
Post
Cancel

Amazon Onsite Interview 준비

Amazon onsite interview는 1시간씩 4번을 진행한다. 크게 아래 두가지로 인터뷰를 진행한다.

Coding questions

  • Big-O concepts: how to improve the “Big-O” of your solution
  • Sorting and Searching: Know the most efficient type of search for the input given to the search
  • Objet Oriented Design: Understand how to conceptually break a program down into objects
  • System Design question
  • Data structures: Arrays. LinkedLists, HashTables, Stacks, Queues and Binary Trees
  • Sample questions
    • “Here’s a string with numbers from 1-250 in random order, but it’s missing one number. How will you find the missed number?”
    • “Describe what happens in your browser as soon as you hit enter after writing a URL in the address bar.”
    • “How would you improve Amazon’s website?”
    • “Design an online payment system.”

LP

  • Sample qeustions
    • “Who was your most difficult customer?” (LP)
    • “What is the worst mistake you ever made?” (LP)
    • “If your direct manager was instructing you to do something you disagreed with, how would you handle it?” (LP)
    • “Which Amazon leadership principle do you resonate most with?” (LP)

More information

Reference

This post is licensed under CC BY 4.0 by the author.

Amazon Onsite Interview LP(Leadership Principles)

Amazon interview private zone