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 37.2k Reviews

Filter interviews by

Infosys Technical Specialist Interview Questions, Process, and Tips

Updated 2 Oct 2024

Top Infosys Technical Specialist Interview Questions and Answers

View all 6 questions

Infosys Technical Specialist Interview Experiences

4 interviews found

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

There were 3 coding questions based on dp and graph

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-
Round 1 - Coding Test 

3 dsa problems hard not easy to solve even for 2000 rating on leetcode

Round 2 - One-on-one 

(1 Question)

  • Q1. Oops dbms os dsa

Interview Preparation Tips

Interview preparation tips for other job seekers - study core

Technical Specialist Interview Questions Asked at Other Companies

asked in HCLTech
Q1. What are the features of Solar wind which you are aware of?
asked in Accenture
Q2. What programming language are you most familiar with,describe a t ... read more
asked in HCLTech
Q3. Which protocol we are using for monitoring network devices?
asked in HCLTech
Q4. 1. What is HANA replication? 2. What is fencing? 3. What is near ... read more
asked in Birlasoft
Q5. How many years of experience in Linux System Administrator?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

We had 2 coding questions

I applied via Company Website and was interviewed in May 2022. There was 1 interview round.

Round 1 - Technical 

(7 Questions)

  • Q1. What is lambda in python
  • Ans. 

    Lambda is a shorthand way of defining anonymous functions in Python.

    • Lambda functions are defined using the keyword 'lambda'.

    • They can take any number of arguments, but can only have one expression.

    • Lambda functions are often used as arguments for higher-order functions.

    • Example: lambda x: x**2 defines a function that squares its input.

  • Answered by AI
  • Q2. What is data structures
  • Ans. 

    Data structures are ways of organizing and storing data in a computer so that it can be accessed and used efficiently.

    • Data structures are used to manage and manipulate data in computer programs.

    • They can be implemented using arrays, linked lists, trees, graphs, and other techniques.

    • Examples of data structures include stacks, queues, hash tables, and binary search trees.

    • Choosing the right data structure for a particular ...

  • Answered by AI
  • Q3. Write a code if number is series and in ascending order then number 1 is add and continue with another adding number and so on
  • Ans. 

    Add 1 to each number in an ascending series

    • Check if the numbers are in ascending order

    • If yes, start with 1 and add it to the first number

    • Continue adding subsequent numbers with increasing values of 1

  • Answered by AI
  • Q4. Prepare a data algorithm for previous Coding questions
  • Q5. What is tulip in python
  • Ans. 

    Tulip is a library for asynchronous programming in Python.

    • Tulip provides a set of high-level APIs for writing concurrent code using coroutines and futures.

    • It is included in Python 3.4 and later versions as the asyncio module.

    • Tulip allows for efficient and scalable I/O operations, making it useful for network programming.

    • Example: Using the asyncio module to create a simple HTTP server that handles multiple requests conc

  • Answered by AI
  • Q6. Define a types of oops
  • Ans. 

    There are four types of OOPs: Encapsulation, Inheritance, Polymorphism, and Abstraction.

    • Encapsulation: Hiding the implementation details of an object from the outside world.

    • Inheritance: Creating a new class from an existing class, inheriting all the properties and methods of the parent class.

    • Polymorphism: The ability of an object to take on many forms. It allows objects of different classes to be treated as if they wer...

  • Answered by AI
  • Q7. Difference in c and c++
  • Ans. 

    C++ is an extension of C with object-oriented programming features.

    • C++ supports classes and objects while C does not.

    • C++ has better support for function overloading and templates.

    • C++ has a standard library that includes many useful functions.

    • C++ allows for both procedural and object-oriented programming.

    • C++ is generally considered to be more complex than C.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn all basic questions from a language choose in front of technical and be confident with your answers and also prepare for introducing with self and what problems faces in real life and why to choose Infosys and why we hire you

Skills evaluated in this interview

Infosys interview questions for designations

 Technical Process Specialist

 (3)

 Technical Support Specialist

 (1)

 Specialist Programmer

 (87)

 Technology Specialist

 (3)

 Specialist Testing

 (1)

 Development Specialist

 (1)

 Technical Lead

 (124)

 Technical Analyst

 (24)

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. It's regarding job profile only
  • Q2. Why are you looking for a job change?
  • Ans. 

    Seeking new challenges and growth opportunities in a different environment.

    • Looking for new challenges and opportunities for growth

    • Interested in exploring different work environments

    • Seeking to expand skill set and knowledge in a different setting

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviews are straightforward; however, the hiring process can be tedious. If you are not finding better prospects, you may consider joining. However, keep in mind that it is only for one year, as the company does not value talented, hardworking, and loyal employees.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is forest in Active Directory?
  • Ans. 

    A forest in Active Directory is a collection of domains that share a common schema, configuration, and global catalog.

    • A forest is the top-level structure in Active Directory.

    • It consists of one or more domains that share a common schema, configuration, and global catalog.

    • Each domain within a forest has a two-way transitive trust relationship with every other domain in the forest.

    • Forests are used to group multiple domain...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. What are your greatest strength and weaknesses?
  • Ans. 

    My greatest strength is my ability to problem-solve and think critically. My weakness is that I can be overly critical of myself.

    • Strength: Strong problem-solving skills - I excel at analyzing complex issues and finding effective solutions.

    • Weakness: Self-criticism - I tend to be hard on myself and sometimes struggle with self-confidence.

    • Strength: Critical thinking - I can evaluate situations from multiple perspectives a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep reading, be prepared and ready to face the challenges for future work.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Questions on quant and math aptitude

Round 2 - Technical 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a dedicated Technical Specialist with 5 years of experience in IT infrastructure management and troubleshooting.

    • 5 years of experience in IT infrastructure management

    • Skilled in troubleshooting technical issues

    • Strong knowledge of network systems and protocols

    • Certified in Cisco networking technologies

  • Answered by AI
  • Q2. Which language do you like?
  • Ans. 

    I like programming languages such as Python, Java, and C++.

    • Python

    • Java

    • C++

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well in basics
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Group Discussion 

Test communication skill,teamwork and leadership, problem-solving decision making, knowledge and awareness,time management, convincing and persuasive skills,handling pressure.

Round 2 - Technical 

(7 Questions)

  • Q1. What programming language are you most familiar with,describe a troubleshooting process you d'follow for a crashing program, how can you debug a program while it's being used?,what is your expertise and w...
  • Ans. 

    I am most familiar with Java. I follow a systematic troubleshooting process, use debugging tools, and constantly seek to expand my expertise.

    • Identify the error message or symptoms of the crashing program

    • Review the code for any obvious mistakes or bugs

    • Use debugging tools like breakpoints and print statements to pinpoint the issue

    • Continuously test and monitor the program while making changes

    • Seek to expand expertise in Ja...

  • Answered by AI
  • Q2. Tell me about yourself, what are your greatest strengths, what value you will add to our company, what attracted you to this role ,what are your salary expectations,what should we hire you
  • Q3. What makes you unique, what is your leadership style, what motivates you, what are your career goal
  • Q4. Describe your dream job
  • Q5. What are you passionate about, which company culture suits you best,how do you do culture add interview, what's the biggest hike,what the meaning of culture add.
  • Q6. What's the biggest hike?
  • Ans. 

    The biggest hike I have ever been on was a challenging 10-mile trek up a steep mountain.

    • The biggest hike I have done was a 10-mile trek

    • It was challenging and involved steep terrain

    • The hike took several hours to complete

  • Answered by AI
  • Q7. Describe your dream job?
Round 3 - Coding Test 

Data structure, LIFO,stack,FIFO

Interview Preparation Tips

Interview preparation tips for other job seekers - Modify your resume,Network, practice for interview,create your position,be selective

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Linux, aws, basic questions
  • Q2. Patching, troubleshooting, lvm, permissions,rpm
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at SRM university (SRMU) and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Coding test on hackeerank

Round 2 - Technical 

(2 Questions)

  • Q1. Technical questions on DSA and Computer Vision, ML, DL
  • Q2. Basic questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Final HR+ Technical round

Infosys Interview FAQs

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

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

  1. Write a code if number is series and in ascending order then number 1 is add an...read more
  2. What is lambda in pyt...read more
  3. What is data structu...read more

Tell us how to improve this page.

Infosys Technical Specialist Interview Process

based on 3 interviews in last 1 year

1 Interview rounds

  • Coding Test Round
View more

People are getting interviews through

based on 1 Infosys interview
Company Website
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Join Infosys Creating the next opportunity for people, businesses & communities
Infosys Technical Specialist Salary
based on 190 salaries
₹3 L/yr - ₹9.2 L/yr
58% less than the average Technical Specialist Salary in India
View more details

Infosys Technical Specialist Reviews and Ratings

based on 14 reviews

3.1/5

Rating in categories

3.7

Skill development

3.0

Work-Life balance

2.7

Salary & Benefits

3.6

Job Security

3.4

Company culture

2.6

Promotions/Appraisal

3.3

Work Satisfaction

Explore 14 Reviews and Ratings
Technology Analyst
56.3k salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Systems Engineer
49.7k salaries
unlock blur

₹2.8 L/yr - ₹8 L/yr

System Engineer
39k salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Technical Lead
30.7k salaries
unlock blur

₹5.2 L/yr - ₹19.5 L/yr

Senior Associate Consultant
27.2k salaries
unlock blur

₹4.3 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

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