Upload Button Icon Add office photos

Filter interviews by

eQ Technologic QA Engineer Interview Questions and Answers

Updated 19 Oct 2024

eQ Technologic QA Engineer Interview Experiences

2 interviews found

QA Engineer Interview Questions & Answers

user image Gaurav Ghop

posted on 30 Jul 2024

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

I applied via Campus Placement and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Palindrome questions, hashmap

Round 2 - Technical 

(1 Question)

  • Q1. Write automation script to open google chrome and verify login functionality
  • Ans. 

    Automation script to open Google Chrome and verify login functionality

    • Use Selenium WebDriver to automate browser actions

    • Locate the login elements using appropriate locators

    • Enter login credentials and submit the form

    • Verify successful login by checking for expected elements on the next page

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - cover the basics of competitive coding and oops

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 19 Oct 2024

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

I applied via campus placement at PES Modern College of Engineering, Pune and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Normal question related to SQL, DSA, CODING round

Round 2 - One-on-one 

(4 Questions)

  • Q1. Introduction about yourself
  • Ans. 

    I am a dedicated QA Engineer with 5 years of experience in testing web and mobile applications.

    • Experienced in manual and automated testing

    • Proficient in using testing tools like Selenium and Jira

    • Strong knowledge of software development life cycle

    • Excellent problem-solving skills

    • Effective communication and teamwork abilities

  • Answered by AI
  • Q2. Use case bases on real life
  • Ans. 

    Using a real-life example to demonstrate a software feature

    • Creating a use case for a banking app to demonstrate how a user can transfer money between accounts

    • Detailing the steps a user takes to log in, select accounts, enter amount, and confirm transfer

    • Including error handling scenarios like insufficient funds or incorrect account information

  • Answered by AI
  • Q3. Bottle testcase
  • Q4. Online delivery app test case

QA Engineer Interview Questions Asked at Other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many mi ... read more
Q2. Suppose your manager gave you one task which has to be complete i ... read more
Q3. how to access amazon page directly directly with out using driver ... read more
Q4. 100 apples in 5 consecutive days, each day 6 more than the previo ... read more
Q5. 7)how do you drive your data in automation , how do you validate ... read more

Interview questions from similar companies

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

(2 Questions)

  • Q1. What is the D/B verification and validation in QA?
  • Ans. 

    D/B verification and validation in QA refers to the process of ensuring that data in a database is accurate, complete, and consistent.

    • Verification involves checking if the data in the database matches the expected values or rules.

    • Validation involves ensuring that the data in the database meets the specified requirements and is reliable.

    • Examples include verifying that user information is correctly stored in a database a...

  • Answered by AI
  • Q2. Verification : ensures the product is being built correctly (meet design specifications). Validation : ensures the right product is built (meets user needs and requirements).

Interview Preparation Tips

Interview preparation tips for other job seekers - Network smartly; connections open door.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Campus Placement and was interviewed in Jul 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Logical + Quantitative questions +subjective round for QA -> questions to figure the mistake in designs

Round 2 - Technical 

(5 Questions)

  • Q1. 100 apples in 5 consecutive days, each day 6 more than the previous day, how many apples were eaten on the first day
  • Ans. 8 + 14 + 20 + 26 + 32 = 100 -> Ans: 8
  • Answered by Prachi Jain
  • Q2. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
  • Ans. 

    Minimum 31 socks need to be taken out to get 15 pairs of socks

    • To get 15 pairs of socks, you need to have 30 socks of different colors

    • After taking out 30 socks, the next sock you take out will complete the 15 pairs

    • So, minimum 31 socks need to be taken out to get 15 pairs of socks

  • Answered by AI
  • Q3. 11 mins hourglass and 7 mins hourglass, use them both to calculate 15 mins
  • Ans. 1. use both 11 and 7 at same time and stop as 7 empties on one side -> total = 7 and 11 mins divided in 4 + 7 2. flip 7 mins glass and let 4 mins emptied, stop as 4 mins passes -> total = 7 + 4 = 11 and 7 mins divided in 3 + 4 3. let 4 mins pass -> total = 7 + 4 + 4 = 15 mins
  • Answered by Prachi Jain
  • Q4. Tell me about yourself
  • Q5. Why Quality Assurance
  • Ans. 

    Quality Assurance ensures that products meet high standards and customer expectations.

    • Ensures product quality and reliability

    • Identifies and fixes defects early in the development process

    • Increases customer satisfaction and trust in the product

    • Reduces risks and costs associated with product failures

  • Answered by AI
Round 3 - Technical 

(5 Questions)

  • Q1. Tell me about yourself
  • Q2. Pen weight = 2 kg + 1/2 of its own weight -> what is the weight of pen?
  • Ans. 

    The weight of the pen is 4 kg.

    • To find the weight of the pen, we can set up the equation: pen weight = 2 kg + 1/2 of its own weight

    • Let x be the weight of the pen. The equation becomes: x = 2 + 1/2 * x

    • Solving for x, we get x = 4 kg

  • Answered by AI
  • Q3. 3 boxes with apples, oranges, apples + oranges --> labels are jumbled that is each box is labeled incorrectly, least number of steps required to correct the labels, considering each fruit we pick out is on...
  • Ans. 

    To correct the labels on 3 boxes with jumbled fruit labels, the least number of steps required is 2.

    • Pick a fruit from the box labeled 'apples + oranges', since it must contain both fruits.

    • Then pick a fruit from the box labeled 'oranges', as it cannot contain apples.

  • Answered by AI
  • Q4. When designing an online carrom game, if the game is paused in between and then resumed again, what all things need to be saved?
  • Ans. 

    When designing an online carrom game, the saved data when the game is paused and resumed should include player scores, positions of coins, game state, and timer status.

    • Player scores should be saved to ensure continuity.

    • Positions of coins on the board should be saved to resume the game accurately.

    • Game state (such as whose turn it is) should be saved to maintain the flow.

    • Timer status should be saved to resume the game wi

  • Answered by AI
  • Q5. Two jugs -> 5L and 3L -> fill 4L using only them, while wasting the least amount of water
  • Ans. 1. fill 5L and empty it in 3L ---> 5L has 2L and 3L has 3L 2. empty 3L ---> 5L has 2L and 3L has 0L 3. empty 5L into 3L ---> 5L has 0L and 3L has 2L 4. fill 5L to the top ---> 5L has 5L and 3L has 2L 5. fill 3L till full using 5L ---> 5L has 4L and 3L has 3L
  • Answered by Prachi Jain

Skills evaluated in this interview

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

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

Round 1 - Technical 

(1 Question)

  • Q1. STLC Selenium related questions API testing Java Concepts
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basics of Testing Questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. About your experience.
  • Q2. Tell your experience
  • Ans. 

    I have 5 years of experience in QA roles, focusing on test automation, regression testing, and defect tracking.

    • Experience in test automation using tools like Selenium and JUnit

    • Proficient in regression testing to ensure software quality

    • Skilled in defect tracking and reporting using tools like Jira

    • Collaborated with development teams to resolve issues and improve product quality

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

MCQ questions, can be easily done.

Round 2 - Assignment 

A website testing. To find the bugs in the website and list them down.

Round 3 - One-on-one 

(1 Question)

  • Q1. Asked questions related to types of testing, some situation based questions and if you are applying for automation, then there were coding questions- easy level.

Interview Preparation Tips

Topics to prepare for Keka HR Payroll Software QA Analyst interview:
  • Selenium
  • Framework
  • Programming
Interview preparation tips for other job seekers - Keep learning and always go for practical knowledge instead of theortical.
Interview experience
3
Average
Difficulty level
-
Process Duration
4-6 weeks
Result
No response

I applied via Job Fair and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Aptitude Test 

General queries from lead code

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

(2 Questions)

  • Q1. What is the D/B verification and validation in QA?
  • Ans. 

    D/B verification and validation in QA refers to the process of ensuring that data in a database is accurate, complete, and consistent.

    • Verification involves checking if the data in the database matches the expected values or rules.

    • Validation involves ensuring that the data in the database meets the specified requirements and is reliable.

    • Examples include verifying that user information is correctly stored in a database a...

  • Answered by AI
  • Q2. Verification : ensures the product is being built correctly (meet design specifications). Validation : ensures the right product is built (meets user needs and requirements).

Interview Preparation Tips

Interview preparation tips for other job seekers - Network smartly; connections open door.

eQ Technologic Interview FAQs

How many rounds are there in eQ Technologic QA Engineer interview?
eQ Technologic interview process usually has 2-3 rounds. The most common rounds in the eQ Technologic interview process are Coding Test, Technical and HR.
How to prepare for eQ Technologic 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 eQ Technologic. The most common topics and skills that interviewers at eQ Technologic expect are QA, Automation Testing, Manual Testing, Software Testing and Test Case Design.
What are the top questions asked in eQ Technologic QA Engineer interview?

Some of the top questions asked at the eQ Technologic QA Engineer interview -

  1. write automation script to open google chrome and verify login functional...read more
  2. Use case bases on real l...read more
  3. Online delivery app test c...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 eQ Technologic interviews
Campus Placement
100%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
eQ Technologic QA Engineer Salary
based on 62 salaries
₹7.5 L/yr - ₹16 L/yr
112% more than the average QA Engineer Salary in India
View more details

eQ Technologic QA Engineer Reviews and Ratings

based on 5 reviews

4.8/5

Rating in categories

4.4

Skill development

4.9

Work-Life balance

4.9

Salary & Benefits

5.0

Job Security

4.3

Company culture

4.2

Promotions/Appraisal

4.3

Work Satisfaction

Explore 5 Reviews and Ratings
Software Engineer
183 salaries
unlock blur

₹8.5 L/yr - ₹24 L/yr

Senior Software Engineer
78 salaries
unlock blur

₹12.5 L/yr - ₹38.5 L/yr

QA Engineer
62 salaries
unlock blur

₹7.5 L/yr - ₹16 L/yr

Senior QA Engineer
37 salaries
unlock blur

₹10 L/yr - ₹31.5 L/yr

Software Developer
29 salaries
unlock blur

₹8 L/yr - ₹17.5 L/yr

Explore more salaries
Compare eQ Technologic with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview