Upload Button Icon Add office photos

Filter interviews by

Cisco Networking Academy Interview Questions and Answers

Updated 16 Sep 2021
Popular Designations

Cisco Networking Academy Interview Experiences

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

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

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

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Cisco Networking Academy?
Ask anonymously on communities.

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Mar 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Write the program to swipe number

Round 2 - HR 

(2 Questions)

  • Q1. How much salary do you want and what was you last ctc
  • Q2. Tell me about your family

Interview Preparation Tips

Interview preparation tips for other job seekers - Write the code properly and they will ask you to write code on notepad
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Nov 2022. There were 4 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 

(1 Question)

  • Q1. Related to skills that you have mentioned in your resume.
Round 3 - Aptitude Test 

It's Amcat test having 4 parts which is grammar, logical reasoning, basic mathematics and coding.

Round 4 - One-on-one 

(1 Question)

  • Q1. Another on screening nterview .

Interview Preparation Tips

Topics to prepare for NIIT Software Developer interview:
  • DSA
  • SQL
Interview experience
4
Good
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 - HR 

(1 Question)

  • Q1. Tell me something about your family members?
Round 3 - One-on-one 

(1 Question)

  • Q1. What was your salary expectation?
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Excel assignment
Round 2 - Technical 

(2 Questions)

  • Q1. Sql based one on one round
  • Q2. Excel based one on one round
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Question about excel, pivot table , SQL and power bi

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

I appeared for an interview before May 2024, where I was asked the following questions.

  • Q1. Can you tell me about yourself?
  • Q2. What skills do you possess and how do you apply them?
  • Ans. 

    I possess analytical, communication, and problem-solving skills, which I apply to drive business improvements and stakeholder engagement.

    • Analytical Skills: I utilize data analysis tools like Excel and SQL to interpret complex datasets, identifying trends that inform strategic decisions.

    • Communication Skills: I effectively convey insights through presentations and reports, ensuring stakeholders understand the implication...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Coding test are assessments that are designed to evaluate a developer's coding skills and aptitude.

Round 2 - Aptitude Test 

An aptitude test is an exam used to determine an individual's skill or propensity to succeed in a given activity

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your resume updated. ...
Tailor your application to each job. ...
Tidy up your social media. ...
Hit up your network. ...
Be yourself. ...
Practice self-care. ...
Build a professional online presence. ...
Attend networking events.

Tell us how to improve this page.

Cisco Networking Academy Reviews and Ratings

based on 21 reviews

4.7/5

Rating in categories

4.4

Skill development

4.4

Work-life balance

3.7

Salary

4.1

Job security

4.3

Company culture

4.3

Promotions

4.2

Work satisfaction

Explore 21 Reviews and Ratings
Business Analyst
4 salaries
unlock blur

₹10 L/yr - ₹20 L/yr

Network Engineer
4 salaries
unlock blur

₹1.8 L/yr - ₹5 L/yr

Cyber Security Intern
4 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

Software Engineer
3 salaries
unlock blur

₹3 L/yr - ₹7.5 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
write
Share an Interview