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 Software Engineer Interview Questions, Process, and Tips

Updated 1 Dec 2024

Top Cisco Software Engineer Interview Questions and Answers

  • Q1. Find Row With Maximum 1's in a Sorted 2D Matrix You are provided with a 2D matrix containing only the integers 0 or 1. The matrix has dimensions N x M, and each row is s ...read more
  • Q2. 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 ...read more
  • Q3. Next Greater Element Problem Statement You are given an array arr of length N . For each element in the array, find the next greater element (NGE) that appears to the ri ...read more
View all 46 questions

Cisco Software Engineer Interview Experiences

59 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. DS and algo coding questions
Round 2 - Technical 

(1 Question)

  • Q1. Around Designing and microservices
Round 3 - HR 

(1 Question)

  • Q1. Past experince and salary expected
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 - One-on-one 

(1 Question)

  • Q1. Don't remember the question
Round 3 - Technical 

(1 Question)

  • Q1. What is a microservice?
  • Ans. 

    A microservice is a small, independent, and loosely coupled service that performs a specific business function.

    • Microservices are designed to be small and focused on a single task or business function.

    • They communicate with each other through APIs.

    • Each microservice can be developed, deployed, and scaled independently.

    • Examples include user authentication service, payment processing service, and notification service.

  • Answered by AI

Skills evaluated in this interview

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Mar 2023. There were 5 interview rounds.

Round 1 - Coding Test 

Hackerrank coding test

Round 2 - One-on-one 

(1 Question)

  • Q1. Screening round
Round 3 - Technical 

(1 Question)

  • Q1. Technical round
Round 4 - Technical 

(1 Question)

  • Q1. Technical round
Round 5 - HR 

(1 Question)

  • Q1. Compensation discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Some time luck sometime hard work
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Apr 2023. There were 3 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 

Implement browsing history with any data structure.
Implement a program to check if a string is anagram.

Round 3 - Technical 

(1 Question)

  • Q1. Explain your current project and technical questions in each part of it. How could we do merge operations in MongoDB

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice HackerRank / LeetCode medium problems.

Cisco interview questions for designations

 Senior Software Engineer

 (10)

 Software QA Engineer

 (4)

 Software Engineer Intern

 (4)

 Software Engineer III

 (2)

 Associate Software Engineer

 (1)

 Lead Software Engineer

 (1)

 Software Testing Engineer

 (1)

 Embedded Software Engineer

 (1)

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

I applied via Campus Placement and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Matrix problem of traversing the matrix in a spiral way

Round 2 - Technical 

(2 Questions)

  • Q1. Maximum sum subarray- I chose Python as my language
  • Q2. Merge Sort Implementation- I chose C++ as my language

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best

Get interview-ready with Top Cisco Interview Questions

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

I applied via Naukri.com and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

HackerRank test link for 2 problems and all the test cases must be pass to get selected for next round

Round 2 - Technical 

(3 Questions)

  • Q1. 4-5 random programs to check the logic.
  • Q2. OS concept and questions on this.
  • Q3. Memory leak and optimization techniques and apply same on the programming questions.

Software Engineer Jobs at Cisco

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

I applied via Campus Placement and was interviewed before Jul 2023. There were 5 interview rounds.

Round 1 - Aptitude Test 

Online hackerrank apititude test covering some C coding as well

Round 2 - Coding Test 

Hackerrank medium question

Round 3 - Group Discussion 

Discussion on current world affaris

Round 4 - Technical 

(2 Questions)

  • Q1. How do you implement a queue using as stacks
  • Ans. 

    Implement a queue using two stacks by using one stack for enqueue operation and another stack for dequeue operation.

    • Use one stack for enqueue operation by pushing elements onto it.

    • Use another stack for dequeue operation by popping elements from it. If the dequeue stack is empty, transfer all elements from the enqueue stack to the dequeue stack.

    • Maintain the order of elements by transferring elements between the two stac

  • Answered by AI
  • Q2. Generate a spiral for given matrix in clockwise direction
  • Ans. 

    Generate a spiral order traversal of a given matrix in clockwise direction

    • Initialize variables for top, bottom, left, right boundaries

    • Iterate through the matrix in a spiral order while adjusting boundaries

    • Add elements to the result array in the spiral order

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Preferred location?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be good with fundamentals. They don't usually ask leetcode hard

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Jul 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 - Technical 

(1 Question)

  • Q1. Position : Platform engineer.Mainly basic C questions ,like pointers , bit wise operations. Basic linux questions, like booting process , kernel debugging techniques .Detail questions on i2c , includes deb...
Round 3 - Technical 

(1 Question)

  • Q1. Same like 1st round .
Round 4 - HR 

(1 Question)

  • Q1. Just salary discussions

Interview Preparation Tips

Interview preparation tips for other job seekers - Mainly C questions (in details)
Basic linux kernel questions

I applied via Recruitment Consulltant and was interviewed in Apr 2022. There were 5 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 

Normal coding round with two questions

Round 3 - Technical 

(3 Questions)

  • Q1. Technical discussion round with detailed on design and technical things
  • Q2. Performance improvements in Angular
  • Ans. 

    Performance improvements in Angular can be achieved through lazy loading, AOT compilation, and optimizing change detection.

    • Lazy loading: load modules only when needed

    • AOT compilation: pre-compile templates for faster rendering

    • Optimizing change detection: use OnPush strategy, avoid unnecessary bindings

    • Use trackBy function for ngFor loops

    • Use pure pipes instead of impure pipes

    • Use ngZone.runOutsideAngular() for heavy comput...

  • Answered by AI
  • Q3. What are possible security issues and How to manage Security concerns in web application
  • Ans. 

    Possible security issues and how to manage them in web applications

    • SQL injection attacks

    • Cross-site scripting (XSS) attacks

    • Cross-site request forgery (CSRF) attacks

    • Insecure authentication and authorization mechanisms

    • Sensitive data exposure

    • Implementing secure coding practices

    • Regularly updating software and security patches

    • Conducting regular security audits and penetration testing

    • Implementing multi-factor authentication

    • Us...

  • Answered by AI
Round 4 - Behavioral 

(1 Question)

  • Q1. Questions related to team management and working in teams, leadership etc
Round 5 - HR 

(1 Question)

  • Q1. Normal HR questions like why Cisco, why changing current job etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company and culture and work will depend on project and team.

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Mar 2023. There were 4 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic in C, questions on projects
  • Q2. Pointer arithmetic, Bitwise operators etc
Round 2 - One-on-one 

(2 Questions)

  • Q1. Coding questions on Data structures
  • Q2. LinkedLists, Pointers related questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Discussion on projects, bit wise operators
Round 4 - One-on-one 

(1 Question)

  • Q1. Discussion with manager - Details about projects, their existing project

Cisco Interview FAQs

How many rounds are there in Cisco Software Engineer 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 Software Engineer 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, Linux Administration, Computer Networking, Cisco and Debugging.
What are the top questions asked in Cisco Software Engineer interview?

Some of the top questions asked at the Cisco Software Engineer interview -

  1. How many clients are possible for a /24 address?. What is the network address a...read more
  2. When would I go for a router to make two computers communica...read more
  3. What is the difference between an arraylist and a linkedlist in Ja...read more
How long is the Cisco Software Engineer interview process?

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

Tell us how to improve this page.

Cisco Software Engineer Interview Process

based on 39 interviews

5 Interview rounds

  • Technical Round - 1
  • Coding Test Round
  • Technical Round - 2
  • Personal Interview1 Round
  • HR Round
View more
Cisco Software Engineer Salary
based on 2.6k salaries
₹10 L/yr - ₹37 L/yr
191% more than the average Software Engineer Salary in India
View more details

Cisco Software Engineer Reviews and Ratings

based on 249 reviews

4.2/5

Rating in categories

3.9

Skill development

4.3

Work-life balance

3.9

Salary

3.6

Job security

4.4

Company culture

3.4

Promotions

3.7

Work satisfaction

Explore 249 Reviews and Ratings
Software Engineer - AI/ML + Golang/Python

Bangalore / Bengaluru

2-7 Yrs

₹ 4.3-40 LPA

Software Engineer

Bangalore / Bengaluru

2-7 Yrs

₹ 4.3-40 LPA

Software Engineer

Bangalore / Bengaluru

6-8 Yrs

₹ 9.3-42 LPA

Explore more jobs
Software Engineer
2.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Consulting Engineer
653 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
642 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Network Engineer
418 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
353 salaries
unlock blur

₹0 L/yr - ₹0 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