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

      Archipelo

      Is this your company?

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: Archipelo reviews | Archipelo jobs | Archipelo salaries | Archipelo benefits
      Archipelo interviewsArchipelo Interface Engineer interviewsArchipelo 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.

      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
      DONE by NONE
      3.8★Compensation and benefits
      avatar
      Moody's
      3.7★Compensation and benefits
      avatar
      Slide Inc
      3.7★Compensation and benefits
      avatar
      Cashier Live
      3.8★Compensation and benefits

      Bowls

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

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Interface Engineer Interview

      15 Sept 2022
      Anonymous interview candidate
      Berlin
      No offer
      Negative experience
      Average interview

      Application

      I applied through a recruiter. The process took 4 weeks. I interviewed at Archipelo (Berlin) in Aug 2022

      Interview

      I was cold-emailed about an Interface Engineer position and decided to jump into the process after some research. 3 Interviews: 2 live-coding, 1 personal. Mostly positive or positive initial feedback delivered via email shortly after each. Finally, I received "We believe you are a strong cultural fit and possess the skills required to be a successful Interface Engineer at Archipelo. We want to make you a job offer." Great! (Notably, no technical question exercised my experience as a front-end/interface engineer. You could completely not know how to build an interface and pass the interview.) The initial offer's salary didn't meet my standards. We worked something out and verbally agreed to a number, which was to be confirmed. A final, supposedly confirmatory, call resulted in my rejection on technical grounds.

      Interview questions [6]

      Question 1

      Describe the JavaScript runtime model.
      Answer question

      Question 2

      Why is using floats or doubles bad when you want to preserve accuracy?
      Answer question

      Question 3

      Write a function that returns whether two groups of students can be arranged in a way that a photo can be taken? Array 1: [ 6 7 9 13 12 ] Array 2: [ 4 8 7 2 11 ] works: [ 4 7 8 2 11]
      Answer question

      Question 4

      Write a function that determines if a binary tree is valid. Proper: 3 / \ 2 5 / / \ 1 4 6 Not proper: 3 / \ 2 5 / \ 1 4 / \ 3 6
      Answer question

      Question 5

      Write a function that determines if all braces ("(", "[", "{") in a string are closed. "([])" => true "{{()}" => false
      Answer question

      Question 6

      Write a function that determines if two strings form a valid anagram. (cat, atc) => true (foo, uuf) => false
      Answer question
      2