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

Infosys Specialist Programmer Interview Questions, Process, and Tips

Updated 20 Jan 2025

Top Infosys Specialist Programmer Interview Questions and Answers

  • Q1. 1. Find the first occurrence of the target value in a sorted array. (Duplicates are allowed)
  • Q2. 2. Find the maximum subarray sum given an array with positive and negative integers.
  • Q3. Which are the process scheduling algorithms and explain each algorithm.
View all 51 questions

Infosys Specialist Programmer Interview Experiences

85 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Job Portal and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

There were 3 coding
1 was of easy level,2nd was moderate and 3rd was from dp

Round 2 - One-on-one 

(1 Question)

  • Q1. Intro project discussion some strings technical question they asked 3-4 coding question revolving around array,stack and dp
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Fibonacci series
  • Q2. Find the closest element in a sorted array
  • Ans. 

    Find the closest element in a sorted array

    • Use binary search to find the closest element

    • Compare the middle element with the target element

    • Update the search range based on the comparison

  • Answered by AI

Skills evaluated in this interview

Specialist Programmer Interview Questions Asked at Other Companies

asked in Infosys
Q1. 1. Find the first occurrence of the target value in a sorted arra ... read more
asked in Infosys
Q2. 2. Find the maximum subarray sum given an array with positive and ... read more
asked in Infosys
Q3. Which are the process scheduling algorithms and explain each algo ... read more
asked in Infosys
Q4. What is deadlock in OS & how it overcome?
asked in Infosys
Q5. Write a SQL query to print n'th highest salary with full details
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Data Structures
  • Q2. Case Study on Machine Learning
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via campus placement at University of Petroleum and Energy Studies (UPES), Dehradun and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It was from moderate to difficult.

Round 2 - One-on-one 

(2 Questions)

  • Q1. 3 DSA questions
  • Q2. Breif about projects and resume

Infosys interview questions for designations

 Programmer

 (8)

 Programmer Analyst

 (3)

 Software Programmer

 (3)

 Senior Programmer

 (1)

 SAS Programmer

 (1)

 Java Programmer

 (1)

 Programmer Analyst Trainee

 (2)

 DOT NET Programmer

 (1)

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

It was easy basic questions in which if you complete atleast 2 questions you will be shortlisted for next round

Round 2 - Technical 

(3 Questions)

  • Q1. It was easy too
  • Q2. Interviewer asked me to write a program on arrays
  • Q3. Asked some hr question

Interview Preparation Tips

Interview preparation tips for other job seekers - its a great place to work

Get interview-ready with Top Infosys Interview Questions

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

1 hour
DSA, Graph
HackwithInfy

Round 2 - HR 

(5 Questions)

  • Q1. What is Machine Learning?
  • Ans. 

    Machine Learning is a branch of artificial intelligence that involves developing algorithms and statistical models to enable computers to learn from and make predictions or decisions based on data.

    • Machine Learning involves training algorithms to learn patterns from data and make predictions or decisions without being explicitly programmed.

    • It is used in various applications such as image recognition, natural language pr...

  • Answered by AI
  • Q2. What is regression analysis?
  • Ans. 

    Regression analysis is a statistical method used to examine the relationship between one dependent variable and one or more independent variables.

    • It helps in predicting the value of the dependent variable based on the values of independent variables.

    • There are different types of regression analysis such as linear regression, logistic regression, polynomial regression, etc.

    • It is commonly used in various fields like econo...

  • Answered by AI
  • Q3. What do you undertsnand by subnetting?
  • Ans. 

    Subnetting is the process of dividing a network into smaller subnetworks to improve performance and security.

    • Subnetting helps in optimizing network traffic by breaking a large network into smaller, more manageable subnetworks.

    • It allows for better organization and management of IP addresses within a network.

    • Subnetting also enhances network security by creating boundaries between different segments of a network.

    • Example: ...

  • Answered by AI
  • Q4. What is normalization? Explain with an example.
  • Ans. 

    Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization involves breaking down data into smaller, more manageable tables and establishing relationships between them.

    • It helps in reducing data redundancy and inconsistencies.

    • There are different normal forms such as 1NF, 2NF, 3NF, BCNF, and 4NF.

    • For example, in a database of students and courses, instead of...

  • Answered by AI
  • Q5. What is Deadlock mechanism?
  • Ans. 

    Deadlock mechanism is a situation in which two or more processes are unable to proceed because each is waiting for the other to release a resource.

    • Deadlock occurs when two or more processes are waiting indefinitely for an event that can only be caused by one of the waiting processes.

    • Four necessary conditions for deadlock are mutual exclusion, hold and wait, no preemption, and circular wait.

    • Example: Process A holds Reso...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - don't take up too much stress

Skills evaluated in this interview

Specialist Programmer Jobs at Infosys

View all
Interview experience
4
Good
Difficulty level
Hard
Process Duration
6-8 weeks
Result
-

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

Round 1 - Coding Test 

3 coding questions in 3 hours, easy-medium and hard

Round 2 - Technical 

(4 Questions)

  • Q1. CN, OS, DB design questions
  • Q2. Bellman Ford, Tree questions
  • Q3. Project discussion
  • Q4. Resume based cross questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Follow everything closely mentioned on your resume and specially DSA.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Coding Test 

3 Coding Questions based on DSA

Round 2 - Technical 

(2 Questions)

  • Q1. Array Based DSA problem
  • Ans. 

    Implement a data structure using an array of strings

    • Use an array of strings to store and manipulate data

    • Consider using functions to perform operations on the array

    • Examples: storing names, storing messages, storing file paths

  • Answered by AI
  • Q2. String based problem

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA well.

Skills evaluated in this interview

Specialist Programmer Interview Questions & Answers

user image Sidharth Singh

posted on 14 Jul 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Their were 3 medium to hard level coding questions.

Round 2 - One-on-one 

(3 Questions)

  • Q1. Hii, introduce your self.
  • Q2. Basic of Java and MySQL.
  • Q3. 2 programming questions. Solve with pen and paper. And explain.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

3 Coding Questions were asked - easy, medium, hard

Round 2 - One-on-one 

(1 Question)

  • Q1. A face-to-face interview asking about your technical skills and coding knowledge

Infosys Interview FAQs

How many rounds are there in Infosys Specialist Programmer interview?
Infosys interview process usually has 2-3 rounds. The most common rounds in the Infosys interview process are Coding Test, Technical and One-on-one Round.
How to prepare for Infosys Specialist Programmer 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 Infosys. The most common topics and skills that interviewers at Infosys expect are Microservices, Java, HTML, Open Source and Agile.
What are the top questions asked in Infosys Specialist Programmer interview?

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

  1. 1. Find the first occurrence of the target value in a sorted array. (Duplicates...read more
  2. 2. Find the maximum subarray sum given an array with positive and negative inte...read more
  3. Which are the process scheduling algorithms and explain each algorit...read more
How long is the Infosys Specialist Programmer interview process?

The duration of Infosys Specialist Programmer interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Infosys Specialist Programmer Interview Process

based on 85 interviews

3 Interview rounds

  • Coding Test Round
  • Technical Round - 1
  • Technical Round - 2
View more
Join Infosys Creating the next opportunity for people, businesses & communities

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
Infosys Specialist Programmer Salary
based on 3.7k salaries
₹6.5 L/yr - ₹18.1 L/yr
At par with the average Specialist Programmer Salary in India
View more details

Infosys Specialist Programmer Reviews and Ratings

based on 391 reviews

3.6/5

Rating in categories

3.7

Skill development

3.7

Work-life balance

2.9

Salary

4.5

Job security

3.6

Company culture

2.4

Promotions

3.3

Work satisfaction

Explore 391 Reviews and Ratings
Technology Analyst
55.8k salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Systems Engineer
50.6k salaries
unlock blur

₹2.8 L/yr - ₹9 L/yr

System Engineer
39.5k salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Technical Lead
30.8k salaries
unlock blur

₹5.2 L/yr - ₹19.5 L/yr

Senior Associate Consultant
27.8k salaries
unlock blur

₹4.5 L/yr - ₹17 L/yr

Explore more salaries
Compare Infosys with

TCS

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Accenture

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