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 Trainee Network Engineer Interview Questions and Answers

Updated 24 Feb 2021

Infosys Trainee Network Engineer Interview Experiences

1 interview found

Interview Questionnaire 

1 Question

  • Q1. I was asked about L1 level support job. But I was already an employee of Infosys.

Interview questions from similar companies

I applied via Walk-in and was interviewed in Jun 2022. There was 1 interview round.

Round 1 - HR 

(3 Questions)

  • Q1. Tell me about yourself?
  • Ans. Good Afternoon sir/Mam First of all,thank you for giving me this opportunity to introduce myself My name is Navya jyothi. I am pursuing Degree with computer science from Krishna university in Sri Srinivasa Degree college vuyyuru. I had completed my Intermediate from Sri Srinivasa Junior college vuyyuru in the year 2019. I had completed my Schooling fromZpHigh school,tadanki in the year 2017. I belong to middle class f...
  • Answered Anonymously
  • Q2. What is important to you:the money or the work?
  • Ans. "I would say that work is more important.If we work and archive compant goals then obviously money would follow. I believe work to be prior".
  • Answered Anonymously
  • Q3. What are your salary expectations?
  • Ans. As I am fresher,I just accept the salary offered by you. So that i applying for this job.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Know yourself and What you Want....
Pump yourself up and stay positive.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before May 2022. There were 3 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. What is osi layer
  • Ans. 

    OSI (Open Systems Interconnection) layer is a conceptual model that describes the communication functions of a telecommunication or computing system.

    • OSI model has 7 layers, each with a specific function

    • Each layer communicates with the layer above and below it

    • Layers are numbered from 1 to 7, with 1 being the physical layer and 7 being the application layer

    • Examples of layers include physical layer, data link layer, netwo...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself

Skills evaluated in this interview

I applied via Superset and was interviewed in Apr 2022. There were 3 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 - One-on-one 

(4 Questions)

  • Q1. What is network and tell me about oso layers
  • Ans. 

    A network is a group of interconnected devices that communicate with each other. OSI layers are a model for understanding network communication.

    • OSI layers are a conceptual model for understanding how data is transmitted over a network.

    • There are seven layers in the OSI model, each with a specific function.

    • The layers are: Physical, Data Link, Network, Transport, Session, Presentation, and Application.

    • Each layer communica...

  • Answered by AI
  • Q2. What is TCP?why it is important
  • Ans. 

    TCP is a protocol used for reliable transmission of data over networks.

    • TCP stands for Transmission Control Protocol.

    • It is a connection-oriented protocol that ensures reliable delivery of data packets.

    • TCP uses a three-way handshake to establish a connection between two devices.

    • It provides flow control, congestion control, and error detection and correction mechanisms.

    • TCP is used for applications that require reliable da...

  • Answered by AI
  • Q3. Diffrence between ipv4 and ipv6
  • Ans. 

    IPv4 uses 32-bit addresses while IPv6 uses 128-bit addresses.

    • IPv4 allows for approximately 4.3 billion unique addresses while IPv6 allows for approximately 340 undecillion unique addresses.

    • IPv6 includes built-in security features such as IPsec while IPv4 requires additional security protocols.

    • IPv6 also includes features such as stateless address autoconfiguration and multicast addressing.

    • IPv4 headers are 20 bytes long ...

  • Answered by AI
  • Q4. Explain diffrent types of network? Give practical examples
  • Ans. 

    There are several types of networks, including LAN, WAN, MAN, WLAN, and VPN.

    • LAN (Local Area Network) - a network that connects devices within a small area, such as a home or office.

    • WAN (Wide Area Network) - a network that connects devices across a large geographical area, such as the internet.

    • MAN (Metropolitan Area Network) - a network that connects devices within a city or metropolitan area.

    • WLAN (Wireless Local Area N...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Introduce yourself in brief
  • Q2. Why you wanna switch your career to IT

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident , and talk casually without hesitation because be generous

Skills evaluated in this interview

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

I applied via Company Website and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Attended the codevita competition in final year of college.

Round 2 - Technical 

(3 Questions)

  • Q1. About College Project
  • Q2. Some very basics of java
  • Q3. Experience of college project as a team

Interview Preparation Tips

Interview preparation tips for other job seekers - Codevita is a really good platform to help you join TCS as a final year graduate in college

I applied via Campus Placement and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Coding Test 
Round 2 - Technical 

(5 Questions)

  • Q1. If you cleared Aptitude and Coding, Mostly Interview will be cleared with some basics questions like OOPs concepts, sort functions kind of questions.
  • Q2. Explain OOPs concept in JAVA?
  • Ans. 

    OOPs concept in JAVA is a programming paradigm that focuses on objects and their interactions.

    • OOPs stands for Object-Oriented Programming

    • It involves the use of classes, objects, inheritance, polymorphism, and encapsulation

    • Classes are used to define objects and their properties

    • Objects are instances of classes that can interact with each other

    • Inheritance allows for the creation of new classes based on existing ones

    • Polymo...

  • Answered by AI
  • Q3. Function to sort an array in Java?
  • Ans. 

    Java provides Arrays.sort() method to sort an array.

    • Use Arrays.sort() method to sort an array of strings.

    • The method sorts the elements in ascending order by default.

    • To sort in descending order, use Collections.reverseOrder() method.

  • Answered by AI
  • Q4. Tell me about yourself?
  • Q5. Final year project which you worked on?

Interview Preparation Tips

Interview preparation tips for other job seekers - Most of people clears Aptitude/Coding round. clears interview for freshers recruit

Skills evaluated in this interview

I applied via Newspaper Ad and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Technical 

(1 Question)

  • Q1. Basic questions of java.
Round 3 - HR 

(1 Question)

  • Q1. Intro and other hr related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Cover the basic questions regarding the programming language.

System Engineer Interview Questions & Answers

TCS user image Arham Khokhar

posted on 24 Apr 2022

I applied via Company Website and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

It's totally based on Basic understanding of concepts such as Linear arrangement, circular arrangement، blood relation, direction sense, ratio proportion, time, speed, distance

Round 2 - Technical 

(3 Questions)

  • Q1. It's based on OOPS Concepts,
  • Q2. Strength and weaknesses
  • Q3. About yourself, about educational background, why should we hire you

Interview Preparation Tips

Interview preparation tips for other job seekers - Show your confidence ✨️ you will be selected with ease

I applied via Naukri.com and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Entry level aptitude test

Round 3 - One-on-one 

(1 Question)

  • Q1. Introduction and about college project.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a really good experience working in TCS

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.4k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
View all
Technology Analyst
55.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Systems Engineer
50.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

System Engineer
39.6k 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