Premium Employer

i

This company page is being actively managed by Infosys Team. If you also belong to the team, you can get access from here

Infosys Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 36.5k Reviews

Filter interviews by

Infosys Fullstack Java Developer Interview Questions, Process, and Tips

Updated 6 May 2023

1 Infosys Fullstack Java Developer Interview Experience

9 questions found

Sort by: Popular
Interview experience
4
 Good
Difficulty level
 -
Duration
 -
Result
 -

2 Interview Rounds

1

Resume Shortlist Round

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
2

Coding Test Round (9 Questions)

  • Q1. What is sychronization ?
  • Q2. What is encapsulation ?
  • Q3. What is interface in java ?
  • Q4. What is collection framework?
  • Q5. What is diffrence between Arraylist and vector ?
  • Q6. What are the legacy classes in java?
  • Q7. What is joins in SQL ?
  • Q8. What is autoboxing and auto-unboxing ?
  • Q9. Difference between where clause and having clause in SQL ?

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
 Good
Difficulty level
 Moderate
Duration
 4-6 weeks
Result
 -

I applied via Recruitment Consulltant and was interviewed in Sep 2024.

2 Interview Rounds

1

Technical Round (3 Questions)

  • Q1. Find the second largest element from array
  • Q2. Java basics and advanced programming
  • Q3. Failsafe vs fail fast integrators
2

Technical Round (2 Questions)

  • Q1. Saga design patterns
  • Q2. Micro services architecture
Interview experience
4
 Good
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
 -

I applied via Naukri.com and was interviewed in Apr 2024.

3 Interview Rounds

1

Technical Round (2 Questions)

  • Q1. Tell me about internal working of JVM
  • Q2. Tell me about SAGA pattern in Microservices
2

Technical Round (2 Questions)

  • Q1. Tell me about your current project structure
  • Q2. What is an API , how would you secure an API
3

HR Round (2 Questions)

  • Q1. Why do you want to relocate to Bangalore
  • Q2. Tell me about one instance where you faced pressure and how did you overcome ?

Interview Preparation Tips

Interview preparation tips for other job seekers - You can assume easy to medium level questions.
Interview experience
1
 Bad
Difficulty level
 -
Duration
 -
Result
 -

3 Interview Rounds

1

Technical Round (1 Question)

  • Q1. Basic js question on hoisting, closure, promises
2

Behavioral Round (1 Question)

  • Q1. Basic resume based
3

HR Round (1 Question)

  • Q1. Salary discussion -- HR never responded
Interview experience
4
 Good
Difficulty level
 -
Duration
 -
Result
 -

1 Interview Round

1

One-on-one Round (4 Questions)

  • Q1. Java Basic questions
  • Q2. SpringBoot Basic questions
  • Q3. Simple DSA problem: "introduction" find duplicate characters
  • Q4. Write code for REST API using spring boot, include all annotation
Interview experience
3
 Average
Difficulty level
 Hard
Duration
 More than 8 weeks
Result
 No response

I applied via Company Website and was interviewed in Mar 2024.

3 Interview Rounds

1

HR Round (3 Questions)

  • Q1. Tell me about yourself?
  • Q2. Why should I hire you ?
  • Q3. What is your salary expectation?
2

Technical Round (1 Question)

  • Q1. I forgot question
3

Technical Round (1 Question)

  • Q1. I can't remember what questions asked

Interview Preparation Tips

Topics to prepare for TCS Fullstack Java Developer interview:
  • Java
Interview preparation tips for other job seekers - The job seekers is good and friendly.
Interview experience
1
 Bad
Difficulty level
 -
Duration
 -
Result
 No response

I applied via Naukri.com and was interviewed in May 2024.

1 Interview Round

1

Technical Round (1 Question)

  • Q1. Tech panel did not show up

Interview Preparation Tips

Interview preparation tips for other job seekers - Very Bad Process. They kept rescheduling the interview call.
First they scheduled the Technical interview. Sent the invites & then when I joined at the particular time - HR came on the call instead of tech panel & told that interviewer is busy ,got some other interview going on. So, cant have it right now.
This kind of thing happened 3 times where none of tech panel show up.
Very bad. Not expecting from such a big company like Wipro.

Afterwards, they dont even pick call. They just call randomly & setup an interview. And then cancel it. Very unprofessional.
Interview experience
1
 Bad
Difficulty level
 Easy
Duration
 2-4 weeks
Result
 Not Selected

I was interviewed in Aug 2023.

4 Interview Rounds

1

Resume Shortlist Round

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
2

Technical Round (4 Questions)

  • Q1. SQL - a table with emp-id, emp-name, manager-id, Need to find the manger name for each emplyee.
  • 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?
  • Q4. Spring basics - annotations
3

Technical Round (1 Question)

  • Q1. Spring boot basics
4

HR Round (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 tha...read more

Interview Preparation Tips

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

Fullstack Java Developer Interview Questions

Cognizant user image Dhanishtha Agarwal

posted on 21 May 2024

Interview experience
4
 Good
Difficulty level
 Moderate
Duration
 2-4 weeks
Result
Selected  Selected

I applied via campus placement at Ajay Kumar Garg Engineering College, Ghaziabad and was interviewed before May 2023.

3 Interview Rounds

1

Coding Test Round

Core Java
DSA
MySQL
Aptitude

2

Technical Round (1 Question)

  • Q1. Oops concept one dsa question based on array sql query for filter data LinkedList
3

HR Round (1 Question)

  • Q1. Just document veriication

2 Interview Rounds

1

Group Discussion Round

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().

2

One-on-one Round (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.

Infosys Interview FAQs

How many rounds are there in Infosys Fullstack Java Developer interview?
Infosys interview process usually has 2 rounds. The most common rounds in the Infosys interview process are Resume Shortlist and Coding Test.
What are the top questions asked in Infosys Fullstack Java Developer interview?

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

  1. Difference between where clause and having clause in SQ...read more
  2. What is diffrence between Arraylist and vecto...read more
  3. What are the legacy classes in ja...read more

Tell us how to improve this page.

Join Infosys Creating the next opportunity for people, businesses & communities
Infosys Fullstack Java Developer Salary
based on 44 salaries
₹3.6 L/yr - ₹15 L/yr
At par with the average Fullstack Java Developer Salary in India
View more details

Infosys Fullstack Java Developer Reviews and Ratings

based on 1 review

2.0/5

Rating in categories

1.0

Skill development

2.0

Work-Life balance

2.0

Salary & Benefits

1.0

Job Security

1.0

Company culture

2.0

Promotions/Appraisal

1.0

Work Satisfaction

Explore 1 Review and Rating
Technology Analyst
56.3k salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Systems Engineer
49.2k salaries
unlock blur

₹2.8 L/yr - ₹8 L/yr

System Engineer
38.7k salaries
unlock blur

₹2.5 L/yr - ₹5.4 L/yr

Technical Lead
30.7k salaries
unlock blur

₹5.2 L/yr - ₹19.5 L/yr

Senior Associate Consultant
26.9k salaries
unlock blur

₹6.2 L/yr - ₹17.1 L/yr

Explore more salaries
Compare Infosys with

TCS

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Accenture

3.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview