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

      Plume Design

      Engaged employer

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: Plume Design reviews | Plume Design jobs | Plume Design salaries | Plume Design benefits
      Plume Design interviewsPlume Design Software Engineer interviewsPlume Design 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.

      Software Engineer Interview

      26 Aug 2022
      Anonymous interview candidate
      No offer
      Negative experience
      Difficult interview

      Application

      I applied through a recruiter. The process took 3 months. I interviewed at Plume Design

      Interview

      This interview was a huge letdown. My external recruiter got me the interview. In the first stage, I had a lengthy discussion with the hiring manager, and they communicated how well my background complements the role. They mentioned that of hundreds of applicants, I was the most compelling. For the next stage, they asked me to do a technical screening, and my result was an almost perfect score. After that, I received radio silence for two months. They then emailed a generic rejection letter.

      Interview questions [1]

      Question 1

      Asked technical architecture questions. For the coding question, I think it was a Binary Search Tree type of question.
      Answer question
      2

      Other Software Engineer interview reviews for Plume Design

      Software Engineer Interview

      29 Mar 2022
      Anonymous interview candidate
      No offer
      Neutral experience
      Average interview

      Application

      I applied online. The process took 4 weeks. I interviewed at Plume Design

      Interview

      This was a very lengthy process. I had to speak with over 7 people and the interviews were spread out over a couple days talking to various team members, however I felt like a lot of the same questions were asked during each interview

      Interview questions [1]

      Question 1

      what excites you most about working for plume
      Answer question
      2

      Software Engineer Interview

      12 Dec 2018
      Anonymous interview candidate
      No offer
      Negative experience
      Average interview

      Application

      I applied online. I interviewed at Plume Design

      Interview

      I had an online interview. The question was given me to search an array of integers ordered but shifted right circular. I answered that this was essentially an out of order array, and he asked "how would you normally search this array". I wrote a binary search, and he showed (apparently) that you could modify the search to compensate. I admit I was annoyed by this whole line of problem. I was very interested in this company, and spent the weekend studying the particulars of the driver code the job description wanted, to be ready. Instead I get an insipid and completely useless C programming puzzle to perform. I could have spent the weekend researching how to do C puzzles, or I could have brushed up on actual WORK knowledge. I think I made the right decision and would do that again. These kinds of google interview gotcha puzzles are just annoying and don't test for any skill or knowledge relevant to actual WORK as a programmer.

      Interview questions [1]

      Question 1

      Search a sorted array of integers. Can the search compensate for rotating the data circularly around right.
      1 Answer
      1