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

Software Developer

Cisco
upvote
share-icon
3 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 3 Months
Topics: Data Structures & Algorithms, Operating System, Object-Oriented Programming System, DBMS, CN
Tip
Tip

Tip 1 : Prepare DSA well and I personally recommend Coding Ninjas and GeeksForGeeks for interview preparation.
Tip 2 : Be confident & relaxed during the interview.
Tip 3 : Do revise your projects i.e how it works and what are its functionalities.

Application process
Where: Linkedin
Eligibility: No criteria
Resume Tip
Resume tip

Tip 1 : Make your resume short and try to make it one page only and mention all your skills that you are confident in.
Tip 2 : Do not put false things on your resume.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 minutes
Interview date28 Aug 2022
Coding problem2

2 Coding Questions

1. Longest Unique Substring ll

Easy
0/40
Asked in companies
Goldman SachsCiscoIntuit

You are given a string 'Str' consisting of 'N' lowercase Latin letters. You have to find the longest substring of the given string without repeating characters.

String ‘B’ is a substring of string ‘A’ if it can be obtained from ‘A’ by deletion of several (possibly, zero or all) characters from the beginning and several (possibly, zero or all) characters from the end.

For Example :
If the given input string is "aabc", then you should return "abc" as the longest substring without repeating characters.
Note :
If there are multiple substrings with the same length, then you should print the substring which comes earlier in the given string. 
For Example :
If the given input string is "abcda", here “abcd” and “bcda” can be the longest unique substring but “abcd” comes earlier in the given string. So we will print “abcd” as the longest unique substring.
Try solving now

2. Count with K different characters

Moderate
15m average time
85% success
0/80
Asked in companies
CIS - Cyber InfrastructureSwiggyAmazon

You are given a string 'str' of lowercase alphabets and an integer 'k' .


Your task is to return the count all the possible substrings that have exactly 'k' distinct characters.


For example:

'str' = abcad and 'k' = 2. 

We can see that the substrings {ab, bc, ca, ad} are the only substrings with 2 distinct characters. 

Therefore, the answer will be 4.    
Try solving now
02
Round
Easy
Face to Face
Duration40 mintues
Interview date6 Sep 2022
Coding problem1

Asked me questions about python Implementation, and Computer Networking Questions.
The interviewer asked me 1-2 line approach to code. they want to ask for List Comprehension in Python.

1. Even Odd Pulse

Moderate
15m average time
80% success
0/80
Asked in companies
AccentureCisco

You are given an array 'A' of size 'N' and an integer 'K'.

The 'Pulse' of a subarray of 'A' is defined as the product of the number of even elements and the number of odd elements in that subarray.

Return the minimum possible length of a subarray having 'Pulse' greater than or equal to 'K'. If there does not exist any subarray having 'Pulse' greater than or equal to 'K', then return -1.

Note : Assume 0-based indexing.

A subarray is any contiguous part of an array.

For example:
Let 'N' = 5, 'K' = 4, 'A' = [2, 2, 2, 1, 1].
There exist only two subarrays, 'A[0…4]' and 'A[1…4]' having 'Pulse' greater than or equal to 'K'. 
'Pulse' of 'A[0…4]' is 6 and the length is 5.
'Pulse' of 'A[1…4]' is 4 and the length is 4.
 Since we have to minimize the length, therefore 4 will be our answer.
Try solving now
03
Round
Hard
Video Call
Duration25 minutes
Interview date6 Sep 2022
Coding problem0

It was a managerial round where I was interviewed by a senior person who was interested in knowing my overall personality and my interests rather than my technical skills.
He discussed various technologies I was interested in, my internship experience, etc.

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
Software Developer
4 rounds | 6 problems
Interviewed by Cisco
1032 views
1 comments
0 upvotes
company logo
Software Developer
2 rounds | 3 problems
Interviewed by Cisco
1387 views
0 comments
0 upvotes
company logo
Software Developer
3 rounds | 3 problems
Interviewed by Cisco
636 views
0 comments
0 upvotes
company logo
Software Developer
5 rounds | 16 problems
Interviewed by Cisco
976 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Developer
5 rounds | 14 problems
Interviewed by Microsoft
3913 views
1 comments
0 upvotes
company logo
Software Developer
6 rounds | 12 problems
Interviewed by SAP Labs
2789 views
0 comments
0 upvotes
company logo
Software Developer
3 rounds | 3 problems
Interviewed by Mindtree
1720 views
0 comments
0 upvotes