Filter interviews by
I appeared for an interview in Jan 2021.
Round duration - 30 minutes
Round difficulty - Easy
You are provided with two arrays of positive integers. The goal is to select two sub-arrays of the same length, one from each of the provided arrays, such that the su...
Select two sub-arrays of the same length from two arrays to maximize the sum of bitwise OR.
Iterate through all possible sub-arrays of the same length from both arrays.
Calculate the bitwise OR sum for each pair of sub-arrays.
Keep track of the maximum sum obtained.
Return the maximum sum found.
Round duration - 30 minutes
Round difficulty - Medium
You are provided with an array A
containing N
integers. Your task is to determine the maximum element in every contiguous subarray of size K
as you move from left to rig...
Find maximum element in every contiguous subarray of size K in an array.
Iterate through the array and maintain a deque to store the indices of elements in decreasing order.
Pop elements from the deque that are out of the current window and add the maximum element to the result.
Return the result array containing maximum elements in each subarray of size K.
Tip 1 : solved questions daily
Tip 2 : makes self notes in understandable language
Tip 3 : learn daily new things
Tip 1 : no false information about you
Tip 2 : define your skills in best way
I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.
I applied via Campus Placement and was interviewed before Jul 2020. There were 4 interview rounds.
The project involved designing and implementing a new network infrastructure for a large corporation.
Conducted a thorough analysis of the existing network infrastructure
Designed a new network architecture that met the company's needs
Implemented the new network infrastructure with minimal disruption to business operations
Tested and optimized the new network to ensure optimal performance
Provided ongoing support and maint
I applied via Walk-in and was interviewed before Feb 2020. There were 4 interview rounds.
I applied via Campus Placement and was interviewed before Jun 2020. There were 3 interview rounds.
I applied via Referral and was interviewed before Jun 2020. There were 5 interview rounds.
I applied via Campus Placement and was interviewed before Nov 2020. There was 1 interview round.
I applied via Referral and was interviewed before Mar 2021. There were 2 interview rounds.
Very easy
I applied via Walk-in and was interviewed before May 2019. There were 5 interview rounds.
I applied via Walk-in and was interviewed before Feb 2021. There were 2 interview rounds.
No