Cisco interview experience Real time questions & tips from candidates to crack your interview

SDE - 2

Cisco
upvote
share-icon
4 rounds | 11 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 3 months
Topics: Computer Network Gate CS Level, Operating System college Level, Array and Linked List, Dynamic Programming, DFS and BFS
Tip
Tip

Tip 1 : Computer Network should be strong
Tip 2 : Exposure to system programming also helps
Tip 3 : At least 150 problems and C++ was not allowed so prepare accordingly

Application process
Where: Campus
Eligibility: None
Resume Tip
Resume tip

Tip 1 : Project should be really good
Tip 2 : Write Computer Network and Operating System Courses in resume as course taken

Interview rounds

01
Round
Medium
Online Coding Interview
Duration60 minutes
Interview date11 Nov 2020
Coding problem2

2 coding question both and 15 MCQ

Only C , Java , Python are allowed

1. Minimum steps to reach target by a Knight

Moderate
25m average time
60% success
0/80
Asked in companies
MicrosoftIntuitSwiggy

You have been given a square chessboard of size ‘N x N’. The position coordinates of the Knight and the position coordinates of the target are also given.

Your task is to find out the minimum steps a Knight will take to reach the target position.

alt text

Example:
knightPosition: {3,4}
targetPosition: {2,1}

alt text

The knight can move from position (3,4) to positions (1,3), (2,2) and (4,2). Position (4,2) is selected and the ‘stepCount’ becomes 1. From position (4,2), the knight can directly jump to the position (2,1) which is the target point and ‘stepCount’ becomes 2 which is the final answer. 

Note:

1. The coordinates are 1 indexed. So, the bottom left square is (1,1) and the top right square is (N, N).

2. The knight can make 8 possible moves as given in figure 1.

3. A Knight moves 2 squares in one direction and 1 square in the perpendicular direction (or vice-versa).
Try solving now

2. Maximum Size Rectangle Sub-matrix With All 1's

Hard
10m average time
80% success
0/120
Asked in companies
HikeAdobeSamsung R&D Institute

You are given an 'N' * 'M' sized binary-valued matrix 'MAT, where 'N' is the number of rows and 'M' is the number of columns. You need to return the maximum size (area) of the submatrix which consists of all 1’s i.e. the maximum area of a submatrix in which each cell has only the value ‘1’.

subMatrix_image

In the above image, areas in green, red, and violet color are all submatrices of the original 4x4 matrix.

Note:

1. Binary valued matrix has only two values in each cell : 0 and 1.
2. A submatrix is a matrix formed by selecting certain rows and columns from a larger matrix.
3. The area of a matrix with 'h' rows and 'w' columns is equal to 'h' * 'w'. 
Try solving now
02
Round
Easy
Video Call
Duration45 minutes
Interview date1 Dec 2020
Coding problem6

Around 6 am morning
2 interviewers

1. Reverse Linked List

Easy
15m average time
85% success
0/40
Asked in companies
PayPalOracleVisa
Note :
You do not need to print anything, just return the head of the reversed linked list. 
Try solving now

2. OS Question

Synchronization in Operating System in detail

Problem approach

Tip 1 : Go through Semaphore extremely important 

3. Networking Question

Osi model with example at each layer transfer

Problem approach

Tip 1 : they will ask question in between make sure u explain it in very detail and give example live like how this interview is happening online with each layer playing its role.

4. Networking Question

What is NAT router?

Problem approach

Tip 1 : Network address translation router

5. Technical Question

How do beat Google if u want to make a search engine?

Problem approach

Tip 1 : I took this question to system design horizontal and vertical scaling which they agreed

6. Puzzle

Total water in earth ?

Problem approach

Tip 1 : I said that i know earth radius , will calculate its surface area and multiple with average depth of water bodies in earth , they didn't respond.

03
Round
Easy
Video Call
Duration30 minutes
Interview date1 Dec 2020
Coding problem1

Manager Round

1. Puzzle

It was all on my master's thesis

Problem approach

Tip 1 : Make sure if u project is working put its link preferably video of the working project my project was on ML and IOT and I put a Video link .

04
Round
Easy
HR Round
Duration10 Minutes
Interview date1 Dec 2020
Coding problem2

Salary breakdown and Location preference

1. Basic HR Question

Are u satisfied with the salary breakup?

2. Basic HR Question

Location preferences: banglore, chennai, Pune

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

To make an AI less repetitive in a long paragraph, you should increase:

Choose another skill to practice
Similar interview experiences
company logo
SDE - 2
3 rounds | 4 problems
Interviewed by Cisco
745 views
0 comments
0 upvotes
company logo
System Engineer Specialist
3 rounds | 6 problems
Interviewed by Cisco
660 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 5 problems
Interviewed by Cisco
834 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 5 problems
Interviewed by Cisco
968 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 2
5 rounds | 12 problems
Interviewed by Walmart
29511 views
8 comments
0 upvotes
company logo
SDE - 2
3 rounds | 5 problems
Interviewed by Amazon
6661 views
1 comments
0 upvotes
company logo
SDE - 2
6 rounds | 8 problems
Interviewed by Amazon
5158 views
0 comments
0 upvotes