Premium Employer

i

This company page is being actively managed by Impetus Technologies Team. If you also belong to the team, you can get access from here

Impetus Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Impetus Technologies QA Engineer Interview Questions, Process, and Tips

Updated 27 Feb 2025

Impetus Technologies QA Engineer Interview Experiences

1 interview found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 27 Feb 2025

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

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Create some xpath. 2- 3
  • Q2. Problem solving questions. 1. Given a list of some numbers and find out the calculation of 44 with 2 numbers, and show the index of both numbers.
  • Q3. Difference between priority and severity.with example
  • Q4. What is bug leakege.
  • Q5. Explain your selenium pytest framework

Interview questions from similar companies

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. It was first technical round Asked about Functional, Non Functional testing, Integration, Regression, Smoke, Retesting, Performance, load, stress testing.
  • Q2. Then he comes to selenium the question was how to navigate to other window in browser. Lastly asked me python program to print the number is prime or not.
Round 2 - Coding Test 

It haven't done. Tomorrow is my coding round. Hope it will go well

Round 3 - Technical 

(1 Question)

  • Q1. Not done yet. Will be conduct after the coding round.

Interview Preparation Tips

Topics to prepare for Altimetrik QA Engineer interview:
  • Automation Testing
  • Python
Interview preparation tips for other job seekers - Must needed skills here is to self learner and initiator. They will send if you can do the work. Show that you can and you are a learner.

QA Engineer Interview Questions & Answers

ITC Infotech user image Mamta Balakrishna

posted on 13 Dec 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Java program to split alpha-numeric values without using the split method
  • Ans. 

    Split alpha-numeric values in Java without using split method

    • Iterate through each character in the input string

    • Check if the character is a digit or a letter using Character.isDigit() and Character.isLetter() methods

    • Create separate strings for digits and letters and store them in an array

  • Answered by AI
  • Q2. SQL query to add a new column to a table and the column value should have a default value and never be null
  • Ans. 

    Use ALTER TABLE statement to add a new column with a default value and set it to NOT NULL

    • Use ALTER TABLE table_name ADD column_name data_type DEFAULT default_value NOT NULL;

    • Example: ALTER TABLE employees ADD hire_date DATE DEFAULT '2022-01-01' NOT NULL;

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Sql exam - MCQ & write a query

Round 2 - Technical 

(1 Question)

  • Q1. SDLC, STLC & Bug life cycle Where we apply OOPs concept in automation where we apply collection in automation Explain framework
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is root cause analysis
  • Ans. 

    Root cause analysis is a systematic process used to identify the underlying cause of a problem or issue.

    • Identify the problem or issue

    • Gather data and evidence related to the problem

    • Analyze the data to determine the root cause

    • Develop solutions to address the root cause

    • Implement and monitor the effectiveness of the solutions

  • Answered by AI
  • Q2. What is scrum agile
  • Ans. 

    Scrum Agile is a framework for managing and completing complex projects in an iterative and incremental manner.

    • Scrum is based on the principles of transparency, inspection, and adaptation.

    • It involves breaking down the project into smaller tasks called user stories.

    • Teams work in short iterations called sprints, usually 2-4 weeks long.

    • Daily stand-up meetings are held to discuss progress and any obstacles.

    • Scrum roles incl...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Revise basic testing methodology

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell about roles and responsibilites
  • Q2. Code to write in java
  • Ans. 

    Write a Java code to reverse a string

    • Use StringBuilder to reverse the string

    • Convert the string to StringBuilder, call reverse() method, and convert back to string

    • Handle null or empty string cases

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Self Intro and about role and nataive place
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Java programme for even odd no
  • Q2. Code for implicit wait, explicit wait
  • Ans. 

    Implicit and explicit waits are used in Selenium to handle synchronization issues in test automation.

    • Implicit wait: driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS);

    • Explicit wait: WebDriverWait wait = new WebDriverWait(driver, 10); wait.until(ExpectedConditions.visibilityOfElementLocated(By.id("elementId")));

  • Answered by AI
Round 2 - Technical 

(3 Questions)

  • Q1. About the project
  • Q2. Api testing codes
  • Q3. Tell me about your Framework
  • Ans. 

    My framework is a data-driven automation framework built using Selenium and TestNG.

    • Built using Selenium for web automation

    • Utilizes TestNG for test case management

    • Data-driven approach for flexibility and reusability

  • Answered by AI

Skills evaluated in this interview

QA Engineer Interview Questions & Answers

Xoriant user image Arpit Choubey

posted on 23 Feb 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is bug life cycle RTM Cake 🎂 cutting questions
  • Q2. Test cases on QR code
  • Ans. 

    Test cases for QR code should cover scanning, decoding, error handling, and compatibility with different devices.

    • Verify that the QR code can be scanned successfully using different devices and apps.

    • Test the decoding accuracy of the QR code to ensure the correct information is extracted.

    • Check for error handling scenarios such as invalid QR codes or damaged codes.

    • Test the compatibility of the QR code with various devices

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well about SQL, manual testing concepts

Skills evaluated in this interview

QA Engineer Interview Questions & Answers

NeoSOFT user image Shreeya Pimplapure

posted on 24 May 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Testing and project related

Impetus Technologies Interview FAQs

How many rounds are there in Impetus Technologies QA Engineer interview?
Impetus Technologies interview process usually has 1 rounds. The most common rounds in the Impetus Technologies interview process are One-on-one Round.
How to prepare for Impetus Technologies 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 Impetus Technologies. The most common topics and skills that interviewers at Impetus Technologies expect are Database Testing, Linux, Python, Quality Assurance Engineering and SQL.
What are the top questions asked in Impetus Technologies QA Engineer interview?

Some of the top questions asked at the Impetus Technologies QA Engineer interview -

  1. Difference between priority and severity.with exam...read more
  2. Explain your selenium pytest framew...read more
  3. What is bug leake...read more

Tell us how to improve this page.

Impetus Technologies QA Engineer Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more
Join Impetus Technologies The Intelligent Enterprise Delivered
Impetus Technologies QA Engineer Salary
based on 7 salaries
₹4.1 L/yr - ₹12.4 L/yr
32% more than the average QA Engineer Salary in India
View more details

Impetus Technologies 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

2.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Senior Software Engineer
715 salaries
unlock blur

₹8.2 L/yr - ₹30 L/yr

Software Engineer
537 salaries
unlock blur

₹5 L/yr - ₹20.5 L/yr

Module Lead Software Engineer
277 salaries
unlock blur

₹11.2 L/yr - ₹37.5 L/yr

Module Lead
251 salaries
unlock blur

₹12 L/yr - ₹35 L/yr

Lead Software Engineer
196 salaries
unlock blur

₹15.2 L/yr - ₹39.8 L/yr

Explore more salaries
Compare Impetus Technologies with

Persistent Systems

3.5
Compare

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

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