Filter interviews by
I applied via Campus Placement and was interviewed before Oct 2022. There were 4 interview rounds.
HackerEarth 2 coding question
Print prime numbers using a simple program
Iterate through numbers and check if each number is prime
Use a nested loop to check for factors of each number
Print the number if it has only 2 factors (1 and itself)
Top trending discussions
posted on 10 Dec 2024
I was interviewed in Nov 2024.
OOP is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.
OOP focuses on creating objects that interact with each other to solve problems.
Key concepts include encapsulation, inheritance, and polymorphism.
Encapsulation involves bundling data and methods that operate on the data into a single unit.
Inheritance allows classes to inherit at...
Multithreading is the ability of a CPU to execute multiple threads concurrently, allowing for improved performance and responsiveness.
Multithreading allows multiple tasks to be executed simultaneously on a single CPU core.
Each thread has its own program counter, stack, and set of registers.
Example: A web browser using multithreading to load a webpage while simultaneously downloading images in the background.
Rotate a 2D matrix by 180 degrees in place without using extra space.
Iterate through the matrix and swap elements symmetrically across the center row.
Use two pointers, one starting from the first row and the other from the last row, to swap elements.
Repeat the swapping process for each row until the entire matrix is rotated.
Example: Input matrix = [[1,2,3],[4,5,6],[7,8,9]], Output matrix = [[9,8,7],[6,5,4],[3,2,1]]
I applied via Campus Placement and was interviewed in Dec 2023. There were 2 interview rounds.
Coding test held on Hipro platform which had 3 coding questions including mcqs
posted on 25 Jul 2024
Reverse a linked list by changing the pointers direction
Start with three pointers: current, previous, and next
Iterate through the linked list, updating the pointers to reverse the direction
Return the new head of the reversed linked list
posted on 7 Nov 2022
I applied via Campus Placement and was interviewed in Oct 2022. There were 4 interview rounds.
There were 2 questions to be solved in 2 hours. Ques were hard level DP.
I applied via campus placement at Osmania University and was interviewed before Oct 2023. There were 2 interview rounds.
Simple questions, easy to clear
posted on 3 Jan 2025
I applied via Referral and was interviewed in Dec 2024. There were 2 interview rounds.
Deep copy creates a new copy of an object with its own unique memory space, while shallow copy creates a new object that references the same memory locations as the original object.
Deep copy duplicates all nested objects, while shallow copy only duplicates the references to nested objects.
Deep copy ensures that changes to the copied object do not affect the original object, while shallow copy may lead to unintended sid...
Use a loop to swap characters of two strings without using strcpy function.
Create two arrays of characters to store the strings
Use a loop to iterate through each character of the strings and swap them
Ensure to handle cases where strings have different lengths
I applied via LinkedIn and was interviewed in Dec 2024. There was 1 interview round.
Remove duplicates from array of strings without using set.
Iterate through the array and compare each element with all other elements to find duplicates.
Create a new array and add elements only if they are not already present in the new array.
I applied via Company Website and was interviewed in Nov 2024. There were 3 interview rounds.
A standard online test conducted through one of the testing platforms.
Software Engineer
17
salaries
| ₹4 L/yr - ₹6.5 L/yr |
Technical Lead
17
salaries
| ₹14.1 L/yr - ₹25 L/yr |
Senior Technical Associate
12
salaries
| ₹8.5 L/yr - ₹20.6 L/yr |
Software Engineer2
11
salaries
| ₹5 L/yr - ₹16.8 L/yr |
Software Engineer Level 1
9
salaries
| ₹4.5 L/yr - ₹5.2 L/yr |
TCS
Infosys
Wipro
HCLTech