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

      MayStreet

      Is this your company?

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: MayStreet reviews | MayStreet jobs | MayStreet salaries | MayStreet benefits
      MayStreet interviewsMayStreet C++ Developer interviewsMayStreet 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
      S&P Global
      3.8★Compensation and benefits
      avatar
      AlphaSights
      3.8★Compensation and benefits
      avatar
      Canadian Nuclear Laboratories
      3.8★Compensation and benefits
      avatar
      Cactus Communications
      3.5★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.

      C++ Developer Interview

      Jul 31, 2020
      Anonymous interview candidate
      No offer
      Negative experience

      Other C++ Developer interview reviews for MayStreet

      C++ Developer Interview

      Jun 7, 2022
      Anonymous interview candidate
      New York, NY
      No offer
      Average interview

      Application

      I applied online. The process took 1 day. I interviewed at MayStreet in Jul 2020

      Interview

      Everything out of them is automated, no hello and a virtual handshake, just "here's a HackerRank test, eat it." An application has no idea if they're dealing with a person on the other end or if they're just getting automated emails. The HackerRank is programming challenges. Most of the questions are straightforward data manipulation. There was one tricky question around bit flipping. The test is time intensive and even if you are a strong programmer, you really need all 90 minutes. After spending a hour and a half of my time, I received a rejection email with no real explanation behind their decision.

      Interview questions [1]

      Question 1

      Parse out a string comprised of letters followed by numbers. Produce a string aggregates the letters and numbers (ie. "a1b2,a3" becomes "a4b2")
      1 Answer
      2
      avatar
      MayStreet response
      5y
      We're sorry the interview experience wasn't as you'd hoped. We are always looking for ways to improve and appreciate your feedback.
      Neutral experience
      Average interview

      Application

      I applied online. The process took 1 week. I interviewed at MayStreet (New York, NY) in May 2022

      Interview

      I applied online. Got a call with their head recruiter same day or day after but it was very quick. After that was a hackerrank with 6 problems and 1 multiple choice. The problems were not that difficult if you're pretty familiar with the STL, but you do have to move pretty quickly. I think I was allowed 90 minutes and I used almost all of it. Second round was with one of the developers on the team. Again, the problem here was not difficult. I had to fix a memory leak and a list of objects being sorted in the wrong order. They're also looking for if you can tell why the memory leak occurred. I was able to fix the code but couldn't give exact reasons as to why the leak occurred so I think I got dinged here and didn't get to move on to the next stage.
      1
      avatar
      MayStreet response
      3y
      We are always looking to improve our candidate experience and appreciate your feedback!

      C++ Developer Interview

      Aug 22, 2019
      Anonymous interview candidate
      New York, NY
      No offer
      Positive experience
      Average interview

      Application

      I applied online. The process took 2 weeks. I interviewed at MayStreet (New York, NY) in Jul 2019

      Interview

      First you get a HackerRank, then a phone call with the hiring manager, then a live coding test, and finally an onsite interview. The HackerRank has some basic Leetcode Easy/Medium level difficulty questions. The live coding test consists of debugging a program in C++ and then a brainteaser question. I did not receive an onsite interview. The hiring manager is very nice and very prompt with responses. The Engineer in charge of the live coding test was very nice and helpful as well. Unfortunately, I was not given an onsite interview because I lacked familiarity with C++.

      Interview questions [1]

      Question 1

      Check if a number is a power of 2.
      1 Answer
      1