Upload Button Icon Add office photos

Filter interviews by

EFKON INDIA Test Engineer Interview Questions and Answers

Updated 25 Jan 2022

EFKON INDIA Test Engineer Interview Experiences

1 interview found

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 25 Jan 2022

I applied via Approached by company and was interviewed before Jan 2021. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Introduction and previous experience
Round 2 - Assignment 

Test case design

Round 3 - One-on-one 

(1 Question)

  • Q1. Regression vs re-testing
  • Ans. 

    Regression testing is testing the entire system after changes while re-testing is testing only the failed parts.

    • Regression testing is done to ensure that changes made to the system did not affect the existing functionality.

    • Re-testing is done to ensure that the defects found in the previous test cycle have been fixed.

    • Regression testing is time-consuming and requires a lot of resources.

    • Re-testing is less time-consuming a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Software testing theory and comparisons of various testing types.

Skills evaluated in this interview

Interview questions from similar companies

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

(2 Questions)

  • Q1. How to switch to frame
  • Ans. 

    To switch to a frame in test automation, use the switchTo() method in Selenium WebDriver.

    • Use driver.switchTo().frame() method to switch to a frame by index, name, or WebElement.

    • To switch back to the default content, use driver.switchTo().defaultContent().

    • Make sure the frame is present and loaded before switching to it.

  • Answered by AI
  • Q2. Write a program to reverse a string
  • Ans. 

    Program to reverse a string using array of characters

    • Create an array of characters to store the input string

    • Iterate through the input string and store each character in the array

    • Iterate through the array in reverse order to construct the reversed string

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is regression testing?
  • Ans. 

    Regression testing is the process of retesting a software application to ensure that new code changes have not adversely affected existing functionality.

    • Regression testing is performed after code changes to verify that the existing features still work correctly.

    • It helps in identifying any defects introduced by new code changes.

    • Automated testing tools are often used for regression testing to save time and effort.

    • Regress...

  • Answered by AI
  • Q2. What is sanity?
  • Ans. 

    Sanity in software testing refers to a quick round of testing to ensure that the code changes have not adversely affected the existing functionality.

    • Sanity testing is a subset of regression testing and is usually performed after a small code change or bug fix.

    • It focuses on testing the most critical functionalities of the application to ensure they still work as expected.

    • Sanity testing is not exhaustive and is meant to ...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. It was salary discussion
  • Q2. It was about relocating

Interview Preparation Tips

Topics to prepare for CGI Group Test Engineer interview:
  • Sanity Testing
Interview preparation tips for other job seekers - Stay confident

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Smoke vs sanity
  • Ans. 

    Smoke testing is a quick test to check if the basic functionalities of the software are working, while sanity testing is a more thorough test to ensure that the software is ready for further testing.

    • Smoke testing is done to check if the critical functionalities of the software are working properly.

    • Sanity testing is done to ensure that the software is stable and ready for further testing.

    • Smoke testing is usually done be...

  • Answered by AI
  • Q2. Scrum and agile

Skills evaluated in this interview

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
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Related to automation and database concepts
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2022. There were 5 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 - Aptitude Test 

Only technical question will be ask

Round 3 - Coding Test 

Questions from java, c programing, selenium, api

Round 4 - Technical 

(1 Question)

  • Q1. Basics of selenium Testng Cucumber Core java Some programs Git commands
Round 5 - HR 

(1 Question)

  • Q1. Discussion about your role Salary

Test Engineer Interview Questions & Answers

Cognizant user image shubham kesharwani

posted on 3 Sep 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is SDLC and Agile?
  • Ans. 

    SDLC stands for Software Development Life Cycle, a process used to design, develop, and test software. Agile is a methodology that emphasizes flexibility and collaboration.

    • SDLC is a structured process that includes phases like planning, design, development, testing, deployment, and maintenance.

    • Agile is a methodology that focuses on iterative development, collaboration, and customer feedback.

    • SDLC is more traditional and...

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Java selenium automation testing
Round 2 - HR 

(1 Question)

  • Q1. Package discussion

I applied via Recruitment Consulltant and was interviewed in Sep 2021. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What is smoke and sanity testing
  • Ans. 

    Smoke testing is a subset of regression testing that focuses on testing the critical functionalities of an application. Sanity testing is a subset of regression testing that focuses on testing the specific changes made to an application.

    • Smoke testing is performed to ensure that the most critical functionalities of an application are working as expected.

    • It is usually performed after a build is deployed to check if the a...

  • Answered by AI
  • Q2. What is regression testing, testing
  • Ans. 

    Regression testing is the process of retesting modified software to ensure that the existing functionalities are not affected.

    • Regression testing is performed after making changes to the software to ensure that the modifications have not introduced new bugs or issues.

    • It involves re-executing previously executed test cases to verify that the existing functionalities still work as expected.

    • Regression testing helps in iden...

  • Answered by AI
  • Q3. Black Box and what Box testing

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for basics technical questions for manual Testing, test cases writing , test scenarios

Skills evaluated in this interview

EFKON INDIA Interview FAQs

How many rounds are there in EFKON INDIA Test Engineer interview?
EFKON INDIA interview process usually has 3 rounds. The most common rounds in the EFKON INDIA interview process are One-on-one Round and Assignment.

Tell us how to improve this page.

EFKON INDIA Test Engineer Salary
based on 4 salaries
₹4 L/yr - ₹6.2 L/yr
At par with the average Test Engineer Salary in India
View more details
Software Developer
31 salaries
unlock blur

₹3 L/yr - ₹9 L/yr

Software Engineer
18 salaries
unlock blur

₹2.2 L/yr - ₹8 L/yr

Site Engineer
18 salaries
unlock blur

₹2.3 L/yr - ₹4.2 L/yr

Senior Software Developer
16 salaries
unlock blur

₹4.9 L/yr - ₹15.2 L/yr

Assistant Manager
13 salaries
unlock blur

₹6.1 L/yr - ₹11 L/yr

Explore more salaries
Compare EFKON INDIA with

Siemens

4.1
Compare

Bosch

4.2
Compare

Honeywell Automation

3.8
Compare

Schneider Electric

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