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
3.4

based on 4.5k Reviews

Filter interviews by

Coforge Senior Software Engineer Interview Questions, Process, and Tips

Updated 10 Jan 2025

Top Coforge Senior Software Engineer Interview Questions and Answers

  • Q1. Why we use declare expression and example, What is sub report
  • Q2. Give you an array of words. You have to reverse the words and they should be where they were at initially?
  • Q3. Where do you declare connection string when using middleware
View all 39 questions

Coforge Senior Software Engineer Interview Experiences

51 interviews found

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

(3 Questions)

  • Q1. Technical discussion over how the microservices communicate internally.
  • Q2. Immutable class implementation
  • Q3. Singleton class implementation
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

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nt ... read more
asked in Capgemini
Q2. Pascal's TriangleYou are given an integer N. Your task is to retu ... read more
Q3. K Largest Elements You are given with an integer k and an array o ... read more
asked in GlobalLogic
Q4. System Design QuestionCreate a simple shopping application. They ... read more
asked in Info Edge
Q5. Buy and Sell StockYou are Harshad Mehta’s friend. He told you the ... read more
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Test just asked basic questions

Round 2 - HR 

(2 Questions)

  • Q1. Why we hire u?
  • Q2. Tell about yourself
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What are best practices of UI and Process model.
Round 2 - HR 

(1 Question)

  • Q1. Tell me yourself

Coforge interview questions for designations

 Senior Software Engineer Testing

 (1)

 Senior Software Support Engineer

 (1)

 Senior Software Engineer 2

 (1)

 Software Engineer

 (31)

 Senior QA Engineer -Software Testing

 (1)

 Senior Software Developer

 (4)

 Senior Software Tester

 (2)

 Software Engineer Trainee

 (2)

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

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

Round 1 - Coding Test 

Reverse the words in the string

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

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

(1 Question)

  • Q1. Discuss previous company role
Interview experience
3
Average
Difficulty level
Easy
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 

(2 Questions)

  • Q1. Java 8 features
  • Q2. Functional interface

Interview Preparation Tips

Topics to prepare for Coforge Senior Software Engineer interview:
  • Java
  • Microservices
Interview experience
3
Average
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I applied via Naukri.com

Round 1 - Technical 

(2 Questions)

  • Q1. Lifecycle of Android
  • Ans. 

    Android lifecycle refers to the series of states an activity goes through from creation to destruction.

    • Android lifecycle includes onCreate, onStart, onResume, onPause, onStop, onDestroy, etc.

    • Activities can be paused, stopped, resumed, or destroyed based on user interactions or system events.

    • Understanding Android lifecycle is crucial for managing resources and handling state changes effectively.

  • Answered by AI
  • Q2. Basic Android questions

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Internal working of Hashmap
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to quickly retrieve values based on keys.

    • HashMap internally uses an array of linked lists to store key-value pairs.

    • When a key-value pair is added, the key is hashed to determine the index in the array where the pair will be stored.

    • If multiple keys hash to the same index, a collision occurs and the pairs are stored in a linked list at that index.

    • To...

  • Answered by AI
  • Q2. SOLID principles

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company to join for work life balance

Skills evaluated in this interview

Coforge Interview FAQs

How many rounds are there in Coforge Senior Software Engineer interview?
Coforge interview process usually has 2 rounds. The most common rounds in the Coforge interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for Coforge Senior Software Engineer 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, Pega, Javascript, Debugging and Java.
What are the top questions asked in Coforge Senior Software Engineer interview?

Some of the top questions asked at the Coforge Senior Software Engineer interview -

  1. Why we use declare expression and example, What is sub rep...read more
  2. Give you an array of words. You have to reverse the words and they should be wh...read more
  3. Where do you declare connection string when using middlew...read more
How long is the Coforge Senior Software Engineer interview process?

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

Tell us how to improve this page.

Coforge Senior Software Engineer Interview Process

based on 23 interviews in last 1 year

3 Interview rounds

  • Technical Round 1
  • Technical Round 2
  • HR Round
View more
Coforge Senior Software Engineer Salary
based on 4.8k salaries
₹6.3 L/yr - ₹25 L/yr
At par with the average Senior Software Engineer Salary in India
View more details

Coforge Senior Software Engineer Reviews and Ratings

based on 410 reviews

3.1/5

Rating in categories

2.9

Skill development

3.1

Work-life balance

2.9

Salary

3.0

Job security

2.9

Company culture

2.5

Promotions

2.8

Work satisfaction

Explore 410 Reviews and Ratings
Senior Software Engineer
4.8k salaries
unlock blur

₹6.3 L/yr - ₹25 L/yr

Technical Analyst
2.5k salaries
unlock blur

₹9.5 L/yr - ₹38.4 L/yr

Software Engineer
2k salaries
unlock blur

₹2.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.2k salaries
unlock blur

₹11.8 L/yr - ₹42 L/yr

Explore more salaries
Compare Coforge with

Capgemini

3.8
Compare

Cognizant

3.8
Compare

Accenture

3.9
Compare

Infosys

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