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

      Springboard

      Is this your company?

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: Springboard reviews | Springboard jobs | Springboard salaries | Springboard benefits
      Springboard interviewsSpringboard Automation QA Engineer interviewsSpringboard 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
      The Open University
      3.5★Compensation and benefits
      avatar
      AQA
      3.8★Compensation and benefits
      avatar
      Lifetime Group
      3.5★Compensation and benefits
      avatar
      McGraw Hill
      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.

      Automation QA Engineer Interview

      23 Apr 2019
      Anonymous interview candidate
      Bengaluru
      No offer
      Negative experience
      Average interview

      Application

      I applied through a recruiter. The process took 1 day. I interviewed at Springboard (Bengaluru) in Apr 2019

      Interview

      First Round: Testing and Project Round First round was what anybody in QA role would expect. Tell me about yourself, your project, some testing questions and scenarios, selenium question and scenarios, json testing scenarios, writing java programs. Second Round: Problem Solving. This was the round where you expect some data structures and some algorithms questions. There were two people for interview panel from dev team. The round started with normal string and array questions, then moving to some questions from Dynamic Programming. I guess the HR team or QA Manager should set the expectations first with the interview panel regarding the areas the panel should wander into. If I had to write Dynamic Programming, I would have come for the role of SDE not QA. PS: I got rejected in this round.

      Interview questions [1]

      Question 1

      Regular Expression Matching-> Given an input string (s) and a pattern (p), implement regular expression matching with support for '.' and '*'. '.' Matches any single character. '*' Matches zero or more of the preceding element. The matching should cover the entire input string (not partial). Maybe interviewer was in a mood to have fun by asking DP questions for QA Automation role.
      2 Answers
      1