← Back to experiences
[ OK ] Loaded —
[ INFO ]
$ cd
$ ls -lt
01
02
03
04
05
$ ls -lt
01
02
03
04
05
user@intervues:~/experiences/…$
Level: Mid-Level
Round: Onsite · Type: Multiple Types · Difficulty: 3/10 · Duration: 60 min · Interviewer: Neutral
Topics: Java, Spring, HTML, React, Algorithms, Priority Queue, Comparator
Location: New York, NY, US
Interview date: 2022-08-15
I had an onsite interview with two interviewers. One asked about Java and Spring concepts, while the other focused on HTML and React.
In the onsite interview, I was asked conceptual questions about Java and Spring by one interviewer, and about HTML and React by the other.
For the algorithm question, I implemented sorting using a priority queue. The interviewer subtly guided me to use a comparator, so I wrote an anonymous function and also showed how it could be written as a lambda expression.