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 8 Mar 2025

Top Coforge Interview Questions and Answers

View all 419 questions

Coforge Interview Experiences

Popular Designations

520 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
No response
Round 1 - Technical 

(2 Questions)

  • Q1. Agile related question
  • Q2. Pega realted questions

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. Difference between asp.net mvc and .net core
  • Ans. 

    ASP.NET MVC is a web application framework developed by Microsoft, while .NET Core is a cross-platform, open-source framework.

    • ASP.NET MVC is a framework for building web applications using the Model-View-Controller pattern, while .NET Core is a general-purpose framework for building various types of applications.

    • ASP.NET MVC is Windows-only, while .NET Core is cross-platform and can run on Windows, macOS, and Linux.

    • ASP....

  • Answered by AI
  • Q2. Middleware and how can you declare it
  • Ans. 

    Middleware is software that acts as a bridge between different applications or components.

    • Middleware helps in communication between different software components

    • It can be used to handle requests, responses, and data transformation

    • Middleware can be declared in the configuration files of the software

  • Answered by AI
  • Q3. Dependency injection

Skills evaluated in this interview

Top Coforge Software Developer Interview Questions and Answers

Q1. in a string there is alphabets as well as numbers, you have sum of those numbers which is in between of a string?
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Interview Questions & Answers

user image Anonymous

posted on 15 Sep 2024

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

(2 Questions)

  • Q1. Disk full how to manage
  • Ans. 

    To manage a disk full situation, you can identify large files, delete unnecessary files, clear cache, and resize partitions.

    • Identify large files taking up space using tools like du or ncdu.

    • Delete unnecessary files or move them to another storage device.

    • Clear cache to free up space, such as package cache or browser cache.

    • Resize partitions to allocate more space to the full disk.

  • Answered by AI
  • Q2. Stickybit and suid

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is java and springboot
  • Ans. 

    Java is a popular programming language used for developing various applications. Spring Boot is a framework that simplifies the development of Java applications.

    • Java is an object-oriented programming language known for its platform independence and versatility.

    • Spring Boot is a framework that simplifies the development of Java applications by providing pre-configured settings and tools.

    • Spring Boot allows for rapid devel...

  • Answered by AI
  • Q2. What is collection framework
  • Ans. 

    Collection framework is a set of classes and interfaces that provide a standard way to store and manipulate groups of objects.

    • It provides interfaces like List, Set, and Map for storing collections of objects.

    • It includes classes like ArrayList, LinkedList, HashSet, and HashMap for implementing these interfaces.

    • Collections framework simplifies the process of storing, retrieving, and manipulating data in Java.

  • Answered by AI

Skills evaluated in this interview

Top Coforge Senior Java Developer Interview Questions and Answers

Q1. Adding port number as 0 for a service in Spring boot
View answer (1)

Senior Java Developer Interview Questions asked at other Companies

Q1. Remove the Kth Node from the End of a Linked List You are given a singly Linked List with 'N' nodes containing integer data and an integer 'K'. Your task is to delete the Kth node from the end of this Linked List. Input: The first line of ... read more
View answer (1)

Coforge interview questions for popular designations

 Senior Software Engineer

 (54)

 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
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. About me and my current experience

Interview Preparation Tips

Interview preparation tips for other job seekers - For those seeking a positive work culture, this is not the right environment for you.

Program Manager Interview Questions asked at other Companies

Q1. Use case scenario - in case a new engagement is awarded to Infosys, share how do you manage that Project/Program?
View answer (9)

Get interview-ready with Top Coforge Interview Questions

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

(2 Questions)

  • Q1. Spring boot annotations
  • Q2. Java 8 streams, lambdas
Round 2 - Technical 

(2 Questions)

  • Q1. Transactions in springboot
  • Ans. 

    Transactions in Spring Boot help manage database operations as a single unit of work.

    • Transactions ensure that all database operations either succeed or fail together.

    • Use @Transactional annotation to mark a method as transactional.

    • Transactions can be managed programmatically using TransactionTemplate.

    • Spring Boot supports declarative transaction management using @EnableTransactionManagement.

    • Example: @Transactional public

  • Answered by AI
  • Q2. Project related

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic springboot, Microservices and java

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. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

Jobs at Coforge

View all
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

APt and COre dbms,sql

Round 2 - Technical 

(2 Questions)

  • Q1. What is vcs? 2-OOPS 3-sql queries
  • Ans. 

    VCS stands for Version Control System, a tool used to track changes in code and collaborate with other developers.

    • VCS helps developers track changes in code over time

    • It allows multiple developers to work on the same codebase without conflicts

    • Common VCS tools include Git, SVN, and Mercurial

  • Answered by AI
  • Q2. Ask abot software development and github?

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on basic language

Skills evaluated in this interview

Top Coforge Software Developer Interview Questions and Answers

Q1. in a string there is alphabets as well as numbers, you have sum of those numbers which is in between of a string?
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Java8, SpringBoot, Microserices core concepts
Round 2 - Technical 

(1 Question)

  • Q1. Project Designing

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)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Mutable classes
  • Q2. Design patterns

Technology Specialist Interview Questions asked at other Companies

Q1. Did ur app crash if so how u figured out which component led to crash
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Oops concept in java
  • Ans. 

    Oops concept in Java refers to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Encapsulation involves bundling data and methods that operate on the data into a single unit.

    • Polymorphism allows objects to be treated as instances of their parent class.

    • Abstraction hides the implementation d...

  • Answered by AI
  • Q2. Same basic questions in spring

Skills evaluated in this interview

Senior Software Engineer 1 Interview Questions asked at other Companies

Q1. Architecture Design for an e2e system that takes input from user to the response shown to the user
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 512 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.0

Salary

3.2

Job security

3.2

Company culture

2.6

Promotions

3.1

Work satisfaction

Explore 4.8k Reviews and Ratings
Service Management Lead

Greater Noida

10-18 Yrs

Not Disclosed

Production and Support Engineer

Pune

4-8 Yrs

₹ 5-10 LPA

Dot Net Fullstack Developer

Bangalore / Bengaluru

5-14 Yrs

28 LPA

Explore more jobs
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