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

based on 38k Reviews

Filter interviews by

Infosys Development Specialist Interview Questions and Answers

Updated 5 Dec 2021

Infosys Development Specialist Interview Experiences

1 interview found

I applied via Campus Placement and was interviewed in Nov 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Speed for programming
  • Ans. 

    Speed for programming depends on various factors such as experience, complexity of the project, and available resources.

    • Programming speed varies based on the programmer's experience and skill level.

    • The complexity of the project can also affect programming speed.

    • Availability of resources such as libraries, frameworks, and tools can speed up programming.

    • Collaboration with other team members can also increase programming ...

  • Answered by AI
  • Q2. Updated Language
  • Q3. Pythons updating
  • Q4. Back end duration
  • Ans. 

    Back end duration refers to the time taken to develop and implement the server-side of a software application.

    • Back end duration depends on the complexity of the application and the size of the development team.

    • It involves tasks such as database design, server configuration, and API development.

    • Back end duration can range from a few weeks to several months.

    • Efficient coding practices and use of appropriate tools can help...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic strog
Prepare one good class cpp program
Prepare latest information and all updated for pythons and other

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Database based questions
  • Q2. Dashboard creative
  • Q3. Power BI module
Round 2 - One-on-one 

(2 Questions)

  • Q1. Project discussion
  • Q2. Self introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - Make your resume best.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Mostly asked java 8 update and distinct number in given array and Multithreading
  • Q2. 2 program based on java 8, array reverse

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep update with java 8, collection, spring boot @Anotation
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I was interviewed in Sep 2024.

Round 1 - Group Discussion 

1 hour discussion on various topics

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. About company, why this role
Round 3 - Technical 

(1 Question)

  • Q1. Same as 1st round
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is the Java code for comparing two strings for equality?
  • Ans. 

    Use the equals() method in Java to compare two strings for equality.

    • Use the equals() method to compare two strings for equality.

    • Example: String str1 = "hello"; String str2 = "hello"; if(str1.equals(str2)) { // strings are equal }

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - One-on-one 

(3 Questions)

  • Q1. What is SDLC? Explain briefly
  • Ans. 

    SDLC stands for Software Development Life Cycle, a process used by software development teams to design, develop, and test high-quality software.

    • SDLC is a structured process that consists of several phases such as planning, analysis, design, implementation, testing, and maintenance.

    • Each phase has its own set of activities and deliverables that contribute to the overall success of the project.

    • SDLC helps ensure that the ...

  • Answered by AI
  • Q2. Can you tell me the core concepts of Object Oriented Programming?
  • Ans. 

    Core concepts of Object Oriented Programming include encapsulation, inheritance, and polymorphism.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (object).

    • Inheritance: Allowing a new class to inherit properties and behavior from an existing class.

    • Polymorphism: The ability for objects of different classes to respond to the same message in different ways.

    • Example: Inheritance - A 'Car'...

  • Answered by AI
  • Q3. Project related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview Level - Easy

Questions -
1. Basic of SDLC
2. OOP basics
3. Projects and related questions

Tip -
Make sure you know everything that you mention in your resume

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I was interviewed in Jul 2024.

Round 1 - Coding Test 

Js questions , es6 , typescript, react , redux

Round 2 - Group Discussion 

Relevant experience , work experience,

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

Basic technical questions

Round 2 - HR 

(1 Question)

  • Q1. Exepected salary?

I applied via Naukri.com and was interviewed in Oct 2022. There were 4 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 - Introductory and Screening 

(2 Questions)

  • Q1. Tell me about Yourself
  • Q2. Why did you choose Genpact
Round 3 - Technical 

(1 Question)

  • Q1. Tell me what do know about sales
  • Ans. 

    Sales involves the process of convincing potential customers to buy a product or service.

    • Sales is about building relationships with customers

    • It involves identifying customer needs and offering solutions

    • Effective communication and persuasion skills are essential

    • Sales can be done through various channels such as in-person, online, or over the phone

    • Sales requires persistence and the ability to handle rejection

    • Sales metric...

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

(1 Question)

  • Q1. What is your salary Expectation and how long will you work for this organisation

Interview Preparation Tips

Interview preparation tips for other job seekers - Naukri is one the best platform for job seekers and career guidance.
One should make the best use of it .
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference Between BADI and UserExit?
  • Ans. 

    BADI is an enhancement technique in SAP that allows adding additional functionality to standard SAP programs, while UserExit is a legacy technique for modifying standard SAP programs.

    • BADI stands for Business Add-In and is a newer enhancement technique in SAP.

    • BADI allows multiple implementations to be active at the same time, providing flexibility.

    • BADI implementations are independent of each other and can be activated o...

  • Answered by AI
  • Q2. Badi can be used for multiple implementation and user exit is a single implementation
Round 2 - One-on-one 

(2 Questions)

  • Q1. What would you do if your supervisor doesnt agree on your approach which can actually help resolve the problem?
  • Q2. Will try to reason why the approach wont suit if the reason is not satisfying will conenct with +1 to discuss with the issue.

Skills evaluated in this interview

Infosys Interview FAQs

What are the top questions asked in Infosys Development Specialist interview?

Some of the top questions asked at the Infosys Development Specialist interview -

  1. Speed for programmi...read more
  2. Back end durati...read more
  3. Pythons updati...read more

Tell us how to improve this page.

Join Infosys Creating the next opportunity for people, businesses & communities

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
Technology Analyst
55.9k salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Systems Engineer
50.1k salaries
unlock blur

₹2.8 L/yr - ₹8 L/yr

System Engineer
39.2k salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Technical Lead
30.6k salaries
unlock blur

₹5.2 L/yr - ₹19.5 L/yr

Senior Associate Consultant
27.5k salaries
unlock blur

₹6.2 L/yr - ₹16.8 L/yr

Explore more salaries
Compare Infosys with

TCS

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Accenture

3.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview