Filter interviews by
I applied via Campus Placement
Normal MCQ questions, mostly GATE type questions.
Top trending discussions
I applied via Company Website and was interviewed in Jan 2024. There were 2 interview rounds.
1 coding question was asked and it is a standard question from leetcode
To find the middle element of a linked list, use the slow and fast pointer technique.
Initialize two pointers, slow and fast, at the head of the linked list.
Move the slow pointer by one node and the fast pointer by two nodes until the fast pointer reaches the end of the list.
The node pointed to by the slow pointer at this point will be the middle element of the linked list.
ACID properties are a set of properties that guarantee database transactions are processed reliably.
ACID stands for Atomicity, Consistency, Isolation, Durability
Atomicity ensures that either all operations in a transaction are completed or none are
Consistency ensures that the database remains in a consistent state before and after the transaction
Isolation ensures that multiple transactions can be executed concurrently ...
I applied via Referral and was interviewed in Mar 2022. There were 3 interview rounds.
Streams are a sequence of data elements made available over time. There are different types of streams.
Byte Streams
Character Streams
Buffered Streams
Data Streams
Object Streams
Print Streams
File Streams
Network Streams
Build a typeahead component
Build a form for personal details
Include fields for name, email, phone number, address, date of birth
Use input fields, dropdowns, and date pickers for user input
Add validation for required fields and correct formats
Consider user experience with clear labels and easy navigation
Implement validations for different fields in software development.
Identify the fields that require validation such as email, password, phone number, etc.
Use regular expressions to validate input data format.
Implement client-side and server-side validations to ensure data integrity.
Display error messages for invalid input to guide users on correct data entry.
I applied via Referral and was interviewed in May 2024. There were 2 interview rounds.
Design a database schema for a notification service
Identify the entities involved such as users, notifications, and devices
Create tables for each entity with relevant attributes
Establish relationships between tables using foreign keys
Consider indexing for efficient retrieval of notifications
Implement a mechanism for tracking read/unread status of notifications
I applied via Internshala and was interviewed in Dec 2023. There were 2 interview rounds.
Easy to medium, can solve with leetcode medium
Count the number of islands in a grid of '1's and '0's
Iterate through the grid and for each '1' encountered, perform a depth-first search to mark all connected '1's as visited
Increment the island count for each new island found
Ensure to handle boundary cases and check for visited nodes
Find the first and last index of a specific element in an array of strings.
Iterate through the array and keep track of the index of the first and last occurrence of the element.
Return the first and last index once the iteration is complete.
Example: Array ['apple', 'banana', 'apple', 'orange'], element 'apple' - First index: 0, Last index: 2.
posted on 5 Jun 2024
I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.
2hrs aptitude test was there
2 hrs coding test was there
GD was conducted and then i passed it
I applied via Approached by Company and was interviewed before Sep 2023. There were 4 interview rounds.
Hackerearth platform was provided , Question was based on Tree dsa. Need to run and pass few test cases.
Design patterns , chess LLD
Design blocking queue which can handle the multithreading scenario
Developed a web application for tracking inventory and sales data
Used React for front-end development
Implemented RESTful APIs using Node.js and Express
Utilized MongoDB for database management
I applied via Referral and was interviewed before Oct 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