Filter interviews by
Basic aptitude , same syllabus that of tcs
Two debugging questions, of medium level
A set of concepts and tools used in React for managing state and rendering UI components.
React hooks are functions that allow you to use state and other React features without writing a class component.
Class based components are a way of defining React components using ES6 classes.
Linked list is a data structure that consists of a sequence of nodes, each containing a reference to the next node.
Palindrome is a word, phr...
Top trending discussions
I applied via campus placement at National Institute of Technology (NIT), Raipur and was interviewed in Nov 2024. There were 3 interview rounds.
The DSA round happens with pseudo code
I applied via Company Website
2 DSA medium questions was asked.
2 DSA coding questions and CS fundamentals
The topic was -> "One nation one election"
String pool in Java is a pool of unique strings stored in memory to optimize memory usage.
String pool is a part of Java's memory where unique string literals are stored.
When a new string is created, Java checks if it already exists in the pool to save memory.
Strings created using double quotes are added to the pool, while those created using 'new' keyword are not.
Example: String str1 = "hello"; String str2 = "hello"; /...
Java has checked and unchecked exceptions. Checked exceptions must be handled at compile time, while unchecked exceptions do not need to be handled explicitly.
Checked exceptions: Must be caught or declared in the method signature. Example: IOException, SQLException
Unchecked exceptions: Do not need to be caught or declared. Example: NullPointerException, ArrayIndexOutOfBoundsException
20 MCQs + 2 Coding Question
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.
I applied via campus placement at Indian Institute of Technology (IIT), Guwahati and was interviewed in Nov 2023. There were 4 interview rounds.
Mcqs based on cs fundamentals and 2_3 coding questions
Merge two sorted linked lists into one.
Create a new linked list to store the merged list.
Compare the values of the nodes from both lists and add the smaller value to the new list.
Move the pointer of the list with the smaller value to the next node.
Repeat the comparison and addition until one of the lists is empty.
Add the remaining nodes from the non-empty list to the new list.
Return the new merged list.
based on 23 reviews
Rating in categories
Senior Associate
1.5k
salaries
| ₹1 L/yr - ₹4.5 L/yr |
Executive
712
salaries
| ₹1.8 L/yr - ₹5.7 L/yr |
Process Associate
599
salaries
| ₹0.6 L/yr - ₹4.3 L/yr |
Associate
555
salaries
| ₹1 L/yr - ₹4.3 L/yr |
Assistant Manager
540
salaries
| ₹2.5 L/yr - ₹7.5 L/yr |
CAMS
National Securities Depository
Central Depository Services (I)
Link Intime