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 Feb 2025

Top Cisco Interview Questions and Answers

View all 299 questions

Cisco Interview Experiences

Popular Designations

370 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Explain Agile Principles
  • Ans. 

    Agile principles are a set of values and practices that prioritize flexibility, collaboration, and customer satisfaction in project management.

    • Customer satisfaction through continuous delivery of valuable software

    • Welcome changing requirements, even late in development

    • Frequent collaboration between developers and business stakeholders

    • Self-organizing teams that reflect on how to become more effective

    • Regular adaptation to

  • Answered by AI
  • Q2. How will you resolve conflicts
  • Ans. 

    I will address conflicts by actively listening, understanding all perspectives, and facilitating open communication to find a mutually beneficial solution.

    • Actively listen to all parties involved to understand their perspectives

    • Facilitate open communication to encourage dialogue and collaboration

    • Identify common goals and interests to find a mutually beneficial solution

    • Encourage compromise and negotiation to reach a reso...

  • Answered by AI
  • Q3. How will you make sure that Jira issues are not moved ahead
  • Ans. 

    Regularly review and prioritize Jira issues, set clear deadlines, communicate with team members, and track progress.

    • Regularly review and prioritize Jira issues to ensure they are not moved ahead without proper consideration.

    • Set clear deadlines for each Jira issue to prevent unnecessary delays.

    • Communicate effectively with team members to ensure everyone is on the same page regarding the status of Jira issues.

    • Track progr...

  • Answered by AI

Skills evaluated in this interview

Technical Project Manager Interview Questions asked at other Companies

Q1. 1) What are Isolation levels in SQL? 2) What happens if same SP is modified by multiple users at same time, how do u capture the details of each user's changes? 3) What are ACID properties? 4) What are triggers & its types? 5) What is f... read more
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Leetcode easy medium strings and arrays questions

Round 2 - Technical 

(2 Questions)

  • Q1. How TCP works? How does it handle cognition?
  • Ans. 

    TCP is a protocol that ensures reliable communication by establishing a connection, managing data transfer, and handling errors.

    • TCP establishes a connection between two devices before data transfer begins.

    • It breaks data into packets and numbers them for sequencing.

    • It uses acknowledgments and retransmissions to ensure all packets are received.

    • TCP handles flow control by adjusting the transmission rate based on receiver'...

  • Answered by AI
  • Q2. Dynamic programming coding question
Round 3 - One-on-one 

(1 Question)

  • Q1. Team fit with director about previous experience

Skills evaluated in this interview

Top Cisco Software Engineer Interview Questions and Answers

Q1. Row Of A Matrix With Maximum OnesYou are given a 2D matrix (containing either ‘0’ or ‘1’) of size N x M, where each row is in sorted order. Find the 0-based index of the first row that has the maximum number of 1's. For example : For given ... read more
View answer (3)

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

I applied via Referral and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Accounting mcq online
  • Q2. Excel solving online
Round 2 - One-on-one 

(2 Questions)

  • Q1. Dso calculation
  • Q2. Current experience

Interview Preparation Tips

Topics to prepare for Cisco Financial Analyst interview:
  • Financial Analysis

Financial Analyst Interview Questions asked at other Companies

Q1. Suppose you have 10000 US dollars with you, out of which you took a loan of 5000 US Dollars. Now suppose you have purchased two assets of 5000 US Dollars each, one through cash and other through bank loan. How would you show this transactio... read more
View answer (3)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Walk-in and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. HTTP header format ?
  • Ans. 

    HTTP headers are key-value pairs sent between the client and server to provide additional information about the request or response.

    • HTTP headers consist of a key-value pair separated by a colon, with each pair separated by a new line

    • Headers are used to provide information such as content type, content length, caching directives, authentication credentials, etc.

    • Example: 'Content-Type: application/json'

  • Answered by AI
  • Q2. TCP IP/OSI Model

Interview Preparation Tips

Topics to prepare for Cisco Software Engineer interview:
  • DSA
  • Computer Networking
  • Operating Systems

Skills evaluated in this interview

Top Cisco Software Engineer Interview Questions and Answers

Q1. Row Of A Matrix With Maximum OnesYou are given a 2D matrix (containing either ‘0’ or ‘1’) of size N x M, where each row is in sorted order. Find the 0-based index of the first row that has the maximum number of 1's. For example : For given ... read more
View answer (3)

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 (169)

Cisco interview questions for popular designations

 Software Engineer

 (59)

 Software Developer

 (26)

 Senior Software Engineer

 (10)

 Apprentice

 (8)

 Hardware Engineer

 (8)

 Technical Consultant

 (8)

 Technical Consulting Engineer

 (8)

 Network Engineer

 (7)

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

(2 Questions)

  • Q1. Make Kanbon board in react live coding
  • Ans. 

    Create a Kanban board in React during live coding interview

    • Use React components to represent different sections of the Kanban board (e.g. To Do, In Progress, Done)

    • Implement drag and drop functionality for moving tasks between sections

    • Utilize state management (e.g. useState) to track the tasks and their statuses

    • Style the board using CSS or a UI library like Material-UI

  • Answered by AI
  • Q2. Write unit testing for the same
  • Ans. 

    Unit testing is a software testing method where individual units or components of a software are tested in isolation.

    • Identify the unit to be tested

    • Write test cases to cover different scenarios

    • Use testing frameworks like JUnit or NUnit

    • Mock external dependencies for isolated testing

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Front end development

Skills evaluated in this interview

Top Cisco Senior Software Engineer Interview Questions and Answers

Q1. What is difference between mutex semaphore?
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (1)

Get interview-ready with Top Cisco Interview Questions

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

Nice aptitude questions were there , so best of luck

Round 2 - Technical 

(2 Questions)

  • Q1. About resume he asked
  • Q2. About technical skills
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion ,

Graduate Apprenticeship Trainee Interview Questions asked at other Companies

Q1. What is required to increase the flow rate in a centrifugal pump?
View answer (1)

Jobs at Cisco

View all

tce Interview Questions & Answers

user image Srinivas N

posted on 8 Jan 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Basic questions on cloud and networking
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

2 coding questions in c/c++, 1 hr 30 mins - no. of deletions/additions needed to make 1 string equal to another. 2. print frequency of each number in array

Top Cisco Senior Software Engineer Interview Questions and Answers

Q1. What is difference between mutex semaphore?
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

Technician Interview Questions & Answers

user image Anonymous

posted on 25 Jul 2024

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

(2 Questions)

  • Q1. What network tool do you your mostly?
  • Ans. 

    I mostly use Wireshark for network analysis and troubleshooting.

    • Wireshark is a popular network protocol analyzer used for troubleshooting network issues.

    • It allows me to capture and analyze network traffic in real-time.

    • I can identify network problems, security vulnerabilities, and performance bottlenecks using Wireshark.

  • Answered by AI
  • Q2. What do you do first if pwoer has gone?

Skills evaluated in this interview

Technician Interview Questions asked at other Companies

Q1. What kinds of pipe used for hot and cold water supply ?
View answer (7)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is call apply bind
  • Ans. 

    call, apply, and bind are methods in JavaScript used to manipulate the context of a function.

    • call - calls a function with a given 'this' value and arguments provided individually.

    • apply - calls a function with a given 'this' value and arguments provided as an array.

    • bind - creates a new function that, when called, has its 'this' keyword set to the provided value.

  • Answered by AI
  • Q2. What is currying
  • Ans. 

    Currying is a technique in functional programming where a function with multiple arguments is transformed into a sequence of functions, each taking a single argument.

    • Currying helps in creating reusable functions and improving code readability.

    • It allows partial application of functions, where some arguments are fixed and others are left to be provided later.

    • Example: const add = a => b => a + b; add(2)(3) will return 5.

  • Answered by AI

Skills evaluated in this interview

Top Cisco Software Engineer Interview Questions and Answers

Q1. Row Of A Matrix With Maximum OnesYou are given a 2D matrix (containing either ‘0’ or ‘1’) of size N x M, where each row is in sorted order. Find the 0-based index of the first row that has the maximum number of 1's. For example : For given ... read more
View answer (3)

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 (169)

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, Cisco, Linux Administration and Computer Networking.
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 270 interviews

Interview experience

4.4
  
Good
View more

Interview Questions from Similar Companies

IBM Interview Questions
4.0
 • 2.4k Interviews
Oracle Interview Questions
3.7
 • 902 Interviews
Dell Interview Questions
4.0
 • 392 Interviews
VMware Software Interview Questions
4.4
 • 157 Interviews
NetApp Interview Questions
3.9
 • 64 Interviews
Gen Interview Questions
4.0
 • 17 Interviews
Fortinet Interview Questions
4.2
 • 12 Interviews
View all

Cisco Reviews and Ratings

based on 1.8k reviews

4.1/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 Technical Leader - Embedded C

Bangalore / Bengaluru

11-15 Yrs

Not Disclosed

Software Engineering Technical Leader

Bangalore / Bengaluru

11-15 Yrs

Not Disclosed

Software Engineer II - NSO Engineering

Bangalore / Bengaluru

2-7 Yrs

Not Disclosed

Explore more jobs
Software Engineer
2.6k salaries
unlock blur

₹10 L/yr - ₹39 L/yr

Technical Consulting Engineer
648 salaries
unlock blur

₹8.1 L/yr - ₹30 L/yr

Senior Software Engineer
634 salaries
unlock blur

₹14 L/yr - ₹48 L/yr

Network Engineer
418 salaries
unlock blur

₹3.8 L/yr - ₹13.1 L/yr

Software Developer
346 salaries
unlock blur

₹9 L/yr - ₹40 L/yr

Explore more salaries
Compare Cisco with

Google

4.4
Compare

Microsoft Corporation

4.0
Compare

Hewlett Packard Enterprise

4.2
Compare

Juniper Networks

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