Filter interviews by
I applied via Company Website and was interviewed in Jan 2024. There was 1 interview round.
90 min, 2 hard dynamic programming problems and 1 others(I encounter a graph problem), take on hacker rank
Top trending discussions
posted on 5 Sep 2024
I applied via Job Portal
Find the frequency of each string in an array of strings.
Create a hashmap to store the frequency of each string.
Iterate through the array of strings and update the hashmap accordingly.
Return the hashmap with the frequency of each string.
posted on 13 Nov 2024
Easy - Medium Leetcode
I applied via Naukri.com and was interviewed in Nov 2023. There were 3 interview rounds.
Logical reasoning questions was there
A ridesharing service connecting drivers with passengers for convenient and affordable transportation.
Allow users to request rides through a mobile app
Match drivers with passengers based on location and destination
Provide estimated arrival times and fare estimates
Implement a rating system for drivers and passengers
Offer options for shared rides to reduce costs
I applied via Campus Placement
Basic aptitude , c programming, digital design
Flip flop can be implemented using a multiplexer by selecting the input based on the control signal.
Use a 2:1 multiplexer to select between the current state and the next state
Connect the output of the multiplexer to the input of the flip flop
Control signal determines which input is passed through the multiplexer
I applied via Campus Placement and was interviewed before Jul 2023. There were 4 interview rounds.
60 mins aptitude test
String ,array , questions from collection framework.
To test a FB login page, I would verify functionality, security, and compatibility.
Verify login functionality by entering valid and invalid credentials
Test for security by checking for SSL encryption, password hashing, and account lockout
Ensure compatibility by testing on different browsers and devices
I was interviewed in Sep 2021.
Round duration - 60 minutes
Round difficulty - Medium
The round was technical round and it was held on google meet around 1 pm
Given an M x N matrix of integers ARR
, your task is to identify the rectangle within the matrix that has the greatest sum of its elements.
The first line of input co...
In this approach, we'll try to consider each rectangle that can be formed using elements of the array. To do this we fix (X1,Y1) coordinates of starting vertex and iterate through the matrix for every pair (X2,Y2) as the coordinates of ending vertex. Now we have a rectangle with coordinates (X1,Y1), (X1,Y2), (X2,Y1) and (X2,Y2).
We'll find the sum of elements within this rectangle and compare it with MAXSUM. ...
Round duration - 60 minutes
Round difficulty - Medium
It was managerial round and took place around 3 pm
You are provided with a string EXP
which represents a valid infix expression. Your task is to convert this given infix expression into a postfix expression.
An i...
We will scan the expression from left to write and if we encounter an operand we will append it to our answer. If we encounter an operator we will pop all the operators with equal or higher precedence and append them to our answer. And push the current operator. In the end, we will empty the stack.
Order of precedence = [ ‘^’, ‘*’ and ‘/’, ‘+’ and ‘-’, ‘(’, ‘)’]
Order of precedence [ link ]
The algorithm will be-
Tip 1 : Java concepts should be strong
Tip 2 : OOPS
Tip 3 : Projects should have scalability
Tip 1 : Projects detail should be short and precise
Tip 2 : Don't fake technical skills
I applied via LinkedIn and was interviewed before Oct 2022. There were 3 interview rounds.
Basic and easy aptitude questions
Interview experience
Data Engineer
9
salaries
| ₹10 L/yr - ₹32.8 L/yr |
Data Scientist
9
salaries
| ₹5 L/yr - ₹10.8 L/yr |
Data Analyst
7
salaries
| ₹6 L/yr - ₹15.8 L/yr |
Cloud Support Engineer
6
salaries
| ₹12.6 L/yr - ₹21.5 L/yr |
Senior Data Engineer
5
salaries
| ₹28.5 L/yr - ₹52 L/yr |
Amazon Web Services
Microsoft Azure
IBM
Oracle