Upload Button Icon Add office photos

Filter interviews by

DriverShaab Software Engineer Interview Questions and Answers

Updated 26 Feb 2025

DriverShaab Software Engineer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Basic Dsa questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing just three calls and some basic DSAs

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

It was medium. It consisted of basic pattern questions

Round 2 - Aptitude Test 

Medium level questions were asked

Round 3 - Coding Test 

I can say u have to prepare well if u want to clear the coding test

Round 4 - HR 

(2 Questions)

  • Q1. Tell me about urself
  • Ans. 

    I am a passionate software engineer with experience in developing web applications and a strong background in computer science.

    • Experienced in developing web applications using technologies like HTML, CSS, JavaScript, and React

    • Strong background in computer science with knowledge of algorithms and data structures

    • Proficient in programming languages such as Java, Python, and C++

    • Familiar with Agile development methodologies

  • Answered by AI
  • Q2. Strengths and weaknesses

Interview Preparation Tips

Interview preparation tips for other job seekers - Work hard
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude test very easy

Round 2 - Group Discussion 

Topic was pros and cons of social media
total time was 10, 2 minutes for each candidate.

Interview experience
4
Good
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I was interviewed in Aug 2024.

Round 1 - Interview Questions 

(3 Questions)

  • Q1. What is a transaction in DBMS, what are ACID properties? Explain the difference between SQL and NoSQL databases. How would you optimize a slow running query?
  • Ans. 

    A transaction in DBMS is a unit of work that must be executed as a whole. ACID properties ensure data integrity. SQL is relational, NoSQL is non-relational.

    • A transaction in DBMS is a set of operations that must be executed as a single unit.

    • ACID properties (Atomicity, Consistency, Isolation, Durability) ensure data integrity in transactions.

    • SQL databases are relational and use structured query language, while NoSQL data...

  • Answered by AI
  • Q2. Define encapsulation and provide an example. Discuss the principles of inheritance and polymorphism.
  • Ans. 

    Encapsulation is the concept of bundling data and methods that operate on the data into a single unit. Inheritance allows a class to inherit attributes and methods from another class. Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Encapsulation helps in data hiding and abstraction

    • Example: A class 'Car' encapsulates data like make, model, and methods like start(), stop()

    • ...

  • Answered by AI
  • Q3. Explain how to detect a cycle in a linked list.
  • Ans. 

    Use Floyd's Tortoise and Hare algorithm to detect a cycle in a linked list.

    • Start with two pointers, slow and fast, moving at different speeds.

    • If there is a cycle, the two pointers will eventually meet at some point.

    • If there is no cycle, the fast pointer will reach the end of the list.

    • Example: 1->2->3->4->5->2 (cycle at node 2), slow and fast pointers will meet at node 2.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in interview. Explain your answers properly
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Give the string and array related questions

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2023. There were 2 interview rounds.

Round 1 - HR 

(5 Questions)

  • Q1. Can you describe a challenging problem you've faced during a project and how you solved it?
  • Q2. Tell me about your projects mentioned in the resume.
  • Q3. Tell me about yourself
  • Q4. Why are you interested in this -- position?
  • Q5. What do you know about our company?
Round 2 - Assignment 

Online Assessment - 1 Hrs

Interview Preparation Tips

Topics to prepare for Bluestock ™ Software Engineer interview:
  • English
  • Web Development
Interview preparation tips for other job seekers - Research about Bluestock Fintech Company
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Campus Placement and was interviewed before Aug 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude questions were given

Round 2 - Coding Test 

Moderate level coding questions from aaray,stack and linked lists

Round 3 - Technical 

(2 Questions)

  • Q1. Oops concepts , java basic questions, projects
  • Q2. Write a code for removing duplicate elements
  • Ans. 

    Code to remove duplicate elements from an array of strings

    • Create a set to store unique elements

    • Iterate through the array and add elements to the set

    • Convert the set back to an array to get unique elements

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Why mindtree? And how would you contribute to the company
  • Ans. 

    I chose Mindtree because of its reputation for innovation and commitment to employee growth. I believe my strong technical skills and collaborative mindset would contribute to the company's success.

    • I am impressed by Mindtree's track record of delivering cutting-edge solutions to clients.

    • I value the company's focus on continuous learning and development for its employees.

    • My experience in software development and problem...

  • Answered by AI
  • Q2. Final year project, who motivates you
  • Ans. 

    My final year project was motivated by my passion for solving real-world problems and making a positive impact.

    • Passion for solving real-world problems

    • Desire to make a positive impact

    • Inspiration from mentors or industry professionals

    • Personal drive to excel and innovate

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and focus on aptitude and dsa
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me somenthi g about
  • Ans. 

    I believe there might be a typo in the question. Could you please clarify?

    • Ask for clarification on the specific topic or information the interviewer is looking for.

    • Offer to provide more details or examples once the question is clarified.

  • Answered by AI
  • Q2. What is your name
Round 2 - One-on-one 

(2 Questions)

  • Q1. What is your name
  • Q2. What is your address
Round 3 - HR 

(2 Questions)

  • Q1. What is salary expect
  • Q2. What is job expect
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

The aptitude test was quite easy. You will easily solve the questions in one go

Round 2 - Group Discussion 

The group discussion around was moderate like the people were divided into different groups one group was of 10 people and you need to speak very well on the given topic as compared to the other guys and your through the round

Round 3 - Technical 

(1 Question)

  • Q1. Ask about the oops concepts and some programming related questions and after that finally discuss about the projects which I did in the college

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview experience was easy you will be easily able to crack if you are decent knowledge as well
Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

I applied via Job Portal

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

First round was based on logical questions and was taken on hacker earth

Round 3 - Technical 

(1 Question)

  • Q1. First question was based on rotating a matrix by 90 degrees

DriverShaab Interview FAQs

How many rounds are there in DriverShaab Software Engineer interview?
DriverShaab interview process usually has 1 rounds. The most common rounds in the DriverShaab interview process are One-on-one Round.

Tell us how to improve this page.

DriverShaab Software Engineer Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

DriverShaab Software Engineer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
City Head
4 salaries
unlock blur

₹3.5 L/yr - ₹5 L/yr

City Manager
4 salaries
unlock blur

₹3.6 L/yr - ₹6.4 L/yr

Team Lead
3 salaries
unlock blur

₹3 L/yr - ₹3.5 L/yr

Explore more salaries
Compare DriverShaab with

Ola Cabs

3.4
Compare

Uber

4.2
Compare

Meru cabs

3.8
Compare

Zoomcar

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