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

Updated 5 Mar 2025

Top Coforge Interview Questions and Answers

View all 414 questions

Coforge Interview Experiences

Popular Designations

519 interviews found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Framework and Coding
  • Q2. What is Cucumber
  • Ans. 

    Cucumber is a testing tool that supports Behavior Driven Development (BDD) by allowing tests to be written in plain English.

    • Cucumber uses Gherkin syntax to define test cases in a human-readable format

    • It allows collaboration between non-technical stakeholders and technical team members

    • Cucumber tests are written in feature files with scenarios and steps

    • It can be integrated with various programming languages like Java, Ru

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Asked very simple question

Skills evaluated in this interview

Senior Software Tester Interview Questions asked at other Companies

Q1. A scrum master in Agile is equivalent to which position in water fall?
View answer (1)

QA Lead Interview Questions & Answers

user image Abhijeet Chavan

posted on 5 Nov 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What are different types of waits in selenium? Write code and explain its uses.
  • Ans. 

    Types of waits in Selenium include Implicit Wait, Explicit Wait, and Fluent Wait.

    • Implicit Wait: Waits for a certain amount of time before throwing a NoSuchElementException.

    • Explicit Wait: Waits for a certain condition to be met before proceeding further in the code.

    • Fluent Wait: Waits for a condition to be met with a defined polling frequency.

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

  • Answered by AI
  • Q2. What is the different between findElement and findElements ? What exceptions will both throw in case of element not found .
  • Ans. 

    findElement is used to find a single element on a web page, while findElements is used to find multiple elements.

    • findElement returns a single WebElement, while findElements returns a list of WebElements.

    • findElement will throw NoSuchElementException if the element is not found, while findElements will return an empty list if no elements are found.

    • Example: WebElement element = driver.findElement(By.id("exampleId")); List...

  • Answered by AI

Skills evaluated in this interview

QA Lead Interview Questions asked at other Companies

Q1. 1. Explain Bid bond guarantee, Advance payment guarantee, Performance guarantee. 2. What are different SWIFT messages generated as part of Letter of Credit? 3. Difference between LC and Guarantee. 4. Difference between Import LC and Export ... read more
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How ospf is works ?
  • Ans. 

    OSPF (Open Shortest Path First) is a routing protocol that uses link-state routing algorithm to determine the best path for data packets.

    • OSPF routers exchange link-state advertisements (LSAs) to build a topology map of the network.

    • Each router calculates the shortest path to each network based on the information in the LSAs.

    • OSPF uses cost as a metric to determine the best path, with lower cost paths being preferred.

    • OSPF...

  • Answered by AI
  • Q2. What is bgp parameter ?
  • Ans. 

    BGP parameter refers to the various attributes and settings used in the Border Gateway Protocol for routing decisions.

    • BGP parameters include attributes like AS path, next hop, local preference, and MED.

    • These parameters help BGP routers make decisions on the best path to reach a destination.

    • Examples of BGP parameters are weight, local preference, and community values.

  • Answered by AI
Round 2 - Technical 

(3 Questions)

  • Q1. What network works and implements parts
  • Ans. 

    Network works and implements parts refer to the components and protocols involved in the functioning of a network.

    • Network devices such as routers, switches, firewalls, and access points work together to facilitate communication.

    • Protocols like TCP/IP, DNS, DHCP, and SSL/TLS are implemented to ensure data transmission and security.

    • Network segmentation, VLANs, and VPNs are used to separate and secure different parts of a ...

  • Answered by AI
  • Q2. Wireless wlc vlan configuration
  • Q3. Switch configuration

Interview Preparation Tips

Interview preparation tips for other job seekers - Good experience with company HR but management was not helpful in office environment

Skills evaluated in this interview

Senior Network Security Engineer Interview Questions asked at other Companies

Q1. ASA - Security levels, Difference between 8.3 pre and post, Transparent and Routed mode firewall, VPN, Stateful and stateless failover. Commands related to vpn
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. OOPS concepts with examples
  • Ans. 

    OOP concepts include inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class. Example: class Dog extends Animal.

    • Encapsulation: Bundles data and methods that operate on the data into a single unit. Example: private variables with public methods.

    • Polymorphism: Allows objects of different classes to be treated as objects of a common supercl...

  • Answered by AI
  • Q2. Explain NF in sql & ACID concepts
  • Ans. 

    NF in SQL refers to Normal Form which is used to eliminate redundancy in database design. ACID concepts ensure data integrity in transactions.

    • NF in SQL stands for Normal Form and is used to organize data in a database to eliminate redundancy and dependency.

    • There are different levels of NF such as 1NF, 2NF, 3NF, and BCNF, each with specific rules to follow.

    • ACID concepts (Atomicity, Consistency, Isolation, Durability) en...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics are very important

Top Coforge Technical Analyst Interview Questions and Answers

Q1. Write a program to get a employee list whose salary is greater than 50k and grade is above from A, Use Java 8 stream to get the list
View answer (2)

Technical Analyst Interview Questions asked at other Companies

Q1. Write a program to get a employee list whose salary is greater than 50k and grade is above from A, Use Java 8 stream to get the list
View answer (2)

Coforge interview questions for popular designations

 Senior Software Engineer

 (53)

 Software Engineer

 (30)

 Technical Analyst

 (28)

 Graduate Engineer Trainee (Get)

 (17)

 Senior Associate

 (14)

 Software Developer

 (14)

 Senior Test Engineer

 (12)

 Test Engineer

 (11)

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. Questions related to Airline domain mostly- GDS, others
  • Q2. HTTP methods in API - post, put, patch, error codes
  • Ans. 

    HTTP methods in API include post, put, patch, and error codes for handling requests and responses.

    • POST method is used to create a new resource on the server

    • PUT method is used to update an existing resource on the server

    • PATCH method is used to partially update an existing resource on the server

    • Error codes such as 400 for Bad Request, 404 for Not Found, and 500 for Internal Server Error are used to indicate the status of

  • Answered by AI
  • Q3. Introduction , current role

Interview Preparation Tips

Topics to prepare for Coforge Functional Tester interview:
  • Airlines
  • API Testing
Interview preparation tips for other job seekers - Interview occurred on sunday, HR said interviewers don't have time on weekdays.
Interviewer was only asking questions based on Airline domain, said they needed a domain expert. This thing was not mentioned in job description , also not specified by HR.
They have opening for Greater Noida location only but before interview they say Gurgaon is also there.
Interviewer said HR would get back to me for other QA profile but obviously that didn't happen. No HR actually gets back to the candidate

Skills evaluated in this interview

Functional Tester Interview Questions asked at other Companies

Q1. 5.Difference between Manual Testing & Automation Testing
View answer (1)

Get interview-ready with Top Coforge Interview Questions

Test Engineer Interview Questions & Answers

user image Kanchan Bisht

posted on 6 Dec 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Mixed questions from aptitude, reasoning and english questions.

Round 2 - Technical 

(1 Question)

  • Q1. Basic questions from Manual Testing and SQL
Round 3 - HR 

(1 Question)

  • Q1. Basic interview and salary discussion

Top Coforge Test Engineer Interview Questions and Answers

Q1. What is webdriver driver=new chrome driver()
View answer (2)

Test Engineer Interview Questions asked at other Companies

Q1. 1. What is the frame work u have worked and explain the framework with folder structure? 2. purely based on testing, different testing types like functional and non functional tests 3. real time scenarios like last min bugs before release? ... read more
View answer (4)

Consultant Interview Questions & Answers

user image ABHISHEK VAISH

posted on 12 Jan 2025

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. How the elastic stack work?
  • Ans. 

    The Elastic Stack is a collection of open-source tools for data ingestion, storage, search, and visualization.

    • Elasticsearch is used for storing and searching data

    • Logstash is used for data collection and processing

    • Kibana is used for data visualization and analysis

    • Beats are lightweight data shippers that send data from edge machines to Elasticsearch or Logstash

  • Answered by AI

Consultant Interview Questions asked at other Companies

Q1. How would you pass an entry for travel expenses incurred and paid by employee and was reimbursed? How would the end to end flow happens
View answer (8)
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. What are distributes transactions and how these can be handled in microservices
  • Ans. 

    Distributed transactions involve multiple systems coordinating to ensure data consistency across different services in a microservices architecture.

    • Distributed transactions involve multiple services or databases working together to ensure data consistency.

    • In microservices, handling distributed transactions can be challenging due to the decentralized nature of the architecture.

    • One approach to handling distributed transa...

  • Answered by AI
  • Q2. Spring boot @Transactional annotation working
Round 2 - Coding Test 

Calculate the sum between two positive integers in an array.

Skills evaluated in this interview

Top Coforge Senior Software Engineer Interview Questions and Answers

Q1. Why we use declare expression and example, What is sub report
View answer (2)

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Indeed and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Where Observer pattern used in SpringBoot?
  • Ans. 

    The Observer pattern is used in SpringBoot for implementing event handling and notification mechanisms.

    • The Observer pattern is commonly used in SpringBoot for implementing event listeners and publishers.

    • It allows objects to subscribe to and receive notifications about changes or events in other objects.

    • Spring's ApplicationEvent and ApplicationListener interfaces are examples of the Observer pattern in action.

    • Listeners ...

  • Answered by AI
  • Q2. Explain L and D in SOLID with examples?
  • Ans. 

    Liskov Substitution Principle (L) and Dependency Inversion Principle (D) in SOLID

    • Liskov Substitution Principle (L) states that objects of a superclass should be replaceable with objects of its subclasses without affecting the program's correctness.

    • Dependency Inversion Principle (D) states that high-level modules should not depend on low-level modules. Both should depend on abstractions.

    • Example for Liskov Substitution P...

  • Answered by AI
  • Q3. How ErrorHandling is done in your project?
  • Ans. 

    Error handling in our project is implemented using try-catch blocks and custom exception classes.

    • We use try-catch blocks to catch exceptions and handle them appropriately.

    • We have custom exception classes for specific types of errors to provide more detailed information.

    • We log errors to a centralized logging system for monitoring and troubleshooting.

    • We have defined error codes and messages for easier identification and

  • Answered by AI
  • Q4. What is message retention period in Kafka in your project?
  • Ans. 

    Message retention period in Kafka is 7 days.

    • Message retention period is set to 7 days in our project configuration.

    • This means that messages in Kafka topics will be retained for 7 days before being deleted.

    • This retention period can be adjusted based on the specific requirements of the project.

  • Answered by AI

Skills evaluated in this interview

Senior Technical Architect Interview Questions asked at other Companies

Q1. How ErrorHandling is done in your project?
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Write program to find occourance of character

Round 2 - Technical 

(2 Questions)

  • Q1. Oops concepts like inheritance overriding
  • Q2. Api automation question like serialization and deserialization
Round 3 - HR 

(1 Question)

  • Q1. What is your salary expectation
  • Ans. 

    My salary expectation is based on my experience, skills, and the market rate for Automation Test Analyst roles.

    • Consider my years of experience in automation testing

    • Take into account my certifications and specialized skills

    • Research the current market rate for Automation Test Analyst positions in this location

    • Open to negotiation based on benefits package offered

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be familiar with basic concepts

Automation Test Analyst Interview Questions asked at other Companies

Q1. Explain automation testing
View answer (1)

Coforge Interview FAQs

How many rounds are there in Coforge interview?
Coforge interview process usually has 2-3 rounds. The most common rounds in the Coforge interview process are Technical, HR and Resume Shortlist.
How to prepare for Coforge 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 SQL, Java, Javascript, Python and Microservices.
What are the top questions asked in Coforge interview?

Some of the top questions asked at the Coforge interview -

  1. Write a program to get a employee list whose salary is greater than 50k and gra...read more
  2. coding question of finding index of 2 nos. having total equal to target in a li...read more
  3. Q1 why and when we have to use Inheritance . Q2 difference between fail safe ...read more
How long is the Coforge interview process?

The duration of Coforge interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Coforge Interview Process

based on 509 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
DXC Technology Interview Questions
3.7
 • 795 Interviews
Mphasis Interview Questions
3.4
 • 790 Interviews
KPIT Technologies Interview Questions
3.4
 • 281 Interviews
View all

Coforge Reviews and Ratings

based on 4.8k reviews

3.3/5

Rating in categories

3.1

Skill development

3.3

Work-life balance

3.1

Salary

3.2

Job security

3.2

Company culture

2.6

Promotions

3.1

Work satisfaction

Explore 4.8k Reviews and Ratings
Senior Software Engineer
4.8k 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