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

      Salsita Software

      Engaged employer

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: Salsita Software reviews | Salsita Software jobs | Salsita Software salaries | Salsita Software benefits
      Salsita Software interviewsSalsita Software Senior Software Engineer - Full Stack interviewsSalsita Software 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
      YES
      3.9★Compensation and benefits
      avatar
      Moody's
      3.7★Compensation and benefits
      avatar
      Slide Inc
      3.7★Compensation and benefits
      avatar
      Cashier Live
      3.8★Compensation and benefits

      Senior Software Engineer - Full Stack Interview

      12 Jun 2023
      Anonymous interview candidate
      Prague
      No offer
      Negative experience
      Easy interview

      Application

      I applied online. The process took 2 weeks. I interviewed at Salsita Software (Prague) in May 2023

      Interview

      The interview consist of 4 stages: remote technical screening (1 hour), on-site interview with Engineering Manager (1 hour), on-site interview with CTO (1 hour), on-site interview with founder (I didn't get to that phase). Technical screening is super simple - you will be asked about your experience, receive some information about Salsita and get a very basic coding task which you need to accomplish in a shared text editor (FirePad). The feedback (positive) was immediate. After that I was invited to their office (around a week after the screening) consisting of 2 rounds. In both rounds there was one guy interviewing, 2 guys shadowing in-person (sitting quietly during the whole interview) and other 4-5 people shadowing remotely. The first round was with engineering manager where he asked about previous experience and mostly listened interrupting me in some parts and asking questions. In the last 15 minutes there was quite an easy coding task. It was so simple that I thought there might be some "catch" in it and I should come-up with more or less generic solution. But no, you're really expected to write the easiest super simple solution. After that you're asked questions about how to test this and the round finishes. The second round with CTO (and other 6 people shadowing) was mostly devoted to coding on an electronic whiteboard. You get a huge screen but are forced to hand write code on it :). CTO also asked some technical questions about my very first job from decades ago. Of course these details look outdated today. Overall coding tasks are quite basic but the approach with "coding" by handwriting on whiteboard was a bit confusing. Moreover, you're expected to hand-write not some pseudo-code or general approach but a completely working JS code. Very quickly you run out of space on whiteboard, it is also hard to change something or even have a look at the whole code. It would be more relevant to just use a laptop with CodePen.

      Interview questions [3]

      Question 1

      Technical screening coding task. You have an empty function definition isSorted(arr: number[]); Implement this function.
      1 Answer

      Question 2

      Engineering Manager round, coding task (you handwrite code on an electronic whiteboard). Write a function that accepts 3 parameters (numbers a, b, c). If a is bigger than b, write something to console. If a is bigger than b and c, write something else in console. If it is smaller than c but bigger than b, write another message to console.
      1 Answer

      Question 3

      Technical round with CTO, coding task (you handwrite code on an electronic whiteboard). Imagine you have a set of scripts. Each script can depend on another to be able to run. Write a function that will "run" each of the scripts (by logging their names into console) in correct order.
      Answer question