Upload Button Icon Add office photos

Cisco

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Cisco Interview Questions, Process, and Tips

Updated 26 Mar 2025

Top Cisco Interview Questions and Answers

  • Q1. Dijkstra's Shortest Path Problem Statement You are given an undirected graph with V vertices (numbered from 0 to V-1) and E edges. Each edge connects two nodes u and v a ...read more
  • Q2. LCA of Three Nodes Problem Statement You are given a Binary Tree with 'N' nodes where each node contains an integer value. Additionally, you have three integers, 'N1', ' ...read more
  • Q3. Spiral Matrix Problem Statement You are given a N x M matrix of integers. Your task is to return the spiral path of the matrix elements. Input The first line contains an ...read more
View all 56 questions

Cisco Interview Experiences

Popular Designations

375 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding TestĀ 

DSA, Python, Coding, Optimization, Time and Space Complexity

Senior Python Developer Interview Questions asked at other Companies

Q1.Ā Update tuple in list of tuples ? can we update? How about tuple of lists
View answer (3)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding TestĀ 

Good, questions related to regex

Round 2 - Aptitude TestĀ 

General questions about resume and projects

Technical Lead Interview Questions asked at other Companies

Q1.Ā 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding TestĀ 

2 hours DSA questions

Interview Preparation Tips

Interview preparation tips for other job seekers - DSA

Technical Lead Interview Questions asked at other Companies

Q1.Ā 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

Data Manager Interview Questions & Answers

user image Anonymous

posted on 8 Aug 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Feb 2024.Ā There was 1 interview round.

Round 1 - Informal discussion on skillsĀ 

(2 Questions)

  • Q1. How did i fit the job spec
  • Q2. How could i improve the organisation
  • Ans. 

    Improving organization involves implementing efficient data management systems, streamlining processes, and fostering a culture of collaboration and communication.

    • Implementing a centralized data management system to ensure data consistency and accuracy

    • Automating repetitive tasks to increase efficiency and reduce errors

    • Establishing clear data governance policies to ensure data security and compliance

    • Encouraging cross-de...

  • Answered by AI

Data Manager Interview Questions asked at other Companies

Q1.Ā How do you perform and what are the methodologies used?
View answer (1)

Cisco interview questions for popular designations

Ā Software Engineer

Ā (59)

Ā Software Developer

Ā (26)

Ā Senior Software Engineer

Ā (10)

Ā Technical Consultant

Ā (8)

Ā Hardware Engineer

Ā (8)

Ā Technical Consulting Engineer

Ā (8)

Ā Apprentice

Ā (8)

Ā Network Engineer

Ā (7)

Software QA Engineer Interview Questions & Answers

user image Dhananjay Parab

posted on 27 Jun 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding TestĀ 

List, Dictionries with API

Round 2 - TechnicalĀ 

(2 Questions)

  • Q1. Debug the test code written in Python
  • Ans. 

    Debugging test code in Python

    • Check for syntax errors and typos in the code

    • Use print statements to track the flow of the code and identify any issues

    • Review the logic of the code to ensure it is correctly implemented

    • Utilize debugging tools like pdb or IDE debuggers to step through the code

  • Answered by AI
  • Q2. What is Python Path
  • Ans. 

    Python Path is the location where Python is installed on a computer.

    • Python Path is the directory where the Python interpreter is located.

    • It is used by the operating system to find and execute Python scripts.

    • The Python Path can be set as an environment variable to make it easier to run Python scripts from any directory.

  • Answered by AI

Skills evaluated in this interview

Software QA Engineer Interview Questions asked at other Companies

Q1.Ā What exceptions have u faced while creating framework?
View answer (1)

Get interview-ready with Top Cisco Interview Questions

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - TechnicalĀ 

(1 Question)

  • Q1. Basic reactjs question
Round 2 - TechnicalĀ 

(1 Question)

  • Q1. Json related question

Senior Software Developer Interview Questions asked at other Companies

Q1.Ā Intersection of Linked List Problem You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list. Your task is to determine the data of the node at which they sta... read more
View answer (1)

Jobs at Cisco

View all
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Sep 2023.Ā There were 6 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 - Coding TestĀ 

Mcqs and 2 dsa questions

Round 3 - TechnicalĀ 

(2 Questions)

  • Q1. Computer Networks, operating system, dbms,oop, dsa
  • Q2. In depth project questions
Round 4 - BehavioralĀ 

(1 Question)

  • Q1. Puzzles, CS fundamentals, projects, behavior type questions
Round 5 - ExecutiveĀ 

(1 Question)

  • Q1. In depth project discussion
Round 6 - HRĀ 

(1 Question)

  • Q1. General hr questions

Interview Preparation Tips

Topics to prepare for Cisco Software Engineer Intern Trainee interview:
  • Computer Networks
  • Projects
  • Operating Systems
  • DSA

Software Engineer Intern Trainee Interview Questions asked at other Companies

Q1.Ā find average salary of employees from given table for each designation where employee age greater than 30
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - TechnicalĀ 

(1 Question)

  • Q1. DSA Medium Questions on arrays & linkedList
Round 2 - Coding TestĀ 

DSA, Behavioural, os, some networks basics

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)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jun 2024.Ā There was 1 interview round.

Round 1 - Coding TestĀ 

Hacker rank questions they ask

Senior Sse Software Engineering Analyst Interview Questions asked at other Companies

Q1.Ā Multithreading and reverse of a string and spring mvc and oops concepts and basics of core java and hibernate security restrictions and struts of modules of prototype and security acomplishments of various tools and various integration serv... read more
View answer (1)

Data Engineer Interview Questions & Answers

user image Pradeep Yogesh

posted on 3 Oct 2024

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

(1 Question)

  • Q1. Asked about projects

Top Cisco Data Engineer Interview Questions and Answers

Q1.Ā Optimal Strategy for a Coin Game You are playing a coin game with your friend Ninjax. There are N coins placed in a straight line. Here are the rules of the game: 1. Each coin has a value associated with it. 2. The game involves two players... read more
View answer (1)

Data Engineer Interview Questions asked at other Companies

Q1.Ā Optimal Strategy for a Coin Game You are playing a coin game with your friend Ninjax. There are N coins placed in a straight line. Here are the rules of the game: 1. Each coin has a value associated with it. 2. The game involves two players... read more
View answer (1)

Cisco Interview FAQs

How many rounds are there in Cisco interview?
Cisco interview process usually has 2-3 rounds. The most common rounds in the Cisco interview process are Technical, Coding Test and One-on-one Round.
How to prepare for Cisco 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 Cisco. The most common topics and skills that interviewers at Cisco expect are Python, Cisco, Linux Administration, Computer Networking and cisco.
What are the top questions asked in Cisco interview?

Some of the top questions asked at the Cisco interview -

  1. 1.Two routers are connected,Ospf is enabled but link is down, what are the spec...read more
  2. In a tournament with N teams, where in one team can play only one match per day...read more
  3. What are the new flags which RSTP BPDU's introduc...read more
How long is the Cisco interview process?

The duration of Cisco interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Cisco Interview Process

based on 276 interviews

Interview experience

4.4
Ā Ā 
Good
View more

Interview Questions from Similar Companies

Sterlite Technologies Interview Questions
3.8
Ā ā€¢Ā 166 Interviews
Nokia Networks Interview Questions
4.2
Ā ā€¢Ā 112 Interviews
Nvidia Interview Questions
3.7
Ā ā€¢Ā 105 Interviews
BT Business Interview Questions
4.0
Ā ā€¢Ā 80 Interviews
Juniper Networks Interview Questions
4.2
Ā ā€¢Ā 67 Interviews
Lumen Technologies Interview Questions
4.0
Ā ā€¢Ā 53 Interviews
Arista Networks Interview Questions
4.2
Ā ā€¢Ā 43 Interviews
Colt Technology Services Interview Questions
4.4
Ā ā€¢Ā 23 Interviews
TransPerfect Interview Questions
3.4
Ā ā€¢Ā 22 Interviews
WatchGuard Technologies Interview Questions
3.9
Ā ā€¢Ā 19 Interviews
View all

Cisco Reviews and Ratings

based on 1.8k reviews

4.2/5

Rating in categories

3.9

Skill development

4.3

Work-life balance

3.9

Salary

3.5

Job security

4.2

Company culture

3.5

Promotions

3.8

Work satisfaction

Explore 1.8k Reviews and Ratings
Software Engineer

Bangalore / Bengaluru

3-6 Yrs

ā‚¹ 4.3-38 LPA

Partner Account Manager

New Delhi

8-10 Yrs

Not Disclosed

Software Escalations Engineer

Bangalore / Bengaluru

5-8 Yrs

Not Disclosed

Explore more jobs
Software Engineer
2.6k salaries
unlock blur

ā‚¹11 L/yr - ā‚¹40 L/yr

Technical Consulting Engineer
679 salaries
unlock blur

ā‚¹10.1 L/yr - ā‚¹31.5 L/yr

Senior Software Engineer
647 salaries
unlock blur

ā‚¹14 L/yr - ā‚¹48.8 L/yr

Network Engineer
395 salaries
unlock blur

ā‚¹3.9 L/yr - ā‚¹17 L/yr

Software Developer
358 salaries
unlock blur

ā‚¹17.9 L/yr - ā‚¹43.2 L/yr

Explore more salaries
Compare Cisco with

Google

4.4
Compare

Microsoft Corporation

4.0
Compare

Sterlite Technologies

3.8
Compare

Nokia Networks

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