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
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Questions related to Oops concepts
Round 2 - Technical 

(1 Question)

  • Q1. Scenario based Questions

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 Questions & Answers

user image Anonymous

posted on 20 May 2024

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

I was interviewed in Apr 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. What is crm and technical architecture explain of crm
  • Q2. What is graphql
Round 2 - Technical 

(1 Question)

  • Q1. What is the limitation of user agent flow integeration
Round 3 - Coding Test 

Dynamic problem - using any coding language - n queen problem and one sorting mechanism

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

General knowledge, computer knowledge

Round 2 - One-on-one 

(2 Questions)

  • Q1. Describe yourself, experience
  • Q2. My name is varsha Shivaji Kamble, from gadhinglaj, I have completed bca in Mumbai University.

Data Entry Operator Interview Questions asked at other Companies

Q1. What is skills matrix of Return center Department?
View answer (44)

Analyst Interview Questions & Answers

user image Anonymous

posted on 10 Jun 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about routine work
  • Q2. Role and responsibilities

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 + 7. Formula: F(n) = F(n-... 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
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. Java, Spring Boot, Kafka, MySQL, Microservices

Interview Preparation Tips

Interview preparation tips for other job seekers - As per discussion with hr interview process takes 2 round and then HR.

I cleared 2 round and then no response suddenly they schedule 3rd manager round.

Manager haven't joined ontime. He asked question on last project. As per the question he doesn't want me to take. As formality he took interview.

Evening I asked for feedback the he said you are rejected. I asked for reason he doesn't answered yet.

So stuck in coforge trap. They are wasting our time.
HR-Suraj Thakur making fool

Technical Consultant Interview Questions asked at other Companies

Q1. Oops C and java difference Query for selecting all columns from a table 10 uses of a pen Personal questions like the place we belong to What do you know about our company The interview was not really good ,I got selected 😅 for role of tech... read more
View answer (1)

Get interview-ready with Top Coforge Interview Questions

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - HR 

(2 Questions)

  • Q1. It was screening
  • Q2. Introduction. Education and experience
Round 2 - Technical 

(4 Questions)

  • Q1. Question about Active Directory
  • Q2. Question about outlook and teams
  • Q3. How to connect printer on network
  • Ans. 

    To connect a printer on a network, you need to ensure the printer is compatible with the network, install the printer drivers, and configure the printer settings.

    • Check if the printer is compatible with the network (wired or wireless)

    • Connect the printer to the network using an Ethernet cable or by connecting to the wireless network

    • Install the printer drivers on the computer or device from which you want to print

    • Configur...

  • Answered by AI
  • Q4. What is BSOD, reason and resolution
  • Ans. 

    BSOD stands for Blue Screen of Death. It is a Windows operating system error screen that appears when the system encounters a critical error.

    • BSOD is a stop error screen that is displayed when the Windows operating system encounters a system crash or a fatal error.

    • It is often caused by hardware or software issues, such as faulty drivers, incompatible software, or hardware failures.

    • The blue screen contains error codes an...

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

(1 Question)

  • Q1. It was a Clint round

Skills evaluated in this interview

Senior Process Associate 1 Interview Questions asked at other Companies

Q1. What is taxes and types of taxes?
View answer (1)

Jobs at Coforge

View all

Technical Analyst Interview Questions & Answers

user image Mayank Upadhyaya

posted on 7 Jan 2024

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(11 Questions)

  • Q1. React components life cycle
  • Q2. Javascript splice and slice difference
  • Ans. 

    splice is used to add/remove elements from an array, while slice is used to create a new array from a portion of an existing array.

    • splice modifies the original array, while slice does not

    • splice can add elements to an array at a specific index

    • slice can extract a portion of an array without modifying the original array

    • splice returns the removed elements, while slice returns the extracted elements

  • Answered by AI
  • Q3. Given array of objects [{model: apple , price: 2000}, {model : apple , price : 1000}, {model: samsung , price: 500}] Return output as {apple : 1000, samsung :500} Ie flatten the array to map if model i...
  • Ans. 

    Flatten array of objects to map with minimum price for each model

    • Iterate through the array and create a map with model as key and minimum price as value

    • If model already exists in map, update the value with minimum price

    • Return the map as the output

  • Answered by AI
  • Q4. Java Restful webseries, separation of layers controller , service , repository
  • Q5. Given employee class find 10th Max. Salary
  • Ans. 

    To find the 10th highest salary for a given employee class.

    • Sort the salaries in descending order for the specific employee class.

    • Skip duplicates and find the 10th unique salary.

    • Return the 10th salary as the 10th Max. Salary.

  • Answered by AI
  • Q6. Given string : I am java developer return 4 non repeting character
  • Ans. 

    Find 4 non-repeating characters in the given string.

    • Create a hashmap to store character frequencies

    • Iterate through the string and count the occurrences of each character

    • Return the first 4 characters with frequency 1 as non-repeating characters

  • Answered by AI
  • Q7. SQL find 10 max salary from employee table , can use offset and limit Postgresql function
  • Ans. 

    Use SQL query with OFFSET and LIMIT to find 10 max salaries from employee table in PostgreSQL.

    • Use ORDER BY clause to sort salaries in descending order

    • Use LIMIT 10 to get only the top 10 salaries

    • Use OFFSET 0 to start from the beginning of the sorted list

  • Answered by AI
  • Q8. Thread pool executer fire 3 method in parallel and wait for all 3 to complete
  • Ans. 

    Use a thread pool executor to execute 3 methods in parallel and wait for all 3 to complete.

    • Create a thread pool executor with a fixed number of threads.

    • Submit the 3 methods as tasks to the executor using the `submit()` method.

    • Use the `invokeAll()` method to wait for all tasks to complete.

    • Handle any exceptions thrown by the tasks.

    • Example: ThreadPoolExecutor executor = new ThreadPoolExecutor(3, 3, 0L, TimeUnit.MILLISECON...

  • Answered by AI
  • Q9. @async annotation usage how to make async api
  • Ans. 

    The @async annotation is used to make an API asynchronous.

    • Add the @async annotation to the method declaration

    • Use CompletableFuture or a similar mechanism to handle the asynchronous execution

    • Ensure the API returns a CompletableFuture or a similar asynchronous result

  • Answered by AI
  • Q10. Lazy loading of beans in spring boot
  • Ans. 

    Lazy loading of beans in Spring Boot allows beans to be loaded only when they are needed, improving performance.

    • Lazy loading can be achieved by using @Lazy annotation on bean definitions

    • Lazy loading can also be configured in application.properties using spring.main.lazy-initialization=true

    • Lazy loading is useful for optimizing application startup time and memory usage

  • Answered by AI
  • Q11. Spring boot beans life cycle

Skills evaluated in this interview

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

I applied via Job Fair and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Coding programm on the tech stack
Mentioned in resume

Round 2 - Technical 

(1 Question)

  • Q1. All technical question and discussion on challenges and expertise related to the IT industry expertise

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and well prepared
Be available on time with having all the details what has been mentioned in the resume
Try to answer question wrt to the experience not the one you read on the article

Senior Software Engineer 2 Interview Questions asked at other Companies

Q1. What microservices patterns are you aware ? let's assume that there is a microservice based architecture and service A is calling service B which in turn service C. If service b fails, how will you manage transaction and logging ?
View answer (1)

Specialist Interview Questions & Answers

user image RaviSagar P

posted on 25 Apr 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Mar 2024. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Technical Questions related Recent project
Round 2 - Technical 

(1 Question)

  • Q1. Technical round2
Round 3 - Technical 

(1 Question)

  • Q1. Project manager round
Round 4 - HR 

(1 Question)

  • Q1. Compensation discussion

Specialist Interview Questions asked at other Companies

Q1. 1. Solid principles implementation in a given scenario, how can we apply and improve the problem shared by interviewer. 2. C# coding questions on strings and arrays. 3. Rest API methods and it's implementation. 4. Basic questions on Jquery,... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Aug 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Bash shell scripting
  • Q2. Server creation
Round 2 - HR 

(2 Questions)

  • Q1. Salay discussion
  • Q2. Sift intro

Interview Preparation Tips

Interview preparation tips for other job seekers - Coforge is nice company. I really like work life balance till now

Linux Administrator Interview Questions asked at other Companies

Q1. What is LVM, Explain LVM Architecture, What is Raid, What is the booting process of RHEL, How to manage failed unmount or mount, What are the issues you have faced in working with Linux Servers, What is special permission, How many states a... read more
View answer (2)

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