Filter interviews by
I was interviewed in Feb 2022.
Round duration - 65 Minutes
Round difficulty - Hard
There were 15 MCQS you have to do in 25 Minutes and 3 Coding questions you have to do in 40 minutes. They also give a demo test link to get you use to the environment.
Given an array of integers ARR
of length 'N' and a positive integer 'K', find the maximum elements for each contiguous subarray of size K.
ARR = [3, 4,...
Find maximum elements for each subarray of size K in a given array of integers.
Iterate through the array and maintain a deque to store the indices of elements in decreasing order.
Pop elements from the deque if they are out of the current window.
Keep track of the maximum element in each subarray of size K.
In this problem, you are given an array ARR
consisting of N
integers. Your task is to determine the minimum number of jumps required to reach the last index of the array N - 1
....
The problem involves finding the minimum number of jumps required to reach the last index of an array, where each element represents the maximum distance that can be jumped from that index.
Start from index 0 and keep track of the farthest index that can be reached from each position.
Update the current farthest index as the maximum of current farthest index and i + ARR[i].
Increment the jump count when the current index ...
You are provided with a string STR
of length N
. The goal is to identify the longest palindromic substring within this string. In cases where multiple palind...
Given a string, find the longest palindromic substring, prioritizing the one with the smallest start index.
Iterate through the string and expand around each character to find palindromes
Keep track of the longest palindrome found and its starting index
Return the longest palindromic substring with the smallest start index
Round duration - 180 Minutes
Round difficulty - Hard
It was more of Design + Data structure round. They give access to their server and ask us to do code there.
Tip 1 : Do as much as coding question you can do.
Tip 2 : Do some projects also.
Tip 3 : Revise and clear your basic concepts too.
Tip 1 : Mention only things related to job profile only.
Tip 2 : Make it page pager.
Top trending discussions
I was interviewed in Jan 2024.
Had a DSA question based on maps, CSS related MCQ and prototype related MCQ
I applied via Campus Placement and was interviewed in Jul 2022. There were 3 interview rounds.
10 core subject MCQs along with 3 coding questions
1 Fizz Buzz questions
2 third largest string in array of strings
3 operation on numbers given by strings
Top view of binary tree is the nodes visible when viewed from the topmost node.
Top view shows the nodes visible from the root node's perspective.
Nodes are printed in the order of their horizontal distance from the root node.
If two nodes have the same horizontal distance, the node that appears first in the level order traversal is printed first.
DSA and lagorithmic optimizations (this is based on team you are joining so questions vary a LOT)
I applied via Referral and was interviewed before Sep 2022. There were 3 interview rounds.
Medium level leetcode questions and some apti very rare but.
Good practice of data structures, algorithms, and operating systems is essential for software engineers.
Regularly practice coding challenges to improve problem-solving skills
Understand the time and space complexity of algorithms
Learn about different data structures and when to use them
Familiarize yourself with operating system concepts like processes, threads, and memory management
Check for cycle in a linked list by using two pointers approach.
Use two pointers, one moving at double the speed of the other.
If there is a cycle, the two pointers will eventually meet.
Alternatively, use a hash set to keep track of visited nodes.
Binary search tree
Linked list
I have experience with a variety of technologies including Java, Python, SQL, and JavaScript.
Java
Python
SQL
JavaScript
I applied via Campus Placement and was interviewed in Jul 2024. There were 2 interview rounds.
100 minutes, there were 3 coding questions and some easy to medium level mcq on core subjects
A playlist can be implemented using an array of strings to store the list of songs.
Use an array of strings to store the list of songs in the playlist
Implement functions to add, remove, and shuffle songs in the playlist
Consider using a linked list data structure for more efficient insertion and deletion operations
I applied via Walk-in and was interviewed before Nov 2022. There were 5 interview rounds.
Maths, logical question & some related to programming
One problem statement to write a program.
It was consisted of cloud, docker related questions and some logical questions. There were 5 coding questions 3 were easy level coding questions and 2 were on sql schema realated quetions.
GD was good HR was too supportive everyone got chance to keep and express their points.
Technical Specialist
67
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
48
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Engineer
36
salaries
| ₹0 L/yr - ₹0 L/yr |
Engineer
25
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
21
salaries
| ₹0 L/yr - ₹0 L/yr |
Veeam Software
NetApp
Druva
RUBRIK INDIA