Upload Button Icon Add office photos

Accenture

Compare button icon Compare button icon Compare

Filter interviews by

Accenture Senior Network Security Engineer Interview Questions, Process, and Tips

Updated 26 Mar 2024

Accenture Senior Network Security Engineer Interview Experiences

1 interview found

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 questions from similar companies

I applied via Campus Placement and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Swap two number with and without temporary variable
  • Ans. 

    Swap two numbers with and without temporary variable

    • Without temporary variable: Use addition and subtraction

    • With temporary variable: Use a third variable to store the value of one of the numbers

    • Example without temporary variable: a=5, b=7; a=a+b; b=a-b; a=a-b;

    • Example with temporary variable: a=5, b=7; temp=a; a=b; b=temp;

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't be afraid. It companies take interview to select you. And if you are selected in this company you are not lucky enough so try hard.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical Interview - Questions Were related to my projects and some Basics of Programming and Software Testing

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are Confident about you , its enough to crack the Interview

I applied via Campus Placement and was interviewed before Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Problem solving questions in string , collections
  • Q2. Java ,oops concepts explanation and practical usages
  • Q3. Multi threading, collections, design patterns

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for questions based on your resume, try to be clear about basics

I applied via Referral and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Introduce yourself
  • Q2. Tell me about your project

Interview Preparation Tips

Interview preparation tips for other job seekers - once in interview, you are 98% selected.

Interview Questionnaire 

1 Question

  • Q1. Trending technologies, one basic code, why it job, sql queries, hr type questions

Interview Preparation Tips

Interview preparation tips for other job seekers - If proper studied then its easy to crack the interview

I applied via Campus Placement and was interviewed in Apr 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Introduction coding language basic

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare it skills basic

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

Interview Questionnaire 

3 Questions

  • Q1. Technical Questions
  • Q2. Why should we hire you?
  • Q3. How do you rate yourself?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and be confident while answering.

I applied via Campus Placement and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic programming questions on prime number

Interview Preparation Tips

Interview preparation tips for other job seekers - None as of now but prepare basics well along with logical reasoning and analytical reasoning

I appeared for an interview in Oct 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

  • Q1. What are the different permutations of a string when considering cases where the 1st character is fixed, or both the 1st and 2nd characters are fixed, or the 1st, 2nd, and 3rd characters are fixed?
  • Ans. 

    Permutations of a string with fixed characters.

    • For 1st character fixed: Generate permutations for the remaining characters.

    • For 1st and 2nd characters fixed: Generate permutations for the remaining characters.

    • For 1st, 2nd, and 3rd characters fixed: Generate permutations for the remaining characters.

  • Answered by AI
  • Q2. 

    0/1 Knapsack Problem Statement

    A thief is planning to rob a store and can carry a maximum weight of 'W' in his knapsack. The store contains 'N' items where the ith item has a weight of 'wi' and a value of...

  • Ans. 

    Yes, the 0/1 Knapsack Problem can be solved using dynamic programming with a space complexity of not more than O(W).

    • Use a 1D array to store the maximum value that can be stolen for each weight capacity from 0 to W.

    • Iterate through each item and update the array based on whether including the item would increase the total value.

    • The final element of the array will contain the maximum value that can be stolen within the we

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Department of Mechanical Eng, University Institute of Technology ,RGPV. Eligibility criteria7 CGPA and aboveTata Consultancy Services (TCS) interview preparation:Topics to prepare for the interview - OOPS concepts, Operating system, DBMS, basic dsa, Machine LearningTime required to prepare for the interview - 4 MonthsInterview preparation tips for other job seekers

Tip 1 : Do atleast 1 internship
Tip 2 : Don't write anything vague or don't brag be honest with your resume 
Tip 3 : Go through OOPS concepts thoroughly

Application resume tips for other job seekers

Tip 1 : Mention your projects clearly they will definitely question about your projects
Tip 2 : Do mention about your coding/dsa achievements it makes a good impact on the interviewer

Final outcome of the interviewSelected

Skills evaluated in this interview

Accenture Interview FAQs

How many rounds are there in Accenture Senior Network Security Engineer interview?
Accenture interview process usually has 2 rounds. The most common rounds in the Accenture interview process are Technical.
What are the top questions asked in Accenture Senior Network Security Engineer interview?

Some of the top questions asked at the Accenture Senior Network Security Engineer interview -

  1. explain the role of Virtual router and virtual sys...read more
  2. what is app-id, content...read more
  3. what is service ro...read more

Tell us how to improve this page.

Accenture Senior Network Security Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.7k Interviews
Infosys Interview Questions
3.6
 • 7.7k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.7k Interviews
Capgemini Interview Questions
3.7
 • 4.9k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.2k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
DXC Technology Interview Questions
3.7
 • 805 Interviews
View all
Accenture Senior Network Security Engineer Salary
based on 59 salaries
₹5.5 L/yr - ₹18.3 L/yr
9% more than the average Senior Network Security Engineer Salary in India
View more details

Accenture Senior Network Security Engineer Reviews and Ratings

based on 5 reviews

4.5/5

Rating in categories

4.4

Skill development

4.6

Work-life balance

3.7

Salary

4.4

Job security

4.2

Company culture

3.8

Promotions

4.4

Work satisfaction

Explore 5 Reviews and Ratings
Application Development Analyst
39k salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Application Development - Senior Analyst
27.4k salaries
unlock blur

₹7 L/yr - ₹20.2 L/yr

Team Lead
24.9k salaries
unlock blur

₹7.2 L/yr - ₹25.7 L/yr

Senior Software Engineer
18.2k salaries
unlock blur

₹6 L/yr - ₹20 L/yr

Senior Analyst
17.9k salaries
unlock blur

₹5.5 L/yr - ₹21.3 L/yr

Explore more salaries
Compare Accenture with

TCS

3.7
Compare

Cognizant

3.7
Compare

Capgemini

3.7
Compare

Infosys

3.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview