Filter interviews by
Clear (1)
I applied via Campus Placement and was interviewed in Sep 2022. There were 4 interview rounds.
Basics of electronics and two coding questions
Top trending discussions
posted on 25 Oct 2023
I applied via Recruitment Consulltant and was interviewed before Oct 2022. There were 3 interview rounds.
A data structure is a way of organizing and storing data in a computer so that it can be accessed and modified efficiently.
Data structures define the way data is stored, accessed, and manipulated in a computer program.
Examples include arrays, linked lists, stacks, queues, trees, and graphs.
Choosing the right data structure is crucial for optimizing the performance of algorithms and applications.
A linked list is a data structure where each element is connected to the next element through pointers.
Consists of nodes where each node contains data and a reference to the next node
Can easily insert or delete elements without shifting other elements
Examples: singly linked list, doubly linked list, circular linked list
HashSet is a collection that does not allow duplicate elements and does not guarantee the order of elements.
HashSet implements the Set interface in Java.
It uses a hash table for storage.
Example: HashSet
Recursion is a programming technique where a function calls itself in order to solve a problem.
Recursion involves breaking down a problem into smaller subproblems and solving them recursively.
A base case is needed to stop the recursion and prevent infinite loops.
Recursion can be used to solve problems like factorial calculation, Fibonacci sequence, and tree traversal.
A static constructor is a special type of constructor in a class that is used to initialize static data members.
Static constructors are called only once when the class is first accessed.
They are used to initialize static variables or perform any necessary setup for the class.
Static constructors do not take any parameters and cannot be called explicitly.
Example: public class MyClass { static MyClass() { // initializatio
posted on 28 Apr 2022
Basic java questions
Complex java questions
posted on 14 Jul 2017
posted on 12 Jul 2016
I applied via Campus Placement
The question is about finding the minimum steps to reach from a source string to a destination string using three operations.
BFS and DFS are graph traversal techniques that can be used to solve this problem.
BFS is typically used when finding the shortest path or exploring all possible paths in a graph.
DFS is useful when searching for a specific path or exploring deeply into a graph.
In this case, BFS can be used to find...
posted on 13 Aug 2024
3 rounds online, dsa, hr
posted on 22 Aug 2024
I applied via Campus Placement and was interviewed in Feb 2024. There were 3 interview rounds.
It was online coding test consist of 2 question
One from DP and other graph
One question of DP within in 45 min time constraints
Floor value of square root of a number is the largest integer less than or equal to the square root.
The floor value of square root of a number can be found using mathematical functions like floor() or integer division.
For example, the floor value of square root of 16 is 4, as sqrt(16) = 4.
For non-perfect square numbers, the floor value of square root can be calculated using approximation methods.
posted on 6 Oct 2023
I applied via Campus Placement and was interviewed in Apr 2023. There were 2 interview rounds.
Level was medium to hard
To print a tree in anticlockwise direction, start from the bottom left and traverse each level from right to left.
Start from the bottom left of the tree
Traverse each level from right to left
Print the nodes as you traverse
posted on 20 Nov 2024
I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.
Coding round where they ask few coding questions
posted on 28 Dec 2024
I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.
1 hr test , basics C++, oops, pointers
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Software Design Engineer
56
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
38
salaries
| ₹0 L/yr - ₹0 L/yr |
Softwaretest Engineer
22
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
16
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Design Engineer
16
salaries
| ₹0 L/yr - ₹0 L/yr |
Keysight Technologies
Rohde & Schwarz
Anritsu
National Instruments