I interviewed at Intercontinental Exchange (Londres, Inglaterra)
Interview
First round interview with HR. Standard screening background questions, right to work etc
Second round interview with hiring manager and senior manager. A lot of scenario questions. The senior manager had made it obvious that they were uninterested in my answers and I felt the interview was more like an interrogation. Every bit of my CV was thoroughly scrutinised and when I explained the unclear areas they all seemed uninterested, bored and looking at something else. Overall not a good experience.
They also ghosted me.
I applied online. The process took 8 weeks. I interviewed at Intercontinental Exchange (Atlanta, GA) in Jan 2018
Interview
Half day informal. Meet many different folks all levels. Often meet 3 people or more at a time. No surveys or canned personality questions. Probable pre screen phone interview nowadays.
Interview questions [1]
Question 1
Willingness to work overtime Prior experience. Challenges. Work style. Past accomplishments. No weird surveys.
I applied online. I interviewed at Intercontinental Exchange in Jan 2022
Interview
Started with Hackerrank test, followed by 1 hour technical interview, Then another Hackerranck test. Didn't able to complete second hackerrank test questions. Questions were not that difficult however hackerrank auto complete code completely ruined the thought process. Will explain details in questions seection.
Interview questions [1]
Question 1
1st Round Hackerrank test. 23 min for two question.
1. Last Stone Weight
We are playing a game with the stones. On each turn, we choose the heaviest two stones and smash them together. Suppose the heaviest two stones have weights x and y with x <= y. The result of this smash is:
If x == y, both stones are destroyed, and
If x != y, the stone of weight x is destroyed, and the stone of weight y has new weight y - x.
At the end of the game, there is at most one stone left.
2. SQL query to print even rows
Second Round:
Technical Interview
Questions from hasmap implementation, equals ,hashcode contract. Spring bean scopes,rest api design, table design in oracle. Streaming api question to group a list and then get sum of one of the field
Third Round:
Hackerranck test 10 question in 95 min
Few MCQ, two java coding,one sql query
Implement Factorial using multithreading , and while calculating you need to call another method which is provided.
BST traversal ,
due to hackerranck autocomplete code error completely lost the track, by the time I realize this is an error 40 min passed.
Code was like this
class Tree{Node root, add(int value)}
class Node(int data,Node left,Node right, add(int val){
//To complete
}
public static void main(..){
// To complete
}
}
This point I got completely confused and proceed to next question by the time I come back here to write code time over.
SQL query: to print all dept name, and highest avg salary
two table