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

      Infinidat

      Engaged employer

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: Infinidat reviews | Infinidat jobs | Infinidat salaries | Infinidat benefits
      Infinidat interviewsInfinidat C++ Developer interviewsInfinidat 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.

      C++ Developer Interview

      30 Aug 2022
      Anonymous employee
      Accepted offer
      Positive experience
      Average interview

      Application

      I applied through a recruiter. I interviewed at Infinidat

      Interview

      2 technical interviews with team leader and group leader and then HR interview. 2 technical questions about timers implementation, memory management using one register implementing my own malloc, mutex, busy waiting, one logical question, kind interviewers, nice offices

      Interview questions [1]

      Question 1

      implement your own malloc when you get a fixed size buffer and a malloc function allocating 8 bytes each time
      Answer question

      Other C++ Developer interview reviews for Infinidat

      C++ Developer Interview

      25 Dec 2021
      Anonymous interview candidate
      No offer
      Positive experience
      Average interview

      Application

      I interviewed at Infinidat

      Interview

      Had one short phone call, then 2 technical interviews before getting rejected. The technical interviews were around an hour and an half. all was online, through zoom. Need to know data structers well, it is one large questions for every interview

      Interview questions [1]

      Question 1

      data structures and their use
      Answer question

      C++ Developer Interview

      4 Sept 2020
      Anonymous interview candidate
      Declined offer
      Positive experience
      Easy interview

      Application

      I applied online. I interviewed at Infinidat

      Interview

      There is a first interview with a team member and then 2 more interviews with the team leader and the group leader. then HR but i don't know what is going on after the first because thy didn't continue with me.

      Interview questions [1]

      Question 1

      Implement a data structure the support the following interface void push(Integer) - O(1) Integer pop() - O(1) - pop the last element that inserted Integer get_middle() - O(1) - get the middle element value get_k(k) - O(K) - get the first k elements values.
      2 Answers