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
Top trending discussions
I applied via Naukri.com and was interviewed in Sep 2021. There were 2 interview rounds.
Types of test steps in software testing
Unit testing - testing individual units or components of the software
Integration testing - testing how different units or components work together
System testing - testing the entire system as a whole
Acceptance testing - testing if the software meets the requirements and is ready for release
Regression testing - testing to ensure that changes or updates to the software did not intro...
Answering questions about transformation and lookup types used in a project
Transformation types used in the project may include data mapping, aggregation, filtering, and sorting
Lookup is a process of searching for a specific value in a table or database
Types of lookup include exact match, range match, and fuzzy match
Questions about organization may refer to project management, team collaboration, or software developmen
I applied via Company Website and was interviewed in Jun 2021. There were 5 interview rounds.
I applied via Naukri.com and was interviewed in Feb 2021. There were 4 interview rounds.
I applied via Naukri.com and was interviewed in Aug 2020. There was 1 interview round.
I applied via Walk-in and was interviewed in Aug 2020. There were 4 interview rounds.