Cisco
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
List, Dictionries with API
Debugging test code in Python
Check for syntax errors and typos in the code
Use print statements to track the flow of the code and identify any issues
Review the logic of the code to ensure it is correctly implemented
Utilize debugging tools like pdb or IDE debuggers to step through the code
Python Path is the location where Python is installed on a computer.
Python Path is the directory where the Python interpreter is located.
It is used by the operating system to find and execute Python scripts.
The Python Path can be set as an environment variable to make it easier to run Python scripts from any directory.
I applied via Company Website and was interviewed in Apr 2021. There were 5 interview rounds.
I applied via LinkedIn and was interviewed in Jan 2021. There were 4 interview rounds.
Cisco interview questions for designations
Top trending discussions
posted on 11 Jul 2022
I applied via LinkedIn and was interviewed before Jul 2021. There was 1 interview round.
I applied via campus placement at BRACT's Vishwakarma Institute of Information Technology, Pune and was interviewed in Oct 2024. There was 1 interview round.
Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.
Polymorphism allows objects of different classes to be treated as objects of a common superclass.
It enables a single interface to be used for different data types or classes.
Examples include method overloading and method overriding in object-oriented programming.
Find missing number from nth number array.
Iterate through the array and calculate the sum of all numbers
Calculate the sum of numbers from 1 to n using the formula n*(n+1)/2
Subtract the sum of array from the sum of numbers from 1 to n to find the missing number
Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.
Inheritance allows a class to reuse code from another class.
Types of inheritance include single inheritance, where a class inherits from only one parent class, and multiple inheritance, where a class inherits from multiple parent classes.
Example: Class B inherits from Class A, so Class B can access
Find 2nd max element from array of strings
Sort the array in descending order
Skip the first element (max element)
Return the second element
posted on 25 Sep 2024
To check if a linked list is a palindrome, compare the first half of the list with the reversed second half.
Traverse the linked list to find the middle node
Reverse the second half of the linked list
Compare the first half with the reversed second half to check for palindrome
I applied via campus placement at RV College Of Engineering (RVCE) and was interviewed in Jul 2024. There were 2 interview rounds.
It includes two DSA questions and some aptitude questions
Difficult online round
Arrays are a collection of strings in programming used to store multiple values under a single variable name.
Arrays are declared using square brackets []
Each element in an array is accessed by its index, starting from 0
Example: var fruits = ['apple', 'banana', 'orange']
Trees in neet code refer to the implementation of tree data structures in coding challenges on the platform NeetCode.
Trees are a common data structure used in coding challenges to represent hierarchical relationships between data.
Common tree operations include traversal (inorder, preorder, postorder), insertion, deletion, and searching.
Examples of tree-related coding challenges on NeetCode include implementing a binary...
Trees in leetcode are a common topic for coding interviews, involving various tree traversal and manipulation techniques.
Understand different tree traversal methods like inorder, preorder, and postorder.
Learn about common tree algorithms like finding the height, diameter, and lowest common ancestor.
Practice solving tree-related problems on leetcode to improve your skills.
based on 1 interview
2 Interview rounds
based on 8 reviews
Rating in categories
Software Engineer
2.6k
salaries
| ₹10.1 L/yr - ₹39 L/yr |
Technical Consulting Engineer
652
salaries
| ₹8 L/yr - ₹30 L/yr |
Senior Software Engineer
633
salaries
| ₹14 L/yr - ₹48.8 L/yr |
Network Engineer
393
salaries
| ₹3.8 L/yr - ₹13 L/yr |
Software Developer
339
salaries
| ₹10.4 L/yr - ₹41 L/yr |
Microsoft Corporation
Hewlett Packard Enterprise
Juniper Networks