Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Amazon Team. If you also belong to the team, you can get access from here

Amazon Verified Tick

Compare button icon Compare button icon Compare
4.1

based on 24.6k Reviews

Filter interviews by

Amazon Front end Engineer Interview Questions and Answers

Updated 19 Mar 2024

Amazon Front end Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Just went through a conversation based on your resume to make sure you're qualified for the role.

Front end Engineer Jobs at Amazon

View all

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Question around setTimeout implementation and clearTimeout

Interview Preparation Tips

Interview preparation tips for other job seekers - Directly interview for 1-1 round, no coding round as I am from Tier-1 clg
Practise more JavaScript polyfills
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. About JS in general
  • Q2. Basic JS concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Get your JS fundamentals clear
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in May 2024. There was 1 interview round.

Round 1 - Coding Test 

There was an online coding test on signal consisting of leetcode easy medium and hard

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

HTML CSS BOOTSTRAP JAVASCRIPT

Round 3 - One-on-one 

(5 Questions)

  • Q1. Tell About Your Self.
  • Q2. What are your strength
  • Q3. Consider the type of interview you can expect
  • Ans. 

    A face-to-face interview or Online interview

  • Answered by Durga Yt
  • Q4. Why did you decide to apply for this position?
  • Ans. 

    'I see the role as a way of developing my career in a forward-thinking/well-established company/industry as…' 'I feel I will succeed in the role because I have experience in/softs skills that demonstrate/ I've taken this course believe my skills are well-suited to this job .

  • Answered by Durga Yt
  • Q5. Why do you want to work here?
  • Ans. 

    “I see this opportunity as a way to contribute to an exciting/forward-thinking/fast-moving company/industry,

  • Answered by Durga Yt
Round 4 - Group Discussion 

GD can be divided into 3 categories

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Assignment 

Basics of html and css

Round 3 - HR 

(5 Questions)

  • Q1. How was the importance of html.
  • Ans. 

    HTML is a fundamental building block of web development, used to create the structure of web pages.

    • HTML stands for HyperText Markup Language.

    • It is used to create the structure of web pages by using elements like , , ,

      ,

      , etc.

    • HTML is essential for creating content on the web and is often combined with CSS for styling and JavaScript for interactivity.

    • It provides a way to organize and format content on a webpage, making ...

  • Answered by AI
  • Q2. How was the importance of css.
  • Ans. 

    CSS is crucial for styling and formatting web pages, enhancing user experience and creating visually appealing designs.

    • CSS is used to control the layout, colors, fonts, and overall appearance of a website.

    • It allows for responsive design, making websites adapt to different screen sizes and devices.

    • CSS can be used to create animations, transitions, and interactive elements on a webpage.

    • Without CSS, web pages would be pla...

  • Answered by AI
  • Q3. What is the Html and css.
  • Ans. 

    HTML and CSS are the building blocks of web development. HTML is used for structuring content, while CSS is used for styling and layout.

    • HTML stands for HyperText Markup Language and is used to create the structure of a web page.

    • CSS stands for Cascading Style Sheets and is used to style the HTML elements.

    • HTML uses tags to define different elements like headings, paragraphs, images, links, etc.

    • CSS allows for styling elem...

  • Answered by AI
  • Q4. What is the DOCTYPE declaration in HTML, and why is it important
  • Ans. 

    DOCTYPE declaration in HTML specifies the version of HTML being used in the document.

    • DOCTYPE declaration is placed at the very beginning of an HTML document before the tag.

    • It informs the web browser about the version of HTML being used, which helps in rendering the page correctly.

    • It also helps in triggering the browser's standards mode, ensuring consistent display across different browsers.

    • Example: spe

  • Answered by AI
  • Q5. How can you include external CSS and JavaScript files in an HTML document.
  • Ans. 

    External CSS and JavaScript files can be included in an HTML document using link and script tags respectively.

    • Use the tag with the rel attribute set to 'stylesheet' to include external CSS files.

    • Example:

    • Use the

Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Highly motivated computer engineer with a strong foundation in software development and a passion for problem-solving. Experienced in designing and implementing innovative solutions, with a keen eye for detail and efficiency. Eager to contribute technical expertise to Ambitionbox and drive forward its mission of empowering job seekers through data-driven insights.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Assignment 

In coding questions.

Round 3 - HR 

(5 Questions)

  • Q1. Basics of technical questions
  • Q2. About my self and my skills related
  • Q3. What is HTML, and what is its role in web development?
  • Ans. 

    HTML is a markup language used to create the structure of web pages.

    • HTML stands for HyperText Markup Language

    • It is used to define the structure of content on a web page using elements like

      ,

      ,

      , etc.

    • HTML tags are used to enclose content and provide instructions on how it should be displayed

    • It is the backbone of web development and works in conjunction with CSS and JavaScript

Answered by AI
  • Q4. Explain the basic structure of an HTML document.
  • Ans. 

    The basic structure of an HTML document includes the doctype declaration, html tag, head tag, and body tag.

    • DOCTYPE declaration specifies the version of HTML being used

    • HTML tag contains the entire HTML document

    • Head tag includes meta information, title, and links to external resources

    • Body tag contains the content of the webpage

  • Answered by AI
  • Q5. What is the purpose of HTML tags and attributes?
  • Ans. 

    HTML tags and attributes are used to structure and define content on a web page.

    • HTML tags are used to define different elements on a web page such as headings, paragraphs, images, links, etc.

    • Attributes provide additional information about an element and are used to modify the behavior or appearance of the element.

    • For example, the tag is used to display an image on a web page, and the 'src' attribute is used to specify

  • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - As a job seeker at Ambitionbox, I am eager to contribute my skills and passion for data-driven decision-making to help the company achieve its goals.

    Skills evaluated in this interview

    I applied via Job Portal and was interviewed in Oct 2021. There was 1 interview round.

    Interview Questionnaire 

    3 Questions

    • Q1. 1)How we can use life cycle methods in functional components
    • Ans. 

      Life cycle methods can be used in functional components using React Hooks.

      • Use useEffect() hook to mimic componentDidMount(), componentDidUpdate() and componentWillUnmount() methods.

      • Use useState() hook to manage state in functional components.

      • Use useContext() hook to access context in functional components.

      • Use useReducer() hook to manage complex state in functional components.

    • Answered by AI
    • Q2. How can we use component will unmount method in functional components by using hooks
    • Ans. 

      Unmounting logic can be implemented using useEffect hook with a return statement.

      • Use useEffect hook with a return statement to implement unmounting logic

      • Return a function from useEffect hook to execute cleanup logic

      • Cleanup logic can include clearing intervals, removing event listeners, etc.

    • Answered by AI
    • Q3. What is redux ? How can we joint react with redux
    • Ans. 

      Redux is a predictable state container for JavaScript apps.

      • Redux helps manage the state of an application in a predictable way

      • It provides a central store for all the state of the application

      • React components can access the state from the store using the connect() function

      • Actions are dispatched to the store to update the state

      • Reducers are pure functions that update the state based on the dispatched actions

    • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Must have a good skills in coding

    Skills evaluated in this interview

    I applied via Referral and was interviewed in Jul 2019. There were 5 interview rounds.

    Interview Questionnaire 

    1 Question

    • Q1. Aptitude, JavaScript, Pseudo code, basic HTML & CSS questions & other questions related to resume

    Interview Preparation Tips

    Interview preparation tips for other job seekers - It was a positive experience. Interview was quite interactive and interviewers were knowledgeable & humble

    Amazon Interview FAQs

    How many rounds are there in Amazon Front end Engineer interview?
    Amazon interview process usually has 1 rounds. The most common rounds in the Amazon interview process are HR.
    How to prepare for Amazon Front end Engineer interview?
    Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Amazon. The most common topics and skills that interviewers at Amazon expect are Javascript, HTML, React.Js, CSS and Front End.

    Tell us how to improve this page.

    Amazon Front end Engineer Interview Process

    based on 1 interview

    Interview experience

    4
      
    Good
    View more

    Interview Questions from Similar Companies

    Reliance Retail Interview Questions
    3.9
     • 1.5k Interviews
    Flipkart Interview Questions
    4.0
     • 1.3k Interviews
    Paytm Interview Questions
    3.3
     • 760 Interviews
    Tata Group Interview Questions
    4.2
     • 357 Interviews
    BigBasket Interview Questions
    3.9
     • 346 Interviews
    Myntra Interview Questions
    4.0
     • 212 Interviews
    Blinkit Interview Questions
    3.7
     • 174 Interviews
    Uber Interview Questions
    4.2
     • 160 Interviews
    AmbitionBox Interview Questions
    4.9
     • 145 Interviews
    JioMart Interview Questions
    3.9
     • 92 Interviews
    View all
    Amazon Front end Engineer Salary
    based on 20 salaries
    ₹17 L/yr - ₹60 L/yr
    234% more than the average Front end Engineer Salary in India
    View more details

    Amazon Front end Engineer Reviews and Ratings

    based on 1 review

    4.0/5

    Rating in categories

    3.0

    Skill development

    3.0

    Work-life balance

    4.0

    Salary

    3.0

    Job security

    4.0

    Company culture

    4.0

    Promotions

    4.0

    Work satisfaction

    Explore 1 Review and Rating
    Front End Engineer, Digital Acceleration

    Chennai

    1-7 Yrs

    Not Disclosed

    Front End Engineer - FTC

    Bangalore / Bengaluru

    1-7 Yrs

    Not Disclosed

    Explore more jobs
    Customer Service Associate
    4.2k salaries
    unlock blur

    ₹0.6 L/yr - ₹5 L/yr

    Transaction Risk Investigator
    3.1k salaries
    unlock blur

    ₹2.3 L/yr - ₹6.5 L/yr

    Associate
    2.5k salaries
    unlock blur

    ₹0.8 L/yr - ₹6.5 L/yr

    Senior Associate
    2.4k salaries
    unlock blur

    ₹2 L/yr - ₹10.1 L/yr

    Software Development Engineer
    2k salaries
    unlock blur

    ₹18.1 L/yr - ₹34.7 L/yr

    Explore more salaries
    Compare Amazon with

    Flipkart

    4.0
    Compare

    TCS

    3.7
    Compare

    Google

    4.4
    Compare

    Netflix

    4.5
    Compare
    Did you find this page helpful?
    Yes No
    write
    Share an Interview