Filter interviews by
I appeared for an interview in Dec 2021.
Round duration - 90 Minutes
Round difficulty - Medium
Online questions of coding, logical and tools knowledge
Was time based, and lengthy
Given an array or list of integers 'ARR', identify the second largest element in 'ARR'.
If a second largest element does not exist, return -1.
ARR = [2,...
Find the second largest element in an array of integers.
Iterate through the array to find the largest and second largest elements.
Handle cases where all elements are identical.
Return -1 if a second largest element does not exist.
Round duration - 90 Minutes
Round difficulty - Easy
Was pure technical
Framework designs are the structure and organization of a software framework, including its components and interactions.
Framework designs define the overall architecture of a software system
They include the arrangement of components, their relationships, and the flow of data
Examples of framework designs include Model-View-Controller (MVC) and Service-Oriented Architecture (SOA)
Round duration - 60 Minutes
Round difficulty - Hard
Technical
Given an array of integers ARR
of size N
and an integer target
, find three integers in ARR
such that their sum is closest to the target
. If there are two closest sums, return...
Find three integers in an array whose sum is closest to a target integer.
Iterate through all possible triplets in the array to find the closest sum to the target.
Keep track of the closest sum found so far and update it if a closer sum is found.
Return the closest sum found after iterating through all triplets.
Round duration - 60 Minutes
Round difficulty - Hard
HR stuff
Tip 1 : Prepare for coding logics
Tip 2 : Prepare for Algos
Tip 1 : Mention all skills in bold
Tip 2 : Mention all languages and tools keywords
Top trending discussions
I appeared for an interview before Mar 2016.
I applied via Campus Placement and was interviewed in Dec 2020. There were 3 interview rounds.
The program replaces consecutive same characters in a string with a single '$'.
Iterate through each character in the string
Compare the current character with the next character
If they are the same, replace the next character with '$'
Continue until the end of the string
Function overloading is having multiple functions with the same name but different parameters. Function overriding is having a derived class implement a method with the same name and parameters as a method in its base class.
Function overloading is used to provide different ways of calling a function with different parameters.
Function overriding is used to provide a specific implementation of a method in a derived class...
posted on 13 Sep 2024
posted on 16 Oct 2024
I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.
1)Buy and sell stock
2)2 sum
3) system design
4) Elastic search
5) deployment
I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.
DSA , LLD on bar raiser
DSA, SQL and discussions around projects
A notification system to alert users of important events or updates.
Define types of notifications (e.g. email, SMS, push notifications)
Implement a user preference setting for notification frequency
Include a notification history for users to review past alerts
Simple algorithm question about sorting
The time complexity of the quicksort algorithm is O(n log n).
Quicksort has an average time complexity of O(n log n).
The best case time complexity of quicksort is O(n log n) when the pivot element divides the array into two equal halves.
The worst case time complexity of quicksort is O(n^2) when the pivot element is the smallest or largest element in the array.
Behavioural and culture fit
posted on 10 Jul 2024
LRU cache design involves maintaining a cache with limited capacity and removing the least recently used item when the cache is full.
Use a doubly linked list to maintain the order of items based on their usage.
Implement a hash map for fast access to items in the cache.
When a new item is accessed, move it to the front of the linked list to mark it as the most recently used.
When the cache is full, remove the item at the ...
posted on 10 Mar 2022
Topic wt is ms office
Eassys dscover the basic structure of all essaysand see what a goo d essay introduction and conclusion look like
Senior Analyst
2.8k
salaries
| ₹4.8 L/yr - ₹11 L/yr |
Software Engineer
1.1k
salaries
| ₹13.3 L/yr - ₹26.2 L/yr |
Operations Analyst
843
salaries
| ₹3 L/yr - ₹6.5 L/yr |
Associate Vice President
781
salaries
| ₹23 L/yr - ₹36.9 L/yr |
Customer Service & Operations Analyst
707
salaries
| ₹3 L/yr - ₹8 L/yr |
HDFC Bank
ICICI Bank
Axis Bank
Kotak Mahindra Bank