Filter interviews by
General aptitude question are included
Basic DSA and simple programs , nothing much deep
posted on 13 Feb 2024
I applied via Referral and was interviewed in Jan 2024. There was 1 interview round.
The angle between the hour hand and minute hand of a clock at a particular time.
The angle between the hour hand and minute hand can be calculated using the formula: angle = 30 * (hour % 12) + 0.5 * minutes
If the angle is greater than 180 degrees, subtract it from 360 to get the smaller angle
For example, at 3:15, the hour hand is at 97.5 degrees and the minute hand is at 90 degrees, so the angle between them is 7.5 degr
I applied via Company Website and was interviewed in Jan 2024. There were 3 interview rounds.
Online Coding Test on their platform
Use a max heap data structure to find the topper of a college.
Max heap is a complete binary tree where the value of each node is greater than or equal to the values of its children.
Insert all students' scores into a max heap and then extract the top element to find the topper.
Example: If student A scored 90, student B scored 85, and student C scored 95, the max heap would have [95, 85, 90].
posted on 21 Sep 2024
I applied via Job Portal and was interviewed in Mar 2024. There were 3 interview rounds.
They discuss the coding capabilities, and personal things discussion so company never face any loss.
Coding related output based questions and answers.
They discuss codding based questions and too much personal things, they project manager will visite to our basic things like house, family, Current financial condition so on...
I applied via LinkedIn and was interviewed in Feb 2024. There was 1 interview round.
React is a JavaScript library for building user interfaces.
React is a popular JavaScript library for building user interfaces.
To create a tab structure in React, you can use components like Tabs and TabPanels.
When a tab is clicked, you can use state to show or hide the content of that tab.
posted on 26 Sep 2024
There was aptitude and coding question essy to medium
There was some aptitude question and coding question easy to medium
posted on 31 May 2024
Dsa predict the output
One medium problem. Based on that the students are selected. And modifications in code has been asked
posted on 2 Mar 2023
I applied via Campus Placement and was interviewed in Feb 2023. There were 4 interview rounds.
No of Questions : 4 questions
Difficulty : Difficult
Topics : Sieve of eratosthenis, DP, Hashing
Search for an element in a rotated sorted array using binary search with pivot.
Find the pivot element using binary search.
Compare the target element with the first element of the array to determine which half to search.
Perform binary search on the selected half of the array.
Repeat until the target element is found or the array is exhausted.
Sort an array of 0's, 1's, and 2's using two pointer approach.
Initialize two pointers, one at the beginning and one at the end of the array.
Traverse the array and swap 0's to the beginning and 2's to the end using the pointers.
Stop when the pointers meet or cross each other.
ID selector is used to select an element with a specific ID attribute in CSS.
ID selector is denoted by '#' followed by the ID name.
ID should be unique on a page.
ID selector has higher specificity than class selector.
Example: #header { color: blue; }
ShallowCopy copies only the reference of an object while DeepCopy creates a new object with a new reference.
ShallowCopy creates a new reference to the same object, so changes made to the copy will reflect in the original object.
DeepCopy creates a new object with a new reference, so changes made to the copy will not reflect in the original object.
ShallowCopy is faster and less memory-intensive than DeepCopy.
DeepCopy is ...
Copy constructor is a special constructor that creates a new object by copying an existing object.
It is used to create a new object with the same values as an existing object.
It takes an object of the same class as a parameter.
It is automatically called when a new object is created from an existing object.
It creates a deep copy of the object, meaning that all the member variables are copied.
Example: class MyClass { pub...
Operator overloading allows operators to have different meanings based on the context of their usage.
Operator overloading is a feature in object-oriented programming languages.
It allows operators to be redefined for custom classes.
For example, the '+' operator can be overloaded to concatenate strings or add numbers.
It can improve code readability and reduce the amount of code needed for certain operations.
Struct is a value type while class is a reference type in C#.
Structs are stored on the stack while classes are stored on the heap.
Structs cannot be inherited while classes can be inherited.
Structs do not support destructors while classes do.
Structs are used for small data structures while classes are used for larger, more complex objects.
Example of struct: struct Point { public int X; public int Y; }
Example of class: c...
Search an element in an infinite sorted array using binary search.
Initialize low as 0 and high as 1.
Double the high index until arr[high] is greater than the target element.
Perform binary search between low and high indexes.
posted on 4 Apr 2024
I applied via Company Website and was interviewed before Apr 2023. There were 2 interview rounds.
Create a small appilcation and send the code via email
posted on 10 Jan 2024
based on 1 review
Rating in categories
Associate Product Developer
16
salaries
| ₹4 L/yr - ₹6 L/yr |
Software Engineer
9
salaries
| ₹2.6 L/yr - ₹10.1 L/yr |
UI Developer
7
salaries
| ₹3 L/yr - ₹6.2 L/yr |
Product Support Engineer
6
salaries
| ₹3.5 L/yr - ₹4.5 L/yr |
Production Analyst
6
salaries
| ₹3 L/yr - ₹5.5 L/yr |
TCS
Infosys
Wipro
HCLTech