Cisco
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
I applied via LinkedIn and was interviewed before Jul 2023. There were 2 interview rounds.
posted on 6 Feb 2023
I applied via Campus Placement and was interviewed in Aug 2022. There were 2 interview rounds.
It was normal OA round with 2 questions to be solved within 60 minutes of time
Code implementing inheritance
Inheritance is a concept in object-oriented programming where a class inherits properties and methods from another class
The class that is being inherited from is called the parent class or base class
The class that inherits from the parent class is called the child class or derived class
The child class can access the properties and methods of the parent class
Inheritance promotes code reusabi...
There are 5 types of inheritance: single, multiple, multilevel, hierarchical, and hybrid.
Single inheritance: A class inherits from a single base class.
Multiple inheritance: A class inherits from multiple base classes.
Multilevel inheritance: A class inherits from a derived class, which in turn inherits from another class.
Hierarchical inheritance: Multiple classes inherit from a single base class.
Hybrid inheritance: Comb
Reverses the order of elements in an array stored in a linked list.
Traverse the linked list and store the elements in an array
Reverse the array using two pointers
Update the linked list with the reversed array
My hobbies include playing guitar, reading books, and hiking.
Playing guitar: I have been playing guitar for 5 years and enjoy learning new songs.
Reading books: I love reading fiction and non-fiction books, especially science fiction and self-help books.
Hiking: I enjoy exploring nature and going on hikes to different trails and mountains.
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 8 Oct 2024
Psuedo code based test
I applied via Naukri.com and was interviewed in Sep 2023. There were 3 interview rounds.
I applied via Company Website and was interviewed in Sep 2023. There were 3 interview rounds.
There were 2 coding questions and 20 aptitude questions. Coding questiins were based in trees and graphs
Use Floyd's Tortoise and Hare algorithm to detect cycle in a linked list.
Initialize two pointers, slow and fast, at the head of the linked list.
Move slow pointer by one step and fast pointer by two steps.
If they meet at any point, there is a cycle in the linked list.
If fast pointer reaches the end of the list, there is no cycle.
posted on 17 Jul 2024
Conflict resolution in teams involves effective communication, active listening, compromise, and collaboration.
Encourage open communication to address issues early on
Practice active listening to understand all perspectives
Seek compromise and find common ground
Encourage collaboration to work towards a solution together
1 hr, oops, C++ questions and C
posted on 3 Apr 2023
I applied via Campus Placement
The three functions of smart grid electrical protection isolation and control are fault detection, fault isolation, and service restoration.
Fault detection involves identifying any issues in the electrical system.
Fault isolation involves isolating the faulty component to prevent further damage.
Service restoration involves restoring power to the affected area as quickly as possible.
Examples of smart grid technologies th...
Yes, current is the flow of electric charge in a wire.
Current is measured in amperes (A).
It is caused by the movement of electrons in a conductor.
The direction of current flow is from positive to negative.
Current can be either direct current (DC) or alternating current (AC).
Ohm's law states that current is directly proportional to voltage.
Current increases as voltage increases
Resistance remains constant
Can be expressed as I = V/R
SQP, PRS, SRT, TUV, is right answer VXW
posted on 3 Apr 2024
A palindrome code in C# checks if a given string reads the same forwards and backwards.
Create a function that takes a string as input
Use a loop to compare characters from the start and end of the string
Return true if all characters match, false otherwise
based on 4 reviews
Rating in categories
Software Engineer
2.6k
salaries
| ₹10 L/yr - ₹37.8 L/yr |
Technical Consulting Engineer
648
salaries
| ₹8.4 L/yr - ₹30 L/yr |
Senior Software Engineer
615
salaries
| ₹13.3 L/yr - ₹48.8 L/yr |
Network Engineer
401
salaries
| ₹3.8 L/yr - ₹13.1 L/yr |
Network Consulting Engineer
343
salaries
| ₹10 L/yr - ₹36 L/yr |
Microsoft Corporation
Hewlett Packard Enterprise
Juniper Networks