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
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(5 Questions)

  • Q1. Comparable and comparator
  • Q2. Singleton class
  • Q3. Springboot questions were asked
  • Q4. Java class loader
  • Q5. Java 8 coding questions

Interview Preparation Tips

Topics to prepare for Coforge Senior Java Developer interview:
  • Java
  • Spring Boot
Interview preparation tips for other job seekers - Prepare well for java 8 coding questions

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)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Apna Jobs and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. What is a computer mind
  • Ans. 

    A computer mind refers to the ability of a computer system to process information, make decisions, and learn from data.

    • A computer mind involves the use of algorithms and artificial intelligence to simulate human cognitive functions.

    • It enables computers to perform tasks such as speech recognition, image processing, and autonomous driving.

    • Examples include virtual assistants like Siri and Alexa, self-driving cars, and rec...

  • Answered by AI
  • Q2. What is computer
  • Ans. 

    A computer is an electronic device that processes data to perform various tasks.

    • An electronic device that can store, retrieve, and process data

    • Consists of hardware components such as CPU, memory, and storage

    • Runs software programs to execute specific tasks

    • Examples include desktops, laptops, tablets, and smartphones

  • Answered by AI
  • Q3. What is cpu working from compute
  • Ans. 

    The CPU (Central Processing Unit) works by executing instructions to process data and perform calculations in a computer system.

    • The CPU fetches instructions from memory and decodes them to perform operations.

    • It executes arithmetic and logic operations on data.

    • The CPU controls the flow of data within the computer system.

    • Examples: Intel Core i7, AMD Ryzen 5

  • Answered by AI
  • Q4. What is desktop for computer
  • Ans. 

    A desktop for a computer is the primary screen where users interact with the operating system and applications.

    • The desktop typically displays icons representing files, folders, and shortcuts to applications.

    • Users can customize the desktop by changing the wallpaper, arranging icons, and adding widgets or gadgets.

    • The desktop serves as a workspace where users can open and organize windows for multitasking.

    • In Windows opera...

  • Answered by AI
  • Q5. What is hardware
  • Ans. 

    Hardware refers to the physical components of a computer system that can be seen and touched.

    • Includes components like CPU, motherboard, RAM, hard drive, graphics card, etc.

    • Responsible for processing data and executing instructions.

    • Examples: keyboard, mouse, monitor, printer.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Computer is so expensive of mind set to a technical program so are very expensive data

Skills evaluated in this interview

Computer Teacher Interview Questions asked at other Companies

Q1. Do you know about LOGO, MS Access, Python and HTML?
View answer (2)
Coforge Interview Questions and Answers for Freshers
illustration image
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is a reverse string ? What are oops connect ?
  • Ans. 

    A reverse string is a string that has its characters in reverse order. OOPS stands for Object-Oriented Programming System.

    • Reverse string: 'hello' becomes 'olleh'

    • OOPS connect: Object-Oriented Programming System is a programming paradigm based on the concept of 'objects'

  • Answered by AI

Software Test Specialist Interview Questions asked at other Companies

Q1. what is the Automation framework which tools you have used. Java final and finalize difference. Severity priority difference. Java design pattern etc java questions are easy and basic
View answer (1)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Create Custom hook to fetch data
  • Ans. 

    Custom hook to fetch data in React

    • Create a custom hook using the 'useEffect' and 'useState' hooks

    • Use 'fetch' or any other method to fetch data from an API

    • Return the fetched data from the custom hook

  • Answered by AI
  • Q2. Javascript concept and output
Round 2 - One-on-one 

(2 Questions)

  • Q1. React hooks and lifecycle
  • Q2. Custom hook and some tricky output question

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)

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

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)

Get interview-ready with Top Coforge Interview Questions

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

(2 Questions)

  • Q1. Explain pom xml
  • Ans. 

    pom.xml is a configuration file used in Maven projects to define project settings, dependencies, and build process.

    • pom.xml stands for Project Object Model XML

    • It is used in Maven projects to manage project configuration, dependencies, and build process

    • It contains information such as project name, version, dependencies, plugins, and repositories

    • Example: <project><groupId>com.example</groupId><artifac...

  • Answered by AI
  • Q2. Explain test ng
  • Ans. 

    TestNG is a testing framework for Java that supports various types of testing like unit, functional, end-to-end, etc.

    • TestNG allows for easy configuration of test cases using annotations like @Test, @BeforeMethod, @AfterMethod, etc.

    • It supports parameterization of test cases using @Parameters annotation.

    • TestNG provides features like grouping of test cases, dependency management, parallel execution, and reporting.

    • It integ...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Explain about current project
  • Ans. 

    Currently working on implementing automated testing for a web application using Selenium and Cucumber framework.

    • Developing test scripts using Selenium WebDriver for automated testing

    • Creating feature files and step definitions using Cucumber for behavior-driven development

    • Executing test cases and analyzing results to ensure quality of the web application

    • Collaborating with developers to identify and resolve defects

    • Partic...

  • Answered by AI
  • Q2. Explain current role
  • Ans. 

    I am currently working as a Quality Analyst, responsible for ensuring the quality of products or services meets the required standards.

    • Conducting quality assurance tests on products or services

    • Identifying defects or issues and working with teams to resolve them

    • Creating and implementing quality control processes

    • Analyzing data to identify trends and areas for improvement

  • Answered by AI

Quality Analyst Interview Questions asked at other Companies

Q1. How you will maintain the balance between operations and quality so that they do not have any conflicts of interest
View answer (3)

Jobs at Coforge

View all

Technical Analyst Interview Questions & Answers

user image Manojkumar Muralitharan

posted on 14 Jan 2025

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

Good and confident level increaser

Round 2 - Coding Test 

Write a program to convert digits in to numbers

Round 3 - Technical 

(1 Question)

  • Q1. Scenario of data migration
  • Ans. 

    Data migration involves transferring data from one system to another while ensuring data integrity and consistency.

    • Plan the migration process carefully to minimize downtime and data loss.

    • Backup all data before starting the migration process.

    • Verify data integrity after migration to ensure all data has been successfully transferred.

    • Consider using tools or scripts to automate the migration process.

    • Communicate with stakeho...

  • Answered by AI

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
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Explain IntArray & array, Reflection in Java, jvmStatic and Jvmoverload, What is deeplink, Launch modes
  • Ans. 

    IntArray & array are similar in Kotlin, Reflection is used to inspect and modify classes at runtime, jvmStatic and Jvmoverload are annotations in Kotlin, deeplink is a way to navigate to a specific page in an app, Launch modes determine how a new instance of an activity is associated with the current task

    • IntArray & array are used to define arrays in Kotlin, with IntArray being a specific type of array containing intege...

  • Answered by AI
  • Q2. Reified types ? Selaed class ? Inline function and some scenario based quesstions

Skills evaluated in this interview

Senior Technical Specialist Interview Questions asked at other Companies

Q1. How to resolve the production issue whenever no clue is found.
View answer (3)
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Other company offer questions
  • Q2. Other company offer
Round 2 - Technical 

(2 Questions)

  • Q1. Questions are easy but they are more interested in your other company offer
  • Q2. All questions solved but atill interested in other offer

Senior Test Analyst Interview Questions asked at other Companies

Q1. What is Test Prioritization and How we apply to our Test Case?
View answer (1)

Devops Interview Questions & Answers

user image Anonymous

posted on 8 Dec 2024

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

(2 Questions)

  • Q1. How do two pods communicate in different namespace
  • Q2. Explain k8s architecture

Devops Interview Questions asked at other Companies

Q1. How will you setup a microservice architecture application simple testing environment and deployment pipeline using kubernetes, containers, jenkins and available Cloud services.
View answer (2)
Contribute & help others!
anonymous
You can choose to be anonymous

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.

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

Amdocs

No Interviews

COMPANY BENEFITS

Financial Software & Systems

No Benefits

INTERVIEWS

Swiggy

No Interviews

SALARIES

State Bank of India

No Salaries

INTERVIEWS

NoBrokerHOOD

No Interviews

REVIEWS

Financial Software & Systems

No Reviews

INTERVIEWS

Swiggy

No Interviews

SALARIES

Home Credit Finance

Tell us how to improve this page.

Coforge Interview Process

based on 507 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
TECHNICAL CONSULTANT - SERVICENOW ITSM/ITIL

Gurgaon / Gurugram

10-15 Yrs

Not Disclosed

FUNCTIONAL CONSULTANT - SERVICENOW ITAM

Greater Noida

10-15 Yrs

Not Disclosed

SENIOR ASSOCIATE - SERVICENOW ITOM

Greater Noida

2-6 Yrs

Not Disclosed

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