AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
Employer? Claim Account for FREE

Cisco

Compare button icon Compare button icon Compare
4.2

based on 2k Reviews

Play video Play video Video summary
  • About
  • Reviews
    2k
  • Salaries
    17.5k
  • Interviews
    386
  • Jobs
    116
  • Benefits
    250
  • Photos
    15
  • Posts
    1

Filter interviews by

Cisco Interview Questions and Answers

Updated 13 Jun 2025
Popular Designations

289 Interview questions

A Senior Software Engineer was asked 3w ago
Q. Design a rate limiter using a sliding window.
Ans. 

Implementing a rate limiter using a sliding window algorithm to control request rates efficiently.

  • A sliding window allows tracking requests over a specified time frame.

  • It divides time into fixed intervals (e.g., 1 minute) and counts requests in the current interval.

  • When a request comes in, check if the count exceeds the limit; if yes, deny the request.

  • Example: Allow 100 requests per minute; if 101st request comes ...

View all Senior Software Engineer interview questions
A Senior Sdet Engineer was asked 2mo ago
Q. How would you format a string URL?
Ans. 

Formatting a URL involves structuring it correctly for web access, ensuring it adheres to standards and is user-friendly.

  • Use 'https://' for secure connections. Example: 'https://www.example.com'.

  • Ensure proper encoding of special characters. Example: 'Hello World' becomes 'Hello%20World'.

  • Maintain a clear structure: scheme, host, path, and query parameters. Example: 'https://www.example.com/path?query=value'.

  • Avoid u...

View all Senior Sdet Engineer interview questions
A Sdet Automation Test Engineer was asked 2mo ago
Q. Can we have multiple return types in Python?
Ans. 

Python functions can return multiple values using tuples, lists, or dictionaries, allowing flexibility in return types.

  • Python functions can return multiple values as a tuple: `def func(): return 1, 2`.

  • You can also return a list: `def func(): return [1, 2, 3]`.

  • Returning a dictionary allows named access: `def func(): return {'a': 1, 'b': 2}`.

  • Using `*args` and `**kwargs` allows for variable-length arguments and keywo...

View all Sdet Automation Test Engineer interview questions
A Financial Analyst was asked 2mo ago
Q. What are financial ratios, and what do they signify?
Ans. 

Financial ratios are metrics used to evaluate a company's financial performance and stability.

  • Liquidity Ratios: Measure a company's ability to meet short-term obligations. Example: Current Ratio = Current Assets / Current Liabilities.

  • Profitability Ratios: Assess a company's ability to generate profit. Example: Net Profit Margin = Net Income / Revenue.

  • Leverage Ratios: Indicate the level of debt relative to equity. ...

View all Financial Analyst interview questions
A SRE was asked 4mo ago
Q. How do you check the logic of your code, and what limitations do you look for?
Ans. 

Check code logic for limitations

  • Review code for potential edge cases

  • Test code with different inputs to identify any issues

  • Consider scalability and performance implications of code

  • Ensure error handling is robust and comprehensive

A Network Engineer was asked 5mo ago
Q. What is DHCP?
Ans. 

DHCP stands for Dynamic Host Configuration Protocol, used to automatically assign IP addresses to devices on a network.

  • Automatically assigns IP addresses to devices on a network

  • Helps in managing and organizing IP addresses efficiently

  • Reduces the need for manual configuration

  • Prevents IP address conflicts

  • Example: When a device connects to a network, DHCP assigns it an IP address from a pool of available addresses

View all Network Engineer interview questions
A Network Engineer was asked 5mo ago
Q. What is a MAC address?
Ans. 

MAC address is a unique identifier assigned to network interfaces for communications on a network.

  • MAC address stands for Media Access Control address

  • It is a 12-digit hexadecimal number (e.g. 00:1A:2B:3C:4D:5E)

  • Used to identify devices on a network at the data link layer of the OSI model

View all Network Engineer interview questions
Are these interview questions helpful?
A Network Engineer was asked 5mo ago
Q. What are REST APIs?
Ans. 

REST APIs are a set of rules and conventions for building and interacting with web services using HTTP methods.

  • REST stands for Representational State Transfer

  • Uses standard HTTP methods like GET, POST, PUT, DELETE

  • Data is transferred in JSON or XML format

  • Stateless communication between client and server

  • Example: Twitter API allows developers to access and interact with Twitter data

View all Network Engineer interview questions
A Network Engineer was asked 5mo ago
Q. What is a dangling pointer?
Ans. 

A dangling pointer is a pointer that points to a memory location that has been deallocated or freed.

  • Dangling pointers can lead to crashes or unpredictable behavior in a program.

  • They can occur when a pointer is not updated after the memory it points to is freed.

  • Example: accessing a dangling pointer after freeing the memory it points to can result in a segmentation fault.

View all Network Engineer interview questions
An Apprenticeship Trainee was asked 5mo ago
Q. How do you approach a problem?
Ans. 

I approach problems systematically, breaking them down into manageable parts and analyzing each component for effective solutions.

  • Identify the problem clearly: For example, if a project is behind schedule, determine the specific reasons for the delay.

  • Gather relevant information: Research similar cases or consult with team members to understand different perspectives.

  • Break the problem into smaller parts: If facing ...

View all Apprenticeship Trainee interview questions
1 2 3 4 5 6 7

Cisco Interview Experiences

386 interviews found

Graduate Apprentice Interview Questions & Answers

user image Anonymous

posted on 27 May 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Inheritance in Java allows a class (subclass) to inherit properties and methods from another class (superclass). This promotes code reusability and establishes a hierarchical relationship between classes. ...
  • Ans. 

    Inheritance in Java enables code reusability and establishes class hierarchies.

    • Single Inheritance: Class Dog inherits from class Animal.

    • Multilevel Inheritance: Class Puppy inherits from Dog, which inherits from Animal.

    • Hierarchical Inheritance: Classes Dog and Cat both inherit from Animal.

    • Multiple Inheritance (through interfaces): Class implements interfaces Runnable and Comparable.

    • Hybrid Inheritance: A class inherits f...

  • Answered by AI
    Add your answer
  • Q2. Structured Data: Organization: Follows a predefined schema, often stored in relational databases with rows and columns. Examples: Employee tables in databases, banking transaction data, website-related dat...
  • Add your answer
Anonymous

Technical Apprentice Trainee Interview Questions & Answers

user image Anonymous

posted on 8 Mar 2025

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected
Round 1 - Aptitude Test 

Fifty multiple-choice questions on C programming, some networking topics, and role-related inquiries.

Round 2 - Technical 

(2 Questions)

  • Q1. After clearing the first round, there are two additional rounds on the same day: Technical Round (TR) and Managerial Round (MR). The TR begins at 8:30 AM and lasts approximately 50 to 55 minutes. During th...
  • Add your answer
  • Q2. Resume : All things . Networking : Gateway , Lookup address , IP and types , Firewalls and types , Routers SQL : Update , Insert , alter , count ......joins , left vs right , normalization
  • Add your answer
Anonymous

Apprenticeship Trainee Interview Questions & Answers

user image Anonymous

posted on 9 Jan 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Dec 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Topics - mcq of algorithms, networking, dbms

Round 2 - Technical 

(2 Questions)

  • Q1. Based on resume
  • Add your answer
  • Q2. Questions on linked list, tree,
  • Add your answer
Round 3 - Behavioral 

(2 Questions)

  • Q1. About how you approach a problem
  • Ans. 

    I approach problems systematically, breaking them down into manageable parts and analyzing each component for effective solutions.

    • Identify the problem clearly: For example, if a project is behind schedule, determine the specific reasons for the delay.

    • Gather relevant information: Research similar cases or consult with team members to understand different perspectives.

    • Break the problem into smaller parts: If facing a com...

  • Answered by AI
    Add your answer
  • Q2. Managerial questions on situations
  • Add your answer
Round 4 - HR 

(1 Question)

  • Q1. Basic hr questions
  • Add your answer
Anonymous

Apprentice Trainee Interview Questions & Answers

user image Anonymous

posted on 6 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It is a very Easy Aptitude test, with only general questions

Round 2 - Technical 

(2 Questions)

  • Q1. Technical general questions were asked
  • Add your answer
  • Q2. Basic questions about the position you've applied for
  • Add your answer
Round 3 - One-on-one 

(3 Questions)

  • Q1. Technical interview - Regarding the position you've applied for.
  • Add your answer
  • Q2. Managerial interview - Normal conversation easy to crack
  • Add your answer
  • Q3. Hr Interview - General questions about relocation, salary and queries you have if any.
  • Add your answer
Anonymous

Manager - Business Intelligence Interview Questions & Answers

user image Anonymous

posted on 26 Feb 2025

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Jan 2025.

Round 1 - Technical 

(2 Questions)

  • Q1. Technical discussion
  • Add your answer
  • Q2. One-to-one round , technical discussion
  • Add your answer
Round 2 - HR 

(1 Question)

  • Q1. HR Round, salary
  • Add your answer
Anonymous

Interview Questions & Answers

user image Anonymous

posted on 21 Feb 2025

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Aug 2024.

Round 1 - Coding Test 

Online assessments consisting of Linked list , stacks , string manipulations with medium difficulty for string manipulation and easy traversal for linked lists.

Round 2 - Technical 

(3 Questions)

  • Q1. Write code for rate limiter in python or any language? If don't know rate limiter , then they will explain the logic but needs to be alligned with rate limiting logic.
  • Ans. 

    Rate limiter code implementation in Python

    • Use a dictionary to store the timestamps of each request

    • Check the dictionary to see if the request should be allowed based on the rate limit

    • Update the dictionary with the current timestamp for each request

  • Answered by AI
    Add your answer
  • Q2. Check the logic of your code , if you find any limitations.
  • Ans. 

    Check code logic for limitations

    • Review code for potential edge cases

    • Test code with different inputs to identify any issues

    • Consider scalability and performance implications of code

    • Ensure error handling is robust and comprehensive

  • Answered by AI
    Add your answer
  • Q3. Managerial and Technical Round 3 with same set of questions as above.
  • Add your answer
Round 3 - Technical 

(2 Questions)

  • Q1. Kubernetes pods , deployments , replicas , deamon sets , aws services and experience in mitigating issues in devops.
  • Add your answer
  • Q2. Explain full pipeline which you worked from Code Integration to deployment and security check. What all python library used , have you used flask and other libraries for request and response.
  • Ans. 

    I have experience working on full pipeline from code integration to deployment with security checks. Used Flask and other Python libraries for request and response handling.

    • Used Git for version control and continuous integration tools like Jenkins for automated builds

    • Utilized Docker for containerization and Kubernetes for orchestration

    • Implemented security checks using tools like SonarQube and OWASP ZAP

    • Used Flask for bu...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Get ready for python in Flask , request response concepts to write full code.
Anonymous

Associate Engineer Interview Questions & Answers

user image Radheshyam Dhote

posted on 2 Jan 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Write a code for Fibonacci series?

Round 2 - Technical 

(1 Question)

  • Q1. What is aws and explain how you deployed your project.
  • Ans. 

    AWS is a cloud computing platform that offers a wide range of services for storage, computing, networking, databases, and more.

    • AWS stands for Amazon Web Services

    • I deployed my project on AWS using services like EC2 for virtual servers, S3 for storage, and RDS for databases

    • I used AWS Elastic Beanstalk for easy deployment and scaling of my application

    • I configured security groups and IAM roles to ensure secure access to my...

  • Answered by AI
    Add your answer
Round 3 - Technical 

(1 Question)

  • Q1. What is AI, explain its application
  • Ans. 

    AI stands for Artificial Intelligence, it is the simulation of human intelligence processes by machines.

    • AI is used in various applications such as virtual assistants (e.g. Siri, Alexa), recommendation systems (e.g. Netflix, Amazon), autonomous vehicles, and facial recognition technology.

    • AI can be applied in healthcare for tasks like disease diagnosis, personalized treatment plans, and drug discovery.

    • AI is also used in ...

  • Answered by AI
    Add your answer
Anonymous

Technical System Engineer Interview Questions & Answers

user image Anonymous

posted on 13 Sep 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Development topics: LWC related questions, trigger, batch apex, governor limits, future method
  • Add your answer
  • Q2. Admin Topics: Flow, price rules, product rules, some scenario based questions
  • Add your answer
Round 2 - Technical 

(2 Questions)

  • Q1. LWC, Aura, Test Class, Best Practice - trigger, Decorators, Error Handling
  • Add your answer
  • Q2. Rest API, Deployments, Some scenario based questions
  • Add your answer
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial Round: Intro & Scenario based questions
  • Add your answer
Anonymous

Apprentice Interview Questions & Answers

user image Anonymous

posted on 13 Jan 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Instagram and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. It's all from your Resume only Basic coding questions
  • Add your answer
  • Q2. Be Honest in resume Many technical questions It's about 30 to 40 mins Be confident Show you are enthusiastic and willingness to learn
  • Add your answer
Round 2 - Behavioral 

(3 Questions)

  • Q1. Its all about your understanding of technologies Your opinions with clarity
  • Add your answer
  • Q2. Be active and give full pledged answers with crystal clear explanation Otherwise they will not move forward
  • Add your answer
  • Q3. Being confident is only the thing
  • Add your answer
Round 3 - HR 

(3 Questions)

  • Q1. Explain about yourself
  • Ans. 

    I am a highly motivated and detail-oriented individual with a strong background in project management and team leadership.

    • Experienced in project management and team leadership

    • Detail-oriented and highly motivated

    • Strong communication and interpersonal skills

  • Answered by AI
    Add your answer
  • Q2. The HR explain the role package and everything
  • Add your answer
  • Q3. This is also elimination round.Being active is enough
  • Add your answer
Anonymous

Embedded Software Engineer Interview Questions & Answers

user image Anonymous

posted on 19 Sep 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Aug 2024.

Round 1 - Aptitude Test 

Code-with-cisco having coding questions and mcq

Round 2 - Technical 

(2 Questions)

  • Q1. Different scheduling algorithms in OS?
  • Ans. 

    Different scheduling algorithms in OS determine how tasks are prioritized and executed.

    • First-Come, First-Served (FCFS)

    • Shortest Job Next (SJN)

    • Round Robin (RR)

    • Priority Scheduling

    • Multi-Level Queue Scheduling

  • Answered by AI
    Add your answer
  • Q2. Resume go-through: projects and intern
  • Add your answer
Round 3 - Technical 

(2 Questions)

  • Q1. Networking: Transfer packet from one device to another
  • Add your answer
  • Q2. Contact dictionary- data structure used and time complexity
  • Ans. 

    Contact dictionary can be implemented using hash table for fast lookups with O(1) time complexity.

    • Use a hash table to store contacts with keys as names and values as contact information.

    • Example: { 'John Doe': '555-1234', 'Jane Smith': '555-5678' }

    • Time complexity for searching, inserting, and deleting contacts is O(1) with a hash table.

  • Answered by AI
    Add your answer
Round 4 - HR 

(2 Questions)

  • Q1. Basic networking
  • Add your answer
  • Q2. Why cisco, what is cisco?
  • Ans. 

    Cisco is a multinational technology conglomerate known for networking hardware, software, and services.

    • Cisco is a leading provider of networking equipment and solutions.

    • They offer a wide range of products including routers, switches, and security devices.

    • Cisco also provides software solutions for network management and security.

    • The company offers services such as consulting, technical support, and training.

    • Cisco is kno...

  • Answered by AI
    Add your answer

Skills evaluated in this interview

Anonymous

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Cisco?
Ask anonymously on communities.
More about working at Cisco
golden leaf award AmbitionBox awards

#8 Top Rated Large Company - 2024

golden leaf award
  • HQ - San Jose,California, United States
  • Hardware & Networking
  • 10k-50k Employees (India)
  • Public
  • Internet
  • Software Product

Cisco Interview FAQs

How many rounds are there in Cisco interview?
Cisco interview process usually has 2-3 rounds. The most common rounds in the Cisco interview process are Technical, Coding Test and One-on-one Round.
How to prepare for Cisco interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Cisco. The most common topics and skills that interviewers at Cisco expect are Cisco, Python, Computer Networking, Linux Administration and Salesforce.
What are the top questions asked in Cisco interview?

Some of the top questions asked at the Cisco interview -

  1. ONE PUZZLE THAT I REMEMBERED. At the local model boat club, four friends were t...read more
  2. Inheritance in Java allows a class (subclass) to inherit properties and methods...read more
  3. 1.Two routers are connected,Ospf is enabled but link is down, what are the spec...read more
What are the most common questions asked in Cisco HR round?

The most common HR questions asked in Cisco interview are -

  1. What are your salary expectatio...read more
  2. Why should we hire y...read more
  3. Share details of your previous j...read more
How long is the Cisco interview process?

The duration of Cisco interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Cisco Interviews By Designations

  • Cisco Software Engineer Interview Questions
  • Cisco Software Developer Interview Questions
  • Cisco Senior Software Engineer Interview Questions
  • Cisco Technical Consultant Interview Questions
  • Cisco Hardware Engineer Interview Questions
  • Cisco Technical Consulting Engineer Interview Questions
  • Cisco Apprentice Interview Questions
  • Cisco Network Engineer Interview Questions
  • Show more
  • Cisco Financial Analyst Interview Questions
  • Cisco Software Developer Intern Interview Questions

Interview Questions for Popular Designations

  • Software Engineer Interview Questions
  • Software Developer Interview Questions
  • Senior Software Engineer Interview Questions
  • Technical Consulting Engineer Interview Questions
  • Technical Consultant Interview Questions
  • Apprentice Interview Questions
  • Hardware Engineer Interview Questions
  • Network Engineer Interview Questions
  • Show more
  • Financial Analyst Interview Questions
  • Graduate Apprentice Interview Questions

Overall Interview Experience Rating

4.4/5

based on 286 interview experiences

Difficulty level

Easy 15%
Moderate 77%
Hard 8%

Duration

Less than 2 weeks 61%
2-4 weeks 28%
4-6 weeks 9%
6-8 weeks 2%
More than 8 weeks 1%
View more

Explore Interview Questions and Answers for Top Skills at Cisco

Data Structures Interview Questions & Answers
250 Questions
Algorithms Interview Questions & Answers
250 Questions
Networking Interview Questions & Answers
250 Questions
Operating Systems Interview Questions & Answers
250 Questions

Interview Questions from Similar Companies

Sterlite Technologies
Sterlite Technologies Interview Questions
3.8
 • 170 Interviews
Nokia Networks
Nokia Networks Interview Questions
4.2
 • 119 Interviews
Nvidia
Nvidia Interview Questions
3.6
 • 112 Interviews
BT Business
BT Business Interview Questions
4.0
 • 86 Interviews
Juniper Networks
Juniper Networks Interview Questions
4.2
 • 69 Interviews
Lumen Technologies
Lumen Technologies Interview Questions
4.0
 • 54 Interviews
Arista Networks
Arista Networks Interview Questions
4.0
 • 48 Interviews
TransPerfect
TransPerfect Interview Questions
3.4
 • 25 Interviews
Colt Technology Services
Colt Technology Services Interview Questions
4.3
 • 23 Interviews
WatchGuard Technologies
WatchGuard Technologies Interview Questions
4.0
 • 20 Interviews
View all

Cisco Reviews and Ratings

based on 2k reviews

4.2/5

Rating in categories

3.9

Skill development

4.3

Work-life balance

3.9

Salary

3.6

Job security

4.2

Company culture

3.5

Promotions

3.9

Work satisfaction

Explore 2k Reviews and Ratings
Jobs at Cisco
Cisco
Senior Full Stack Engineer

Bangalore / Bengaluru

6-11 Yrs

₹ 30-45 LPA

Cisco
Cisco - Senior Full Stack Engineer - Golang/Python/Javascript (6-11 yrs)

6-11 Yrs

Not Disclosed

Cisco
Cisco - Strategy Manager - Business Intelligence (5-10 yrs)

5-10 Yrs

₹ 20-45 LPA

Explore more jobs
Cisco Salaries in India
Software Engineer
2.8k salaries
unlock blur

₹12 L/yr - ₹44.1 L/yr

Technical Consulting Engineer
689 salaries
unlock blur

₹9.6 L/yr - ₹30.3 L/yr

Senior Software Engineer
675 salaries
unlock blur

₹15.1 L/yr - ₹52 L/yr

Network Engineer
382 salaries
unlock blur

₹4 L/yr - ₹14 L/yr

Technical Lead
354 salaries
unlock blur

₹20.1 L/yr - ₹66 L/yr

Explore more salaries
Compare Cisco with
Google

Google

4.4
Compare
Microsoft Corporation

Microsoft Corporation

3.9
Compare
Sterlite Technologies

Sterlite Technologies

3.8
Compare
Nokia Networks

Nokia Networks

4.2
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Cisco Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter