Valorem Reply Interview Experience For Software Engineer

I applied to the Valorem reply company via naukri.com. within 1 week, I got a call from HR stating about the written round.

Written Round

It contained 40 questions which had to be completed in 60 minutes. Questions like arithmetic aptitude(profit loss, speed, work time, distance etc) English passage, and logical reasoning questions were there. The level was easy.

There was another section apart from the aptitude section which was the coding round. 2 simple questions based on the array were given and we needed to solve them in 60 minutes.

I cleared round 1 as HR called and informed me about the interview round.

Interview round:

There were 2 interviewers, the conversation went as follows-

  • He-Good afternoon
  • Me- Good afternoon sir
  • He- Okay so first introduce yourself.
  • Me- Gave my introduction covering college details, project, and internship & skills.
  • He- So do you have a supply?
  • Me- Yes sir.
  • He- Can you clear it before graduation?
  • Me- Yes sir.
  • He- Okay, even if you dont, that’s fine for us. So, what is a class in Python?
  • Me- Gave example and explained, couldn’t recall the syntax
  • He- Declare a class and write an object in Python.
  • Me- I couldn’t write it properly
  • He- Okay, explain the OOPs concept.
  • Me- Explained clearly.
  • He- What is palindrome?
  • Me- Gave example of 121 to explain the concept.
  • He- How will you reverse an array?
  • Me- array[::-1]
  • He- Smart, tell another way
  • Me- Wrote loop and explained.
  • He- Okay, what are the primary key and foreign key in SQL?
  • Me- Explained.
  • He- Gave an inner join scenario and asked to write SQL code.
  • Me- Wrote it.
  • He- Tell me a moment in your life when you failed and bounced back
  • Me – Told.
  • He- Explain some inbuilt functions in Python
  • Me- Explained list(),input(),sort()
  • He- That’s it, thankyou

Result– Didn’t get selected.