Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Bolt.Earth Team. If you also belong to the team, you can get access from here

Bolt.Earth Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Bolt.Earth QA Engineer Interview Questions and Answers

Updated 8 Feb 2024

11 Interview questions

A QA Engineer was asked
Q. What is the difference between PUT and POST API requests?
Ans. 

The main difference between PUT and POST API is that PUT is used to update an existing resource, while POST is used to create a new resource.

  • PUT is idempotent, meaning multiple identical requests will have the same effect as a single request.

  • POST is not idempotent, meaning multiple identical requests may have different effects.

  • PUT replaces the entire resource with the new data, while POST appends the new data to t...

A QA Engineer was asked
Q. What does STLC mean?
Ans. 

STLC stands for Software Testing Life Cycle.

  • STLC is a systematic approach to testing software applications.

  • It consists of various phases such as requirement analysis, test planning, test design, test execution, and test closure.

  • Each phase has specific objectives and deliverables.

  • STLC ensures that the software is thoroughly tested and meets the quality standards.

  • Example: In the requirement analysis phase, the QA en...

QA Engineer Interview Questions Asked at Other Companies

Q1. Suppose your manager gave you a task to complete in one week, but ... read more
Q2. There are 80 pairs of socks in a dark room, 40 black and 40 white ... read more
Q3. 100 apples are eaten in 5 consecutive days, with each day having ... read more
Q4. how to access amazon page directly directly with out using driver ... read more
Q5. If a pen's weight equals 2 kg plus half of its own weight, what i ... read more
A QA Engineer was asked
Q. When should a tester perform regression testing?
Ans. 

Regression testing is performed when changes are made to the software to ensure that existing functionality is not affected.

  • Regression testing is done after making changes to the software

  • It helps ensure that existing functionality is not broken

  • It is typically performed after bug fixes, enhancements, or system updates

  • Regression test cases are designed to cover critical functionalities

  • Automated regression testing ca...

A QA Engineer was asked
Q. What is the difference between priority and severity?
Ans. 

Priority refers to the order in which defects should be fixed, while severity refers to the impact of a defect on the system.

  • Priority determines the order in which defects should be addressed, based on business needs and project timelines.

  • Severity indicates the impact of a defect on the system's functionality or user experience.

  • A defect with high severity may have a lower priority if it doesn't affect critical fun...

A QA Engineer was asked
Q. How are bug priorities defined?
Ans. 

Bug priorities are defined based on the impact of the bug on the system and its urgency to be fixed.

  • Bug priority is determined by considering the severity of the bug.

  • High severity bugs that cause system crashes or data loss are given the highest priority.

  • Medium severity bugs that affect the functionality but do not cause critical issues are given medium priority.

  • Low severity bugs that have minimal impact on the sy...

A QA Engineer was asked
Q. Explain the bug life cycle.
Ans. 

Bug life cycle is the process of identifying, reporting, fixing, retesting, and closing a software bug.

  • Bug is identified by testers during testing phase

  • Bug is reported to the development team

  • Development team fixes the bug

  • Retesting is done to ensure the bug is resolved

  • Bug is closed if it is resolved or reopened if it still exists

A QA Engineer was asked
Q. What is UAT testing?
Ans. 

UAT testing is the process of testing a software application by end-users to ensure its readiness for production.

  • UAT stands for User Acceptance Testing.

  • It is the final phase of testing before the software is released to the end-users.

  • UAT is performed by the intended users of the software.

  • It focuses on validating the software's functionality, usability, and compatibility with real-world scenarios.

  • UAT helps identify...

Are these interview questions helpful?
A QA Engineer was asked
Q. What are the different types of REST APIs?
Ans. 

The different types of REST APIs include CRUD APIs, Search APIs, Batch APIs, and Streaming APIs.

  • CRUD APIs: Create, Read, Update, and Delete operations on resources.

  • Search APIs: Perform search operations on resources based on specified criteria.

  • Batch APIs: Execute multiple operations in a single request.

  • Streaming APIs: Continuously stream data from the server to the client.

A QA Engineer was asked
Q. What are the different testing methodologies?
Ans. 

Different testing methodologies include black box testing, white box testing, and grey box testing.

  • Black box testing: Testing the functionality of a system without knowledge of its internal structure.

  • White box testing: Testing the internal structure and implementation of a system.

  • Grey box testing: Testing with partial knowledge of the internal structure, combining elements of black and white box testing.

A QA Engineer was asked
Q. What is the difference between sanity and smoke testing?
Ans. 

Sanity testing is a narrow and focused testing to ensure basic functionality, while smoke testing is a broader and shallow testing to check major functionalities.

  • Sanity testing is performed after receiving a software build to quickly check if it is stable enough for further testing.

  • Smoke testing is performed to verify if the major functionalities of the software are working fine.

  • Sanity testing is a subset of regre...

Bolt.Earth QA Engineer Interview Experiences

1 interview found

QA Engineer Interview Questions & Answers

user image Muhammad Askar

posted on 8 Feb 2024

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

I applied via Referral and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Technical 

(8 Questions)

  • Q1. How bug priorities are defined?
  • Ans. 

    Bug priorities are defined based on the impact of the bug on the system and its urgency to be fixed.

    • Bug priority is determined by considering the severity of the bug.

    • High severity bugs that cause system crashes or data loss are given the highest priority.

    • Medium severity bugs that affect the functionality but do not cause critical issues are given medium priority.

    • Low severity bugs that have minimal impact on the system ...

  • Answered by AI
  • Q2. What are the different testing methodologies?
  • Ans. 

    Different testing methodologies include black box testing, white box testing, and grey box testing.

    • Black box testing: Testing the functionality of a system without knowledge of its internal structure.

    • White box testing: Testing the internal structure and implementation of a system.

    • Grey box testing: Testing with partial knowledge of the internal structure, combining elements of black and white box testing.

  • Answered by AI
  • Q3. What is the difference between priority and severity?
  • Ans. 

    Priority refers to the order in which defects should be fixed, while severity refers to the impact of a defect on the system.

    • Priority determines the order in which defects should be addressed, based on business needs and project timelines.

    • Severity indicates the impact of a defect on the system's functionality or user experience.

    • A defect with high severity may have a lower priority if it doesn't affect critical function...

  • Answered by AI
  • Q4. What is the difference between sanity and smoke testing?
  • Ans. 

    Sanity testing is a narrow and focused testing to ensure basic functionality, while smoke testing is a broader and shallow testing to check major functionalities.

    • Sanity testing is performed after receiving a software build to quickly check if it is stable enough for further testing.

    • Smoke testing is performed to verify if the major functionalities of the software are working fine.

    • Sanity testing is a subset of regression...

  • Answered by AI
  • Q5. When will tester do regression testing?
  • Ans. 

    Regression testing is performed when changes are made to the software to ensure that existing functionality is not affected.

    • Regression testing is done after making changes to the software

    • It helps ensure that existing functionality is not broken

    • It is typically performed after bug fixes, enhancements, or system updates

    • Regression test cases are designed to cover critical functionalities

    • Automated regression testing can sav...

  • Answered by AI
  • Q6. What is STLC means?
  • Ans. 

    STLC stands for Software Testing Life Cycle.

    • STLC is a systematic approach to testing software applications.

    • It consists of various phases such as requirement analysis, test planning, test design, test execution, and test closure.

    • Each phase has specific objectives and deliverables.

    • STLC ensures that the software is thoroughly tested and meets the quality standards.

    • Example: In the requirement analysis phase, the QA enginee...

  • Answered by AI
  • Q7. Explain bug life cycle?
  • Ans. 

    Bug life cycle is the process of identifying, reporting, fixing, retesting, and closing a software bug.

    • Bug is identified by testers during testing phase

    • Bug is reported to the development team

    • Development team fixes the bug

    • Retesting is done to ensure the bug is resolved

    • Bug is closed if it is resolved or reopened if it still exists

  • Answered by AI
  • Q8. What is UAT testing?
  • Ans. 

    UAT testing is the process of testing a software application by end-users to ensure its readiness for production.

    • UAT stands for User Acceptance Testing.

    • It is the final phase of testing before the software is released to the end-users.

    • UAT is performed by the intended users of the software.

    • It focuses on validating the software's functionality, usability, and compatibility with real-world scenarios.

    • UAT helps identify any ...

  • Answered by AI
Round 2 - One-on-one 

(3 Questions)

  • Q1. What is api and what are the types of apis?
  • Ans. 

    API stands for Application Programming Interface. It is a set of rules and protocols that allows different software applications to communicate with each other.

    • API is a bridge between different software systems, enabling them to exchange data and functionality.

    • There are different types of APIs, including web APIs, library APIs, and operating system APIs.

    • Web APIs are used to enable communication between web applications...

  • Answered by AI
  • Q2. What are the different types of rest apis?
  • Ans. 

    The different types of REST APIs include CRUD APIs, Search APIs, Batch APIs, and Streaming APIs.

    • CRUD APIs: Create, Read, Update, and Delete operations on resources.

    • Search APIs: Perform search operations on resources based on specified criteria.

    • Batch APIs: Execute multiple operations in a single request.

    • Streaming APIs: Continuously stream data from the server to the client.

  • Answered by AI
  • Q3. What is the difference between put and post api?
  • Ans. 

    The main difference between PUT and POST API is that PUT is used to update an existing resource, while POST is used to create a new resource.

    • PUT is idempotent, meaning multiple identical requests will have the same effect as a single request.

    • POST is not idempotent, meaning multiple identical requests may have different effects.

    • PUT replaces the entire resource with the new data, while POST appends the new data to the ex...

  • Answered by AI

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Bolt.Earth?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. What is mean by PPAP
  • Ans. 

    PPAP stands for Production Part Approval Process.

    • PPAP is a standardized process used in the automotive industry to ensure that a supplier's parts meet the customer's requirements.

    • It involves a series of steps, including documentation, testing, and validation.

    • PPAP is typically required for new parts or changes to existing parts.

    • The goal of PPAP is to prevent defects and ensure that the parts are of high quality.

    • Examples...

  • Answered by AI
  • Q2. What is mean by MSA,SPC,types of same
  • Ans. 

    MSA stands for Measurement System Analysis and SPC stands for Statistical Process Control. MSA is used to evaluate the measurement system and SPC is used to monitor and control the process.

    • MSA is used to determine the accuracy and precision of a measurement system.

    • SPC is used to monitor and control the process to ensure that it is within the specified limits.

    • Types of MSA include Gage R&R, Linearity, Stability, Bias, an...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be frank and face interview with positive response.

QA Engineer Interview Questions Asked at Other Companies

Q1. Suppose your manager gave you a task to complete in one week, but ... read more
Q2. There are 80 pairs of socks in a dark room, 40 black and 40 white ... read more
Q3. 100 apples are eaten in 5 consecutive days, with each day having ... read more
Q4. how to access amazon page directly directly with out using driver ... read more
Q5. If a pen's weight equals 2 kg plus half of its own weight, what i ... read more

I applied via Naukri.com and was interviewed before Jan 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 1.Design of EV HV architecture & Specify it's major components along with their functions.
  • Ans. 

    EV HV architecture consists of battery, motor, inverter, and controller.

    • EV HV architecture is responsible for converting DC power from the battery to AC power for the motor.

    • Major components include battery, motor, inverter, and controller.

    • Battery stores energy and provides power to the motor.

    • Motor converts electrical energy into mechanical energy to drive the wheels.

    • Inverter converts DC power from the battery to AC pow...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was a technical one but was majorly a stress + skill test. It lasted for about 1 hour 35 minutes. Interviewer wanted to test both my domain knowledge, interpersonal skills as well as communication skills. Most of the questions asked to me were related to my previous experience & projects undertaken by me. i.e Automotive electrical circuits & design, Design tool knowledge etc.you need stay calm and should apply presence of mind. Communication and domain specific knowledge is most important.
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Sep 2023. There were 2 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 - Technical 

(2 Questions)

  • Q1. Basic fucndamemtals
  • Q2. GD&T , stack up analysis
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Basic questions about your experience and expectations
Round 2 - Coding Test 

A take home assignment

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is the use of static keyword

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics of electronics

I applied via Referral and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Normal tooling questions, regulation ECE 26 and R 42, painting process
  • Q2. Section Y0, fender bracket and bumper sections, also fog lamp and head lamp gap and section value
  • Q3. Welding process and snapping method, RPS strategy

Interview Preparation Tips

Interview preparation tips for other job seekers - interview is not tough once clear CAD test then interview is mostly formality unless technically not sound.
Are these interview questions helpful?
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Oct 2023. There were 4 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 - Technical 

(2 Questions)

  • Q1. Spring boot, java 8 and microswrvices
  • Q2. Basic question about spring framework
Round 3 - HR 

(2 Questions)

  • Q1. Basic details asked about my last project that i have worked.
  • Q2. Basic details about last project
Round 4 - Coding Test 

Just normal MCQ test.

Interview Preparation Tips

Interview preparation tips for other job seekers - Misleading experience I would not suggest to join this company.

I applied via LinkedIn and was interviewed in Sep 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. It went well, results awaiting

Interview Preparation Tips

Interview preparation tips for other job seekers - Excellent company to work. Preparation is the key to crack the interview

I applied via WorkIndia and was interviewed before Nov 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - HR 

(3 Questions)

  • Q1. Name work experience qualification
  • Q2. Name and what works experience and qualification
  • Q3. Muthoot finance mein job kaise karen 2022
Round 3 - Aptitude Test 

Computer hardware work marketing manager

Interview Preparation Tips

Interview preparation tips for other job seekers - I have jobs is good work experience qualification I am like company

Bolt.Earth Interview FAQs

How many rounds are there in Bolt.Earth QA Engineer interview?
Bolt.Earth interview process usually has 2 rounds. The most common rounds in the Bolt.Earth interview process are Technical and One-on-one Round.
What are the top questions asked in Bolt.Earth QA Engineer interview?

Some of the top questions asked at the Bolt.Earth QA Engineer interview -

  1. What is the difference between priority and severi...read more
  2. What is the difference between sanity and smoke testi...read more
  3. What is the difference between put and post a...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Easy 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Plastic Omnium Interview Questions
3.7
 • 29 Interviews
Polaris Interview Questions
3.9
 • 22 Interviews
Simple Energy Interview Questions
3.9
 • 18 Interviews
Hero Electric Interview Questions
4.0
 • 18 Interviews
Hilex Interview Questions
3.8
 • 15 Interviews
MAN Truck & Bus Interview Questions
2.9
 • 14 Interviews
View all
Bolt.Earth QA Engineer Salary
based on 8 salaries
₹4.2 L/yr - ₹10.5 L/yr
15% more than the average QA Engineer Salary in India
View more details

Bolt.Earth QA Engineer Reviews and Ratings

based on 4 reviews

2.9/5

Rating in categories

2.4

Skill development

2.7

Work-life balance

2.4

Salary

2.4

Job security

3.1

Company culture

2.4

Promotions

2.4

Work satisfaction

Explore 4 Reviews and Ratings
Associate Product Manager
9 salaries
unlock blur

₹8 L/yr - ₹15 L/yr

Business Development Manager
8 salaries
unlock blur

₹5.4 L/yr - ₹10.9 L/yr

QA Engineer
8 salaries
unlock blur

₹5 L/yr - ₹9.2 L/yr

Product Manager
6 salaries
unlock blur

₹19 L/yr - ₹27 L/yr

Enterprise Sales Lead
5 salaries
unlock blur

₹10 L/yr - ₹14.5 L/yr

Explore more salaries
Compare Bolt.Earth with

Saud Bahwan Group

3.4
Compare

Plastic Omnium

3.7
Compare

Kataria Automobiles

3.7
Compare

Hilex

3.8
Compare
write
Share an Interview