Upload Button Icon Add office photos

QuickRide

Compare button icon Compare button icon Compare

Filter interviews by

QuickRide Softwaretest Engineer Interview Questions and Answers

Updated 16 Mar 2025

QuickRide Softwaretest Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. 23)Two bus tickets from city A to B and three tickets from city A to C cost Rs. 77 but three tickets from city A to B and two tickets from city A to C cost Rs. 73. What are the fares for cities B and C fro...
  • Q2. 24)J,K,L,M,N,O,P and R are eight huts. L is 2 km east of K. J is 1 km north of K and Q is 2 km south of J. P is 1 km west of Q while M is 3 km east of P and O is 2 km north of P. R is situated right in the...
  • Q3. 25)In two triangles, the ratio of the areas is 4: 3 and the ratio of their heights is 3: 4. Find the ratio of their bases ?
  • Ans. 

    To find the ratio of the bases of two triangles given the area and height ratios.

    • Area of a triangle = 1/2 * base * height.

    • Let the bases of the triangles be b1 and b2.

    • Given area ratio = 4:3, so A1/A2 = 4/3.

    • Given height ratio = 3:4, so h1/h2 = 3/4.

    • Using the area formula: (1/2 * b1 * h1) / (1/2 * b2 * h2) = 4/3.

    • This simplifies to (b1 * h1) / (b2 * h2) = 4/3.

    • Substituting h1/h2 = 3/4 gives: (b1 * (3/4)) / (b2) = 4/3.

    • Cross-m...

  • Answered by AI

Top trending discussions

View All
Interview Hub
1w
a client servicing executive
FeedCard Image
Got a question about QuickRide?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Recursion, Data Structures and Algorithms, Dynamic Programming, Graph Traversals, Tree Traversals

Round 3 - Technical 

(1 Question)

  • Q1. Tell me about your self, Academic Projects, Questions related to Data Structures and Algorithms, Dynamic Programming

Softwaretest Engineer Interview Questions Asked at Other Companies

asked in Playablo
Q1. What is boundary value analysis? How do u perform boundary value ... read more
asked in Playablo
Q2. If you encounter a blocker defect the day before the release date ... read more
Q3. - Print the frequency of each alphabet for the given string. - Sw ... read more
asked in Playablo
Q4. Write an SQL query to display the total number of students from t ... read more
Q5. Describe your past projects, including the languages you used.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Let var const difference
  • Ans. 

    var, let, and const are all used to declare variables in JavaScript, but they have different scopes and mutability.

    • var is function-scoped and can be redeclared and reassigned

    • let is block-scoped and can be reassigned but not redeclared

    • const is block-scoped and cannot be reassigned or redeclared

  • Answered by AI
  • Q2. Polyfills of bind method
  • Ans. 

    Polyfills of bind method provide a way to use the bind method in older browsers that do not support it natively.

    • Polyfill code typically checks if the bind method is available and if not, it creates a new function that mimics the behavior of bind.

    • One common polyfill for the bind method is the following: Function.prototype.bind = Function.prototype.bind || function() { // polyfill code here };

    • Polyfills are often used to ...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Make a search bar in React
  • Ans. 

    Create a search bar component in React for filtering data

    • Create a functional component for the search bar

    • Use state to store the search query

    • Implement a onChange event handler to update the search query

    • Filter the data based on the search query

  • Answered by AI
  • Q2. React js core concepts
Round 3 - HR 

(2 Questions)

  • Q1. How you structure your work
  • Q2. How you make a project from scratch

Skills evaluated in this interview

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

I appeared for an interview before Jul 2024, where I was asked the following questions.

  • Q1. DP related problems.
  • Q2. Networking related questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Dsa. , oops and basics of database management

Round 2 - Technical 

(2 Questions)

  • Q1. System design questions basics
  • Q2. Hiring managers questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - Coding Test 

2 questions, Easy and medium based

Round 2 - Technical 

(1 Question)

  • Q1. Stacks queues and array questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Technical questions on projects
Round 4 - HR 

(1 Question)

  • Q1. How to tackle any uncertain situations? Behavioural questions
  • Ans. 

    Approach uncertain situations with a structured mindset, focusing on analysis, communication, and adaptability.

    • Stay calm and assess the situation: For example, during a project delay, analyze the root cause before reacting.

    • Gather information: Consult with team members or stakeholders to understand different perspectives.

    • Prioritize tasks: Identify what needs immediate attention and what can wait, like addressing critica...

  • Answered by AI
Be interview-ready. Browse the most asked HR questions.
illustration image

I applied via Approached by Company and was interviewed in Aug 2021. There were 3 interview rounds.

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 - Coding Test 

Assignment to develop a prototype

Round 3 - One-on-one 

(3 Questions)

  • Q1. Face to face questions
  • Q2. Java Question Technical & coding
  • Q3. Mongodb & Mysql Question
Are these interview questions helpful?

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Will be given Requirement to write code for Restraunt. Based on that have write code for delivering orders by delivery boys.

Round 2 - Technical 

(1 Question)

  • Q1. OOPS Concepts, Java Basics, Collections, MultiThreading

Interview Preparation Tips

Topics to prepare for LogiNext Solutions Software Engineer interview:
  • Java
  • OOPS
  • MySQL
  • Pattern Programming
Interview preparation tips for other job seekers - Focus on DSA and Logical Programming
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

There were 3 questions, which I had to do in 2 hours.
the questions were from arrays and Strings

Round 3 - One-on-one 

(1 Question)

  • Q1. They asked me concepts on OOPS and OS, also coding question on strings. all these were basic questions
Round 4 - HR 

(1 Question)

  • Q1. Questions such as where do you see yourself in coming years, interests and hobbies.

Interview Preparation Tips

Topics to prepare for HALODOC Software Engineer interview:
  • OOPS
  • Operating Systems
  • Coding
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Instahyre and was interviewed before Sep 2022. There were 5 interview rounds.

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 - One-on-one 

(2 Questions)

  • Q1. Largest island (graph question)
  • Ans. 

    Find the largest connected component in a grid representing islands using graph traversal techniques.

    • Use Depth-First Search (DFS) or Breadth-First Search (BFS) to explore the grid.

    • Count the size of each island by marking visited cells.

    • Example: In a 2D grid, '1' represents land and '0' represents water.

    • Keep track of the maximum size encountered during traversal.

  • Answered by AI
  • Q2. SQL question related to joins
Round 3 - One-on-one 

(1 Question)

  • Q1. About the databases and questions from system design
Round 4 - One-on-one 

(1 Question)

  • Q1. Questions based on concurrency , suitable databases HLD,LLD,book my show design
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion

QuickRide Interview FAQs

What are the top questions asked in QuickRide Softwaretest Engineer interview?

Some of the top questions asked at the QuickRide Softwaretest Engineer interview -

  1. 23)Two bus tickets from city A to B and three tickets from city A to C cost Rs....read more
  2. 25)In two triangles, the ratio of the areas is 4: 3 and the ratio of their heig...read more
  3. 24)J,K,L,M,N,O,P and R are eight huts. L is 2 km east of K. J is 1 km north of ...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more
QuickRide Softwaretest Engineer Salary
based on 4 salaries
₹3.7 L/yr - ₹4.5 L/yr
33% less than the average Softwaretest Engineer Salary in India
View more details
Operations Executive
14 salaries
unlock blur

₹2 L/yr - ₹3.6 L/yr

Software Engineer
9 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Senior Business Development Executive
7 salaries
unlock blur

₹2.3 L/yr - ₹5 L/yr

Associate Director
6 salaries
unlock blur

₹10 L/yr - ₹18.2 L/yr

Senior Software Engineer
5 salaries
unlock blur

₹10.6 L/yr - ₹33.1 L/yr

Explore more salaries
Compare QuickRide with

PagarBook

3.6
Compare

Signzy Technologies

2.9
Compare

Xoxoday

3.6
Compare

ITILITE

2.8
Compare
write
Share an Interview