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 Technical Specialist Interview Questions, Process, and Tips for Freshers

Updated 2 Oct 2024

Top Infosys Technical Specialist Interview Questions and Answers for Freshers

View all 6 questions

Infosys Technical Specialist Interview Experiences for Freshers

2 interviews found

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

Technical Specialist Interview Questions Asked at Other Companies for Fresher

Q1. Siemense 300 plc why added in simatic net card
asked in Infosys
Q2. Write a code if number is series and in ascending order then numb ... read more
Q3. What is the difference between method overloading and method over ... read more
Q4. Which software development process you have worked on
Q5. Breaking resistor why added in vfd

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Standard Coding questing

Round 2 - Technical 

(1 Question)

  • Q1. Core java, java 8 features, collections, Exception handling

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare for Datastructures and Algorithms .

Interview Questionnaire 

1 Question

  • Q1. Needed in depth python knowledge. prepare well with data types,lambda functions, collections, file handeling,decorators

I applied via Referral and was interviewed in Sep 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Memory management questions (ARC), swift programming questions, basic program logic, git commands, security parameters in app

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for Your language and basic should be very clear.

I applied via Approached by Company and was interviewed before Oct 2021. There were 2 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 - HR 

(2 Questions)

  • Q1. Experience in related field of work
  • Q2. Domain experience in years
  • Ans. 

    I have X years of domain experience.

    • I have worked in this domain for X years.

    • During my time in this domain, I have gained expertise in various areas such as...

    • I have worked on projects related to...

    • I have experience working with clients in this domain.

    • I keep myself updated with the latest trends and developments in this domain.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident before you attend interview with hiring manager. Explain in detailed about your roles and responsibilities.. Make sure your explanation should attract to hiring manager.

I applied via Naukri.com and was interviewed before Jul 2021. There were 2 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 - Technical 

(1 Question)

  • Q1. Introduce, explain project

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep to topic, introuce short, explain more on project

I applied via Naukri.com and was interviewed before Sep 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions were related to MS Exchange and O365.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and Technically sound.

I applied via Naukri.com and was interviewed before Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions were asked on standard tables, pricing procedure, credit management, STO, 3rd Party process, Inter company sales, enhancements, availability check etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on standard SD topics and explain the work you have done in your previous projects

I applied via Naukri.com and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Spring container and beans
  • Q2. Annotations used in Springboot
  • Ans. 

    Annotations are used in Springboot to simplify configuration and reduce boilerplate code.

    • Annotations are used to define the behavior of Spring components

    • They can be used to define the scope of a bean, inject dependencies, and handle exceptions

    • Some commonly used annotations include @Component, @Autowired, and @ExceptionHandler

  • Answered by AI
  • Q3. Java 8 New Features and explanation
  • Ans. 

    Java 8 introduced several new features including lambda expressions, streams, and default methods.

    • Lambda expressions allow for functional programming and simplify code.

    • Streams provide a way to process collections of data in a functional style.

    • Default methods allow for adding new methods to interfaces without breaking existing implementations.

    • Other features include the Optional class, Date and Time API, and Nashorn Java

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. What is your expected package

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the topics thoroughly with working examples. Theoretical knowledge is not enough to really grasp the concepts.

Skills evaluated in this interview

Infosys Interview FAQs

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

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

  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 for Freshers

based on 1 interview

Interview experience

4
  
Good
View more
Join Infosys Creating the next opportunity for people, businesses & communities
Infosys Technical Specialist Salary
based on 215 salaries
₹3 L/yr - ₹12.6 L/yr
57% less than the average Technical Specialist Salary in India
View more details

Infosys Technical Specialist Reviews and Ratings

based on 16 reviews

3.1/5

Rating in categories

3.6

Skill development

3.0

Work-life balance

3.0

Salary

3.1

Job security

3.3

Company culture

2.7

Promotions

3.2

Work satisfaction

Explore 16 Reviews and Ratings
Technology Analyst
55.4k salaries
unlock blur

₹3 L/yr - ₹11.1 L/yr

Senior Systems Engineer
51.3k salaries
unlock blur

₹2.5 L/yr - ₹8 L/yr

Technical Lead
34.2k salaries
unlock blur

₹5.1 L/yr - ₹20 L/yr

System Engineer
31.7k salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Senior Associate Consultant
28.9k salaries
unlock blur

₹6.2 L/yr - ₹17 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