i
JPMorgan Chase & Co.
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
I applied via LinkedIn and was interviewed in Jul 2024. There were 3 interview rounds.
Throttling limits the number of times a function can be called over a certain period, while debouncing delays the execution of a function until a certain amount of time has passed without it being called.
Throttling ensures that a function is not called more than once in a specified time frame.
Debouncing delays the execution of a function until a certain amount of time has passed without it being called.
Throttling is of...
Throttling is a process of limiting the number of requests or data flow in order to prevent overload.
Throttling is used to control the rate of data transfer or API requests to prevent server overload.
It can be implemented by setting limits on the number of requests per second or minute.
Throttling can help maintain system stability and prevent performance degradation.
Examples include rate limiting on API endpoints to pr...
Working on optimizing a critical algorithm for real-time processing in a high-traffic system.
Identifying bottlenecks in the existing algorithm
Implementing parallel processing techniques to improve performance
Testing and benchmarking different optimization strategies
Collaborating with cross-functional teams to gather requirements and feedback
BFS DFS LinkedList Tress traversal. file left view of a binary tree
posted on 1 Oct 2024
I applied via Campus Placement
DP graphs strings it was good
Reverse a linked list by changing the direction of pointers
Start with three pointers: current, previous, and next
Iterate through the list, updating pointers to reverse the direction
Return the new head of the reversed list
The Fibonacci series is a sequence of numbers where each number is the sum of the two preceding ones.
Start with two variables initialized to 0 and 1
Loop through desired number of iterations, adding the previous two numbers to get the next number
Print or store each number in the series
I applied via citi.com and was interviewed before Jan 2024. There was 1 interview round.
Quants, DSA, Logical, Analytical, OS, DBMS
Joins in SQL are used to combine rows from two or more tables based on a related column between them.
Joins are used to retrieve data from multiple tables based on a related column
Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN
Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column
OOP features are key concepts in Object-Oriented Programming that include encapsulation, inheritance, polymorphism, and abstraction.
Encapsulation: Bundling data and methods that operate on the data into a single unit (object)
Inheritance: Ability for a class to inherit properties and behavior from another class
Polymorphism: Ability for objects to be treated as instances of their parent class or their own class
Abstractio...
An exception in Java is a runtime error that disrupts the normal flow of a program.
Exceptions are objects that are thrown when an error occurs during the execution of a program.
They can be caught and handled using try-catch blocks.
Common types of exceptions in Java include NullPointerException, ArrayIndexOutOfBoundsException, and IOException.
posted on 17 May 2024
I applied via campus placement at Dwarkadas J Sanghvi College of Engineering, Mumbai and was interviewed in Nov 2023. There were 5 interview rounds.
Quant Topics: Interests, Sequence and Series along with Missing items, Time and Distance/Work,
Verbal Topics: Comprehension, Corrections, Grammar etc
CS Core Subjects: DSA, OOPS, DBMS, OS
Overall Test Difficulty was Easy-Medium
System asked to choose one of the programming languages from C, C++ or Java. (Note: You can't change the language once confirmed!)
There were 7 different coding questions along with code. You just need to debug the code to get the correct output.
DSA: Graphs (Basics), Linked Lists, Conditional Statements, and Arrays (Stack and Queue)
Overall Difficulty was Medium (tbh, it depends on the practice you have done!)
We had Aptitude and 2 Coding questions
I applied via campus placement at Indian Institute of Technology (IIT), Kharagpur and was interviewed in Nov 2022. There were 4 interview rounds.
The coding test comprised 4 questions, held on the Hackerank platform. The time-bound was 90 minutes. I would rate the questions as easy, medium, medium, and hard. You had to solve at least 3 and 80% of the test cases of the last question to qualify for the last round.
Polymorphism is the ability of an object to take on many forms. Types include compile-time, runtime, and ad-hoc polymorphism.
Compile-time polymorphism is achieved through function overloading and templates.
Runtime polymorphism is achieved through inheritance and virtual functions.
Ad-hoc polymorphism is achieved through operator overloading and function templates.
Polymorphism allows for code reusability and flexibility ...
Contributed to open source communities by developing and maintaining projects.
Developed and maintained a Python package for data analysis and visualization
Contributed to a popular JavaScript library by fixing bugs and adding new features
Participated in open source hackathons and contributed to various projects
Provided support and guidance to new contributors in the community
I applied via Naukri.com and was interviewed in Oct 2022. There were 2 interview rounds.
Given an array and target, find the index pair of elements the sum becomes target.
Use a hash table to store the difference between target and current element
Check if the difference exists in the hash table
Return the indices of the current element and the difference
based on 1 review
Rating in categories
Associate
10.1k
salaries
| ₹10.1 L/yr - ₹35 L/yr |
Team Lead
5.4k
salaries
| ₹5.5 L/yr - ₹16.5 L/yr |
Vice President
3.8k
salaries
| ₹20 L/yr - ₹68 L/yr |
Analyst
2.5k
salaries
| ₹6.3 L/yr - ₹25 L/yr |
Software Engineer
2.4k
salaries
| ₹11 L/yr - ₹35 L/yr |
Morgan Stanley
Goldman Sachs
TCS
Bank of America