Upload Button Icon Add office photos

Filter interviews by

Bhumati Consultancy Services Software Tester Interview Questions and Answers

Updated 5 Nov 2021

11 Interview questions

A Software Tester was asked
Q. Explain SDLC.
Ans. 

SDLC stands for Software Development Life Cycle, which is a process used to design, develop, and test software.

  • SDLC is a structured approach to software development.

  • It involves several phases such as planning, analysis, design, implementation, testing, and maintenance.

  • Each phase has its own set of activities and deliverables.

  • The goal of SDLC is to produce high-quality software that meets customer requirements.

  • Exam...

A Software Tester was asked
Q. What are the different methods of testing?
Ans. 

Method of testing refers to the approach or strategy used to verify the functionality of software.

  • Common methods include black box testing, white box testing, and grey box testing.

  • Other methods include regression testing, acceptance testing, and exploratory testing.

  • The choice of method depends on the project requirements, budget, and timeline.

  • Testing can be manual or automated, and may involve various tools and te...

Software Tester Interview Questions Asked at Other Companies

Q1. You are given test scenarios and have to execute all test cases, ... read more
asked in Amdocs
Q2. What is the best technique to generate automated test reports?
Q3. What is SDLC and STLC ? Types of Testing?Types Of Test Cases And ... read more
Q4. 1) What is Software Testing. 2) SDLC vs STLC 3) What is Positive ... read more
asked in Infosys
Q5. What is mean by automation testing and manual testing
A Software Tester was asked
Q. What are Alpha and Beta testing?
Ans. 

Alpha and Beta testing are two types of acceptance testing performed on software before its release.

  • Alpha testing is performed by the developers in-house to identify and fix any issues before releasing the software to external testers.

  • Beta testing is performed by external testers who use the software in a real-world environment and provide feedback to the developers.

  • Alpha testing is usually done in a controlled en...

🔥 Asked by recruiter 2 times
A Software Tester was asked
Q. Explain the V-Model.
Ans. 

V-Model is a software development model that emphasizes testing at every stage of the development process.

  • It is a sequential development process

  • Each phase must be completed before moving to the next

  • Testing is done at every stage

  • It is a highly disciplined model

  • It is also known as Verification and Validation model

A Software Tester was asked
Q. Define Software Testing?
Ans. 

Software testing is the process of evaluating a software application or system to detect any defects or errors.

  • Software testing ensures that the software meets the requirements and specifications

  • It helps to identify defects and errors before the software is released to the end-users

  • Testing can be done manually or through automated tools

  • Types of testing include functional, performance, security, and usability testi...

🔥 Asked by recruiter 2 times
A Software Tester was asked
Q. Explain the bug life cycle.
Ans. 

Bug life cycle is the process of identifying, reporting, fixing, and verifying software defects.

  • Bug is identified by testers during testing

  • Bug is reported to developers

  • Developers fix the bug and mark it as resolved

  • Testers verify the fix and mark it as closed or reopen if the bug still exists

  • Bug tracking tools are used to manage the bug life cycle

A Software Tester was asked
Q. What is smoke/sanity testing?
Ans. 

Smoke testing is a quick and shallow test to ensure the basic functionality of the software. Sanity testing is a subset of regression testing that checks if the bugs have been fixed and no new issues have been introduced.

  • Smoke testing is performed to check if the software is stable enough for further testing.

  • Sanity testing is performed after a new build is received to ensure that the critical functionalities are w...

Are these interview questions helpful?
A Software Tester was asked
Q. What is regression testing?
Ans. 

Regression testing is the process of testing changes made to a software application to ensure that existing functionality still works.

  • It is performed after making changes to the software

  • It ensures that existing functionality is not affected by the changes

  • It helps to identify any new defects introduced by the changes

  • It can be automated to save time and effort

  • Examples include retesting after bug fixes, testing after...

A Software Tester was asked
Q. Method of testing
Ans. 

Method of testing refers to the approach used to verify the functionality of software.

  • Different methods include manual testing, automated testing, exploratory testing, and regression testing.

  • The choice of method depends on factors such as the type of software, the project timeline, and the available resources.

  • Each method has its own advantages and disadvantages, and a combination of methods may be used for compreh...

A Software Tester was asked
Q. Level of testing
Ans. 

Level of testing refers to the extent of testing performed on a software application.

  • Levels of testing include unit testing, integration testing, system testing, and acceptance testing.

  • Each level of testing has a specific focus and objective.

  • Unit testing involves testing individual components or modules of the software.

  • Integration testing involves testing the interaction between different components or modules.

  • Sys...

Bhumati Consultancy Services Software Tester Interview Experiences

3 interviews found

I applied via Job Portal and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. Type of testing, method of testing, V-Model, Bug Life cycle, Level Of testing.
  • Q2. Method of testing
  • Ans. 

    Method of testing refers to the approach used to verify the functionality of software.

    • Different methods include manual testing, automated testing, exploratory testing, and regression testing.

    • The choice of method depends on factors such as the type of software, the project timeline, and the available resources.

    • Each method has its own advantages and disadvantages, and a combination of methods may be used for comprehensiv...

  • Answered by AI
  • Q3. V-Model
  • Q4. Bug Life cycle
  • Q5. Level of testing
  • Ans. 

    Level of testing refers to the extent of testing performed on a software application.

    • Levels of testing include unit testing, integration testing, system testing, and acceptance testing.

    • Each level of testing has a specific focus and objective.

    • Unit testing involves testing individual components or modules of the software.

    • Integration testing involves testing the interaction between different components or modules.

    • System t...

  • Answered by AI
  • Q6. SDLC
  • Q7. STLC

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview is based on basic knowledge and e-commerce flow.

Skills evaluated in this interview

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

Interview Questionnaire 

3 Questions

  • Q1. Explain SDLC
  • Ans. 

    SDLC stands for Software Development Life Cycle, which is a process used to design, develop, and test software.

    • SDLC is a structured approach to software development.

    • It involves several phases such as planning, analysis, design, implementation, testing, and maintenance.

    • Each phase has its own set of activities and deliverables.

    • The goal of SDLC is to produce high-quality software that meets customer requirements.

    • Examples ...

  • Answered by AI
  • Q2. Explain V Model
  • Ans. 

    V Model is a software development model that emphasizes testing at every stage of the development process.

    • It is a variation of the Waterfall model

    • Testing is done at every stage of development

    • Each stage has a corresponding testing stage

    • The model is shaped like a V, with development on one side and testing on the other

    • It helps to catch defects early in the development process

  • Answered by AI
  • Q3. Explain Bug Life Cycle
  • Ans. 

    Bug life cycle is the process of identifying, reporting, fixing, and verifying a software defect.

    • Bug is identified by tester

    • Bug is reported to development team

    • Development team fixes the bug

    • Bug fix is verified by tester

    • Bug is closed if verified or reopened if not

    • Bug data is analyzed for future prevention

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - a panel of 3 members takes an interview, asking the question on practical.

Skills evaluated in this interview

I applied via Indeed and was interviewed before Dec 2019. There was 1 interview round.

Interview Questionnaire 

8 Questions

  • Q1. Define Software Testing?
  • Ans. 

    Software testing is the process of evaluating a software application or system to detect any defects or errors.

    • Software testing ensures that the software meets the requirements and specifications

    • It helps to identify defects and errors before the software is released to the end-users

    • Testing can be done manually or through automated tools

    • Types of testing include functional, performance, security, and usability testing

  • Answered by AI
  • Q2. Explain V-Model?
  • Ans. 

    V-Model is a software development model that emphasizes testing at every stage of the development process.

    • It is a sequential development process

    • Each phase must be completed before moving to the next

    • Testing is done at every stage

    • It is a highly disciplined model

    • It is also known as Verification and Validation model

  • Answered by AI
  • Q3. Types of testing?
  • Ans. 

    Types of testing include functional, non-functional, manual, automated, regression, performance, and security testing.

    • Functional testing ensures that the software meets the specified requirements.

    • Non-functional testing checks the software's performance, usability, and reliability.

    • Manual testing involves human testers executing test cases.

    • Automated testing uses tools to execute test cases.

    • Regression testing ensures that...

  • Answered by AI
  • Q4. Method of testing?
  • Ans. 

    Method of testing refers to the approach or strategy used to verify the functionality of software.

    • Common methods include black box testing, white box testing, and grey box testing.

    • Other methods include regression testing, acceptance testing, and exploratory testing.

    • The choice of method depends on the project requirements, budget, and timeline.

    • Testing can be manual or automated, and may involve various tools and techniq...

  • Answered by AI
  • Q5. Explain Bug life cycle?
  • Ans. 

    Bug life cycle is the process of identifying, reporting, fixing, and verifying software defects.

    • Bug is identified by testers during testing

    • Bug is reported to developers

    • Developers fix the bug and mark it as resolved

    • Testers verify the fix and mark it as closed or reopen if the bug still exists

    • Bug tracking tools are used to manage the bug life cycle

  • Answered by AI
  • Q6. What is Alpha & Beta testing?
  • Ans. 

    Alpha and Beta testing are two types of acceptance testing performed on software before its release.

    • Alpha testing is performed by the developers in-house to identify and fix any issues before releasing the software to external testers.

    • Beta testing is performed by external testers who use the software in a real-world environment and provide feedback to the developers.

    • Alpha testing is usually done in a controlled environ...

  • Answered by AI
  • Q7. What is regression testing?
  • Ans. 

    Regression testing is the process of testing changes made to a software application to ensure that existing functionality still works.

    • It is performed after making changes to the software

    • It ensures that existing functionality is not affected by the changes

    • It helps to identify any new defects introduced by the changes

    • It can be automated to save time and effort

    • Examples include retesting after bug fixes, testing after new ...

  • Answered by AI
  • Q8. What is smoke/sanity testing?
  • Ans. 

    Smoke testing is a quick and shallow test to ensure the basic functionality of the software. Sanity testing is a subset of regression testing that checks if the bugs have been fixed and no new issues have been introduced.

    • Smoke testing is performed to check if the software is stable enough for further testing.

    • Sanity testing is performed after a new build is received to ensure that the critical functionalities are workin...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They ask question like you are experienced person.

Skills evaluated in this interview

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 Bhumati Consultancy Services?
Ask anonymously on communities.

Interview questions from similar companies

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

Interview Questionnaire 

5 Questions

  • Q1. Javascript fundamentals
  • Q2. ES6 Functions
  • Q3. React hooks basics
  • Q4. State Management in React- states and props
  • Ans. 

    State management in React involves managing the state and props of components.

    • State is used to manage data that changes within a component

    • Props are used to pass data from a parent component to a child component

    • State can be updated using setState() method

    • Props are read-only and cannot be modified within a component

    • State and props are used together to create dynamic and interactive UIs

  • Answered by AI
  • Q5. Redux Architecture

Interview Preparation Tips

Interview preparation tips for other job seekers - I attended for react developer role. Asusual it started with self introduction and project role description. Then I was tested on the javascript core concepts with ES6 features and react basics. In the middle, we discussed about the best practices we follow in our project for error handling.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Aptitude, coding

I applied via Campus Placement and was interviewed in Jan 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. 1) Introduce yourself
  • Ans. 

    I am a passionate Software Engineer with a strong background in full-stack development and a love for solving complex problems.

    • Education: I hold a degree in Computer Science, where I developed a solid foundation in algorithms and data structures.

    • Experience: I have over 3 years of experience working with technologies like Java, Spring Boot, and React, building scalable web applications.

    • Projects: I led a team project to ...

  • Answered by AI
  • Q2. 2) OOPS concepts
  • Q3. 3) About Project
  • Q4. 4) Why cognizant
  • Ans. 

    Cognizant offers innovative solutions, a collaborative culture, and opportunities for growth in a dynamic tech environment.

    • Cognizant's commitment to innovation aligns with my passion for cutting-edge technology, as seen in their AI and cloud solutions.

    • The company's diverse projects across various industries provide a unique opportunity to broaden my skill set and experience.

    • Cognizant's emphasis on employee development ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is completely based on basic concepts of c++

I applied via Campus Placement and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

I was selected through campus drive at my college. The test was easy. I would suggest freshers to practice some mock tests online, grammer, intelligence, quant., etc.

Round 2 - Technical 

(1 Question)

  • Q1. OOPS related all fundamental questions. I was questioned on only this.
Round 3 - HR 

(2 Questions)

  • Q1. Why do you want to join cognizant?
  • Q2. What is your ultimate goal, IT career or higher education?

Interview Preparation Tips

Interview preparation tips for other job seekers - I would suggest all freshers to prepare for Technical interview by starting with OOPS fundamentals, etc.
Practice mock tests for aptitude especially if you are from not CS/IT branch person.
Work on verbal communication a bit. Stay relaxed and enjoy the interview experience.
Are these interview questions helpful?

Interview Questionnaire 

1 Question

  • Q1. Technical questions about Informatica

Interview Preparation Tips

Interview preparation tips for other job seekers - Below average interview questions. Got selected

Interview Questionnaire 

2 Questions

  • Q1. Difference between++I and I++
  • Ans. 

    ++I is a pre-increment operator that increments the value of I before using it, while I++ is a post-increment operator that increments the value of I after using it.

    • ++I increments the value of I and then uses the updated value in the expression.

    • I++ uses the current value of I in the expression and then increments it.

    • Both operators can be used with variables, arrays, or pointers.

  • Answered by AI
  • Q2. Local static variable

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic Angular, Basic .NET questions with scenarios.
Round 2 - HR 

(2 Questions)

  • Q1. What are your salary expectations?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please confirm about your project with the HR if possible.

Bhumati Consultancy Services Interview FAQs

What are the top questions asked in Bhumati Consultancy Services Software Tester interview?

Some of the top questions asked at the Bhumati Consultancy Services Software Tester interview -

  1. what is Alpha & Beta testi...read more
  2. What is smoke/sanity testi...read more
  3. What is regression testi...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Cognizant Interview Questions
3.7
 • 5.9k Interviews
WNS Interview Questions
3.3
 • 1.1k Interviews
Goldman Sachs Interview Questions
3.5
 • 392 Interviews
TCE Interview Questions
3.8
 • 268 Interviews
Gallagher Interview Questions
3.7
 • 246 Interviews
Mu Sigma Interview Questions
2.6
 • 240 Interviews
Tiger Analytics Interview Questions
3.7
 • 232 Interviews
BCG Interview Questions
3.7
 • 203 Interviews
Capita Interview Questions
3.5
 • 158 Interviews
View all
Compare Bhumati Consultancy Services with

Cognizant

3.7
Compare

WNS

3.3
Compare

Capita

3.5
Compare

Gallagher

3.7
Compare
write
Share an Interview