Cisco
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
I applied via YouTube and was interviewed before Sep 2021. There were 4 interview rounds.
Reasoning, English grammar, logical
I applied via Referral and was interviewed in Dec 2021. There were 3 interview rounds.
I have taken part in several deals, including the acquisition of a major hardware company and negotiating partnerships with top tech firms.
Acquisition of a major hardware company
Negotiating partnerships with top tech firms
Securing funding for a new product launch
Leading a team in the development of a new hardware product
Successfully launching a new product in a competitive market
I applied via LinkedIn and was interviewed before Aug 2022. There were 2 interview rounds.
Web development on food website and
What people are saying about Cisco
I applied via Naukri.com and was interviewed in Jan 2022. There were 3 interview rounds.
Cisco interview questions for popular designations
I appeared for an interview before Apr 2021.
Round duration - 60 minutes
Round difficulty - Medium
The 1st round was a MCQ round consisting of 50 problems in 1 hour. The questions were from aptitude, Data structures, microprocessors and some common puzzles.
Round duration - 30 minutes
Round difficulty - Medium
The interview started with the general Tell me about Yourself. He mainly wanted to know my subjects and fields of interest. he gave a DSA question. You are given a sorted array and your objective is to construct a BST out of it. The constructed BST should have the shortest possible height. I had to first explain my approach to the problem and when he was convinced I was asked to write the full code for the problem
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
and has an associated weight represe...
Round duration - 10 minutes
Round difficulty - Easy
HR asked me about my zone of interests and explained to me some basic rules and what I have to do if I face any kind of problem
Tip 1 : Try solving the question on your own.
Tip 2 : Practice regularly
Tip 3 : Do some good projects, so that concepts will become clear.
Tip 1 : Highlight your skills.
Tip 2 : Highlight your previous internships.
Get interview-ready with Top Cisco Interview Questions
I appeared for an interview before Mar 2021.
Round duration - 60 Minutes
Round difficulty - Easy
This was the initial round consisting of some aptitude questions,technical multiple choice questions and one coding question.
The Multiple Choice Questions were pretty straight forward.
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...
Find the minimum number of dice throws required to reach the last cell on a 'Snake and Ladder' board.
Start from the bottom left cell and move according to dice outcomes (1-6).
Utilize snakes and ladders to reach the last cell faster.
Keep track of the minimum number of throws required to reach the last cell.
If unreachable, return -1 as output.
Round duration - 45 Minutes
Round difficulty - Medium
I had two interviewers in this round.Some Problem solving questions were asked in this round.
Your task is to determine if two given strings are anagrams of each other. Two strings are considered anagrams if you can rearrange the letters of one string to form the...
Check if two strings are anagrams of each other by comparing their sorted characters.
Sort the characters of both strings and compare them.
Use a dictionary to count the frequency of characters in each string and compare the dictionaries.
Ensure both strings have the same length before proceeding with comparison.
Example: For input 'spar' and 'rasp', after sorting both strings, they become 'aprs' which are equal, so return
Object Oriented Programming concepts include encapsulation, inheritance, polymorphism, and abstraction.
Encapsulation: Bundling data and methods that operate on the data into a single unit (class). Example: Class Car with properties like color and methods like drive().
Inheritance: Creating new classes based on existing classes, inheriting their attributes and methods. Example: Class SUV inheriting from class Car.
Polymor...
Round duration - 45 Minutes
Round difficulty - Easy
Number Of Interviewers : 2
I was asked two problem solving questions and I was asked to explain my projects.
Tip 1 : Focus on mastering the concept and then you'll be able to solve problems
Tip 2 : Do not get demotivated,it's common to get rejected by MNCs.Once you are well prepared,you will end up with the right offer
Tip 1 : Be thorough with every single word mentioned in your resume.
Tip 2 : Don't mention projects unless you have a complete understanding of the technologies used in the project.
I appeared for an interview before Mar 2021.
Round duration - 70 Minutes
Round difficulty - Medium
Interviewer was very nice and made me feel pretty comfortable. We talked about our hobbies for about 10mins and then he asked about my projects and which was my favourite of all. He then asked me a coding question. Which was like pretty easy and I gave him the optimized approach right away. He was satisfied with my approach and just moved on to the next part. He asked me some basic questions related to Operating Systems(related to deadlocks and semaphores). He even asked some basic questions related to OOPS. Then he gave me the next question. This was like a pretty new question for me and I took some time to understand the problem statement and then took some time to think about the logic. I was also sharing my approach with interviewer as well.I finally told him about my approach. He told me that my approach was fine but there also was some other approach but normally no-one would come up with that approach until they have previously solved the question.
We are provided with a tree containing 'N' nodes, numbered from 0 to N-1. The objective is to determine the total number of nodes within each subtree of the provided tree. Speci...
Given a tree, find the number of nodes in each subtree rooted at every node.
Traverse the tree using Depth First Search (DFS) to count nodes in each subtree.
Maintain a count of nodes in each subtree while traversing the tree.
Start the DFS from the root node (node 0) and recursively count nodes in each subtree.
For leaf nodes, the subtree size will be 1 (the node itself).
Round duration - 30 Minutes
Round difficulty - Easy
Interviewer seemed to be a senior manager.He just asked about me and started with the interview.Interviewer asked me to design a standard map(hash-map). I gave him my approach and he also asked me to devise a hash function for it. I also gave him a hash function and he seemed to be pretty satisfied.
Design a basic hash map
Use an array of linked lists to handle collisions
Implement methods for adding, removing, and retrieving key-value pairs
Include a hashing function to map keys to indices in the array
Tip 1 : Practise as many questions as you can
Tip 2 : Try solving the question on your own.
Tip 3 : To learn the concepts of OOM its best to go through a project.
Tip 1 : Mention your coding achievements
Tip 2 : Do not make a big resume.
I appeared for an interview before Nov 2020.
Round duration - 60 minutes
Round difficulty - Medium
The test was in the evening which was not too late. It was conducted on Hackerrank which is a very common platform and was hence familiar. There were 26 questions:
Q1: Coding Question
3 languages were allowed: c, java8, python3
Q2 - Q26: Multiple Choice Questions
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 t...
Find the node where two linked lists merge, return -1 if no merging occurs.
Traverse both lists to find the lengths and the last nodes
Align the starting points of both lists by moving the longer list's pointer ahead by the difference in lengths
Traverse both lists simultaneously until a common node is found, which is the merging point
Tip 1 : Practice competitive programming as much as possible. It's never too late. Start now. But it is important to practice before appearing for the paper.
Tip 2 : Try to start making projects early on as it plays a major role during the interviews.
Tip 3 : Be involved in extra curricular activities and events like Hackathons even if you don't win all of them. It gives a lot of exposure and experience.
Tip 4 : Don't lose touch with your core subjects.
Tip 5 : An internship/training from a good organization always helps (though don't lose hope if you don't have it).
Tip 6 : Focus on your communication skills along with your core subjects as it helps in giving a good impression during the interviews.
Tip 1 : Maintain a good CGPA (above 7.5)
Tip 2 : Mention your projects as they are noticed in the interview
Tip 3 : Having an internship experience especially from a good organization helps
Tip 4 : Focus on extra curricular activities too
Tip 5 : Do not put things you are not sure about
Some of the top questions asked at the Cisco interview for freshers -
The duration of Cisco interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 25 interviews
Interview experience
based on 1.9k reviews
Rating in categories
Software Engineer
2.7k
salaries
| ₹9.8 L/yr - ₹40 L/yr |
Senior Software Engineer
654
salaries
| ₹14 L/yr - ₹48.8 L/yr |
Technical Consulting Engineer
651
salaries
| ₹8 L/yr - ₹30 L/yr |
Network Engineer
397
salaries
| ₹3.9 L/yr - ₹17 L/yr |
Software Developer
359
salaries
| ₹17.9 L/yr - ₹43.1 L/yr |
Microsoft Corporation
Sterlite Technologies
Nokia Networks