Filter interviews by
I applied via Referral and was interviewed in Sep 2023. There were 3 interview rounds.
Java 8, Mysql, sprin, c, c++
Top trending discussions
I applied via Walk-in and was interviewed in May 2024. There was 1 interview round.
LRU cache with multi level caching involves implementing a cache with multiple levels of storage, where the least recently used items are evicted first.
Implement a two-level cache system with a primary cache (e.g. in-memory) and a secondary cache (e.g. disk-based).
Use a data structure like a doubly linked list and a hash map to efficiently manage the cache and track the least recently used items.
When an item is accesse...
posted on 9 Feb 2024
I was interviewed in Jan 2024.
I applied via Campus Placement
One medium and one standard DP question
Design Google Pay - a digital wallet platform for online payments and transactions.
Allow users to securely store payment information such as credit/debit cards, bank accounts, and loyalty cards.
Enable users to make payments in stores, online, and within apps using their stored payment methods.
Implement security features like biometric authentication, tokenization, and encryption to protect user data.
Provide features fo...
High Level Design (HLD) of recursive functions in software development.
Recursive functions call themselves to solve smaller instances of the same problem.
HLD of recursive functions involves defining the base case, recursive case, and termination condition.
Example: HLD of a recursive function to calculate factorial of a number involves defining base case as factorial(0) = 1.
Maths and communication based questions
Estimate and SQL and coding was there
Time ,speed ,distance
Java application using oops concept
I applied via Campus Placement
There is some aptitude questions along with some subject question(C++,DBMS,OS). And also there is one easy/medium coding question
I was interviewed before May 2021.
Round duration - 60 minutes
Round difficulty - Hard
It was on hackerearth platform and duration was 60 mins.
Given an N*M matrix filled with integer numbers, determine the maximum sum that can be obtained from a path starting from any cell in the first row to any cell in the last row...
We are given a matrix of N * M. To find max path sum first we have to find max value in first row of matrix. Store this value in res. Now for every element in matrix update element with max value which can be included in max path. If the value is greater then res then update res. In last return res which consists of max path sum value.
Round duration - 60 minutes
Round difficulty - Easy
Only problem solving was asked simple DSA based questions
Given a string 'STR' consisting solely of the characters “{”, “}”, “(”, “)”, “[” and “]”, determine if the parentheses are balanced.
The first line contains an...
Declare a character stack S.
Now traverse the expression string exp.
If the current character is a starting bracket (‘(‘ or ‘{‘ or ‘[‘) then push it to stack.
If the current character is a closing bracket (‘)’ or ‘}’ or ‘]’) then pop from stack and if the popped character is the matching starting bracket then fine else brackets are not balanced.
After complete traversal, if there is some starting bracket left in stac
Round duration - 60 mins
Round difficulty - Easy
Problem solving and DSA
Given an array of integers ARR
of length N
and an integer Target
, your task is to return all pairs of elements such that they add up to the Target
.
The first line ...
This problem can be solved efficiently by using the technique of hashing. Use a hash_map to check for the current array value x(let), if there exists a value target_sum-x which on adding to the former gives target_sum. This can be done in constant time.
Round duration - 30 minutes
Round difficulty - Easy
This was hiring manager round and it was mostly behavioural round
Tip 1 : DSA/Problem Solving is a must
Tip 2 : Be comfortable with atleast one language with the proper syntax
Tip 3 : Give mock interviews for practice
Tip 1 : Mention your achievements like Google Kickstart or ratings in different coding platforms
Tip 2 : Mention good projects
posted on 4 Feb 2024
I applied via Referral and was interviewed in Aug 2023. There were 2 interview rounds.
Map question with frequency in a vector
based on 1 interview
Interview experience
based on 10 reviews
Rating in categories
Software Developer
80
salaries
| ₹3.5 L/yr - ₹14 L/yr |
Business Analyst
53
salaries
| ₹5.5 L/yr - ₹20.5 L/yr |
Softwaretest Engineer
34
salaries
| ₹3.3 L/yr - ₹11.5 L/yr |
Senior Business Analyst
31
salaries
| ₹8.5 L/yr - ₹27.5 L/yr |
Senior Software Developer
29
salaries
| ₹6.5 L/yr - ₹19.6 L/yr |
Experian
Credit Information Bureau
Equifax
Nsdl Database Management