Skip to contentSkip to footer
  • Community
  • Jobs
  • Companies
  • Salaries
  • For employers
      Notifications

      Loading...

      Elevate your career

      Discover your earning potential, land dream jobs, and share work-life insights anonymously.

      employer cover photo
      employer logo
      employer logo

      Cisco

      Engaged employer

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: Cisco reviews | Cisco jobs | Cisco salaries | Cisco benefits | Cisco conversations
      Cisco interviewsCisco Senior Software Engineer interviewsCisco interview


      Glassdoor

      • About / Press
      • Awards
      • Blog
      • Research
      • Contact Us
      • Guides

      Employers

      • Free Employer Account
      • Employer Centre
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy and Ad Choices
      • Do Not Sell Or Share My Information
      • Cookie Consent Tool
      • Security

      Work With Us

      • Advertisers
      • Careers
      Download the App

      • Browse by:
      • Companies
      • Jobs
      • Locations
      • Communities
      • Recent posts

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" and logo are proprietary trademarks of Glassdoor LLC.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Bowls

      Get actionable career advice tailored to you by joining more bowls.

      Followed companies

      Stay ahead in opportunities and insider tips by following your dream companies.

      Job searches

      Get personalised job recommendations and updates by starting your searches.

      Senior Software Engineer Interview

      31 May 2014
      Anonymous interview candidate
      Bengaluru
      No offer
      Positive experience
      Average interview

      Application

      I applied through an employee referral. The process took 5 days. I interviewed at Cisco (Bengaluru)

      Interview

      I was approached by HCL HR to interview for a project as a contractor at Cisco. The first round of discussion was a telephone interview with a HCL Manager. On clearing that I had a round of telephone interview with a Cisco manager. It was followed by two rounds of technical interview face-to-face at Cisco office.

      Interview questions [1]

      Question 1

      This is the list of some of the questions that I was asked during the interview process. Telephone interview questions 1. Volatile – explain with the scenario where volatile keyword would be used. And other scope variables. Inheritance 2. Constructor, copy-constructor 3. Multiple constructor and destructor 4. Difference between copy-constructor and overloaded assignment operator 5. Write a program to reverse a string without using in-built functions 6. Assigning value to constant pointer 7. Difference between char pointer and char array 8. Will the size of char pointer and char array the same 9. Allocating memory for 2 dimensional array using malloc 10. More emphasis on pointers 11. OOPS concepts, for example, Inheritance (multiple vs multi-level inheritance) 12. Difference between copy-constructor and overloaded assignment operator 13. What is STL. 14. Exception and error handling 15. Runtime polymorphism with example 16. Problems with multi-threaded programming, how to overcome those 17. Given a scenario, how would come up with class design. 18. Explain any of the design pattern that you are aware of with examples (other than singleton pattern) 19. Difference between thread and process 20. How inter process communication can happen 21. How to debug the program. How to debug a crash Face to face discussion Round 1: 1. Static and dynamic libraries Difference between them Why do we need static and not use just dynamic? Is there a change in the binary size(.exe file) depending on the type of library used? Will the libraries still be required even after the binary is generated? 2. Why any program compiled on Windows system(exe) do not run on Linux/Mac? 3. Explain the steps that happen when we enter a URL in a browser till the webpage is displayed 4. What is VPN? What purpose does it serve? 5. Why do we need to use a proxy server? Uses? 6. Program to find the maximum occurrences of a number in an input sequence. eg: If input sequence is 1,2,2,3,4,4,3,4, then answer is 3 (4 is repeated 3 times) Same program, the input sequence can be very large and the each of the numbers can also range from 1-million, then how to calculate. 7. Questions about process and threads, IPC. Round 2: 1. Consider two sorted arrays A[50] and B[20]. A has 30 elements arranged in the first 30 spaces and B is filled fully with 20 elements. Now merge the elements of B with A in a sorted order in O(n) time complexity. 2. Consider two sorted arrays A[120] and B[100]. Both arrays are filled with elements. Now find the middle most element (220/2 = 110th element) if both arrays were merged in a sorted order without actually creating a new array and merging the two arrays. 3. Can realloc be used to free memory? 4. What is "this" operator? What happens when "delete this" is called in the destructor of a class. 5. In a knockout tournament with 64 teams with two teams competing at a time, how many matches will the winner have to play? 6. In a IPL match with 8 teams, how many matches will the winner have to play?
      Answer question
      7

      Other Senior Software Engineer interview reviews for Cisco

      Sr. Software Engineer Interview

      29 Apr 2026
      Anonymous interview candidate
      Bengaluru
      No offer
      Negative experience
      Easy interview

      Application

      I applied through an employee referral. The process took 1 day. I interviewed at Cisco (Bengaluru)

      Interview

      I applied for the position and successfully attended the screening and coding round. The interview mainly focused on C programming and networking concepts, including IP subnetting, bitwise operations, and implementing logic to verify if an IP belongs to a subnet. There were also questions on TCP/UDP and debugging concepts. After the interview, I followed up with the recruiter, who shared that based on the feedback, my profile will not proceed further.

      Senior Software Engineer Interview

      6 Jan 2026
      Anonymous interview candidate
      Tel Aviv-Yafo
      No offer
      Positive experience
      Average interview

      Application

      I applied online. The process took 2 weeks. I interviewed at Cisco (Tel Aviv-Yafo) in Dec 2025

      Interview

      After applying on site I was reached by a recruiter which asked a few role specific questions and scheduled an technical interview with the recruiting manager. First interview: Introduction, tell me about yourself etc and the main question was "Talk about a system that you worked on end to end". Second Interview: System design interview. Role specific system, nothing special just a bit tricky. (not design youtube or twitter or anything like that).

      Interview questions [1]

      Question 1

      Talk about a system that you worked on end to end.
      Answer question

      Senior Software Engineer Interview

      24 Oct 2025
      Anonymous interview candidate
      Bengaluru
      No offer
      Negative experience
      Average interview

      Application

      I applied through a recruiter. The process took 2 weeks. I interviewed at Cisco (Bengaluru) in Oct 2025

      Interview

      I was reached out by the recruiter, and the interview was scheduled for the next week. Enough time was given to me for the preparation. Total of 5 rounds were planned in advanced, and I was told I will proceed to the next rounds if I clear the previous rounds. (Eliminations) First Round: General discussion on what I have worked on. No surprises. Second Round: A practical coding questions, mix of low level and high level system design. Interviewer gave clear instructions about what is expected in each task. This round went smoothly from my point of view. Third Round: This was the round where things went upside down. Interviewer joined 30 minutes late, and seemed uninterested. The interviewer did not follow the basic etiquettes. He spend 5-10 minutes reading my resume on spot, with no communication and awkward silence. Next 10-15 minutes followed on general question about what I had worked on in the past. Then I was given a puzzle question, with certain constraints (No code required, verbal solution was asked). I could not solve it optimally. Even the interviewer was confused and he couldn't solve it with the constraints given. (After the interview, I googled the solution for the same problem, and came to know the constraints were a little different). Got a call from the recruiter after 30 minutes that I was not selected, and need not join for the next rounds. TLDR: Difficulty wise I would say the interview was of medium difficulty. DSA - Leetcode easy and easy-medium. System Design - Practical questions, no surprises. Low Level Design - Practical questions which most developers would have already worked on. But a lot depends on the interviewer.

      Interview questions [1]

      Question 1

      System Design: Design a distributed message queue. Low Level Design: Design a rate limiter. Coding: From the two streams of very large numbers (not able to fit in int64 or float64), calculate the running sum and send the response over the third stream. Puzzle: You have a set of 8 balls. 7 are of the same weight, and 1 is of different weight (may be lighter, may be heavier). Find the odd weight ball in minimum number of tries using a weighing scale.
      Answer question
      2