Filter interviews by
I applied via Referral and was interviewed in May 2024. There was 1 interview round.
Top trending discussions
Very good but easy
easy question long question
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.
I applied via LinkedIn and was interviewed in Mar 2024. There were 2 interview rounds.
Question from Strings and Question from Linked Lists
Double pointers are pointers that store the memory address of another pointer.
Double pointers are used in C and C++ to store the address of a pointer variable.
They are commonly used in functions to modify the value of a pointer passed as an argument.
Example: int **ptr; // declares a double pointer to an integer pointer.
OOPS stands for Object-Oriented Programming, a programming paradigm based on the concept of objects.
OOPS focuses on creating objects that contain both data and methods to manipulate that data.
Encapsulation, inheritance, and polymorphism are key principles of OOPS.
Example: Inheritance allows a class to inherit properties and methods from another class, promoting code reusability.
I applied via LinkedIn and was interviewed in Feb 2024. There was 1 interview round.
Reverse a linked list by changing the next pointers of each node
Initialize three pointers: prev = null, current = head, next = null
Iterate through the linked list, updating next to current's next, current's next to prev, and moving prev and current pointers forward
Return the new head, which is the last node visited
To find if a bit is set, use bitwise AND operator with the bit position
Use bitwise AND operator (&) with the bit position to check if it is set
If the result is greater than 0, then the bit is set
Example: Check if 3rd bit is set in binary number 1010 - (1010 & 0100) = 0100 (4), so 3rd bit is set
Creating a thread in a process involves allocating resources for a new thread to run concurrently with other threads.
Use threading libraries like pthreads in C or java.util.concurrent in Java
Create a new thread object and pass a function or method to be executed by the thread
Start the thread to begin execution
Join the thread to wait for it to finish before continuing
Basic java mcq, Java Hibernate Spring MVC framework questions
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 22 Sep 2024
I applied via Campus Placement and was interviewed before Sep 2023. There was 1 interview round.
I applied via Approached by Company and was interviewed in Mar 2022. There were 4 interview rounds.
Standard test
Difficult problem to solve
My strengths include problem-solving, attention to detail, and teamwork. My weaknesses include time management and public speaking.
Strengths: problem-solving, attention to detail, teamwork
Weaknesses: time management, public speaking
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Senior Software Engineer
20
salaries
| ₹11 L/yr - ₹23.1 L/yr |
Staff Software Engineer
14
salaries
| ₹19 L/yr - ₹30 L/yr |
Software Engineer
13
salaries
| ₹10 L/yr - ₹12.6 L/yr |
Test Engineer Staff
12
salaries
| ₹19 L/yr - ₹36.8 L/yr |
Principal Software Engineer
9
salaries
| ₹33 L/yr - ₹49 L/yr |
TCS
Infosys
Wipro
HCLTech