- Competency Framework
- A defined set of skills, behaviors, and knowledge areas used as the basis for evaluating all candidates for a given role.
- Scoring Rubric
- A grid that assigns numeric or descriptive ratings to specific candidate responses, enabling objective comparison across interviewers.
- Behavioral Question
- An interview question that asks the candidate to describe a past situation to predict future behavior β typically framed as 'Tell me about a time when...'
- STAR Method
- A structured answer format: Situation, Task, Action, Result β used to evaluate the completeness and quality of behavioral interview responses.
- Technical Screen
- An early-stage assessment β phone or video β focused on verifying minimum technical qualifications before a full panel interview.
- Panel Interview
- A structured interview format where two or more interviewers assess the same candidate simultaneously or in sequence, each covering assigned competency areas.
- Live Coding Assessment
- A real-time exercise where the candidate writes or debugs code β in Java, typically in an IDE or shared coding environment β while the interviewer observes.
- Candidate Scorecard
- A consolidated form summarizing each interviewer's ratings and qualitative notes for a single candidate across all evaluated competencies.
- Structured Interview
- An interview format in which every candidate for a role is asked the same questions in the same order, scored on the same criteria, reducing bias and improving consistency.
- OOP (Object-Oriented Programming)
- A programming paradigm organizing code around objects and classes β encapsulation, inheritance, polymorphism, and abstraction are its four core principles, all central to Java.