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

      atolls

      Engaged employer

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: atolls reviews | atolls jobs | atolls salaries | atolls benefits
      atolls interviewsatolls Development Engineer II interviewsatolls 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.

      Top companies for "Compensation and Benefits" near you

      avatar
      Amazon
      3.7★Compensation and benefits
      avatar
      Amazon Web Services
      3.9★Compensation and benefits
      avatar
      Google
      4.5★Compensation and benefits
      avatar
      Meta
      4.6★Compensation and benefits

      Development Engineer II Interview

      7 Mar 2023
      Anonymous employee
      Bengaluru

      Other Development Engineer II interview reviews for atolls

      Development Engineer II Interview

      30 Jun 2021
      Anonymous interview candidate
      Paris
      No offer
      Accepted offer
      Positive experience
      Difficult interview

      Application

      I applied through a recruiter. I interviewed at atolls (Bengaluru) in Feb 2023

      Interview

      The interview process was great. It consisted of 3 rounds (2 technical + 1 culture-fit) taken over a period of three days with quick evaluation and valuable feedbacks. Technical interview was a mix of programming questions, technology stack and problem solving approach related to previous projects.

      Interview questions [1]

      Question 1

      - Extract required data from complex json response of an API based on conditions - Design a LRU cache - Program to maximize profit of a stock buy/sell (https://www.geeksforgeeks.org/stock-buy-sell/) - Questions around previous projects
      Answer question
      1
      Neutral experience
      Average interview

      Application

      I applied online. The process took 2 weeks. I interviewed at atolls (Paris) in Jun 2021

      Interview

      I applied for a front end position. They sent me a "case study" that I needed to complete witin 2 days. It was basically an algo problem for which I had to write code. I did it and it was working with the given sample data. After around a week, I got an automated rejection email. I had to contact the recruiter to get the feedback. Apparently, it was because I hadn't covered all the cases.

      Interview questions [1]

      Question 1

      Write a function that accepts an array of tickets, where ticket has format [source: string, destination: string] and returns comma separated countries in order of visiting. function getRoute(tickets){ return 'USA,BRA,UAE,JPN,PHL'; // implement logic here } const result = getRoute([['JPN', 'PHL'], ['BRA', 'UAE'], ['USA', 'BRA'], ['UAE', 'JPN']]); console.log(result); Example: Tickets: [["JPN", "PHL"], ["BRA", "UAE"], ["USA", "BRA"], ["UAE", "JPN"]] Result: "USA, BRA, UAE, JPN, PHL
      2 Answers
      1