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 Interview Questions and Answers

Updated 27 Nov 2024
Popular Designations

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...

View all QA Engineer interview questions
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...

View all QA Engineer interview questions
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...

View all QA Engineer interview questions
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...

View all QA Engineer interview questions
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...

View all QA Engineer interview questions
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

View all QA Engineer interview questions
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...

View all QA Engineer interview questions
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.

View all QA Engineer interview questions
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.

View all QA Engineer interview questions
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...

View all QA Engineer interview questions

Bolt.Earth Interview Experiences

3 interviews found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. About yourself?
  • Q2. About last job …

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont go for the interview only
This company is the worst

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

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

I applied via Company Website and was interviewed before Jan 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Questions based on IPC, freertos

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Bolt.Earth?
Ask anonymously on communities.

Interview questions from similar companies

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.

I appeared for an interview in Sep 2016.

Interview Questionnaire 

1 Question

  • Q1. Profile based questions

Interview Preparation Tips

Round: aptitude
Experience: both technical and general.
Tips: you can easily clear if know somewhat in programming.

Round: HR Interview
Experience: once you clear aptitude then you will get to the company.

Skills: Personnel Management
College Name: Mnm Jain Engineering College

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.

I applied via Spectrum placement and was interviewed before Apr 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 - Technical 

(1 Question)

  • Q1. 1. Domain specific basic technical Questions 2. Automotive design parameters 3. Type of tool utilisation & methods 4. Automotive standards & components selection criteria 5. Importance & functions of autom...
Round 3 - One-on-one 

(1 Question)

  • Q1. Same as above. Basic technical knowledge mostly asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Basic domain knowledge is must
2. Overview of automotive components.
3.Design consideration & parameters are must.
Are these interview questions helpful?

Interview Questionnaire 

1 Question

  • Q1. About technical skills and complete job profile.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, never share any fake information. You will be perfect in you JD

Interview Questionnaire 

1 Question

  • Q1. Experience company

Interview Preparation Tips

Interview preparation tips for other job seekers - Company history knowledge
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

Bolt.Earth Interview FAQs

How many rounds are there in Bolt.Earth interview?
Bolt.Earth interview process usually has 1-2 rounds. The most common rounds in the Bolt.Earth interview process are Technical and One-on-one Round.
How to prepare for Bolt.Earth interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Bolt.Earth. The most common topics and skills that interviewers at Bolt.Earth expect are B2B Sales, Lead Generation, Sales, Real Estate Sales and Corporate Sales.
What are the top questions asked in Bolt.Earth interview?

Some of the top questions asked at the Bolt.Earth 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

3.5/5

based on 4 interview experiences

Difficulty level

Easy 33%
Moderate 67%

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 Reviews and Ratings

based on 78 reviews

3.8/5

Rating in categories

3.8

Skill development

4.2

Work-life balance

3.6

Salary

3.4

Job security

3.9

Company culture

3.5

Promotions

3.9

Work satisfaction

Explore 78 Reviews and Ratings
Field Sales Executive

New Delhi

0-2 Yrs

₹ 1.5-2.8 LPA

Store Assistant Trainee

Bangalore / Bengaluru

0-1 Yrs

Not Disclosed

Explore more jobs
Associate Product Manager
9 salaries
unlock blur

₹8 L/yr - ₹11.2 L/yr

Business Development Manager
8 salaries
unlock blur

₹5.4 L/yr - ₹10.9 L/yr

QA Engineer
8 salaries
unlock blur

₹4.2 L/yr - ₹10.5 L/yr

Product Manager
6 salaries
unlock blur

₹17 L/yr - ₹31.8 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