Upload Button Icon Add office photos
Engaged Employer

i

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

Coforge Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Coforge Senior Test Engineer Interview Questions and Answers for Experienced

Updated 11 Feb 2025

Coforge Senior Test Engineer Interview Experiences for Experienced

6 interviews found

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

(1 Question)

  • Q1. Automation Testing concepts and Core Java
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Dec 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. *Policy interview questions* 1. Policy dashboard 2. Billing dashboard 3. Work flow of policy to billing 4. Type of account. Direct and agency 5. Rewrite and renew 6. Sit and regression 7. Smoke and sanit...
Round 3 - Technical 

(1 Question)

  • Q1. 1. Billing transaction 2. Forms 3. Premium
Round 4 - HR 

(1 Question)

  • Q1. Introduction About coforge And compensation discussion

Senior Test Engineer Interview Questions Asked at Other Companies for Experienced

asked in Sapiens
Q1. From Selenium -> Which Automation framework I have implemented ... read more
asked in LTIMindtree
Q2. What should be done when a defect is found in production?
asked in LTIMindtree
Q3. How do you performed incrimental load in your project?
asked in LTIMindtree
Q4. What is meant by regression and retesting?
asked in LTIMindtree
Q5. When do we do the regression testing and why?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Oops Concept for Java, Wait Concepts for Selenium, BDD Cucumber Framework, Manual testing like Agile Methodology
Round 3 - Coding Test 

Half hour coding test, Remove duplicate values for string for the Automation platform

Round 4 - HR 

(1 Question)

  • Q1. Discuss with salary and family details and joining time and date,
Round 1 - Technical 

(1 Question)

  • Q1. Based on project technology
Round 2 - Technical 

(1 Question)

  • Q1. Managerial round based on project
Round 3 - HR 

(1 Question)

  • Q1. Salary negotiation expected

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy process, keep. Calm during the interview

Coforge interview questions for designations

 Test Engineer

 (11)

 Senior Automation Test Engineer

 (2)

 Senior Test Analyst

 (3)

 Automation Test Engineer

 (6)

 Manual Test Engineer

 (1)

 Test Analyst

 (6)

 Test Lead

 (1)

 Software Test Specialist

 (2)

I applied via Naukri.com and was interviewed before Oct 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 - One-on-one 

(1 Question)

  • Q1. What is wait, ? what is oops concept
  • Ans. 

    Wait is a command used in programming to pause the execution of a program for a specified amount of time.

    • Wait is used to synchronize the execution of a program with external events or to simulate a delay in the program.

    • It is commonly used in automated testing to wait for a specific element to appear on a webpage before proceeding with the test.

    • Wait can be implemented using built-in functions or libraries in programming...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. What is BDD? What is framework and explain in details
  • Ans. 

    BDD stands for Behavior Driven Development, a software development methodology that focuses on collaboration and communication between stakeholders.

    • BDD involves defining the behavior of a system in plain language

    • Tests are written in a way that they can be understood by non-technical stakeholders

    • BDD frameworks like Cucumber and SpecFlow help in automating tests based on the defined behavior

    • BDD helps in ensuring that the...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare the oops concept and selenium commands with bdd and maven strongly

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1.questions related to projects.
  • Q2. 2. Questions on technical skills.
  • Q3. 3. Why are you planning to switch

Interview Preparation Tips

Interview preparation tips for other job seekers - Very easy questions.
If don't know any question please tell them you don't know.
While explaining project be very confident because it will be face to face round.

Senior Test Engineer Jobs at Coforge

View all

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops concepts, angular , .net core middlewares

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic concepts well

I applied via Campus Placement and was interviewed in Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Best sorting although and its working they asked
  • Q2. Write a program to replace the character with another character in java.
  • Ans. 

    A program to replace a character with another character in Java.

    • Create a string variable with the original text

    • Use the replace() method to replace the character with another character

    • Print the new string with the replaced character

  • Answered by AI
  • Q3. SQL queries on order by, group by, and it's difference they asked.
  • Q4. Project management experience they asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare on the basis concepts and be perfect on your resume they are not expecting much from you as you are a fresher.

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Related to Salesforce : profile, roles, relationships, user, permission set etc
  • Q2. Related to manual testing : integration testing, STLC, bug life cycle, smoke, sanity, regression, agile process etc

I applied via Campus Placement and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

10 Questions

  • Q1. Tell me about yourself
  • Q2. Write a program to print unique elements in an array in java
  • Ans. 

    Program to print unique elements in an array in Java

    • Create a HashSet to store unique elements

    • Iterate through the array and add each element to the HashSet

    • Print the HashSet to get the unique elements

  • Answered by AI
  • Q3. Types of data structures
  • Ans. 

    Data structures are ways of organizing and storing data in a computer so that it can be accessed and used efficiently.

    • Arrays - a collection of elements of the same type

    • Linked Lists - a sequence of nodes where each node contains a reference to the next node

    • Stacks - a collection of elements with two main operations: push (add) and pop (remove)

    • Queues - a collection of elements with two main operations: enqueue (add) and d...

  • Answered by AI
  • Q4. Tree traversal
  • Q5. What is oops
  • Ans. 

    OOPs stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects.

    • OOPs focuses on creating objects that contain both data and functions.

    • It emphasizes on encapsulation, inheritance, and polymorphism.

    • Examples of OOPs languages are Java, C++, Python, etc.

  • Answered by AI
  • Q6. Applications of oops
  • Ans. 

    OOPs is used for creating modular, reusable and maintainable code.

    • Encapsulation: Hiding implementation details and exposing only necessary information.

    • Inheritance: Reusing code and creating a hierarchy of classes.

    • Polymorphism: Using a single interface to represent multiple entities.

    • Abstraction: Reducing complexity by hiding unnecessary details.

    • Examples: Java, C++, Python, Ruby, etc.

  • Answered by AI
  • Q7. What is inheritance
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows code reuse and promotes code organization.

    • The existing class is called the parent or superclass, and the new class is called the child or subclass.

    • The child class inherits all the properties and methods of the parent class and can also add its own unique properties and ...

  • Answered by AI
  • Q8. What is polymorphism
  • Ans. 

    Polymorphism is the ability of an object to take on many forms.

    • It allows objects of different classes to be treated as if they were objects of the same class.

    • It is achieved through method overriding and method overloading.

    • Example: A parent class Animal can have child classes like Dog, Cat, and Bird, each with their own unique implementation of the method 'makeSound'.

    • Polymorphism makes code more flexible and reusable.

  • Answered by AI
  • Q9. What is abstraction? Explain with example
  • Ans. 

    Abstraction is the process of hiding complex implementation details and exposing only the necessary information.

    • Abstraction helps in reducing complexity and increasing efficiency.

    • It allows us to focus on the essential features of an object or system.

    • For example, a car can be abstracted as a vehicle with certain properties like speed, fuel efficiency, and seating capacity.

    • Abstraction can be achieved through interfaces,

  • Answered by AI
  • Q10. What is encapsulation
  • Ans. 

    Encapsulation is the process of hiding implementation details and providing a public interface for accessing the functionality.

    • Encapsulation helps in achieving data abstraction and information hiding

    • It prevents unauthorized access to the internal details of an object

    • It allows for easy modification of implementation without affecting the external code

    • Example: A class with private variables and public methods

    • Example: A b...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - As I'm from ECE background it's little bit easy for me because they ask basic questions. If we are good enough in basics it's easy to crack Mindtree interview

Skills evaluated in this interview

Coforge Interview FAQs

How many rounds are there in Coforge Senior Test Engineer interview for experienced candidates?
Coforge interview process for experienced candidates usually has 3 rounds. The most common rounds in the Coforge interview process for experienced candidates are Technical, HR and Resume Shortlist.
How to prepare for Coforge Senior Test Engineer interview for experienced candidates?
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 Coforge. The most common topics and skills that interviewers at Coforge expect are Selenium, Testing, Automation, Manual Testing and Automation Testing.
What are the top questions asked in Coforge Senior Test Engineer interview for experienced candidates?

Some of the top questions asked at the Coforge Senior Test Engineer interview for experienced candidates -

  1. what is BDD? What is framework and explain in deta...read more
  2. what is wait, ? what is oops conc...read more
  3. *Policy interview questions* 1. Policy dashboard 2. Billing dashboard 3. Work...read more

Tell us how to improve this page.

Coforge Senior Test Engineer Interview Process for Experienced

based on 3 interviews

2 Interview rounds

  • Resume Shortlist Round
  • Technical Round
View more
Coforge Senior Test Engineer Salary
based on 1.8k salaries
₹4.7 L/yr - ₹19.5 L/yr
At par with the average Senior Test Engineer Salary in India
View more details

Coforge Senior Test Engineer Reviews and Ratings

based on 202 reviews

3.4/5

Rating in categories

3.0

Skill development

3.3

Work-life balance

3.2

Salary

3.3

Job security

3.2

Company culture

2.6

Promotions

3.1

Work satisfaction

Explore 202 Reviews and Ratings
Senior Test Engineer

Noida,

Hyderabad / Secunderabad

+1

6-10 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
4.9k salaries
unlock blur

₹6.5 L/yr - ₹23.6 L/yr

Technical Analyst
2.6k salaries
unlock blur

₹9.5 L/yr - ₹38.4 L/yr

Software Engineer
2k salaries
unlock blur

₹2 L/yr - ₹9.5 L/yr

Senior Test Engineer
1.8k salaries
unlock blur

₹4.7 L/yr - ₹19.5 L/yr

Technology Specialist
1.1k salaries
unlock blur

₹12 L/yr - ₹42 L/yr

Explore more salaries
Compare Coforge with

Capgemini

3.7
Compare

Cognizant

3.7
Compare

Accenture

3.8
Compare

Infosys

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