Upload Button Icon Add office photos

Filter interviews by

Cisco Networking Academy Interview Questions, Process, and Tips

Updated 16 Sep 2021

Top Cisco Networking Academy Interview Questions and Answers

Cisco Networking Academy Interview Experiences

Popular Designations

3 interviews found

I appeared for an interview in Jan 2021.

Round 1 - Video Call 

(2 Questions)

Round duration - 50 minutes
Round difficulty - Medium

Two panellist were there, one was asking question based upon CN + OS + DBMS, one was asking question based upon DS + Algo.

  • Q1. 

    Binary Search Tree Insertion

    Given the root node of a binary search tree and a positive integer, you need to insert a new node with the given value into the BST so that the resulting tree maintains the pr...

  • Ans. 

    Insert a new node with a given value into a binary search tree while maintaining BST properties.

    • Parse input for tree elements and value to be inserted

    • Insert the new node into the BST while maintaining BST properties

    • Return '1' if a correct tree configuration is achieved, else '0'

  • Answered by AI
  • Q2. 

    LCA in a Binary Search Tree

    You are given a binary search tree (BST) containing N nodes. Additionally, you have references to two nodes, P and Q, within this BST.

    Your task is to determine the Lowest Com...

  • Ans. 

    The task is to find the Lowest Common Ancestor (LCA) of two nodes in a Binary Search Tree (BST).

    • Traverse the BST from the root to find the LCA of nodes P and Q.

    • Compare the values of nodes P and Q with the current node's value to determine the path to follow.

    • Continue traversing until you find the LCA node.

    • If one node is the ancestor of the other, return that node as the LCA.

    • Example: For input 2 3 and BST 1 2 3 4 -1 5 6

  • Answered by AI
Round 2 - Video Call 

Round duration - 50 Minutes
Round difficulty - Medium

Round 3 - HR 

Round duration - 15 Minutes
Round difficulty - Easy

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from NIT Calicut. I applied for the job as Software Engineer in BengaluruEligibility criteriaAbove 7 CGPACisco Networking Academy interview preparation:Topics to prepare for the interview - Data Structures, Operating System, Database, Puzzles, OOPSTime required to prepare for the interview - 6 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice at least 350 coding question
Tip 2 : Having recent project
Tip 3 : Good knowledge of OS,DBMS

Application resume tips for other job seekers

Tip 1 : Have some projects on resume.
Tip 2 : Do not put false things on resume.

Final outcome of the interviewRejected

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (219)

I appeared for an interview in Nov 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

The test was scheduled on 1st November 2020 at 6 pm . 
Platform: Hackerrank
Number of questions : 2 coding and 25 MCQ
Language allowed for coding ques : Java ( Cisco only allows java )
Difficulty level : Moderate - Hard
Tip : Focus on one coding ques and do maximum MCQ's , it will be enough.

  • Q1. 

    Snake and Ladder Problem Statement

    Given a 'Snake and Ladder' board with N rows and N columns, where positions are numbered from 1 to (N*N) starting from the bottom left, alternating direction each row, f...

  • Ans. 

    Find the minimum number of dice throws required to reach the last cell on a 'Snake and Ladder' board.

    • Use Breadth First Search (BFS) algorithm to find the shortest path on the board.

    • Maintain a queue to keep track of the cells to be visited next.

    • Consider the special cases of snakes and ladders while calculating the next cell to move to.

    • Return -1 if the last cell is unreachable.

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 80 Minutes
Round difficulty - Medium

The technical interview was scheduled on webex teams at 10 am on 11th November 2020.
There were 2 panelists.
Interview went on for around 80 mins where they asked me questions on resume , projects , internships , Networking and Dsa .
Networking was asked because i mentioned a project on my resume that uses Socket.io .
Most of the time of interview was taken up by Dsa question.

  • Q1. 

    Corporate Flight Bookings Problem Statement

    You are given an array/list BOOKINGS representing the booking details of 'N' flights from 1 to 'N'. Each booking detail consists of three positive integers: [fi...

  • Ans. 

    Given flight booking details, calculate total seats reserved for each flight.

    • Iterate through each booking detail and update the total seats reserved for each flight within the range

    • Use an array to store the total seats reserved for each flight

    • Handle overlapping booking details by adding seats to the corresponding flights

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from Maharaja Agrasen Institute Of Technology. Eligibility criteria8 CgpaCisco Networking Academy interview preparation:Topics to prepare for the interview - Data structure and algorithms, Operating systems, Databases , OOPS , NetworkingTime required to prepare for the interview - 6 MonthsInterview preparation tips for other job seekers

Tip 1 : Have short notes to prepare prior to interview, because it might happen that you know the answer but can't frame it in interview due to pressure , so short sticky notes before interview will give help in fast revision.
Tip 2 : Practice as many Dsa questions as possible, but also keep on revisiting them so that famous questions are always on your tips .
Tip 3 : Maintain 2-3 page script for every project on your resume, which will tell which points of project to cover when interviewer asks to explain it.

Application resume tips for other job seekers

Tip 1 : Choose resume template and font carefully, according to the amount of content you have , minimizing the white spaces and also highlighting your achievements and keywords.
Tip 2 : While adding the project, highlight the technologies used and also add links of github or live app if possible. Also add achievements of the project for example , If you made an android project , you can mention number of organic downloads .

Final outcome of the interviewSelected

Skills evaluated in this interview

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (5)

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

Round duration - 90 minutes
Round difficulty - Easy

This round consist of 2 coding questions and they were of good level based on strings and dynamic programming.

Round 2 - Face to Face 

(1 Question)

Round duration - 20 minutes
Round difficulty - Easy

  • Q1. What is the best way to retrieve the minimum number at any point in time from a bag where numbers are continuously inserted and removed?
  • Ans. 

    Use a min heap to efficiently retrieve the minimum number from a bag where numbers are continuously inserted and removed.

    • Implement a min heap data structure to keep track of the minimum number at any point in time.

    • When a number is inserted, add it to the min heap.

    • When a number is removed, remove it from the min heap.

    • The root of the min heap will always contain the minimum number.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Electrical & Electronics Engineering from NIT Calicut. I applied for the job as SDE - 1 in KozhikodeEligibility criteria7.5Cisco Networking Academy interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, Machine Learning, Basics of Database Management System and Operating System, Aptitude.Time required to prepare for the interview - 5 monthsInterview preparation tips for other job seekers

Try to do as much as Data structures related questions as practice made a man perfect. If you have already done similar types of questions then you will get a solution approach very fastly during the interview. Also, Coding ninjas have a big hand in making my selection. 

Application resume tips for other job seekers

Keep resume short and up to the point and try to keep it on a single page.

Final outcome of the interviewSelected

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Interview questions from similar companies

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

I applied via Monster and was interviewed before Jan 2022. 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. Whats your background ? How is your presentation skills? How would you set the target for business?
  • Q2. Whats your relevant experience ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Confident
Attire
Fileld knowledge
Sales skills
English communication

I applied via Campus Placement and was interviewed before Jul 2021. There were 4 interview rounds.

Round 1 - Assignment 

Any possible of assignment

Round 2 - Aptitude Test 

Evening times of assignment

Round 3 - Aptitude Test 

5:30pm of times of assignment

Round 4 - Coding Test 

Any time of assignment

Interview Preparation Tips

Topics to prepare for QSpiders Software Engineer interview:
  • Python
Interview preparation tips for other job seekers - Link this job and so happy this job ,my name mounika,branch ( ECE)

I applied via Referral and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. General questions regarding self and work

Interview Preparation Tips

Topics to prepare for Chandigarh University Assistant Manager interview:
  • Self Service
Interview preparation tips for other job seekers - Unprofessional management, they treat employees as day wages labour, no growth and learning.

Interview Questionnaire 

1 Question

  • Q1. Any type of questions in data field

I applied via Naukri.com and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Normal basic questions about sales and marketing
  • Q2. Just basic answers like converting prospects into sales and generating leads through schools and other sources.

Interview Preparation Tips

Interview preparation tips for other job seekers - very good experience , and very good company

I applied via Recruitment Consultant and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Self introduction and work experience related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be formal with good communication skills and be confident
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Instahyre and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Coding Test 

Medium leetcode question on graph was given by third party interviewer BarRaiser

Interview Preparation Tips

Topics to prepare for ALLEN Career Institute Senior Software Engineer interview:
  • Data Structures
  • Algorithms
Interview preparation tips for other job seekers - Prepare DSA questions on tree and graphs

Tell us how to improve this page.

Cisco Networking Academy Reviews and Ratings

based on 11 reviews

4.7/5

Rating in categories

4.6

Skill development

4.6

Work-life balance

3.4

Salary

4.0

Job security

4.5

Company culture

4.1

Promotions

4.5

Work satisfaction

Explore 11 Reviews and Ratings
Network Engineer
4 salaries
unlock blur

₹1.8 L/yr - ₹5 L/yr

Software Engineer
3 salaries
unlock blur

₹3 L/yr - ₹7.5 L/yr

Business Analyst
3 salaries
unlock blur

₹12 L/yr - ₹20 L/yr

Cyber Security Intern
3 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

Explore more salaries
Compare Cisco Networking Academy with

Aakash Educational Services

3.4
Compare

Frankfinn Institute of Air Hostess Training

3.9
Compare

NIIT

3.6
Compare

Amity University

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