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

Filter interviews by

Clear (1)

Infosys Full Stack Software Developer Interview Questions and Answers

Updated 29 Sep 2024

Infosys Full Stack Software Developer Interview Experiences

4 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. HEXA decimal reg expression
  • Q2. What are mime types
  • Ans. 

    Mime types are identifiers used to specify the type of data being sent over the internet.

    • Mime types are used in HTTP headers to indicate the type of content being sent, such as text/html for HTML files or image/jpeg for JPEG images.

    • They help browsers and servers understand how to handle the content being transmitted.

    • Mime types also help in determining how a file should be processed or displayed by the receiving end.

    • Com...

  • Answered by AI

Skills evaluated in this interview

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

LRDI quants and verbal question

Full Stack Software Developer Interview Questions Asked at Other Companies

asked in Synergy
Q1. Oops in Java Patterns in Java JDK,JRE,JVM MVC Array questions str ... read more
asked in UST
Q2. If a application is running slow what process would you follow to ... read more
asked in Cognizant
Q3. Briefly explain the method you will use to execute an array linke ... read more
Q4. How do we link our stylesheet with the HTML?
asked in Cognizant
Q5. What is the difference between primary key, foreign key, candidat ... read more
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 Resume tips
Round 2 - Aptitude Test 

IMocha Virtual test- contains coding and analytical questions.

Round 3 - Coding Test 

An in-person coding test is given. Personal laptops to be taken

Interview Preparation Tips

Interview preparation tips for other job seekers - A good place to work and gain experience. Practice coding questions.

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

Interview Questionnaire 

1 Question

  • Q1. Oops concepts, Core java, java 8 features, collection framework, spring boot, java microservices, angular framework

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview went on for about 45 minutes. Was asked questions mostly on Java with few questions on Angular. It would be useful to have clear idea of how an application is served on the browser and how frontend communicates with backend. Was also asked some questions related to current project role and on what I had mentioned on my resume.

Infosys interview questions for designations

 Full Stack Developer

 (5)

 Full Stack Web Developer

 (1)

 Mern Full Stack Developer

 (2)

 Software Developer

 (259)

 Mern Stack Developer

 (1)

 Senior Software Developer

 (19)

 Junior Software Developer

 (14)

 Software Developer fresher

 (6)

Interview questions from similar companies

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

(2 Questions)

  • Q1. What is dependency injection
  • Ans. 

    Dependency injection is a design pattern in which components are given their dependencies rather than creating them internally.

    • Dependency injection helps in achieving loose coupling between classes.

    • It allows for easier testing and swapping of dependencies.

    • There are three types of dependency injection: constructor injection, setter injection, and interface injection.

  • Answered by AI
  • Q2. What is solid principles
  • Ans. 

    SOLID principles are a set of five design principles that help developers create more maintainable and scalable software.

    • S - Single Responsibility Principle: A class should have only one reason to change.

    • O - Open/Closed Principle: Software entities should be open for extension but closed for modification.

    • L - Liskov Substitution Principle: Objects of a superclass should be replaceable with objects of its subclasses with...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Since it's a full stack they asked angular , .net , sql , c# questions
What is pipes, Life cycle hooks , dependency injection, routers

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Company Website

Round 1 - Coding Test 

It was javascript and reactjs. multiple choices and coding test

Round 2 - Technical 

(1 Question)

  • Q1. Mostly advanced javascript questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. What is concurrent hashmap
  • Ans. 

    ConcurrentHashMap is a thread-safe implementation of the HashMap class in Java.

    • ConcurrentHashMap allows multiple threads to read and write to the map concurrently without causing any data corruption.

    • It achieves thread-safety by dividing the map into segments, each of which can be locked independently.

    • ConcurrentHashMap is more efficient than using synchronized collections for concurrent access.

    • Example: ConcurrentHashMap

  • Answered by AI
  • Q2. How is dependency injection different from dependency inversion
  • Ans. 

    Dependency injection is a design pattern where dependencies are provided to a class from the outside, while dependency inversion is a principle that states high-level modules should not depend on low-level modules, but both should depend on abstractions.

    • Dependency injection is a technique to achieve dependency inversion.

    • Dependency injection involves providing dependencies to a class from the outside, typically through ...

  • Answered by AI
  • Q3. If I add 2 same attribute values for a object to a set...will I see 2 objects in the set, if yes what changes you make to the code to insert unique objects to a set
  • Ans. 

    No, you will not see 2 objects in the set. To insert unique objects to a set, you can override the equals() and hashCode() methods in the object class.

    • In a set, each element must be unique based on the equals() method. If you add 2 objects with the same attribute values, only one will be stored in the set.

    • To ensure uniqueness, override the equals() and hashCode() methods in the object class. This will define how object...

  • Answered by AI
  • Q4. What is serialisation, externalisation, serializable
  • Ans. 

    Serialisation is the process of converting an object into a format that can be easily stored or transmitted. Externalisation is a way to customize the serialization process. Serializable is an interface in Java that allows objects to be serialized.

    • Serialisation is the process of converting an object into a format that can be easily stored or transmitted

    • Externalisation is a way to customize the serialization process

    • Seri...

  • Answered by AI
  • Q5. Write a Generic method to add string or integer to List or List
  • Ans. 

    Create a generic method to add string or integer to List or List

    • Create a generic method that takes a List and an element as input

    • Use Java generics to specify the type of List and element

    • Check the type of List and element, then add the element to the List

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Preparation of core Java is needed...not even a single minute is used to tell any of your project experience

Skills evaluated in this interview

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

I applied via Company Website and was interviewed before Apr 2022. There were 5 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 Resume tips
Round 2 - Coding Test 

Main command on JAVA script and python

Round 3 - Assignment 

What assignments and projects you had done before share that experience

Round 4 - Case Study 

Your theories on what topics you had done your best

Round 5 - One-on-one 

(2 Questions)

  • Q1. That some personal questions and their your preference answers that suitable for your job
  • Q2. Give us the reasons why we should not select for the job
  • Ans. 

    Lack of relevant experience and skills

    • Limited experience in full stack development

    • Lack of proficiency in required programming languages and frameworks

    • Inadequate knowledge of database management systems

    • Weak problem-solving and analytical skills

    • Poor communication and collaboration abilities

  • Answered by AI

Interview Preparation Tips

Topics to prepare for IBM Full Stack Software Developer interview:
  • Backend
  • Full Stack
Interview preparation tips for other job seekers - Be confident, honest and value your words
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Good morning sir have a you sir my name is hemant Ramchandra narkhede

Round 2 - Coding Test 

Java script simple frame

Round 3 - HR 

(2 Questions)

  • Q1. What are the different data types present in javascript?
  • Ans. 

    JavaScript has several data types including string, number, boolean, object, function, undefined, and null.

    • String: 'hello', '123'

    • Number: 123, 3.14

    • Boolean: true, false

    • Object: { key: 'value' }

    • Function: function() { }

    • Undefined: undefined

    • Null: null

  • Answered by AI
  • Q2. Difference between var and let keyword in javascript.
  • Ans. 

    var is function-scoped while let is block-scoped in JavaScript.

    • var keyword is function-scoped, meaning it is accessible throughout the function it is declared in.

    • let keyword is block-scoped, meaning it is only accessible within the block it is declared in.

    • Using var can lead to variable hoisting issues, while let provides more predictable behavior.

    • let allows for better variable scoping and reduces the risk of unintended

  • Answered by AI
Round 4 - One-on-one 

(2 Questions)

  • Q1. What are the advantages of pair programming?
  • Ans. 

    Pair programming promotes collaboration, knowledge sharing, and code quality.

    • Enhances code quality through immediate code review and feedback

    • Promotes knowledge sharing and learning from each other

    • Fosters collaboration and teamwork

    • Reduces the likelihood of bugs and errors

    • Increases productivity by leveraging two minds on the same problem

    • Helps in breaking down complex problems into smaller tasks

    • Improves communication skil

  • Answered by AI
  • Q2. How do you handle constructive feedback about your full-stack development projects?
Round 5 - Technical 

(2 Questions)

  • Q1. How do you identify bugs in your code?
  • Ans. 

    I use a combination of manual testing, unit testing, and debugging tools to identify bugs in my code.

    • Perform manual testing by running the code and checking for any unexpected behavior or errors.

    • Write unit tests to verify the functionality of individual components and catch any issues early on.

    • Utilize debugging tools like breakpoints, logging, and stack traces to track down the root cause of bugs.

    • Collaborate with team ...

  • Answered by AI
  • Q2. How long have you been coding primarily in Python?
  • Ans. 

    I have been coding primarily in Python for 5 years.

    • I started learning Python in college and have been using it extensively in my professional career.

    • I have worked on various projects using Python, including web development, data analysis, and automation.

    • I am proficient in Python libraries such as NumPy, Pandas, and Django.

  • Answered by AI
Round 6 - Case Study 

HR round full stack developer experience

Round 7 - Group Discussion 

Best atitude round questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Another source of career guidance is to consult a career counselor or coach. These are trained professionals who can help you with various aspects of your career development, such as exploring your options, setting your goals, making your plans, overcoming your challenges, and enhancing your skills.24 Aug

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Abstract class vs interface, cte vs temp table, dependency injection , delete and truncate, action filters , primary , unique key , foreign key , oops concepts.

Interview Preparation Tips

Interview preparation tips for other job seekers - It is easy process.
Contribute & help others!
anonymous
You can choose to be anonymous

Infosys Interview FAQs

How many rounds are there in Infosys Full Stack Software Developer interview?
Infosys interview process usually has 1-2 rounds. The most common rounds in the Infosys interview process are Aptitude Test, Technical and Resume Shortlist.
What are the top questions asked in Infosys Full Stack Software Developer interview?

Some of the top questions asked at the Infosys Full Stack Software Developer interview -

  1. What are mime ty...read more
  2. Oops concepts, Core java, java 8 features, collection framework, spring boot, j...read more
  3. HEXA decimal reg express...read more

Recently Viewed

INTERVIEWS

MindGate Solutions

No Interviews

SALARIES

Toyota Industries Engine India

INTERVIEWS

Tudip Technologies

No Interviews

SALARIES

Toyota Industries Engine India

INTERVIEWS

Toyota Industries Engine India

No Interviews

INTERVIEWS

Aloha Technology

No Interviews

INTERVIEWS

Johnson Controls

No Interviews

INTERVIEWS

OPPO

No Interviews

SALARIES

Avalara Technologies

INTERVIEWS

MNC AUTOMATION

No Interviews

Tell us how to improve this page.

Infosys Full Stack Software Developer Interview Process

based on 3 interviews

Interview experience

4
  
Good
View more
Join Infosys Creating the next opportunity for people, businesses & communities
Infosys Full Stack Software Developer Salary
based on 127 salaries
₹0.7 L/yr - ₹9.9 L/yr
43% less than the average Full Stack Software Developer Salary in India
View more details

Infosys Full Stack Software Developer Reviews and Ratings

based on 11 reviews

3.0/5

Rating in categories

3.6

Skill development

3.6

Work-life balance

2.5

Salary

3.1

Job security

2.9

Company culture

2.3

Promotions

2.4

Work satisfaction

Explore 11 Reviews and Ratings
Technology Analyst
55.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Systems Engineer
50.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

System Engineer
39.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
30.8k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate Consultant
28k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Infosys with

TCS

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Accenture

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent