Skip to contentSkip to footer
  • Community
  • Jobs
  • Companies
  • Salaries
  • For employers
      Notifications

      Loading...

      Elevate your career

      Discover your earning potential, land dream jobs, and share work-life insights anonymously.

      employer cover photo
      employer logo
      employer logo

      Ant Group

      Is this your company?

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: Ant Group reviews | Ant Group jobs | Ant Group salaries | Ant Group benefits
      Ant Group interviewsAnt Group Front End Engineer interviewsAnt Group interview


      Glassdoor

      • About / Press
      • Awards
      • Blog
      • Research
      • Contact Us
      • Guides

      Employers

      • Free Employer Account
      • Employer Centre
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy and Ad Choices
      • Do Not Sell Or Share My Information
      • Cookie Consent Tool
      • Security

      Work With Us

      • Advertisers
      • Careers
      Download the App

      • Browse by:
      • Companies
      • Jobs
      • Locations
      • Communities
      • Recent posts

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" and logo are proprietary trademarks of Glassdoor LLC.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Bowls

      Get actionable career advice tailored to you by joining more bowls.

      Followed companies

      Stay ahead in opportunities and insider tips by following your dream companies.

      Job searches

      Get personalised job recommendations and updates by starting your searches.

      Front End Engineer Interview

      Dec 30, 2024
      Anonymous interview candidate
      Kuala Lumpur

      Other Front End Engineer interview reviews for Ant Group

      Front End Engineer Interview

      Jun 5, 2025
      Anonymous interview candidate
      No offer
      Negative experience
      Average interview

      Application

      I applied online. The process took 2 days. I interviewed at Ant Group in Jun 2025

      No offer
      Positive experience
      Average interview

      Application

      I applied online. The process took 4 weeks. I interviewed at Ant Group (Kuala Lumpur) in Dec 2024

      Interview

      The overall interview process was quite smooth. The interviewer was very nice. All the conversations was done using Mandarin, so be prepared for it. Got questions such as using promise to write some code, var,let,const difference, leetcode easy questions. Unfortunately, I did not prepare for leetcode question so I not able to finish the question. In shorts, interview process was great. Use Mandarin for conversations, please grind some leetcode easy questions.

      Interview questions [1]

      Question 1

      var, let, const difference, promise usage(react), leetcode (easy) question
      Answer question

      Interview

      The interview takes about an hour, including a coding test and technical Q&A. The interviewer is from China and doesn’t speak good English, so you might not fully understand the technical questions he asks. At one point, I had to ask him to write down the question. For the coding test, I was asked to create two JavaScript functions based on a scenario, and there was also one React-related coding question. If you don't know Mandarin, i think don't borther to apply for the job, most likely they will not take you

      Interview questions [7]

      Question 1

      Whats the difference between: 1. display: none; 2. visibility: hidden; 3. opacity: 0;
      Answer question

      Question 2

      How to optimize software for different screen sizes?
      Answer question

      Question 3

      Difference between var, let, const
      Answer question

      Question 4

      What are the JavaScript data types
      Answer question

      Question 5

      What is a Promise? and how to use it in React
      Answer question

      Question 6

      Coding Question 1 I was asked to implement a custom React hook that receives a future end time (e.g., "2025-12-12 00:00:00") and returns a countdown in the format: "x days x hours x minutes x seconds." The hook logic should be reusable and not include any DOM/UI code.
      Answer question

      Question 7

      Coding Question 2 I had to explain the difference between throttle and debounce, and implement both from scratch. The throttle function should ensure the passed function runs at most once every n seconds. The debounce function should delay the execution of the passed function until n seconds have passed since the last invocation.
      Answer question