i
JPMorgan Chase & Co.
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
2 medium dsa que - one is of binary search, one is from graph
OOPs principles are the fundamental concepts of object-oriented programming that help in designing and implementing software solutions.
Encapsulation: Bundling data and methods that operate on the data into a single unit (class).
Inheritance: Allowing a class to inherit properties and behavior from another class.
Polymorphism: The ability of different classes to be treated as instances of a common superclass.
Abstraction: ...
OS concepts refer to fundamental principles and components of operating systems.
Process management - handling processes, scheduling, and resource allocation
Memory management - managing memory allocation, virtual memory, and paging
File system - organizing and accessing files on storage devices
Device management - controlling and communicating with hardware devices
Security and protection - ensuring system and data securit...
I am looking for a competitive salary based on my experience and skills.
Research industry standards for SDET Engineer salaries
Consider my level of experience and skills
Factor in location and cost of living
Negotiate based on benefits and perks offered by the company
I have 5 years of experience in software development and testing, with a focus on automation and quality assurance.
5 years of experience in software development and testing
Specialize in automation and quality assurance
Proficient in programming languages such as Java and Python
Experience with testing frameworks like Selenium and JUnit
Worked on various projects to improve testing processes and efficiency
I applied via Campus Placement and was interviewed in May 2024. There was 1 interview round.
Hackerearth test 2 automata questions , 7 automata fix and 8 mcq
70mins on java code,and MCQ
On Java programming 40 minutes
posted on 4 Feb 2024
I applied via Referral and was interviewed before Feb 2023. There were 3 interview rounds.
Quant and verbal ability
Questions from DSA and webdevelopement
posted on 6 Oct 2022
I applied via campus placement at SRM university (SRMU) and was interviewed in Apr 2022. There were 2 interview rounds.
Online api round . We had to send an api request to server
One coding questions in the language of ur given preference . It was a basic dsa question
I applied via campus placement at Birla Institute of Technology (BIT), Ranchi and was interviewed before Sep 2021. There were 3 interview rounds.
2 coding question, 1 section of business aptitude and 1 section english.
A classic chess game with standard rules and pieces.
Create a board with 8x8 squares
Place 16 pieces on each side: 1 king, 1 queen, 2 rooks, 2 knights, 2 bishops, and 8 pawns
Define the movement rules for each piece
Implement special moves like castling and en passant
Check for checkmate and stalemate conditions
Allow for player vs player or player vs computer gameplay
The N Queens problem is to place N chess queens on an NxN board so that no two queens threaten each other. Minimum steps by knight is a variation of this problem.
The N Queens problem is a classic problem in computer science and can be solved using backtracking.
The minimum steps by knight variation involves placing N knights on an NxN board so that no two knights threaten each other.
This problem can also be solved using...
I was interviewed in Jan 2022.
Round duration - 60 minutes
Round difficulty - Easy
It was a L1 technical round where questions from DS algo were asked, along with my work exp and projects. It was a face to face video round with 2 panel members
You are provided with a 2-dimensional matrix having N
rows and M
columns, containing only 1s (land) and 0s (water). Your goal is to determine the number of islands in t...
import java.io.*;
import java.util.*;
public class Main
{
public static void DFS(int[][] input, int i, int j, int row, int col){
if(i<0||j<0||i>row-1||j>col-1){
return;
}
if(input[i][j]==1){
input[i][j]=0;
DFS(input,i+1,j,row,col);
DFS(input,i-1,j,row,col);
DFS(input,i,j+1,row,col);
DFS(input,i,j-1,row,col);
}
}
public static int countNumber(int[][] input, int row, int col){
int count =0;
for(int i=0;i {
for(int j=0;j if(inpu...
Tip 1 : Provide correct answer i you know
Tip 2 : Revise Java concepts
Round duration - 30 minutes
Round difficulty - Medium
It was a System design round and the interviewer was very friendly, he gave ample hints and it was a productive interaction.
Tip 1 : Practise System Design well
Tip 2 : Ask questions wherein necessary
Round duration - 45 minutes
Round difficulty - Easy
It was a standard manager where I was asked many questions related to my work exp and behavioural questions
Tip 1 : Focus on Core Java and development
Tip 2 : Practise easy -medium questions
Tip 1 : Projects should be well defined use bullet points
Tip 2 : Describe your work ex/ intern exp well
Interview experience
Associate
10.1k
salaries
| ₹10 L/yr - ₹41 L/yr |
Team Lead
5.5k
salaries
| ₹5.6 L/yr - ₹16.5 L/yr |
Vice President
3.9k
salaries
| ₹26.1 L/yr - ₹85 L/yr |
Analyst
2.6k
salaries
| ₹6.3 L/yr - ₹25 L/yr |
Software Engineer
2.5k
salaries
| ₹10.5 L/yr - ₹34.9 L/yr |
Morgan Stanley
Goldman Sachs
TCS
Bank of America