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

Updated 11 Oct 2024

NTT Data Senior Network Security Engineer Interview Experiences

2 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. ISE and Aci related questions
  • Q2. Firewall and network related questions
Round 2 - Technical 

(2 Questions)

  • Q1. ACI related questions
  • Q2. Firewall & Network related questions
Round 3 - HR 

(2 Questions)

  • Q1. Company policy discussion
  • Q2. Salary discussion

I applied via Company Website and was interviewed in Dec 2021. There were 5 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 

(2 Questions)

  • Q1. Routing & switching related question
  • Q2. Firewall related question
Round 3 - Technical 

(2 Questions)

  • Q1. Routing & switching related question
  • Q2. Firewall related question
Round 4 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Q2. Why are you looking for a change?
  • Q3. Tell me about yourself.
Round 5 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips

Interview Preparation Tips

Topics to prepare for NTT Data Senior Network Security Engineer interview:
  • CCNP Routing
  • Fortigate Firewall
  • palo alto
Interview preparation tips for other job seekers - Read all things related to JD, it's better to help and give answer with fully confidence.

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Traffic flow of Firewall
  • Ans. 

    Firewall traffic flow refers to the movement of data packets through the firewall based on defined rules and policies.

    • Firewall inspects incoming and outgoing traffic to determine if it should be allowed or blocked

    • Traffic flow can be controlled using access control lists (ACLs) and security policies

    • Firewall can also perform Network Address Translation (NAT) to hide internal IP addresses

    • Examples of traffic flow include a...

  • Answered by AI
  • Q2. Architecture of Firewall
  • Ans. 

    Firewall architecture involves packet filtering, stateful inspection, and application layer filtering to protect networks.

    • Firewall acts as a barrier between internal network and external network

    • Packet filtering examines packets based on predefined rules to allow or block traffic

    • Stateful inspection tracks the state of active connections to make decisions on allowing or blocking traffic

    • Application layer filtering inspect...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Situation based questions
  • Q2. Escalation and P1 cases handled
Round 3 - HR 

(2 Questions)

  • Q1. Reason for change
  • Ans. 

    I am seeking new challenges and opportunities for growth in my career.

    • Seeking new challenges to expand my skills and knowledge

    • Opportunities for career growth and advancement

    • Desire for a change in work environment or company culture

  • Answered by AI
  • Q2. Salary expectation

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Explain the role of Virtual router and virtual system
  • Ans. 

    Virtual router and virtual system play a crucial role in network security by providing isolated environments for routing and security policies.

    • Virtual router is a software-based routing instance that operates within a virtualized environment.

    • Virtual system is a logical division of a physical firewall that allows for separate security policies and configurations.

    • Both virtual router and virtual system help in creating is...

  • Answered by AI
  • Q2. What is app-id, content-id
  • Ans. 

    App-ID and Content-ID are features used in network security to identify and control applications and content.

    • App-ID is used to identify applications based on their behavior, not just port and protocol

    • Content-ID is used to identify and control content within applications

    • Both features are commonly used in next-generation firewalls for advanced security policies

    • Example: App-ID can identify and block social media applicati...

  • Answered by AI
Round 2 - Technical 

(3 Questions)

  • Q1. What is U-turn Nat
  • Ans. 

    U-turn NAT is a network configuration where traffic enters and exits the same interface on a network device.

    • U-turn NAT is also known as hairpin NAT or NAT loopback.

    • It allows internal hosts to access resources using their public IP address from within the same network.

    • This is commonly used in scenarios where internal hosts need to access a server using its public IP address.

    • U-turn NAT can be configured on firewalls or r

  • Answered by AI
  • Q2. What is service route
  • Ans. 

    A service route is the path that a service takes to reach its destination, including all the network devices it passes through.

    • Service routes can include routers, switches, firewalls, and other network devices.

    • Understanding service routes is important for network security to identify potential vulnerabilities or points of failure.

    • Examples of service routes include the path an email takes from sender to recipient, or th...

  • Answered by AI
  • Q3. What is wildfire
  • Ans. 

    Wildfire is a type of malware analysis service provided by Palo Alto Networks.

    • Malware analysis service

    • Identifies and blocks unknown threats in real-time

    • Utilizes machine learning and AI for threat detection

  • Answered by AI

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 

(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

NTT Data Interview FAQs

How many rounds are there in NTT Data Senior Network Security Engineer interview?
NTT Data interview process usually has 4 rounds. The most common rounds in the NTT Data interview process are Technical, Resume Shortlist and HR.
How to prepare for NTT Data Senior Network Security Engineer 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 Checkpoint, Fortigate, IPSEC, Load Balancing and SSL VPN.

Tell us how to improve this page.

People are getting interviews through

based on 2 NTT Data interviews
Company Website
Job Portal
50%
50%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

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 Senior Network Security Engineer Salary
based on 44 salaries
₹6 L/yr - ₹18 L/yr
13% more than the average Senior Network Security Engineer Salary in India
View more details

NTT Data Senior Network Security Engineer Reviews and Ratings

based on 4 reviews

4.8/5

Rating in categories

5.0

Skill development

5.0

Work-Life balance

3.6

Salary & Benefits

5.0

Job Security

5.0

Company culture

3.4

Promotions/Appraisal

4.7

Work Satisfaction

Explore 4 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