Upload Button Icon Add office photos

DEPT

Compare button icon Compare button icon Compare

Filter interviews by

DEPT QA Engineer Interview Questions and Answers

Updated 4 Oct 2024

DEPT QA Engineer Interview Experiences

1 interview found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 4 Oct 2024

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

(2 Questions)

  • Q1. Explain Current Framework
  • Ans. 

    Current framework refers to the technology stack and tools used for software testing.

    • Current framework includes tools like Selenium, JUnit, TestNG, etc.

    • It involves setting up test environments, writing test cases, executing tests, and analyzing results.

    • Frameworks can be data-driven, keyword-driven, or behavior-driven.

    • Example: Using Selenium WebDriver with TestNG for automated testing of web applications.

  • Answered by AI
  • Q2. Explain QA Process and how ill you improve it?
  • Ans. 

    QA Process involves planning, executing, and evaluating software to ensure quality. Improvements can be made by implementing automation and continuous testing.

    • Develop test plans and test cases to cover all aspects of the software

    • Implement automation testing to increase efficiency and coverage

    • Integrate continuous testing to catch bugs early in the development process

    • Collaborate with developers to improve code quality an...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - All the Best

Skills evaluated in this interview

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. About sdlc and stlc

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare good from guru99

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

Round 1 - Technical 

(1 Question)

  • Q1. Selenium, Java, functional testing
Round 2 - HR 

(1 Question)

  • Q1. Salary, notice period

Interview Preparation Tips

Interview preparation tips for other job seekers - Good work life balance and learning new technologies

I applied via Walk-in and was interviewed before Jun 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 - Group Discussion 

Current Technologies

Round 3 - Aptitude Test 

Duration 1 hr, Coding,GK and English

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a good knowledge in ths subject which you are applying for th post

I applied via Referral and was interviewed in Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Why TCS?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be clear with the basics and you will be through

I applied via Naukri.com and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Wait in Selenium. type of waits.
  • Ans. 

    Types of waits in Selenium include implicit, explicit, and fluent waits.

    • Implicit waits wait for a certain amount of time before throwing an exception if an element is not found.

    • Explicit waits wait for a certain condition to be met before proceeding with the next step.

    • Fluent waits wait for a certain condition to be met within a specified time frame.

    • Examples of conditions include element visibility, element clickability,...

  • Answered by AI
  • Q2. Dynamic element how to search
  • Ans. 

    Dynamic elements can be searched using unique attributes like ID, class, name, or XPath.

    • Use ID attribute if it's unique and static

    • Use class attribute if it's unique and dynamic

    • Use name attribute if it's unique and static

    • Use XPath if other attributes are not unique or not available

  • Answered by AI
  • Q3. Jenkins do u know or not
  • Ans. 

    Jenkins is an open-source automation server that helps to automate parts of the software development process.

    • Jenkins is used for continuous integration and continuous delivery

    • It can be used to build, test, and deploy software

    • Jenkins has a large number of plugins available to extend its functionality

    • Examples of plugins include Git, Maven, and JUnit

    • Jenkins can be configured to run on different operating systems and envir

  • Answered by AI
  • Q4. How to fetch data from xls
  • Ans. 

    To fetch data from xls, use a library like Apache POI or OpenPyXL.

    • Use a library like Apache POI or OpenPyXL to read data from xls files

    • Identify the sheet and cell range to read data from

    • Iterate through the rows and columns to extract the data

    • Handle any formatting or data type conversions as needed

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare selenium with java testng and appache poi.

Skills evaluated in this interview

QA Engineer Interview Questions & Answers

Capgemini user image praveen gopalsamy

posted on 2 Aug 2023

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

(2 Questions)

  • Q1. JAVA AND SELENIUM AND CUCUCMBER
  • Q2. API AUTOMATION TESTING WITHREST ASSURED
Round 2 - Technical 

(1 Question)

  • Q1. JAVA, SELENIUM AND CUCUMBER

I applied via Naukri.com and was interviewed in Mar 2022. 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 

(1 Question)

  • Q1. Write a program to count characters in a string
  • Ans. 

    A program to count characters in a string

    • Iterate through the string and count each character

    • Use a dictionary to store the count of each character

    • Handle edge cases such as empty string or null input

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - clear basics of java oops, selenium commands

I was interviewed in Jan 2022.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How u will test whatapp in negative test
  • Ans. 

    Negative testing of WhatsApp involves testing for invalid inputs and unexpected behavior.

    • Test for invalid phone numbers or email addresses during registration

    • Test for sending messages with invalid characters or exceeding character limit

    • Test for unexpected behavior when network connectivity is lost

    • Test for unexpected behavior when user tries to send a message to a blocked contact

    • Test for unexpected behavior when user tr

  • Answered by AI
  • Q2. How u will convene devopler for the bugs
  • Ans. 

    I will use a bug tracking tool to report the bugs and assign them to the respective developer.

    • Use a bug tracking tool like JIRA or Bugzilla to report the bugs

    • Provide detailed information about the bug including steps to reproduce and screenshots

    • Assign the bug to the respective developer based on their area of expertise

    • Follow up with the developer to ensure the bug is fixed and tested before closing it

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go for used case study .... They will give u any used case then tell u to write a test plan test case so on.....

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jun 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Write a programme to calculate number of integers in String
  • Ans. 

    Program to count integers in a string

    • Loop through each character in the string

    • Check if the character is a digit

    • If it is a digit, increment the count

    • Return the count

  • Answered by AI
  • Q2. Write a programme to find occurance of character in String.
  • Ans. 

    Program to find occurrence of character in String

    • Use a loop to iterate through each character in the string

    • Use a counter variable to keep track of the number of occurrences

    • Compare each character with the target character and increment the counter if they match

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for core java interview questions

Skills evaluated in this interview

DEPT Interview FAQs

How many rounds are there in DEPT QA Engineer interview?
DEPT interview process usually has 1 rounds. The most common rounds in the DEPT interview process are Technical.
What are the top questions asked in DEPT QA Engineer interview?

Some of the top questions asked at the DEPT QA Engineer interview -

  1. Explain QA Process and how ill you improve ...read more
  2. Explain Current Framew...read more

Tell us how to improve this page.

DEPT QA Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

QA Engineer Interview Questions from Similar Companies

TCS QA Engineer Interview Questions
3.7
 • 43 Interviews
IBM QA Engineer Interview Questions
4.0
 • 12 Interviews
View all
DEPT QA Engineer Salary
based on 7 salaries
₹3 L/yr - ₹4.2 L/yr
35% less than the average QA Engineer Salary in India
View more details

DEPT QA Engineer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

3.0

Skill development

3.0

Work-life balance

3.0

Salary

3.0

Job security

3.0

Company culture

2.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Front end Developer
22 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA Engineer
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare DEPT with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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