Upload Button Icon Add office photos

Filter interviews by

BookMyShow Softwaretest Engineer Interview Questions and Answers

Updated 6 Nov 2024

BookMyShow Softwaretest Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Just the basic information about my project and restfull services

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Test contains 26 questions for me 13 are java based 13 are c++ based

Round 2 - Technical 

(2 Questions)

  • Q1. Indexing in dbms
  • Ans. 

    Indexing in DBMS is a technique to improve the performance of queries by creating a data structure that allows for faster retrieval of data.

    • Indexes are created on columns in a database table to speed up the retrieval of rows that match a certain condition.

    • Types of indexes include clustered, non-clustered, unique, and composite indexes.

    • Examples of indexing techniques include B-tree, hash, and bitmap indexes.

    • Indexing can...

  • Answered by AI
  • Q2. Find whether two strings are or not anagrams
  • Ans. 

    Check if two strings are anagrams by comparing the sorted characters in each string.

    • Sort the characters in both strings and compare if they are equal.

    • Ignore spaces and punctuation when comparing the strings.

    • Example: 'listen' and 'silent' are anagrams.

    • Example: 'hello' and 'world' are not anagrams.

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Inorder traversal without recursion
  • Ans. 

    Use a stack to simulate the recursive inorder traversal process

    • Create an empty stack to store nodes

    • Start with the root node and push it onto the stack

    • While the stack is not empty, keep traversing left and pushing nodes onto the stack

    • Once you reach a leaf node, pop it from the stack, print its value, and move to its right child

    • Repeat the process until all nodes have been visited

  • Answered by AI
  • Q2. How to make a class final
  • Ans. 

    To make a class final, use the 'final' keyword in the class declaration.

    • Use the 'final' keyword before the 'class' keyword in the class declaration

    • A final class cannot be subclassed or extended

    • Final classes are often used for utility classes or classes that should not be modified

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is string eplain that code
  • Ans. 

    A string is a sequence of characters used to represent text.

    • Strings are typically enclosed in quotation marks

    • Strings can contain letters, numbers, symbols, and spaces

    • Strings can be manipulated using various string functions

  • Answered by AI
  • Q2. What is array how type of array
  • Ans. 

    An array is a data structure that stores a collection of elements of the same type in a contiguous memory location.

    • Arrays can be of different types such as integer arrays, float arrays, or string arrays.

    • Example: string[] names = {"Alice", "Bob", "Charlie"};

    • Arrays in most programming languages are zero-indexed, meaning the first element is at index 0.

    • Arrays allow for efficient access and manipulation of elements based o

  • Answered by AI
Round 2 - Aptitude Test 

Very few question asking like time and work

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Sep 2024, where I was asked the following questions.

  • Q1. Intro and basic DSA questions on array and string
  • Q2. Low level Design questions
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Case Study 

Improve revenue for MB platform

Round 3 - One-on-one 

(2 Questions)

  • Q1. Guesstimate - Number of shampoo sold in India
  • Ans. 

    Approximately 1.5 billion bottles of shampoo are sold in India annually.

    • India has a population of over 1.3 billion people, with a large percentage using shampoo regularly.

    • Assuming an average person uses one bottle of shampoo per month, the estimated number of bottles sold annually is around 1.5 billion.

    • Factors such as income levels, hair type, and cultural practices may affect the usage of shampoo in different regions

  • Answered by AI
  • Q2. Product Design - Netflix for kids

Interview Preparation Tips

Interview preparation tips for other job seekers - Guesstimate - Product Design - Strategy. Decode and conquer
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Job Portal

Round 1 - Technical 

(3 Questions)

  • Q1. What do i know about this role ?
  • Ans. 

    Product Manager is responsible for developing and managing a product or product line throughout its lifecycle.

    • Responsible for defining the product vision and strategy

    • Collaborates with cross-functional teams such as engineering, design, and marketing

    • Analyzes market trends and competition to make informed product decisions

    • Creates product roadmaps and prioritizes features based on customer feedback

    • Tracks key performance m

  • Answered by AI
  • Q2. How you think you will be an asset for companies ?
  • Q3. Situational question to see which KPI can be used ?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

RCA question round about metrics going down. Analysis & solution to the root problem we're also discussed

Round 2 - Case Study 

Product Design & Thinking round

Interview Questionnaire 

1 Question

  • Q1. Angle between minute and hour hand at 3:15
  • Ans. 

    Angle between minute and hour hand at 3:15

    • At 3:15, the hour hand is at 3 and the minute hand is at 15

    • Calculate the angle between the two hands using the formula: |(30*H) - (11/2)*M|

    • Where H is the hour and M is the minute

    • The angle between the hands at 3:15 is 7.5 degrees

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Assignment 

General UX related assignment

Round 2 - Case Study 

A few case studies and puzzles are solved

Round 3 - One-on-one 

(2 Questions)

  • Q1. Conducted by a senior manager
  • Q2. General ability to think and solve problems are tested
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Question on case study provided
  • Q2. One coding question

BookMyShow Interview FAQs

How many rounds are there in BookMyShow Softwaretest Engineer interview?
BookMyShow interview process usually has 1 rounds. The most common rounds in the BookMyShow interview process are Group Discussion.

Tell us how to improve this page.

BookMyShow Softwaretest Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

MagicBricks Interview Questions
4.4
 • 301 Interviews
Tracxn Interview Questions
3.1
 • 102 Interviews
Zolo Interview Questions
3.4
 • 53 Interviews
Netmeds.com Interview Questions
3.6
 • 42 Interviews
Carwale Interview Questions
3.5
 • 41 Interviews
Uplers Interview Questions
4.0
 • 41 Interviews
Impact Guru Interview Questions
3.7
 • 40 Interviews
Yahoo Interview Questions
4.6
 • 29 Interviews
View all
Assistant Manager
38 salaries
unlock blur

₹6 L/yr - ₹12.8 L/yr

Software Developer
31 salaries
unlock blur

₹5 L/yr - ₹18 L/yr

Senior Executive
31 salaries
unlock blur

₹3 L/yr - ₹8.2 L/yr

Senior Software Developer
25 salaries
unlock blur

₹5.7 L/yr - ₹22.1 L/yr

Product Manager
21 salaries
unlock blur

₹16 L/yr - ₹45.1 L/yr

Explore more salaries
Compare BookMyShow with

MagicBricks

4.3
Compare

Videocon d2h

3.9
Compare

Netmeds.com

3.6
Compare

Tracxn

3.1
Compare
Did you find this page helpful?
Yes No
write
Share an Interview