i
JPMorgan Chase & Co.
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
I was interviewed in Jan 2025.
posted on 13 Nov 2024
Coding test was asked in a live interactive session
Asynchronous communication design involves decoupling components to allow them to operate independently and communicate without blocking each other.
Decide on the communication protocol (e.g. REST, messaging queues)
Implement error handling and retries for robustness
Use callbacks, promises, or async/await for handling asynchronous operations
Consider scalability and performance implications of asynchronous design
I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.
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 want to switch to explore new technologies and challenges in a different industry.
Interested in learning new skills and technologies
Seeking new challenges and opportunities for growth
Want to explore different industry perspectives
I applied via Company Website and was interviewed in Jan 2024. There were 2 interview rounds.
posted on 29 Jun 2024
I applied via Recruitment Consulltant and was interviewed in May 2024. There was 1 interview round.
BIP Reports in EBS are used for generating business intelligence reports in Oracle E-Business Suite.
BIP (Business Intelligence Publisher) Reports are used to create and customize reports in EBS.
BIP Reports can be scheduled to run at specific times and delivered to users via email or other channels.
BIP Reports can be designed using templates and layouts to present data in a visually appealing format.
BIP Reports can acce...
I applied via campus placement at SRM university (SRMU) and was interviewed in Jul 2023. There were 5 interview rounds.
Hackerank (2-Easy,1-Medium,1-Hard) 90 mins
A palindrome of a string is a word, phrase, number, or other sequence of characters that reads the same forward and backward.
Check if the string is equal to its reverse to determine if it is a palindrome.
Ignore spaces and punctuation when checking for palindromes.
Examples: 'racecar', 'madam', 'A man, a plan, a canal, Panama!'
I applied via Campus Placement and was interviewed in Jan 2023. There were 4 interview rounds.
It was just a typical logical reasoning and aptitude MCQ test
There were 2 coding questions and you can select any language for solving it. The test was online
C is a procedural programming language while C++ is an object-oriented programming language.
C is a procedural programming language, while C++ supports both procedural and object-oriented programming.
C does not have classes and objects, while C++ does.
C does not support function overloading, while C++ does.
C does not have exception handling, while C++ does.
C does not have namespaces, while C++ does.
Object oriented programming is a programming paradigm based on the concept of objects, which can contain data and code.
Objects are instances of classes, which define the structure and behavior of the objects.
Encapsulation, inheritance, and polymorphism are key principles of object oriented programming.
Example: Inheritance allows a class to inherit properties and methods from another class.
Example: Encapsulation hides t...
Encapsulation, Inheritance, Polymorphism, Abstraction
Encapsulation: Bundling data and methods that operate on the data into a single unit
Inheritance: Ability of a class to inherit properties and behavior from another class
Polymorphism: Ability to present the same interface for different data types
Abstraction: Hiding the complex implementation details and showing only the necessary features
Code implementing all 4 pillars of OOPs
Encapsulation: Encapsulate data within classes and provide public methods to access and modify the data.
Inheritance: Create a hierarchy of classes where child classes inherit attributes and methods from parent classes.
Polymorphism: Allow objects of different classes to be treated as objects of a common superclass through method overriding and overloading.
Abstraction: Hide complex ...
Stacks are Last In First Out (LIFO) data structures, while Queues are First In First Out (FIFO) data structures.
Stacks: Elements are added and removed from the same end, like a stack of plates. Example: Undo feature in text editors.
Queues: Elements are added at the rear and removed from the front, like a line of people waiting. Example: Print queue in a printer.
Code to find the 2nd largest element in an array
Sort the array in descending order and return the element at index 1
Iterate through the array and keep track of the two largest elements
Handle edge cases like arrays with less than 2 elements
Merge sort is a divide and conquer algorithm that divides the input array into two halves, sorts them recursively, and then merges them.
Divide the input array into two halves
Recursively sort each half
Merge the sorted halves back together
DBMS stands for Database Management System, while RDBMS stands for Relational Database Management System. RDBMS is a type of DBMS.
DBMS is a software system that allows users to define, create, maintain and control access to the database.
RDBMS is a type of DBMS that stores data in a structured format using tables with rows and columns.
RDBMS enforces a set of rules called ACID properties to ensure data integrity, while D...
SQL is a standard language for managing databases, while MySQL is a specific open-source relational database management system.
SQL stands for Structured Query Language and is used to communicate with databases.
SQL is a standard language that can be used with various database management systems.
MySQL is a specific open-source relational database management system that uses SQL.
MySQL is one of the most popular database m...
Delete removes specific rows from a table, Truncate removes all rows from a table, and Drop removes the table itself.
Delete is a DML command that removes specific rows from a table based on a condition.
Truncate is a DDL command that removes all rows from a table but keeps the table structure.
Drop is a DDL command that removes the entire table along with its structure.
Different types of joins in DBMS include inner join, outer join, left join, right join, and full join.
Inner join: Returns rows when there is a match in both tables.
Outer join: Returns all rows from one table and only matching rows from the other table.
Left join: Returns all rows from the left table and the matched rows from the right table.
Right join: Returns all rows from the right table and the matched rows from the ...
posted on 22 May 2023
I applied via Campus Placement and was interviewed in Apr 2023. There were 3 interview rounds.
This round was a game based elimination round. They made us play several games.
After eliminating several candidates, a gd was held at the Bajaj Finserv's head office in Pune. The gd was good, the hr were really good. The topics were easy as well.
A program to determine if a number is even or odd.
Use the modulo operator (%) to check if a number is divisible by 2.
If the remainder is 0, the number is even. Otherwise, it is odd.
Example: 4 % 2 = 0 (even), 5 % 2 = 1 (odd)
OOPS functions include encapsulation, inheritance, and polymorphism.
Encapsulation: bundling data and methods together to protect data from outside interference.
Inheritance: creating new classes from existing ones, inheriting their properties and methods.
Polymorphism: using a single interface to represent different types of objects.
Examples: Java, C++, Python, Ruby, etc.
based on 1 interview
Interview experience
Associate
10.2k
salaries
| ₹10.2 L/yr - ₹35.8 L/yr |
Team Lead
5.5k
salaries
| ₹5.6 L/yr - ₹16.3 L/yr |
Vice President
3.9k
salaries
| ₹26.4 L/yr - ₹70 L/yr |
Analyst
2.6k
salaries
| ₹6.4 L/yr - ₹25 L/yr |
Software Engineer
2.5k
salaries
| ₹10 L/yr - ₹39 L/yr |
Morgan Stanley
Goldman Sachs
TCS
Bank of America