Upload Button Icon Add office photos
Premium Employer

i

This company page is being actively managed by NTT Data Team. If you also belong to the team, you can get access from here

NTT Data

Compare button icon Compare button icon Compare
3.9

based on 3.6k Reviews

Filter interviews by

NTT Data Network Engineer L1 Interview Questions and Answers

Updated 27 Aug 2024

NTT Data Network Engineer L1 Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I was interviewed in Jul 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain about VLAN and how it works?
  • Ans. 

    VLAN is a virtual LAN that separates network traffic based on logical grouping, improving network security and performance.

    • VLANs divide a physical network into multiple logical networks, allowing for better traffic management.

    • Devices within the same VLAN can communicate directly with each other, while devices in different VLANs require a router to communicate.

    • VLANs can be configured based on port, MAC address, or proto...

  • Answered by AI
  • Q2. Do you know about ospf
  • Ans. 

    OSPF (Open Shortest Path First) is a routing protocol used to find the best path for data packets in a network.

    • OSPF is a link-state routing protocol

    • It uses Dijkstra's algorithm to calculate the shortest path

    • OSPF routers exchange link-state advertisements (LSAs) to build a topology map of the network

    • It supports VLSM (Variable Length Subnet Masking) and CIDR (Classless Inter-Domain Routing)

    • OSPF uses cost as a metric to d

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. Tell me about yourself?
  • Q2. Technical questions related with CCNA and MCSA.
  • Q3. What is routing and switching
  • Ans. 

    Routing and switching are fundamental concepts in computer networking that involve directing and forwarding data packets.

    • Routing is the process of determining the best path for data packets to travel from one network to another.

    • Switching is the process of forwarding data packets within a network based on their destination MAC addresses.

    • Routing protocols like OSPF and BGP are used to exchange routing information between...

  • Answered by AI
  • Q4. What about ping?
  • Q5. Tell me the concept of LAN/WAN and VLAN
  • Ans. 

    LAN/WAN refers to local area network and wide area network respectively. VLAN is a virtual LAN that allows for logical segmentation of a network.

    • LAN is a network that covers a small geographical area, typically within a single building or campus.

    • WAN is a network that spans a large geographical area, connecting multiple LANs or remote locations.

    • VLAN is a virtual LAN that enables the creation of multiple logical networks...

  • Answered by AI
  • Q6. What are the steps you follow if your internet not working in specific organisation network?
  • Q7. What is firewall?
  • Ans. 

    A firewall is a network security device that monitors and controls incoming and outgoing network traffic based on predetermined security rules.

    • Firewall acts as a barrier between a trusted internal network and an untrusted external network.

    • It examines network packets and filters them based on rules to allow or block traffic.

    • Firewalls can be hardware-based or software-based.

    • Examples of firewalls include Cisco ASA, Palo A

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are known all the L1 technical issue in networking and desktop, you are easily crack this.....
Only the basic concepts about networks and desktop should be know you....

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It is online test. In this test there is question of apti and also coding and from 5g question.

Round 2 - Coding Test 

There are two questions asked and time is enough to solve 60 minutes

Round 3 - Technical 

(5 Questions)

  • Q1. Wap for palindrome number
  • Ans. 

    A palindrome number is a number that remains the same when its digits are reversed.

    • Convert the number to a string

    • Reverse the string

    • Check if the reversed string is equal to the original string

  • Answered by AI
  • Q2. Add two numbers by function
  • Ans. 

    Create a function to add two numbers

    • Define a function that takes two parameters as input

    • Inside the function, add the two numbers together and return the result

    • Example: function addNumbers(num1, num2) { return num1 + num2; }

  • Answered by AI
  • Q3. Write a code for Binary search
  • Ans. 

    Binary search code implementation in Python

    • Define a function that takes a sorted array and a target value as input

    • Initialize two pointers, low and high, to the start and end of the array respectively

    • While low is less than or equal to high, calculate mid as (low + high) // 2 and compare array[mid] with target

    • If array[mid] is equal to target, return mid

    • If array[mid] is less than target, update low to mid + 1

    • If array[mid]...

  • Answered by AI
  • Q4. Wap for check your name is palindrome not
  • Ans. 

    A program to check if a given name is a palindrome or not.

    • Convert the name to lowercase to handle case-insensitivity

    • Remove any spaces or special characters from the name

    • Reverse the name and compare it with the original name to check for palindrome

  • Answered by AI
  • Q5. What is malloc and calloc function
  • Ans. 

    malloc and calloc are functions in C programming used for dynamic memory allocation.

    • malloc function is used to allocate a single block of memory of a specified size.

    • calloc function is used to allocate multiple blocks of memory of a specified size, initialized to zero.

    • Example: int *ptr = (int*)malloc(5 * sizeof(int));

    • Example: int *ptr = (int*)calloc(5, sizeof(int));

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Capgemini Network Engineer interview:
  • Basic programming

Skills evaluated in this interview

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

(3 Questions)

  • Q1. Share you internship exp
  • Ans. 

    I interned at a telecommunications company where I gained hands-on experience in configuring network devices and troubleshooting network issues.

    • Configured routers and switches to optimize network performance

    • Assisted in setting up VLANs and implementing security protocols

    • Troubleshooted network connectivity issues for end users

    • Participated in network infrastructure upgrades and maintenance

  • Answered by AI
  • Q2. All question based on the resume only
  • Q3. Prepare whatever written in your resume

Interview Preparation Tips

Interview preparation tips for other job seekers - read your resume
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. BGP and ospf and vlan
  • Q2. VSS and stacking switch
Round 2 - Technical 

(2 Questions)

  • Q1. BGP in depth ospf and vlan
  • Q2. Vss and switch stacking switch routing

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare strong technical on routing switching and f5.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Normal aptitude group discussion assignment case study

Round 2 - Coding Test 

Coding test assignment one on one round

Round 3 - Technical 

(2 Questions)

  • Q1. Technical vs no tech
  • Ans. 

    Technical skills are essential for a Network Engineer, but soft skills are also important for effective communication and teamwork.

    • Technical skills are necessary for configuring and troubleshooting network devices.

    • Soft skills like communication, teamwork, and problem-solving are crucial for working effectively with colleagues and clients.

    • Balancing technical expertise with interpersonal skills is key to success in the r...

  • Answered by AI
  • Q2. Dhcp vs dns gdp vs rdp frp vs 30nd
  • Ans. 

    DHCP is a protocol used to assign IP addresses dynamically to devices on a network, while DNS is a system that translates domain names to IP addresses.

    • DHCP assigns IP addresses to devices on a network dynamically

    • DNS translates domain names to IP addresses

    • RDP (Remote Desktop Protocol) allows users to remotely connect to a computer

    • FRP (Fiberglass Reinforced Plastic) is a material used in construction

    • 30nd does not seem to

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - no

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Introduction of myself
  • Q2. Difference between c and c++
  • Ans. 

    C is a procedural programming language while C++ is an object-oriented programming language.

    • C is a procedural programming language, while C++ is a combination of procedural and object-oriented programming.

    • C does not support classes and objects, while C++ does.

    • C is a subset of C++, meaning all valid C programs are also valid C++ programs.

    • C++ has additional features like function overloading, templates, and exception han

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Introduction 🤣
  • Q2. Tell me your weakness ? 🤣
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Question related to retention
  • Q2. Question related to aspirations

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

(2 Questions)

  • Q1. Bgp ospf,stp,nexus
  • Q2. Aws,azure,vxlan,vnet

NTT Data Interview FAQs

How many rounds are there in NTT Data Network Engineer L1 interview?
NTT Data interview process usually has 1 rounds. The most common rounds in the NTT Data interview process are One-on-one Round.
How to prepare for NTT Data Network Engineer L1 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 NTT Data. The most common topics and skills that interviewers at NTT Data expect are CCNA, CCNP, CCNP Routing, Cisco Routers and Cisco Switches.
What are the top questions asked in NTT Data Network Engineer L1 interview?

Some of the top questions asked at the NTT Data Network Engineer L1 interview -

  1. Explain about VLAN and how it wor...read more
  2. do you know about o...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Accenture Interview Questions
3.9
 • 7.9k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
IBM Interview Questions
4.1
 • 2.3k Interviews
View all
NTT Data Network Engineer L1 Salary
based on 84 salaries
₹2.2 L/yr - ₹7 L/yr
33% more than the average Network Engineer L1 Salary in India
View more details

NTT Data Network Engineer L1 Reviews and Ratings

based on 9 reviews

3.5/5

Rating in categories

3.4

Skill development

3.5

Work-Life balance

3.2

Salary & Benefits

3.3

Job Security

3.5

Company culture

3.4

Promotions/Appraisal

3.5

Work Satisfaction

Explore 9 Reviews and Ratings
Software Engineer
932 salaries
unlock blur

₹2.8 L/yr - ₹11 L/yr

Senior Associate
766 salaries
unlock blur

₹1.1 L/yr - ₹7.3 L/yr

Network Engineer
647 salaries
unlock blur

₹1.8 L/yr - ₹10 L/yr

Software Developer
615 salaries
unlock blur

₹2.5 L/yr - ₹13 L/yr

Senior Software Engineer
512 salaries
unlock blur

₹6.5 L/yr - ₹24 L/yr

Explore more salaries
Compare NTT Data with

Tata Communications

4.1
Compare

Bharti Airtel

4.0
Compare

Reliance Communications

4.0
Compare

Vodafone Idea

4.1
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