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

      Revolut

      Engaged employer

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: Revolut reviews | Revolut jobs | Revolut salaries | Revolut benefits | Revolut conversations
      Revolut interviewsRevolut Technical Lead (Java Backend) interviewsRevolut 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.

      Technical Lead (Java Backend) Interview

      2 Nov 2021
      Anonymous interview candidate
      London, England
      No offer
      Negative experience
      Easy interview

      Application

      I applied online. I interviewed at Revolut (London, England) in Oct 2021

      Interview

      the technical interview was robotic. The interviewer already decided the approach to the problem and if anyone is not taking that approach then they are failed. There can be many approaches to the same problem. They ask me to implement LoadBalancer with 10 back-end server addresses. If addresses more than 10 then throw an exception. If duplicate server address then throws an exception. My approach was to implement LoadBalancer using a strategy pattern that allows code to extend easily for the new type of load balancer, easily testable, follows SOLID principles, loosely coupled with back-end IP address list and organized. But the interviewer wanted everything into one class. which was strange for me.

      Interview questions [1]

      Question 1

      Implement LoadBalancer in Java with 10 back-end server addresses. If addresses more than 10 then throw an exception. If duplicate server address then throws an exception.
      Answer question