Filter interviews by
I applied via Company Website and was interviewed before Oct 2022. There were 4 interview rounds.
Swapping values in a C program involves using a temporary variable to store one value while the other is replaced.
Declare three variables: two for the values to be swapped and one for the temporary storage.
Assign the values to be swapped to the two variables.
Use the temporary variable to store one of the values.
Assign the value from the other variable to the first variable.
Assign the value from the temporary variable t
I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.
Data flows from user application to driver in Android device through various layers of the Android framework, including the application framework, system services, and the Linux kernel.
User application makes a request to the Android framework API.
The Android framework forwards the request to the appropriate system service.
The system service communicates with the Linux kernel to interact with the device driver.
The devic...
Content providers are components in Android that manage access to a structured set of data
Content providers are used to share data between different applications
They provide a standard interface for accessing data
Content providers can be used to store and retrieve data from databases, files, or the web
Extending existing HAL involves adding new functionality to an existing Hardware Abstraction Layer in Android framework.
Understand the existing HAL interface and its functionalities
Identify the new functionality to be added
Implement the new functionality in the HAL implementation
Test the extended HAL to ensure compatibility and functionality
Update any dependent components or modules
40mins profit or loss, time and distance,percentage, etc
1 hours searching,sorting,programs on string manipulation
I applied via Campus Placement and was interviewed before May 2023. There were 3 interview rounds.
C-code, electronics related and some general question.
Vayavya Labs interview questions for popular designations
I applied via Recruitment Consultant and was interviewed in May 2021. There were 4 interview rounds.
I applied via Recruitment Consultant and was interviewed in May 2021. There were 3 interview rounds.
Top trending discussions
I was interviewed before Mar 2021.
Round duration - 60 Minutes
Round difficulty - Easy
Given a binary tree of integers, return the level order traversal of the binary tree.
The first line contains an integer 'T', representing the number of te...
Return the level order traversal of a binary tree given in level order with null nodes represented by -1.
Create a queue to store nodes for level order traversal
Start with the root node and add it to the queue
While the queue is not empty, dequeue a node, print its value, and enqueue its children
Repeat until all nodes are traversed in level order
Round duration - 45 minutes
Round difficulty - Easy
A deadlock in DBMS occurs when two or more transactions are waiting for each other to release locks, causing them to be stuck indefinitely.
Deadlock is a situation where two or more transactions are unable to proceed because each is waiting for the other to release locks.
To prevent deadlocks, DBMS uses techniques like deadlock detection and prevention algorithms.
Joins in DBMS are used to combine rows from two or more ta...
Round duration - 60 Minutes
Round difficulty - Medium
Design a system for Twitter
Key components: user profiles, tweets, hashtags, timelines
Architecture: microservices, load balancers, databases, caching
Scalability: sharding, replication, CDN
Real-time processing: streaming APIs, push notifications
Round duration - 60 Minutes
Round difficulty - Medium
You are provided with an array of ‘N’ integers and ‘Q’ queries. Each query requires calculating the maximum subarray sum in a specified range of the array.
The first ...
Implement a function to calculate maximum subarray sum queries in a given range of an array.
Iterate through each query and calculate the maximum subarray sum within the specified range using Kadane's algorithm.
Keep track of the maximum sum found so far and update it as needed.
Return the maximum subarray sum for each query in the test case.
Given an integer array arr
of size 'N' containing only 0s, 1s, and 2s, write an algorithm to sort the array.
The first line contains an integer 'T' representing the n...
Sort an integer array containing only 0s, 1s, and 2s in linear time complexity.
Use a single scan over the array to sort it in-place.
Maintain three pointers for 0s, 1s, and 2s and swap elements accordingly.
Example: Input: [0, 2, 1, 2, 0], Output: [0, 0, 1, 2, 2]
Round duration - 20 Minutes
Round difficulty - Medium
Tip 1 : Prepare DS and Algo
Tip 2 : Prepare Dynamic programming
Tip 1 : Good in DS and algo that will be help in the interview that is very neccassry
Tip 2 : Prepare DBMS
I applied via LinkedIn and was interviewed in Oct 2024. There was 1 interview round.
1st round is coding assessment round based on graph and hashmaps
based on 4 interviews
Interview experience
based on 20 reviews
Rating in categories
Pune,
Bangalore / Bengaluru
+110-12 Yrs
Not Disclosed
Engineer
23
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
23
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Engineer
19
salaries
| ₹0 L/yr - ₹0 L/yr |
Embedded Software Engineer
17
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
10
salaries
| ₹0 L/yr - ₹0 L/yr |
Innovaccer
Indus OS
Postman
Freshworks