Filter interviews by
I applied via Approached by Company and was interviewed before Nov 2022. There were 3 interview rounds.
I applied via Campus Placement and was interviewed in Jan 2024. There were 3 interview rounds.
Basic questions on cs fundamentals like DBMS, SQL , OOPS and aptitude.
8 people divided into 2 groups of 4. They will give one group to debate for the topic and other group against the topic.
5 minutes is given to students to prepare.
People who spoke and had good presence in the debate were chosen. Content of speaking+ presence of candidates is seen.
An abstract class is a class that cannot be instantiated and is meant to be subclassed.
An abstract class can have both abstract and non-abstract methods.
It can provide a common interface for its subclasses.
Subclasses of an abstract class must implement all the abstract methods.
An abstract class can have constructors.
An abstract class cannot be instantiated directly.
A virtual function is a function in a base class that is overridden by a derived class, allowing polymorphic behavior.
Virtual functions are used in object-oriented programming to achieve runtime polymorphism.
They are declared in the base class with the 'virtual' keyword and can be overridden in derived classes.
When a virtual function is called, the appropriate function based on the object's actual type is executed.
Virt...
I applied via Approached by Company and was interviewed in Dec 2023. There was 1 interview round.
I applied via Approached by Company and was interviewed in Sep 2023. There were 3 interview rounds.
I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 2 interview rounds.
You should be familiar with core java features. Collections, converting one collection Array / Vector to other. Removing duplicates. Lambda chaining / Functional programming. Basic SQL - Joins, Aggregates etc.
I applied via Recruitment Consulltant and was interviewed in Dec 2023. There was 1 interview round.
Reconciliation in AEPS involves matching the transactions between the bank and the service provider to ensure accuracy.
Reconciliation involves comparing the transactions recorded by the bank with those recorded by the service provider.
Any discrepancies are identified and resolved to ensure accurate financial records.
Reconciliation helps in detecting errors, fraud, or any other discrepancies in the transactions.
Examples...
I applied via Campus Placement and was interviewed before Nov 2023. There was 1 interview round.
1hr aptitude + coding
posted on 6 Feb 2024
I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.
I was interviewed in Mar 2021.
Round duration - 90 minutes
Round difficulty - Medium
Started with projects discussion and internships and moved forward with coding problems.
It started at around 6:00 PM and lasted for 90 minutes approximately
The interviewer was very cool, he even gave me some tips on improving myself further at the end of the interview.
Given a string S
of length N
and an integer K
, find the length of the longest substring that contains at most K
distinct characters.
The first...
Find the length of the longest substring with at most K distinct characters in a given string.
Use a sliding window approach to keep track of the characters and their counts within the window.
Maintain a hashmap to store the characters and their frequencies.
Update the window size and characters count as you iterate through the string.
Return the maximum window size encountered for each test case.
Given an array of integers with numbers in random order, write a program to find and return the number which appears the most frequently in the array.
If multip...
Find the number with the maximum frequency in an array of integers.
Iterate through the array and keep track of the frequency of each number using a hashmap.
Find the number with the maximum frequency and return it.
If multiple elements have the same maximum frequency, return the one that appears first.
Ninja wants to travel from his house to his best friend's house. The locations of the houses are on a 2D coordinate plane, where Ninja's house is located at the origin (0...
Determine if Ninja can reach his friend's house with even x-coordinate without using modulus operator.
Check if the x-coordinate is even or odd by using bitwise AND operation with 1.
Return 1 if x-coordinate is even, else return 0.
Handle multiple test cases by iterating through each input.
Round duration - 60 minutes
Round difficulty - Easy
I was asked a coding question then, a system design question and some basic operating systems and oops questions
Given an array ARR
of size 'N', where each integer is in the range from 0 to N - 1, identify all elements that appear more than once.
Return the duplicate elements in any orde...
Find duplicates in an array of integers within a specified range.
Iterate through the array and keep track of the count of each element using a hashmap.
Return elements with count greater than 1 as duplicates.
Time complexity can be optimized to O(N) using a set to store seen elements.
Designing a Google Search Engine involves creating a web crawler, indexing system, and ranking algorithm.
Develop a web crawler to discover and retrieve web pages.
Implement an indexing system to store and organize the content of web pages.
Design a ranking algorithm to determine the relevance of search results.
Include features like autocomplete, spell check, and personalized search results.
Optimize for speed and scalabil...
Tip 1 : Practice data structures problems
Tip 2 : Read about System Designs
Tip 3 : Study the popular algorithms
Tip 1 : Mention your projects
Tip 2 : Mention your internships
based on 2 interviews
Interview experience
based on 67 reviews
Rating in categories
5-12 Yrs
Not Disclosed
Executive
30
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Executive
19
salaries
| ₹0 L/yr - ₹0 L/yr |
Assistant Manager
14
salaries
| ₹0 L/yr - ₹0 L/yr |
Channel Manager
14
salaries
| ₹0 L/yr - ₹0 L/yr |
Manager
8
salaries
| ₹0 L/yr - ₹0 L/yr |
National Payments Corporation of India
Paytm
Mobikwik
BillDesk