I applied through college or university. The process took 5 days. I interviewed at J.P. Morgan
Interview
very easy. barely had any technical questions and was mostly behavioral. applied at a conference and had an interview the next day got an offer one week later.
They impress you a lot during the interview process and wine and dine you. They flew me out to the headquarters, put me in a fancy hotel, and made it seem like JPM was a great company. It is not like that at all once you begin working. The entire company is extremely cheap,
I applied through college or university. The process took 1 day. I interviewed at J.P. Morgan (Tel Aviv) in Dec 2017
Interview
questions on the phone, they told me a bit about the company, then asked me why I left the last place I worked. They seem to be in a hurry. They gave 3 questions and not much time to give answers. After each question, I asked if my solution was right and they impatiently said "no but it's not important" .
Interview questions [2]
Question 1
1) write a function that reverse the order of words in a string in o(n) time and o(1) memory
for example
"Hello_World_Nice_To_Meet_You"
should become:
"You_Meet_To_Nice_World_Hello"
2) given a global and a function:
int global = 0;
void foo()
{
int local = global;//line 1
local++; //line 2
global = local; //line 3
}
we have 10 threads that each of them iterates this function 10 times (no synchronization)
what are the largest and smallest possible values of the global?
I applied online. The process took 2 weeks. I interviewed at J.P. Morgan (Londres, Inglaterra) in Nov 2017
Interview
It was not a fair interview, I was interviewed with two hiring managers, but both of them asked me some same questions, it took 2 hours. It was a bad experience as I had to write some codes on a paper.