Filter interviews by
I applied via Campus Placement and was interviewed in Jun 2021. There were 4 interview rounds.
4 pillars of OOPs: Abstraction, Encapsulation, Inheritance, Polymorphism.
Abstraction: Hiding implementation details and showing only necessary information.
Encapsulation: Binding data and functions together and restricting access to them.
Inheritance: Creating new classes from existing ones, inheriting properties and methods.
Polymorphism: Ability of objects to take on multiple forms or behaviors.
Implement a queue using stack
Use two stacks, one for enqueue and one for dequeue
When dequeue is called, pop all elements from enqueue stack and push to dequeue stack
Then pop from dequeue stack to get the first element added to the queue
When enqueue is called, simply push the element to enqueue stack
posted on 30 Jun 2022
I applied via Naukri.com and was interviewed in Jun 2022. There were 4 interview rounds.
posted on 15 Nov 2021
I applied via Hackerearth contest and was interviewed in Oct 2021. There was 1 interview round.
Reverse a linked list
Iterate through the linked list and change the direction of the pointers
Use three pointers to keep track of the current, previous, and next nodes
Make sure to update the head and tail pointers accordingly
Swap 2 numbers without using a third variable
Use the XOR operation to swap the numbers
Assign the first number to the second number using XOR
Assign the second number to the first number using XOR
Height of a binary tree is the maximum number of edges from the root node to any leaf node.
The height of an empty tree is 0.
The height of a tree with only one node is 1.
The height of a tree can be calculated recursively by finding the height of its left and right subtrees and adding 1 to the maximum of the two heights.
The time complexity of finding the height of a binary tree is O(n), where n is the number of nodes in
Sum queries on a 2D matrix
Iterate through each query and calculate the sum of elements in the given range
Use prefix sum technique to optimize the solution
Preprocess the matrix to store the sum of elements in each row and column for faster calculation
posted on 23 Sep 2022
I applied via LinkedIn and was interviewed before Sep 2021. There were 2 interview rounds.
Easy tree questions from basic DSA sheets
I applied via Walk-in and was interviewed before Aug 2020. There was 1 interview round.
I applied via Naukri.com and was interviewed in Oct 2021. There were 2 interview rounds.
They ask to many technical question and ask to code also
They ask for your background and thing you learnt in your past
I applied via Approached by Company and was interviewed before Jun 2022. There were 5 interview rounds.
Sub cooling in air conditioning is the process of cooling the refrigerant below its saturation temperature to improve system efficiency.
Sub cooling increases the efficiency of the air conditioning system by ensuring the refrigerant is in a liquid state before entering the expansion valve.
It helps in preventing flash evaporation of the refrigerant, which can lead to inefficiencies in the system.
Sub cooling is typically ...
ISEER rating is calculated based on the weighted average of the cooling performance of an air conditioner under different conditions.
ISEER = (Weighted Cooling Capacity at 100% load x 0.4) + (Weighted Cooling Capacity at 75% load x 0.2) + (Weighted Cooling Capacity at 50% load x 0.4)
The higher the ISEER rating, the more energy efficient the air conditioner is.
ISEER rating helps consumers compare the energy efficiency of...
The refrigeration cycle is a thermodynamic cycle used in refrigerators and air conditioning systems to transfer heat from a low temperature to a high temperature environment.
The cycle consists of four main components: compressor, condenser, expansion valve, and evaporator.
The refrigerant enters the compressor as a low-pressure gas and leaves as a high-pressure, high-temperature gas.
The high-pressure gas then flows into...
Mainstream refrigerants used in household air conditioning include R-410A, R-22, and R-134a.
R-410A is a popular refrigerant known for its high efficiency and environmental friendliness.
R-22, although being phased out due to its ozone-depleting properties, is still commonly found in older air conditioning systems.
R-134a is commonly used in automotive air conditioning systems but can also be found in some household units
1 ton cooling concept refers to the amount of heat required to melt one ton of ice in a 24-hour period.
1 ton of cooling is equal to 12,000 BTUs per hour
It is commonly used in the HVAC industry to measure the cooling capacity of air conditioning systems
For example, a 2-ton air conditioner can remove 24,000 BTUs of heat per hour
The relationship between current, voltage, and power is described by Ohm's Law, which states that current is directly proportional to voltage and inversely proportional to resistance.
Ohm's Law states that V = I * R, where V is voltage, I is current, and R is resistance.
Power (P) is calculated using the formula P = V * I, where P is power, V is voltage, and I is current.
In a circuit with a constant resistance, an increa...
1 BTU is approximately equal to 0.29307107 watts. To convert BTU to watts, multiply by 0.29307107. To convert watts to BTU, divide by 0.29307107.
1 BTU = 0.29307107 watts
To convert BTU to watts, multiply by 0.29307107
To convert watts to BTU, divide by 0.29307107
Staff Engineer
316
salaries
| ₹15 L/yr - ₹40 L/yr |
Principal Engineer
203
salaries
| ₹20 L/yr - ₹59 L/yr |
Senior Engineer
147
salaries
| ₹13.3 L/yr - ₹25.2 L/yr |
Test Engineer
133
salaries
| ₹3 L/yr - ₹8.2 L/yr |
Senior Software Engineer
75
salaries
| ₹10 L/yr - ₹25 L/yr |
Vivo
OPPO
Dell
LG Electronics