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

      ZeroFox

      Engaged employer

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: ZeroFox reviews | ZeroFox jobs | ZeroFox salaries | ZeroFox benefits
      ZeroFox interviewsZeroFox Senior Software Engineer interviewsZeroFox 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
      Capgemini
      3.7★Compensation and benefits
      avatar
      Cisco
      4.0★Compensation and benefits
      avatar
      Sabre
      3.5★Compensation and benefits
      avatar
      SAP
      3.9★Compensation and benefits

      Senior Software Engineer Interview

      16 Oct 2025
      Anonymous interview candidate
      Chile

      Other Senior Software Engineer interview reviews for ZeroFox

      Senior Software Engineer Interview

      29 Jul 2025
      Anonymous interview candidate
      No offer
      Positive experience
      Average interview
      No offer
      Positive experience
      Difficult interview

      Application

      I applied online. The process took 3 weeks. I interviewed at ZeroFox (Chile) in Sept 2025

      Interview

      There were 3 rounds of interviews after meeting with the recruiter: (1) a LeetCode sliding-window algorithm challenge, (2) a BFS coding challenge and a system design interview, (3) a third coding challenge also algorithm-based.

      Interview questions [1]

      Question 1

      The system design interview was to design a URL shortener.
      Answer question

      Application

      I applied online. The process took 1 day. I interviewed at ZeroFox in Jul 2025

      Interview

      1. Presentation: the interviewer and interviewee have the chance to present each other 2. Code challenge: you have the chance to choose between (1) code in an online pad that doesn't have the option to run the code nor code marking or (2) you can share your screen and use your own IDE. I chose 1, looking back, I should have chosen option 2. ## Given a list, find if there are duplicates within distance ‘d’ of each other. ## Examples ## [1, 2, 3, 1, 3] d=3 -> True ## [1, 2, 3, 1, 3] d=2 -> True ## [1, 2, 3, 1, 3] d=1 -> False 3. Questions about the position

      Interview questions [1]

      Question 1

      Code challenge: ## Given a list, find if there are duplicates within distance ‘d’ of each other. ## Examples ## [1, 2, 3, 1, 3] d=3 -> True ## [1, 2, 3, 1, 3] d=2 -> True ## [1, 2, 3, 1, 3] d=1 -> False
      1 Answer
      1

      Senior Software Engineer Interview

      31 Jan 2024
      Anonymous interview candidate
      Santiago
      No offer
      Negative experience
      Average interview

      Application

      I applied online. The process took 2 weeks. I interviewed at ZeroFox (Santiago) in Jan 2024

      Interview

      4 interviews 1 HR: expectations about salary and company 1 coding: easy problem 1 systems design: design a URL shortener system 1 coding: implement a Insert method for a BST

      Interview questions [1]

      Question 1

      Searching (string array) and Data structures (BST)
      Answer question