(Translated by https://www.hiragana.jp/)
Cisco Interview Experience for Experienced - GeeksforGeeks
Open In App

Cisco Interview Experience for Experienced

Last Updated : 07 Mar, 2024
Summarize
Comments
Improve
Suggest changes
Like Article
Like
Save
Share
Report
News Follow

CISCO Java and spring boot  interview experience for 2+ years experience There were total 5 rounds

  1. Hackerrank online coding test
  2. 1st technical round
  3. 2nd technical round
  4. Managerial round
  5. HR discussion (Over phone call)

Summery

Role: Java + Angular full stack developer.

Applied from LinkedIn, after that received Hackerrank test link and was required to finish it in the next 48 hours. After completing the online test, HR called and explained about next steps. those are as follows,

There will be 3 rounds, the first round will be the general tech round without your CV. The second round will be a tech round based on your CV. If you perform well in any of these two rounds then you will be sent to 3rd round. The third round will be the tech + managerial round.

Note: All rounds will be on a single day and those will be continuous, giving 10min breaks in between two rounds. My interview started at 11 AM and all three rounds ended at around 1:45 PM (HR discussion was on a different day) all were around 1hr long

Round 1: Hackerrank online coding test

  • 5 coding questions were there, 3 were easy and 2 were medium-level questions. There were 2 hours of the time limit.

Round 2: Technical Round 1

  • Tell me about yourself.
  • Given use cases and asked for solution approaches.
  • There is a career portal and there are two types of data, username, experience, etc, and resume as some files.
  • You have to upload a resume in MongoDB and you have to add other data in MYSQL, if any of the ones fails you have to roll back the other data that you inserted. How do you achieve this in spring boot? (He was expecting to use @Transactional annotation)
  • There is a job portal and you have posted 5 new jobs and the job description is available in DB. assume there are 1000 people trying to get a job description, how will you implement to minimize database hits (He was expecting some caching and I answered the same)
  • Write a rest controller class and write one GET endpoint which takes user-id as a query parameter and returns that user details.
  • Add one more feature to the same REST endpoint, that should return user details of that user and if his name is “William” (In this case I took user-id as path parameter and name as a request parameter and achieved the task)
  • What does @RequestMapping annotation do?
  • What happens if we add the below annotations to the same rest controller class?@RestController(“\user”) , @RequestMapping(“\user”)
  • Why spring boot used over spring framework
  • In System.out.println() explain each component  https://www.geeksforgeeks.org/system-out-println-in-java/
  • Give me an example where you used overloaded methods from a built-in java library (Gave Arrays. sort() as an example)
  • Write a query to get employee details on who has the third-highest salary. https://www.geeksforgeeks.org/find-nth-highest-salary-table/

Round 3: Technical Round 2

  • Tell me about projects that you worked on in the past.
  • A similar question was asked in 1st technical round(use case 1)
  • Explain the architecture of any one project that you worked
  • What is an immutable class, how to create an immutable class?
  • What is a deep copy
  • What happens when you do the below thing
s1 = "ABC"
s1 = s1+"xyz"
  • Explained about string immutability  and string pool concept in java
  • Write SQL query for below scenario
  • There are two tables Employee and Department, every employee may or may not have a department. Employee table has departments as the foreign key.
  • Asked to fetch all employees’ details along with their department details. (Left join b/w Employee and Department table)
  • Use case: Assume you have some REST service and it will throw some error message, how will you return the same error message in different languages, ex: Indians should get an error message in English where Japanese get it in Japanese, etc.

I didn’t know about it. So I directly told that since I have not worked on such similar cases I am not aware of it.

Round 4: Managerial Round + Technical Round

  • Tell me about yourself
  • Tell me your hobby
  • Tell me your weakness and strength
  • Write a query to find the second highest salary from employee table
  • What all test cases do you write for login scenario, where service takes user id and password.
  • Write logic to validate the username and age of an employee. where username should only contain caps or small alphabets, numbers, and space. And age should be more than zero and less than 100. She was expecting to write in javascript but I wrote it in java but she was okay with it.

Round 5: HR discussion

  • Discussed salary compensations and company benefits.

Verdict: Received offer

Tips:

  • If you are not aware of the answer that is completely fine, just tell them I am not aware of it since I have not worked on anything related to that.
  • Have a smile on your face always and don’t forget to ask your doubt at the end of the interview.

All the best.



Similar Reads

Cisco Interview Experience of Cisco Ideathon for Consulting Engineer 2022
My Cisco Ideation 2022 Journey Cisco Ideathon is a flagship hiring program by Cisco Systems to hire final year students from NetAcad colleges across India. This year's (2022) Ideathon consisted of 3 rounds. Preliminary and Competency QuizPPT Submission RoundInterview ( Technical + managerial + HR) Preliminary and Competency Quiz (Knock out round):
6 min read
Cisco Interview Experience of Cisco Ideathon for Advanced Networking 2023
Cisco Ideathon for Advanced Networking 2023: Unlocking the Pattern of Exam basically Round 1 Introduction: Cisco Ideathon serves as a gateway for final-year students to enter the esteemed Cisco company. The Ideathon is conducted to identify talented individuals with a passion for advanced networking. The initial round, known as Round 1, comprises m
3 min read
Cisco Interview Experience G4 (Code with Cisco) 2023
Status: New grad, B. Tech. CSE, Tier 3 Prior Experience: 0 years Online Assessment [28 June 2023] (1 hr):This was a team event, and each team contained 3 participants. Coding Questions:The first problem was similar to https://codeforces.com/problemset/problem/1132/F.The second problem was similar to https://cses.fi/problemset/task/1097.The third pr
3 min read
CISCO Interview Experience ( Experienced )
Applied through LinkedIn and got an interview invite to write a Hacker rank coding test. I was asked two questions, 1 is on chess pattern printing and other is array manipulation. Got through the round and was interviewed in Cisco Bangalore campus. Round 1: (Team Leader)The interviewer was very friendly and covered all the questions on C language a
1 min read
Cisco Interview Experience - 3+ Years Experienced
I was interviewed for Software Engineer 2 position for CISCO Chennai Campus. I totally had 7 rounds and it took 2 weeks for the complete process. Round 1: This was an hackerank round. 4 questions were asked to solve in 90 minutes. First question is a bit based simple question. Forgot the exact question, but it was easy enough to solve in 10 mins. S
2 min read
Cisco Interview Experience for Software Engineer 2021(Experienced)
Online: 5 Programming Questions (easy to medium difficulty) Technical Round 1: Check whether an array has duplicates Wrote code on notepad using sets (n + extra memory) Asked to do code review Suggested using sort (nlogn + no extra memory if quicksort) Find result set from a list of strings where each string represents last names of CISCO employees
1 min read
Cisco Interview Experience | Set 17 (For 1.5 Years Experienced)
After online HackerRank test 1st round OS concept like virtual memory, types of memory, diff between cache memory and main memory Explain system call, printf( ) how it will work? C concepts - static variable VS Global variable, static global variable, bit to hex , bit problems like set and swap bit of Integer , structure padding , volatile variable
1 min read
Cisco Interview Experience | Set 9 (For Experienced)
Written Test: 1) 15 Aptitude Questions 2) 25 CS Fundamentals & Couple of output questions. 3) Coding Question: A thief trying to escape from a jail has to cross 'N' walls each with varying heights. He climbs 'X' feet every time. But, due to the slippery nature of those walls, every times he slips back by 'Y' feet. Now the input is given as (N,
2 min read
Cisco Interview Experience | 4 Years Experience
Coding Round :1. Given, N dices, tell number of distinct numbers that can show up Input : 2 Output : 21 2. https://www.geeksforgeeks.org/count-of-possible-paths-from-top-left-to-bottom-right-of-a-m-x-n-matrix-by-moving-right-down-or-diagonally/ 3. https://www.geeksforgeeks.org/minimum-number-of-adjacent-swaps-to-convert-a-string-into-its-given-anag
4 min read
Cisco Ideathon Experience Interview Experience 2024
Eligibility Criteria To participate, candidates needed to complete courses from NetAcad provided by the college and register for the Ideathon. Round 1: Online Test Registered students received the test link, and my test was conducted on June 25, 2025. The test included 51 multiple-choice questions (MCQs) and one coding question, covering topics suc
3 min read
Huawei Interview Experience | OnSite Interview ( 5 years experienced)
OnSite Interview ( 5 years experienced) Round 1 - ( 40 mins) 1. You are getting a running stream of integers. This running stream is an input to a multithreaded environment and many thread are working parallelly on this running stream of integers to print the numbers but the number printed by one thread should not be printed by other threads. 2. Fi
2 min read
Cisco Interview experience (On Campus) 2018
Round 1: MCQ(No negative marking) It is a online round which has 50 questions that had to be completed in 60 minutes. The questions consists of aptitude, C output questions, operating system concepts, networking and data structures. For aptitude if one follows RS Aggarwal that is enough. Also practice quiz from geeks from geeks some of the question
1 min read
Cisco Interview experience | Set 21 (Off-Campus)
I got a call from Cisco Systems, Bangalore for Software Engineer role. Total rounds: Hackerrank Test+ 3(Tech) + 1 (Managerial) Hackerrank test is pretty standard Linked List, arrays, trees. Round 1: Lot of questions from the resume, implement IPC on threads, Linked List questions, various IPCs, implement mutex locks. Round 2: Networking questions,
1 min read
CISCO Interview Experience | Set 22
I sat for the CISCO on-campus Placements. Round 1 This was an online test conducted on the Hacker-Rank platform. It consisted of 50 MCQ questions and 60 minutes was the time allotted for the same. There was no negative marking for any question. The questions were asked on aptitude as well as there were a few questions on detecting the output that t
10 min read
CISCO Interview Experience
Process of Selection: 1. Online Assessment round2. Idea Presentation round3. Technical interview round4. Managerial interview round5. ETR Connect. Online Assessment Round: It was a proctored test conducted on Mettl.The duration of the test was one and a half hours. * It consisted of two sections- a mandatory section and an advanced section.In the m
3 min read
CISCO Project Intern Interview Experience
Total there were four rounds. Round 1: It was a objective written test. Pattern was somewhat related to GATE but level of the questions were average. Questions were asked from C, C++, DS, Algo, OS, Digital System, Computer Organization and Aptitude. Around 30 were selected for the next round out of 100. Round 2: This round was pure technical interv
2 min read
Cisco Interview Experience Onsite
Round 1: Asked simple questions about why I wanted to do the job, and what I hoped to gain. Very simple math questions: (i) what is n if 2^n = 2048, (ii) What is 6E in decimal. Just a warm up Round 2: Had to implement an algorithm to find the build order of a tree of dependencies if presented with a dataset of tuples in the format: [(child_dependen
1 min read
Cisco Interview Experience – Fresher Role (CX-MS)
Cisco came to our campus to recruit for 3 Business Units. CX-MS. CX-PS/MS, Engg First Round: 1hr 30 min Coding: Q1: Given an expression which contains numbers and operators, we need to find the maximum value which can be obtained by evaluating this expression by different parenthesization. Something similar to this:/https://www.geeksforgeeks.org/ma
2 min read
Cisco Interview Experience – Engineering Role
The first round was technical apti + 2 dp problems. The technical apti includes finance, probablity, c, os, dbms. F2F Round 1: 1) Since I have mentioned two projects developed using python in my resume, they started the questions towards python. • Why need of python? • Why I choose python for networking while other languages like java supports? • A
3 min read
Cisco Interview Experience for Campus Ambassador
Section 1: Introducing Yourself and Highlighting Experiences The interviewer introduced herself and kindly requested that I talk about myself and my experiences. I found the interviewer to be absolutely delightful, and the atmosphere was incredibly charming. After completing the introductory part, she inquired about the events I had organized in th
2 min read
Cisco Interview Experience
I sat for the CISCO on-campus Placements. Round 1: Online Test(70 minutes) This was an online test conducted on the Hacker-Rank platform. 15 MCQ-Electronics, Computer networks, Aptitude Data structure(No Negative marks) 2 Coding questions: 1)Longest non repeating substring. 2)the expression paranthesised in such a way that it give max value for the
4 min read
Cisco Interview Experience | Software Engineer Profile (On-Campus )
Round 1: Initial round was 1 hr test conducted at hackerrank, which consists of 2 coding questions and around 20 MCQ. https://www.geeksforgeeks.org/minimum-maximum-values-expression/ Length of longest Subsequence with unique characters. Apart from this complex input-output questions(based on pointers), questions on probability, clocks, N/w question
2 min read
Cisco Interview Experience | Off campus - 2019
Round 1:Online mcq questions on hackerrank There were 50 mcq questions which has to be answered within 60 minutes. Questions were mainly from subjects like: computer networking, operating system, c, c++  programming , data structures and few aptitude questions. Round 2: Technical round 1 @office In this round they main ask you questions on data str
2 min read
CISCO Interview Experience | Summer Internship (Feb 2019)
Sorry in advance if the answer is a bit long, I really wanted to share this. So after a couple of interviews ( Morgan Stanley ) and being rejected in them, I went on.. Qualification Round : Around 200-300 students competed in this online test round. It basically consisted aptitude questions only, around 50 as I remember. Later, 27 students (I was a
4 min read
Cisco Interview Experience | On-Campus
Round 1: Cisco came for an on campus drive in our college. The recruitment process consisted of an online test followed by few round(s) of interview. The online test had questions from digital Electronics, networking, data structures and one coding question, which would mostly be from DSA. Now after the first round the students who qualified went f
2 min read
Cisco Interview Experience | On-Campus
Cisco visited our Campus for Full Time hiring. Round 1: This was an online test conducted on Hackerrank. It had 1 coding question and 14 MCQs. Coding question was of easy standard and MCQs are on Computer Science fundamentals. In MCQ section, Computer networks and Operting system were having higher weightage. Round 2: It was a technical interview.
2 min read
Cisco Interview Experience | On-Campus
Cisco was the first company to visit my college and it was my first interview experience. Round 1:Round 1 was the online test which included 25 mcqs and 1 coding question and the duration was 1 hour. The mcqs were based on Aptitude, logical reasoning and technical aptitude (questions on c , c++ not what is the output ones ) . The mcqs were of basic
5 min read
Cisco Interview Experience | On-Campus
Round 1:- The first round comprised of 1 coding question which was based on graph algorithm depth first search and few MCQs which had technical questions on computer networks,operating system ,data structure and aptitude(Practice from testpot.com and indiabix.com). 25 students were selected out of 200 students. Round 2:- This was an purely technica
2 min read
Cisco Interview Experience 2020 | On Campus
This was an On-Campus virtual interview that happened during the month of August 2020 midst of the Covid-19 pandemic. Cisco visited our campus for two roles. Software Engineer - Network/Embedded/Application Development Software Engineer - Cloud Application Development. I was interviewed for the Cloud Application Development role. Round 1 (Online Te
7 min read
Cisco Interview Experience-Consulting Engineer
There were a total of 4 Rounds in the interview process. Round 1(Online Round): The first round basically comprised of 1 coding question and 25 MCQs. The total time was 60 minutes. The MCQs were related to topics Computer Networking, C, Aptitude, and Electronics. The test was conducted on Hackerrank. Round 2 (Technical): The second round was of 45
2 min read
Practice Tags :