Candidatei-me por meio de uma faculdade ou universidade. O processo levou 5 dias. Fiz uma entrevista na empresa Pine Labs.
Entrevista
It was pressure situation as I started with confidence so they'll try to break it asking some very unusual detailed tech questions.that made me nervous for further process soo keep that in mind
Perguntas de entrevista [1]
Pergunta 1
They asked a stack implementation question for next greater element to the right in an array.
The interview process went smoothly, with HR being proactive in scheduling the interviews. The interviewers were supportive, prioritizing understanding over simply focusing on the final outcomes. They asked questions covering basic Java, Strings, Spring Boot, and concluded with multiple DSA-related questions. Additionally, asked about design patterns as well.
Perguntas de entrevista [1]
Pergunta 1
Q) About working of string in java, and few more follow up questions around it.
Candidatei-me por meio de uma faculdade ou universidade. Fiz uma entrevista na empresa Pine Labs.
Entrevista
My resume got shortlisted, and received an assessment email that has four sections:
1) Quantitative Aptitude: This section consists of 20 questions ranging from easy to moderate difficulty level.
Practice from here: Quantitative aptitude
2) Logical Reasoning: There were 20 questions of moderate to high difficulty level.
Practice from here: Logical Reasoning
3) English Comprehension: Moderate to easy level comprehension with a total of 2 passages, each containing 5 questions.
4) Coding Round: There were a total of three questions, all of medium difficulty level:
Stock Span problem Learn from here
Multiply LinkedList value by 2 (LinkedList=[1,2,3] and multiply by 2 then output=[2,2,6])
The third question was related to the majority element.Learn from here