The first interview was a technical interview, where the interviewer showed me about 10 different Python code blocks (python was the language used for this position) and had me identify whether they include an error or not. I'd say the difficulty of this was easy to moderate - included things like tuple unpacking, list comprehension, a simple while loop, class vs. instance variable. I did pretty well on the interview, and the interviewer seemed to think that way too, but unfortunately, he said the position was canceled, and I did not get to move to the next process.
Interview questions [1]
Question 1
The first question was something like:
a = 10
b = 20
a, b = b, a
What is the result?
I applied through college or university. I interviewed at Oracle (Bangalore Rural)
Interview
It was an on-campus placement drive. There were 2 technical rounds and an HR round after the online assessment round. The technical rounds were based primarily on the resume, data structures, coding and some technical questions related to SQL, OS, DBMS...