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 Automation Test Lead Interview Questions, Process, and Tips

Updated 2 Oct 2023

Coforge Automation Test Lead Interview Experiences

1 interview found

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

I applied via Approached by Company and was interviewed in Apr 2023. 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 

(9 Questions)

  • Q1. Tell your Role in current project
  • Q2. Explain BDD framework
  • Ans. 

    BDD framework is a software development process that encourages collaboration between developers, QA, and non-technical stakeholders.

    • BDD stands for Behavior Driven Development

    • Uses natural language to define requirements and tests

    • Focuses on the behavior of the system from the end user's perspective

    • Uses tools like Cucumber, SpecFlow, or JBehave

  • Answered by AI
  • Q3. Write feature file with feature
  • Ans. 

    Feature file with feature for automation testing

    • Feature: Login functionality

    • Scenario: User logs in with valid credentials

    • Given user is on the login page

    • When user enters valid username and password

    • Then user should be logged in successfully

  • Answered by AI
  • Q4. How to run feature file
  • Ans. 

    To run a feature file, use a test automation tool like Cucumber or SpecFlow.

    • Use a test automation tool like Cucumber or SpecFlow to run feature files

    • Create a test runner class or configuration file to specify which feature file to run

    • Execute the test runner class or configuration file to run the feature file

    • Check the test results to see if the feature file ran successfully

  • Answered by AI
  • Q5. How many feature file will be there
  • Ans. 

    The number of feature files will depend on the project requirements and the level of granularity in test scenarios.

    • Number of feature files can vary based on the size and complexity of the project

    • Each feature file typically represents a specific functionality or feature being tested

    • Feature files can be organized based on modules, user stories, or test scenarios

  • Answered by AI
  • Q6. Can class be interface
  • Ans. 

    No, a class cannot be an interface in programming.

    • A class is a blueprint for objects, while an interface is a contract for classes to implement certain methods.

    • A class can implement multiple interfaces, but it cannot extend multiple classes.

    • Interfaces cannot have constructors or instance variables, while classes can have both.

  • Answered by AI
  • Q7. Difference between class and interface
  • Ans. 

    Class is a blueprint for objects, while interface is a contract for classes to implement certain methods.

    • Class can have both data members and methods, while interface can only have method signatures.

    • A class can implement multiple interfaces, but can only inherit from one class.

    • Interfaces are used to achieve multiple inheritance in Java.

    • Classes can have constructors, while interfaces cannot.

    • Example: Class 'Car' can have...

  • Answered by AI
  • Q8. WAP to replace all vowels with char x in a given string
  • Ans. 

    A program to replace all vowels with 'x' in a given string.

    • Iterate through each character in the string

    • Check if the character is a vowel (a, e, i, o, u)

    • If it is a vowel, replace it with 'x'

    • Return the modified string

  • Answered by AI
  • Q9. Explain different types of asserts used in Selenium
  • Ans. 

    Different types of asserts used in Selenium include assert, verify, and waitForAssert

    • Assert: Stops the execution if the verification fails

    • Verify: Continues the execution even if the verification fails

    • waitForAssert: Waits for a certain condition to be true before proceeding

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Coforge Automation Test Lead interview:
  • BDD Framework
  • Core Java
  • Feature file
Interview preparation tips for other job seekers - Prepare BDD framework, writing code in BDD, Running test in BDD, basically everything about BDD

Skills evaluated in this interview

Interview questions from similar companies

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

Interview Questionnaire 

4 Questions

  • Q1. BDD framework
  • Q2. Testng Screenshot
  • Q3. Extent report Wait
  • Q4. Screenshot X-path

I applied via Naukri.com and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Python dictionary
  • Q2. Python functions

Interview Preparation Tips

Interview preparation tips for other job seekers - Machine learning , ie learning full function related Oops concepts required must

Interview Questionnaire 

1 Question

  • Q1. Basic java,selenium, sql, api,

I applied via Naukri.com and was interviewed before Aug 2021. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Rate your expertize on the scale of 5
  • Q2. Write the code in notepad by sharing your screen
  • Ans. 

    Code writing task for Automation Test Engineer position

    • Open Notepad

    • Write code for the given task

    • Share screen to show the code

    • Ensure code is well-structured and follows best practices

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Explain your automation framework
  • Ans. 

    My automation framework is a hybrid framework that uses both data-driven and keyword-driven approaches.

    • The framework is built using Selenium WebDriver and TestNG.

    • It uses Excel sheets to store test data and Apache POI library to read/write data from/to Excel.

    • The framework has a modular structure with reusable functions and libraries.

    • It uses Page Object Model design pattern to maintain object repository.

    • The framework gen...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Reason of leaving previous organisation

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well for technical questions and strudy about coding

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. Oops concept
  • Q2. Difference between hash map and hash table
  • Ans. 

    HashMap and HashTable are both data structures used to store key-value pairs, but they differ in their implementation and features.

    • HashMap is not synchronized and allows null values and keys, while HashTable is synchronized and does not allow null values or keys.

    • HashMap is faster than HashTable for non-thread-safe operations, but HashTable is safer for thread-safe operations.

    • HashMap uses Iterator to traverse the elemen...

  • Answered by AI
  • Q3. What is difference between abstract class and abstract method
  • Ans. 

    Abstract class is a class that cannot be instantiated while abstract method is a method without implementation.

    • Abstract class can have both abstract and non-abstract methods while abstract method can only exist in an abstract class or interface.

    • Abstract class can have constructors while abstract method cannot.

    • Abstract class can provide default implementation for its non-abstract methods while abstract method cannot.

    • Exa...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be on time.Be confident prepare java well and oops concept

Skills evaluated in this interview

Round 1 - Technical 

(1 Question)

  • Q1. Basics of Java and selenium
Round 2 - Technical 

(1 Question)

  • Q1. Programs of Java and scenarios based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in basics in automation testing
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Technical questions in apti

Round 2 - Technical 

(1 Question)

  • Q1. 1) code to reverse words in string and first letter capital 2) diamond pattern program 3) program on drop-down
  • Ans. 

    Reverse words in a string with first letter capitalized, create a diamond pattern, and program on drop-down.

    • To reverse words in a string with first letter capitalized, split the string into words, reverse each word, capitalize the first letter, and join them back together.

    • For creating a diamond pattern program, use nested loops to print spaces and stars in a specific pattern.

    • For a program on drop-down, you can create a...

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

I was interviewed before Mar 2022.

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 

Basic aptitude questions and 2 programming questions

Round 3 - Technical 

(3 Questions)

  • Q1. Will ask java basic questions and explanation of code and it's response
  • Q2. Code to Reverse a string
  • Ans. 

    Code to reverse a string

    • Create an empty string variable to store the reversed string

    • Loop through the original string from the end to the beginning

    • Add each character to the empty string variable

    • Return the reversed string

  • Answered by AI
  • Q3. Palindrome code in java
  • Ans. 

    Palindrome code in Java

    • A palindrome is a word, phrase, number, or other sequence of characters that reads the same forward and backward

    • To check if a string is a palindrome, we can compare the first and last characters, then the second and second-to-last characters, and so on

    • We can use a loop to iterate through the string and compare the characters

    • We can also use StringBuilder to reverse the string and compare it to the

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Will ask self intro and fav movie /book and why it was favourite?
Round 5 - Communication Skill test 

(1 Question)

  • Q1. It was like a system assessment.System will pronounce few sentences and we have to understand it and we need to respond with an answer and other was system will display few paragraphs and after 3-4 min, pa...

Interview Preparation Tips

Interview preparation tips for other job seekers - Please attend Communication skills round carefully. Only thing we need is concentration and understanding of foreign accent.

Skills evaluated in this interview

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Asked about Access Modifier? Framework Describe Cucumber Runner File, Monochrome

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn Java Basics and Selenium Basics

Coforge Interview FAQs

How many rounds are there in Coforge Automation Test Lead interview?
Coforge interview process usually has 2 rounds. The most common rounds in the Coforge interview process are Resume Shortlist and Technical.
How to prepare for Coforge Automation Test Lead 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 Coforge. The most common topics and skills that interviewers at Coforge expect are Appium, Automation Testing, GUI Testing, Java and SDET.
What are the top questions asked in Coforge Automation Test Lead interview?

Some of the top questions asked at the Coforge Automation Test Lead interview -

  1. WAP to replace all vowels with char x in a given str...read more
  2. Explain different types of asserts used in Selen...read more
  3. How many feature file will be th...read more

Tell us how to improve this page.

Coforge Automation Test Lead Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Coforge Automation Test Lead Salary
based on 19 salaries
₹17 L/yr - ₹28 L/yr
38% more than the average Automation Test Lead Salary in India
View more details

Coforge Automation Test Lead Reviews and Ratings

based on 1 review

2.0/5

Rating in categories

2.0

Skill development

3.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Senior Software Engineer
4.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Analyst
2.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Test Engineer
1.8k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technology Specialist
1.2k salaries
unlock blur

₹0 L/yr - ₹0 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