Upload Button Icon Add office photos

Filter interviews by

SRS Business Solutions QA Engineer Interview Questions and Answers

Updated 22 Apr 2020

SRS Business Solutions QA Engineer Interview Experiences

1 interview found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 22 Apr 2020

I applied via Referral and was interviewed in Mar 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Real time question on the projects i had worked on ,for example Breifly explaning on the API tesing performed, what are tools used how do you configure them.
  • Q2. What is the challenges faced in your working envirnoment and how do you overcome them.
  • Ans. 

    In my QA role, I faced challenges with tight deadlines and communication gaps, which I overcame through proactive collaboration and prioritization.

    • Tight Deadlines: I implemented a prioritization strategy for testing tasks, focusing on critical features first to ensure essential functionality was validated.

    • Communication Gaps: I initiated daily stand-up meetings with developers and stakeholders to ensure everyone was ali...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident on the basiscs and be real.

Top trending discussions

View All
Interview Tips & Stories
4d (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 SRS Business Solutions?
Ask anonymously on communities.

Interview questions from similar companies

QA Engineer Interview Questions & Answers

PwC user image SRINIVASRAO MIRAMPALLI

posted on 29 Jun 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is difference between smoke and sanity testing?
  • Ans. 

    Smoke testing is a quick test to check if the software build is stable, while sanity testing is a more thorough test to check specific functionalities.

    • Smoke testing is done to ensure the critical functionalities of the software are working fine after a build, while sanity testing is done to verify specific features or functionalities.

    • Smoke testing is usually performed before detailed testing, while sanity testing is pe...

  • Answered by AI
  • Q2. What is Test Plan?
  • Ans. 

    Test Plan is a document that outlines the scope, approach, resources, and schedule of testing activities.

    • Defines the objectives and scope of testing

    • Outlines the test strategy and approach

    • Includes test deliverables, resources, and schedule

    • Identifies risks and mitigation strategies

    • Provides a roadmap for the testing process

  • Answered by AI
Round 2 - Behavioral 

(2 Questions)

  • Q1. What is Defect Life Cycle?
  • Ans. 

    Defect Life Cycle is the process of identifying, reporting, fixing, retesting, and closing defects in software development.

    • Defect identification: Defects are identified through testing or user feedback.

    • Defect reporting: Defects are reported in a defect tracking system with details like severity, priority, and steps to reproduce.

    • Defect fixing: Developers analyze and fix the reported defects.

    • Defect retesting: Testers ver...

  • Answered by AI
  • Q2. What is Software Development Life Cycle?
  • Ans. 

    Software Development Life Cycle (SDLC) is a process used by software development teams to design, develop, test, and deploy high-quality software.

    • SDLC consists of several phases such as planning, analysis, design, implementation, testing, and maintenance.

    • Each phase has its own set of activities and deliverables to ensure the software meets quality standards.

    • Examples of SDLC models include Waterfall, Agile, and DevOps.

    • S...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for PwC QA Engineer interview:
  • Functional Testing
Interview preparation tips for other job seekers - Communicate Fluently. Best of luck

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. What is the latest version of selenium?
  • Ans. 

    The latest version of Selenium is Selenium 4.

    • Selenium 4 was released in December 2018.

    • It includes new features such as relative locators, improved W3C WebDriver support, and more.

    • Selenium 4 also has better support for modern web technologies like HTML5 and CSS3.

  • Answered by AI
  • Q2. What is the latest version of Java?
  • Ans. 

    The latest version of Java is Java 17.

    • Java 17 was released on September 14, 2021.

    • It comes with new features like sealed classes, pattern matching for switch statements, and more.

    • It also includes performance improvements and security updates.

  • Answered by AI
  • Q3. Define a hashmap with String as key and Integer as value and initialise the hashmap. Print the key that represents second highest value.
  • Ans. 

    Define a hashmap with String as key and Integer as value, find second highest value key.

    • Create a HashMap and initialize it with key-value pairs

    • Iterate through the values to find the second highest value

    • Retrieve the key corresponding to the second highest value

  • Answered by AI
  • Q4. Integration test cases for coffee machine
  • Ans. 

    Integration test cases for coffee machine ensure all components work together correctly.

    • Test the communication between the coffee machine and the water reservoir to ensure proper water flow.

    • Verify that the coffee machine can correctly grind coffee beans and dispense them into the filter.

    • Check that the heating element heats the water to the correct temperature for brewing.

    • Test the functionality of the control panel in s...

  • Answered by AI
  • Q5. Give an example of high severity and low priority bug
  • Ans. 

    A button on the login page is not working, preventing users from logging in

    • The bug prevents users from accessing the system

    • However, users can still use alternative methods to log in, making it low priority

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
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 - Technical 

(2 Questions)

  • Q1. Related to manual testing api testing.
  • Q2. Difference between stlc and sdlc
  • Ans. 

    STLC is a subset of SDLC that focuses on testing while SDLC covers the entire software development process.

    • SDLC is a broader term that covers all the phases of software development including planning, designing, coding, testing, and maintenance.

    • STLC is a subset of SDLC that focuses only on the testing phase.

    • SDLC is a sequential process while STLC can be iterative.

    • SDLC is a framework while STLC is a process.

    • Examples of ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Approached by Company and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. How do you handle frames
  • Ans. 

    Frames in QA refer to the use of framesets and iframes in web applications.

    • Frames are used to divide a web page into multiple sections, each with its own HTML document.

    • To handle frames, QA engineers need to understand how to switch between frames using methods like switchTo().

    • They should also be familiar with locating elements within frames using appropriate locators.

    • Example: driver.switchTo().frame('frameName')

    • Example...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected
Round 1 - Technical 

(1 Question)

  • Q1. Tell me your framework
  • Ans. 

    I primarily use Selenium WebDriver with TestNG for automation testing.

    • Framework built using Selenium WebDriver for web automation

    • Utilize TestNG for test case management and execution

    • Implement Page Object Model design pattern for better code organization

  • Answered by AI

QA Engineer Interview Questions & Answers

Deloitte user image MEGHANA ANTHATI

posted on 4 Oct 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the definition of tosca
  • Ans. 

    Tosca is a software testing tool that provides end-to-end test automation solutions.

    • Tosca is used for automated software testing.

    • It offers features like test case design, test data management, and test execution.

    • Tosca supports various technologies and platforms for testing.

    • It helps in accelerating the testing process and improving test coverage.

    • Example: Using Tosca to automate regression tests for a web application.

  • Answered by AI
  • Q2. Tosca errors and define them
  • Ans. 

    Tosca errors are common issues encountered while using the Tosca automation tool for testing.

    • Object not found error - occurs when Tosca cannot locate a specific object on the application under test.

    • Data binding error - happens when there is an issue with the data binding in Tosca.

    • Execution error - occurs during the execution of test cases in Tosca.

    • License error - happens when there is an issue with the Tosca license.

    • Co...

  • Answered by AI

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Dec 2024, where I was asked the following questions.

  • Q1. Roles and responsibilities
  • Q2. Java program find the characters in a string Java program to reverse word in a string
  • Ans. 

    This Java program reverses the words in a given string while maintaining the original order of characters in each word.

    • Use the split() method to break the string into words. Example: String[] words = str.split(" ");

    • Reverse the order of the words using a loop or Collections.reverse(). Example: Collections.reverse(Arrays.asList(words));

    • Join the reversed words back into a single string using String.join(). Example: String...

  • Answered by AI
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Selenium testing
  • Q2. Coding selenium , technical java n others .manegerial final round
Round 2 - Technical 

(1 Question)

  • Q1. Technical project
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is pom in maven
  • Ans. 

    POM stands for Project Object Model in Maven, which is an XML file that contains information about the project and configuration details.

    • POM is the fundamental unit of work in Maven, containing information such as project dependencies, build settings, and plugins.

    • It helps Maven to manage project dependencies, build process, and deployment.

    • POM file is named pom.xml and is located in the root directory of the project.

    • It ...

  • Answered by AI
  • Q2. Paje object model

Skills evaluated in this interview

SRS Business Solutions Interview FAQs

How to prepare for SRS Business Solutions QA Engineer 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 SRS Business Solutions. The most common topics and skills that interviewers at SRS Business Solutions expect are Automation Testing, Manual Testing, QA Testing, Selenium and Linux Administration.

Tell us how to improve this page.

QA Engineer Interview Questions from Similar Companies

View all
SRS Business Solutions QA Engineer Salary
based on 10 salaries
₹1 L/yr - ₹10.2 L/yr
At par with the average QA Engineer Salary in India
View more details

SRS Business Solutions QA Engineer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

3.0

Skill development

4.0

Work-life balance

3.0

Salary

2.0

Job security

3.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
QA Engineer - SRS - Bangalore- Hybrid

Bangalore / Bengaluru

4-6 Yrs

₹ 10-16 LPA

Explore more jobs
Information Technology Recruiter
44 salaries
unlock blur

₹1.1 L/yr - ₹3.6 L/yr

Software Engineer
35 salaries
unlock blur

₹6.8 L/yr - ₹18 L/yr

Senior Software Engineer
19 salaries
unlock blur

₹10.3 L/yr - ₹20 L/yr

Senior IT Recruiter
11 salaries
unlock blur

₹2.1 L/yr - ₹6.8 L/yr

QA Engineer
10 salaries
unlock blur

₹1 L/yr - ₹10.1 L/yr

Explore more salaries
Compare SRS Business Solutions with

Deloitte

3.7
Compare

Ernst & Young

3.4
Compare

PwC

3.3
Compare

KPMG India

3.4
Compare
write
Share an Interview