Filter interviews by
I applied via Job Portal and was interviewed in Jul 2024. There were 2 interview rounds.
I applied via Referral and was interviewed in Jan 2024. There were 4 interview rounds.
C coding questions on bitwise concepts
DSA coding concepts
The number of complete squares inscribed in a circle can be calculated using a formula based on the number of sides of the square.
The formula to calculate the number of complete squares inscribed in a circle is n*(n+1)*(2n+1)/6, where n is the number of sides of the square.
For example, if the circle has a square with 4 sides inscribed in it, the number of complete squares would be 30 (4*(4+1)*(2*4+1)/6 = 30).
1. Revere Linked List
2. Maximum water in a container
ArrayList is a resizable array implementation in Java. Appium locators include ID, name, class name, xpath, etc. UI Automator 1 and 2 are tools for testing Android apps.
ArrayList is a dynamic array that can grow or shrink in size. Example: ArrayList
Appium locators include ID, name, class name, xpath, etc. Example: driver.findElement(By.id("elementID"));
UI Automator 1 is a testing framework for...
1. What is same for you and even for PM of US?
Samsung Research interview questions for designations
I applied via Recruitment Consulltant and was interviewed before Oct 2023. There were 3 interview rounds.
Coding round with medium complexity
A linked list is a data structure where each element points to the next element in the sequence.
Create a Node class with data and a reference to the next Node
Initialize a LinkedList class with a head Node
Implement methods to add, remove, search, and traverse the linked list
I applied via Company Website and was interviewed before Aug 2023. There was 1 interview round.
Online coding test. Duration was 4 hours. Only one question was given. I had implement 4 APIs. Question was related to DP.
I applied via campus placement at College of Engineering, Guindy Campus and was interviewed before Feb 2023. There were 2 interview rounds.
It was 1 coding question with 10 test cases. They asked a question based on binary search. I got 3 hrs to clear that test. I went in as a campus fresher. For lateral joinees, it is a much more difficult question that you have to clear in 4hrs.
The best way to find the majority element in an array is by using the Boyer-Moore Voting Algorithm.
Initialize a candidate variable and a count variable.
Iterate through the array and for each element:
- If the count is 0, set the current element as the candidate.
- If the current element is the same as the candidate, increment the count.
- Otherwise, decrement the count.
After the iteration, the candidate will be the ...
Reverse a linked list in K groups
Iterate through the linked list in groups of size K
Reverse each group of nodes using a temporary pointer
Connect the reversed groups to form the final reversed linked list
I applied via Recruitment Consulltant and was interviewed in Dec 2021. There were 3 interview rounds.
Question was related to dynamic programming. There was only one question and I had solve it within 4 hours. There were 50 test cases. All test cases must pass.
Top trending discussions
Python overview and oops concept
2 Interview rounds
based on 28 reviews
Rating in categories
Software Engineer
1.5k
salaries
| ₹7 L/yr - ₹22 L/yr |
Lead Engineer
610
salaries
| ₹9.9 L/yr - ₹38 L/yr |
Senior Software Engineer
515
salaries
| ₹7.7 L/yr - ₹28.7 L/yr |
Chief Engineer
391
salaries
| ₹14 L/yr - ₹51 L/yr |
Engineer
329
salaries
| ₹5.5 L/yr - ₹19 L/yr |
Microsoft Research
IBM Research
Intel
TCS