Filter interviews by
I applied via LinkedIn and was interviewed in Mar 2023. There were 3 interview rounds.
Leetcode medium to hard problems, with unit tests around the implementation.
Top trending discussions
posted on 15 Jan 2025
CAN TP is a protocol used for transferring large data packets over Controller Area Network.
CAN TP breaks large data packets into smaller segments for transmission
It uses flow control mechanisms to ensure all segments are received and retransmits if necessary
CAN TP is commonly used in automotive and industrial applications
AUTOSAR (Automotive Open System Architecture) is a standardized software architecture for automotive systems.
AUTOSAR is a layered architecture consisting of four layers: Application Layer, Runtime Environment (RTE) Layer, Basic Software Layer, and Microcontroller Abstraction Layer (MCAL).
Each layer in AUTOSAR has specific responsibilities and interfaces with other layers to ensure modularity and reusability of software...
I applied via Approached by Company and was interviewed in Aug 2024. There was 1 interview round.
posted on 11 Oct 2024
I applied via Recruitment Consulltant and was interviewed in Sep 2024. There was 1 interview round.
Designing Instagram feed involves displaying user's photos and videos in a visually appealing and user-friendly manner.
Display user's posts in a grid layout with images/videos and captions
Allow users to like, comment, and share posts
Implement infinite scrolling to load more posts as user scrolls down
Include a search bar to search for specific users or hashtags
I applied via Company Website
A code to identify errors and write Junit. Optimise the code as well.
Implementing a stack using two queues
Use two queues to simulate a stack
Push operation: Enqueue the element to queue 1
Pop operation: Dequeue all elements from queue 1 to queue 2, dequeue the last element from queue 1, then swap the queues
Top operation: Return the front element of queue 1
Example: Push 1, 2, 3 - Queue 1: [1, 2, 3], Queue 2: []
Example: Pop - Queue 1: [1, 2], Queue 2: [3]
I applied via Referral and was interviewed in Jul 2024. There were 2 interview rounds.
Full stack question with java and angular and sql
Case study on project
I applied via Approached by Company and was interviewed in Jan 2024. There were 2 interview rounds.
Implement a function to mimic the functionality of merging two DataFrames in Python.
Create a function that takes two DataFrames as input.
Merge the two DataFrames based on a common column or index.
Handle different types of joins like inner, outer, left, and right joins.
Return the merged DataFrame as output.
1 hour - Find longest palindromic substring
A zoo management system to track animals, enclosures, staff, and visitor information.
Create classes for animals, enclosures, staff, and visitors
Implement functions for adding, updating, and deleting records
Include features for scheduling feeding times, cleaning enclosures, and managing staff shifts
Standard DSA questions
I was interviewed in Jan 2024.
LRU (Least Recently Used) is a cache eviction policy where the least recently accessed items are removed first.
LRU cache stores key-value pairs with a maximum capacity.
When a new key-value pair is added, if the cache is full, the least recently used item is removed.
When a key is accessed, it is moved to the front of the cache to indicate it was recently used.
Interview experience
based on 2 reviews
Rating in categories
Site Reliability Engineer
29
salaries
| ₹10 L/yr - ₹30 L/yr |
Member Technical Staff
29
salaries
| ₹15 L/yr - ₹62.4 L/yr |
Staff Engineer
19
salaries
| ₹50 L/yr - ₹98 L/yr |
Senior Member of Technical Staff
15
salaries
| ₹30 L/yr - ₹67.5 L/yr |
Technical Staff Member 3
10
salaries
| ₹22 L/yr - ₹55 L/yr |
RUBRIK INDIA
Druva
Veeam Software
CommVault