Cisco
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
I applied via Referral and was interviewed before Mar 2023. There were 3 interview rounds.
Hackerrank two questions related to linked list with in 90 min.
I applied via Campus Placement and was interviewed before Nov 2022. There were 5 interview rounds.
1st technical coding round on hackerrank (60 mins.). 1 program and 1 SQL query.
I applied via LinkedIn and was interviewed before May 2023. There was 1 interview round.
What people are saying about Cisco
I applied via Company Website and was interviewed in Jun 2022. There were 3 interview rounds.
DS and Algo Problems
Cisco interview questions for designations
I applied via LinkedIn and was interviewed before Apr 2023. There was 1 interview round.
Sorting an array of strings in alphabetical order
Use a sorting algorithm like quicksort or mergesort
Ensure the sorting is case-insensitive if needed
Consider using built-in sorting functions in programming languages like sort() in Python
Get interview-ready with Top Cisco Interview Questions
I was interviewed in Apr 2022.
Event bubble and capture are two ways of propagating events in the DOM tree.
Event bubble is the default behavior where an event is first captured by the innermost element and then propagated to the outer elements.
Event capture is the opposite of event bubble where an event is first captured by the outermost element and then propagated to the inner elements.
Both event bubble and capture can be used together to handle ev...
Async in JS allows non-blocking code execution despite being single-threaded.
JS uses event loop to handle async operations
Callbacks, Promises, and Async/Await are used for async programming
setTimeout() and setInterval() are examples of async functions
JS runtime delegates async tasks to the browser or Node.js environment
Async code can improve performance and user experience
I was interviewed in Aug 2021.
Round duration - 60 Minutes
Round difficulty - Hard
It included 36 mcqs covering questions in DBMS, OS, Networking etc and 1 coding question which i felt was a little tough (it was some thing mix of matrix traversal and DP combined).
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 sorted in non-decreasing order. Your...
Find the row with the maximum number of 1's in a sorted 2D matrix.
Iterate through each row of the matrix and count the number of 1's in each row.
Keep track of the row index with the maximum number of 1's seen so far.
Return the index of the row with the maximum number of 1's.
If multiple rows have the same number of 1's, return the row with the smallest index.
Round duration - 60 Minutes
Round difficulty - Medium
Interviewer asked me a DSA based question and then she asked me questions on ReactJS, Mongo queries, MySQL queries etc
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 right. If there is no such greater ele...
The task is to find the next greater element for each element in an array to its right, if no greater element exists, return -1.
Use a stack to keep track of elements for which the next greater element is not found yet.
Iterate through the array from right to left and update the stack accordingly.
Pop elements from the stack until a greater element is found or the stack is empty.
Round duration - 60 Minutes
Round difficulty - Easy
It was managerial round, i was asked questions on everything that i have included in my resume
Given a pattern as a string and a set of words, determine if the pattern and the words list align in the same sequence.
T (number of test cases)
For each test ca...
The problem involves determining if a given pattern aligns with a list of words in the same sequence.
Iterate through the pattern and words list simultaneously to check for alignment
Use a hashmap to store the mapping between characters in the pattern and words in the list
Compare the mappings to determine if the sequence matches
Return 'True' if the sequence matches, otherwise return 'False'
Tip 1 : Be patient and be consistent (It took me 3 months before i could get my first job)
Tip 2 : Practice DSA and if possible DP everyday
Tip 3 : Only include main projects in Resume (don't include projects like TO-DO app etc)
Tip 4 : Don't panic in interviews, interviewers are friendly
Tip 5 : Company specific preparation (EX : Some companies have System design rounds and some dont)
Tip 1 : Include only the main projects in resume
Tip 2 : Try to do it ATS friendly
Tip 3 : Don't lie on resume (Managerial round is fully dependent on things in your resume and managers don't expect freshers to be out of box and know everything, so just include what you know)
I applied via LinkedIn and was interviewed before Apr 2023. There was 1 interview round.
I applied via Referral and was interviewed before Jan 2023. There were 2 interview rounds.
1 Hour, Data structure,Cryptography, Block Chain,
I applied via Walk-in and was interviewed in Jun 2022. There were 2 interview rounds.
Networks question more, aptitude more,less os questions. Some are easy and medium
One coding question practice questions ha ker platform.medium level
Some of the top questions asked at the Cisco Software Engineer interview -
The duration of Cisco Software Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 39 interviews
5 Interview rounds
based on 249 reviews
Rating in categories
Software Engineer
2.6k
salaries
| ₹0 L/yr - ₹0 L/yr |
Technical Consulting Engineer
653
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
642
salaries
| ₹0 L/yr - ₹0 L/yr |
Network Engineer
418
salaries
| ₹0 L/yr - ₹0 L/yr |
Technical Lead
353
salaries
| ₹0 L/yr - ₹0 L/yr |
Microsoft Corporation
Hewlett Packard Enterprise
Juniper Networks