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

Updated 21 Nov 2024

Top Coforge Software Engineer Interview Questions and Answers

  • Q1. Q1 why and when we have to use Inheritance . Q2 difference between fail safe and fail fast iterator Q3 Real life use Application of Linklist, stack, queue. Q4 Reverse a l ...read more
  • Q2. How to swap two integer values without using a third variable.
  • Q3. Ready to relocate any location or not?
View all 17 questions

Coforge Software Engineer Interview Experiences

30 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jan 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Why override the Equals method
  • Ans. 

    Overriding Equals method helps to compare objects based on their values rather than their references.

    • Default implementation of Equals method compares object references

    • Overriding Equals method allows custom comparison based on object values

    • Helps in implementing value equality for custom classes

    • Used in collections like HashSet to check for duplicates

  • Answered by AI
  • Q2. How to swap two integer values without using a third variable.
  • Ans. 

    Swapping two integer values without using a third variable.

    • Use XOR operator to swap two integers without using a third variable.

    • Addition and subtraction can also be used to swap two integers.

    • Bitwise operations can also be used to swap two integers.

  • Answered by AI
  • Q3. Difference between Abstract class and interface.
  • Ans. 

    Abstract class can have implementation while interface only has method signatures.

    • Abstract class can have constructors while interface cannot.

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

    • Abstract class can have non-public members while interface only has public members.

    • Abstract class is used for creating a base class while interface is used for implementing a contract.

    • Example o...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep a positive attitude, job searching is a long and challenging process.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Question on array and string

Round 3 - Technical 

(1 Question)

  • Q1. Normal question about dbms sql and java
Round 4 - HR 

(1 Question)

  • Q1. Managerial questions

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Dec 2022. There were 3 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 

(2 Questions)

  • Q1. It will be mostly the basics of the programming language you have in your resume
  • Q2. OOps concepts with practical examples and syntax
  • Ans. 

    Object-Oriented Programming concepts include encapsulation, inheritance, and polymorphism.

    • Encapsulation: bundling data and methods that operate on that data within a single unit (class). Example: private variables in a class.

    • Inheritance: creating new classes from existing ones, inheriting their properties and methods. Example: a subclass of a vehicle class inheriting its speed and fuel capacity.

    • Polymorphism: the abilit...

  • Answered by AI
Round 3 - Coding Test 

Code related to specific program moreover logic based

Interview Preparation Tips

Interview preparation tips for other job seekers - just have your basics clear and try to explain things in a more practical manner
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Just basic aptitude test

Round 2 - Technical 

(4 Questions)

  • Q1. Do you know about database
  • Ans. 

    Yes, I have knowledge about databases.

    • I am familiar with relational databases like MySQL, PostgreSQL, and Oracle.

    • I have experience with NoSQL databases such as MongoDB and Cassandra.

    • I understand database design principles, normalization, and indexing.

    • I have worked with SQL queries, stored procedures, and triggers.

    • I am proficient in database management and optimization.

  • Answered by AI
  • Q2. Pattern printing questions
  • Q3. Oops concepts like pillar of oops
  • Q4. Basic coding question like factorial
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about hobbies
  • Q2. Explain your hobbies means eloborate your hobby

Interview Preparation Tips

Topics to prepare for Coforge Software Engineer interview:
  • Oops
  • Batabase
  • C#
  • ASP.Net
Interview preparation tips for other job seekers - I was hired from collage so very basic interview were taken

Coforge interview questions for designations

 Senior Software Engineer

 (53)

 Software Engineer Trainee

 (2)

 Associate Software Engineer

 (1)

 Software Testing Engineer

 (1)

 Senior Software Engineer Testing

 (1)

 Senior Software Engineer 2

 (1)

 Senior Software Support Engineer

 (1)

 Senior QA Engineer -Software Testing

 (1)

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

I was interviewed before Oct 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. Write pseudo code for sorting
  • Ans. 

    Pseudo code for sorting an array of strings

    • Initialize an empty array to store the sorted strings

    • Iterate through the input array and compare each string with the others to determine the correct order

    • Use a sorting algorithm like bubble sort, selection sort, or merge sort to rearrange the strings

  • Answered by AI
  • Q2. Write code for swapping two numbers without using third variable
  • Ans. 

    Swapping two numbers without using a third variable in code

    • Use bitwise XOR operation to swap two numbers without using a third variable

    • Example: a = 5, b = 7; a = a ^ b; b = a ^ b; a = a ^ b; // Now a = 7, b = 5

  • Answered by AI

Skills evaluated in this interview

Get interview-ready with Top Coforge Interview Questions

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 

To check image related and analytical skills as well as quant knowledge.

Round 3 - Technical 

(2 Questions)

  • Q1. What is programming language?
  • Ans. 

    Programming language is a set of instructions used to communicate with computers and create software.

    • Programming languages are used to write code for software applications, websites, and other computer programs.

    • Examples of programming languages include Java, Python, C++, and JavaScript.

    • Each programming language has its own syntax and rules for writing code.

    • Programming languages can be classified as high-level or low-le...

  • Answered by AI
  • Q2. What is primary key?
  • Ans. 

    Primary key is a unique identifier for a record in a database table.

    • Primary key ensures data integrity and helps in faster data retrieval.

    • It cannot have null values and must be unique for each record.

    • Examples of primary keys are social security number, email address, etc.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while giving interview and be prepared about basic of different language.

Software Engineer Interview Questions & Answers

user image Ritik Agarwal

posted on 18 May 2024

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

I applied via Campus Placement and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Easy Data structure questions

Round 2 - Technical 

(1 Question)

  • Q1. Was asked to explain oops concepts. Also had some discussion on OS and networking and then was asked to solve 1 easy DSA question

Software Engineer Interview Questions & Answers

user image Anusha Tanveer

posted on 9 Apr 2024

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

I applied via Company Website and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude questions were normal

Round 2 - Technical 

(1 Question)

  • Q1. They ask what you have in resume
Round 3 - HR 

(1 Question)

  • Q1. Where you see in 5 years
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Oops based coding tests and data structure

Round 2 - Technical 

(1 Question)

  • Q1. Prepare ds and basic interview questions
Round 3 - HR 

(1 Question)

  • Q1. Discussion on salary and skillsets

I applied via Campus Placement and was interviewed before Nov 2021. There were 3 interview rounds.

Round 1 - Coding Test 

String reversal program and string concatenation

Round 2 - Technical 

(1 Question)

  • Q1. Basics oops concepts, python concepts, DBMS concept, joins , indexing,
Round 3 - HR 

(1 Question)

  • Q1. Communication round they check whether you are fluent in communication , general talk about your hobbies and etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and do not panic at the time of interview, don't give wrong answer if you don't know the answers .

Coforge Interview FAQs

How many rounds are there in Coforge Software Engineer interview?
Coforge interview process usually has 2-3 rounds. The most common rounds in the Coforge interview process are Technical, Coding Test and HR.
How to prepare for Coforge 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 Agile, Web Technologies, Database, Deployment and Devops.
What are the top questions asked in Coforge Software Engineer interview?

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

  1. Q1 why and when we have to use Inheritance . Q2 difference between fail safe ...read more
  2. How to swap two integer values without using a third variab...read more
  3. Ready to relocate any location or n...read more
How long is the Coforge Software Engineer interview process?

The duration of Coforge 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 Software Engineer Interview Process

based on 25 interviews

4 Interview rounds

  • Resume Shortlist Round
  • Technical Round - 1
  • Technical Round - 2
  • HR Round
View more
Coforge Software Engineer Salary
based on 2k salaries
₹2.2 L/yr - ₹9.5 L/yr
35% less than the average Software Engineer Salary in India
View more details

Coforge Software Engineer Reviews and Ratings

based on 204 reviews

3.3/5

Rating in categories

3.1

Skill development

3.4

Work-life balance

2.8

Salary

3.3

Job security

3.2

Company culture

2.6

Promotions

3.0

Work satisfaction

Explore 204 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