Premium 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 Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

Coforge Fullstack Java Developer Interview Questions and Answers

Updated 31 Jul 2025

Coforge Fullstack Java Developer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I appeared for an interview in Jul 2025, where I was asked the following questions.

  • Q1. Related to projects
  • Ans. 

    Discussed my experience in developing full-stack applications using Java, Spring Boot, and React.

    • Developed a RESTful API using Spring Boot for a project management tool.

    • Implemented user authentication and authorization with Spring Security.

    • Created a responsive front-end using React and integrated it with the back-end API.

    • Utilized PostgreSQL for database management and Hibernate for ORM.

    • Worked in an Agile environment, p...

  • Answered by AI
  • Q2. OOPs concepts asked

Top trending discussions

View All
Interview Hub
6d (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Coforge?
Ask anonymously on communities.

Interview questions from similar companies

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

It was easy to answer all the questions,basics of aptitude

Round 2 - Group Discussion 

There were 10 members in the gd and it went smoothly

Round 3 - HR 

(2 Questions)

  • Q1. Asked about my project
  • Q2. About project , willing to relocate and some other project related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Do prepare well it will be easy and learn some basic Java questions

Fullstack Java Developer Interview Questions Asked at Other Companies

Q1. If needed, will you work on an older technology stack?
asked in LTIMindtree
Q2. Given a SQL table with employee ID, employee name, and manager ID ... read more
asked in LTIMindtree
Q3. Is it necessary for classes implementing an interface to implemen ... read more
Q4. In JavaScript, what is the difference between dot notation (.) fo ... read more
asked in RealPage
Q5. What are the different annotations in Spring Boot, and what are t ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. It asked basics of Java related to OOPs pillar and DSA questions
  • Q2. DSA linkedlist coding summary etc
Round 2 - HR 

(2 Questions)

  • Q1. How are you now??
  • Q2. Are you good now anymore??

Interview Preparation Tips

Interview preparation tips for other job seekers - study hard and smart
Round 1 - Group Discussion 

1)Driffience between Abstract class &
Interface.
-abstract class
represents property
&
behaviour of an object
whereas
interface
represents
behaviour
of an object.
2)Driffience between equal() vs ==operator.
equal() is
an object class method
whereas
equal() of string class
override
the object class equal().
3)can we use pointer's in Java.
Not explicitly but implicitly we can use pointer's in java.
Dynamic m/m refers with help of pointer's but java does not support the pointer's.
when we r creating an object in java refrence varaible of an object holds the identity that is nothing but an implicit pointer that holds an unique identity of an object.
4)How we can print object ID.
-Object ID printed with help of object class which is a service provider class having 9().
5)what is object class.
-it is a super class of all predefined & userdefined class.
6)Write a prog to get name of main thread in java.
-class A
{
psvm(String args [])
{
s.o.pln(Thread.currentThread().getName());
}
}
7)length vs length()
-length
is
data menmber
of proxy class
whereas
length() is a string class().

Round 2 - One-on-one 

(2 Questions)

  • Q1. Explain JVM in ur own language.
  • Q2. Exlplaing Multhreading.

Interview Preparation Tips

Interview preparation tips for other job seekers - prepairing accordingly
for to improve
i) strength,
ii)creativity
&
problem analysis & sloving attitude
with accessing fundamental stratergies of software development.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Mar 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. Hashmap inter working, arraylist internal working, concurrent hashmap, comprator vs comprable, list, set, queue, transient vs volatile, Serializable, executor framework,
  • Q2. Java 8 features especaily stream
Round 3 - HR 

(5 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Why are you looking for a change?
  • Q4. Where do you see yourself in 5 years?
  • Q5. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Oops basic concept, angular, hibernate and spring framework
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Coding Test 

Ask 2 sorting techniques

Coforge HR Interview Questions

68 questions and answers

Q. Are you available for challenging work?
Q. Are you okay with working on a TAT basis or overtime?
Q. Describe your past experiences and how they are useful in this job
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I appeared for an interview in Aug 2023.

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 

(4 Questions)

  • Q1. SQL - a table with emp-id, emp-name, manager-id, Need to find the manger name for each emplyee.
  • Ans. Use self join
  • Answered Anonymously
  • Q2. FizzBuzz - if number is divisible by 3 print "fizz", if by 5 print "buzz", if by both "fizzbuzz"
  • Q3. Is it necessary for classes implementing an interface to implement interface methods?
  • Ans. 

    Yes, classes implementing an interface must implement interface methods.

    • Classes implementing an interface must provide concrete implementations for all methods declared in the interface.

    • Failure to implement all interface methods will result in a compilation error.

    • Interfaces are used to define a contract that implementing classes must adhere to.

  • Answered by AI
  • Q4. Spring basics - annotations
Round 3 - Technical 

(1 Question)

  • Q1. Spring boot basics
Round 4 - HR 

(1 Question)

  • Q1. Talked about my previous companies and salary. Before they conduct the interview I had told them my expectation, while negotiation they denied for providing that and were offering just 10% hike over my cur...

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't go for this company. It is just waste of time.

Skills evaluated in this interview

Are these interview questions helpful?

I applied via Recruitment Consulltant and was interviewed before Apr 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Standard Aptitude questions

Round 2 - Coding Test 

Based on strings and array

Round 3 - One-on-one 

(1 Question)

  • Q1. Background questions and technical questions related to problem solved

Interview Preparation Tips

Interview preparation tips for other job seekers - Mindtree is one of the best companies, i really miss working there.
It's more on your self development and your carrier.

I applied via Naukri.com and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 
Round 2 - One-on-one 

(1 Question)

  • Q1. Explan PV Ratio and difference between accrual and prepaid expense.
Round 3 - One-on-one 

(1 Question)

  • Q1. Journal entries related to sales return and accounts payable.

Interview Preparation Tips

Interview preparation tips for other job seekers - A good conpamy to start with. Even though package is low, work quality, company is very motivating and supportive. You can develope your skills here.

I applied via Naukri.com and was interviewed in Jun 2018. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. You will be asked around 12 questions regarding your technical knowledge, you need to answer them yes or no, 70 to 80% correct is passing marks
  • Ans. 

    Prepare for a technical interview with a focus on answering questions accurately and confidently.

    • Understand key concepts in your field to answer confidently.

    • Practice common interview questions related to your expertise.

    • Use examples from past experiences to illustrate your knowledge.

    • Stay calm and take a moment to think before answering.

  • Answered by AI
  • Q2. Behavioral test on computer
  • Q3. Package discussion
  • Q4. Technical questions maybe with some scenarios.

Interview Preparation Tips

General Tips: Be confident and keep on doing conversation with the interviewer. If they find you that you can handle any situation then it doesn't matter even if you are not able to answer some technical questions. So make them believe you can. After every answer you give, elaborate it with some example or scenario you have faced.
Skills: Confidence, Communication, Analytical Skills, Leadership
Duration: <1 week

Coforge Interview FAQs

How to prepare for Coforge Fullstack Java Developer 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 Angular, Backend Development, JSON, Java and Microservices.
What are the top questions asked in Coforge Fullstack Java Developer interview?

Some of the top questions asked at the Coforge Fullstack Java Developer interview -

  1. Related to proje...read more
  2. OOPs concepts as...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 1 interview experience

Difficulty level

Easy 100%

Duration

2-4 weeks 100%
View more
Join Coforge Transform at the Intersect. Thrive with Coforge
Senior Software Engineer
4.9k salaries
unlock blur

₹7.9 L/yr - ₹23.4 L/yr

Technical Analyst
2.8k salaries
unlock blur

₹17.7 L/yr - ₹32 L/yr

Software Engineer
2.3k salaries
unlock blur

₹3.6 L/yr - ₹8 L/yr

Senior Test Engineer
1.8k salaries
unlock blur

₹5.9 L/yr - ₹17.1 L/yr

Technology Specialist
1.3k salaries
unlock blur

₹21.9 L/yr - ₹39 L/yr

Explore more salaries
Compare Coforge with

Capgemini

3.7
Compare

Cognizant

3.7
Compare

Accenture

3.7
Compare

Infosys

3.6
Compare
write
Share an Interview