Filter interviews by
I applied via Referral and was interviewed in Oct 2024. There were 2 interview rounds.
The test is moderate
Case study of vending machine
Top trending discussions
Remove duplicates from a linked list
Traverse the linked list and keep track of seen values using a hash set
If a value is already in the hash set, remove the duplicate node
Update the next pointers accordingly
Validate if an IP address is in a valid format
Split the IP address into 4 parts using the dot as a delimiter
Check if each part is a number between 0 and 255
Ensure there are exactly 4 parts in the IP address
I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.
Two easy to medium level questions
Reverse a string by iterating through the characters and swapping them.
Create a new string to store the reversed string
Iterate through the original string from end to start
Append each character to the new string
Return the new string as the reversed string
Find the first and last occurrence of an element in a sorted array.
Use binary search to find the first occurrence of the element.
Modify binary search to find the last occurrence of the element.
Handle cases where the element is not found in the array.
It was for 1 hr.
Rearrange a linked list with numbers such that odd numbers come first, followed by even number order being maintained.
Was asked question on golang (pointers question) and sql - this was based on my resume.
SQL queries using join and group by clause
Use JOIN to combine rows from two or more tables based on a related column between them
Use GROUP BY to group rows that have the same values into summary rows
Example: SELECT orders.order_id, customers.customer_name, SUM(order_details.quantity) FROM orders JOIN customers ON orders.customer_id = customers.customer_id JOIN order_details ON orders.order_id = order_details.order_id G
I applied via Campus Placement
30 min exam online test with easy and medium leetcode questions. Precisely Bulls and Cow problem and remove K digits leetcode questions
Object-oriented programming concepts that focus on data encapsulation, inheritance, polymorphism, and abstraction.
Encapsulation: Bundling data and methods that operate on the data into a single unit (class).
Inheritance: Ability of a class to inherit properties and behavior from another class.
Polymorphism: Ability to present the same interface for different data types.
Abstraction: Hiding the complex implementation detai...
I applied via Campus Placement and was interviewed before Apr 2023. There was 1 interview round.
Business Analyst
35
salaries
| ₹6.6 L/yr - ₹10 L/yr |
Sde1
27
salaries
| ₹15 L/yr - ₹23.8 L/yr |
Software Development Engineer
27
salaries
| ₹10 L/yr - ₹22.8 L/yr |
Software Engineer
24
salaries
| ₹10 L/yr - ₹22.5 L/yr |
Software Developer
24
salaries
| ₹10.5 L/yr - ₹23 L/yr |
Myntra
Flipkart
Snapdeal
Shopclues