@if (loading()) {

Loading interviews...

} @else if (interviews().length === 0) {
event_busy

No interviews assigned

Check back later for new opportunities

} @else {
@for (interview of interviews(); track interview._id) {

{{ interview.position || 'Software Engineering Interview' }}

{{ interview.source || 'General Recruitment' }} • Tech Stack: {{ interview.techStack || 'Various' }}

groups Individual Participation
quiz Quizzes & Technical
Interview Date
{{ interview.dateOfInterview | date:'dd MMM yyyy' }}

Eligibility

Engineering Students • Postgraduate • Undergraduate • Management • Sciences & Others


Stages and Timelines

@if (interview.quizzes && interview.quizzes.length > 0) {
@for (q of interview.quizzes; track q._id; let i = $index) {
Round 0{{ i + 1 }}

{{ q.title || q.quizId?.title }}

@if (q.quizId?.category) { {{ q.quizId?.category | uppercase }} } @if (q.quizId?.difficulty) { {{ q.quizId?.difficulty | uppercase }} }
  • In this round, you'll take a structured online assessment consisting of {{ q.quizId?.totalQuestions }} multiple-choice questions.
  • This evaluates your technical knowledge, analytical thinking, and job-relevant skills.
  • You will have {{ q.quizId?.timer }} minutes to complete this assessment.
@if (q.completed || q.score !== null) {
check_circle Completed
} @else if (i === 0 || interview.quizzes[i-1].completed) { }
}
Round 0{{ interview.quizzes ? interview.quizzes.length + 1 : 1 }}

Coding Challenge

PRACTICAL
  • In this round, you need to complete the coding challenge provided in the interview brief.
  • Submit a ZIP file containing your code, output file (.txt), and screenshots of test cases.
  • Maximum file size is 25MB.
@if (interview.codingRound?.zipFile) {
check_circle Submitted
} @else if (!interview.quizzes || interview.quizzes.length === 0 || interview.quizzes[interview.quizzes.length - 1].completed) {
@if (uploadingCodingId() === interview._id) { Uploading... } @else { }
}
} @else {
No assessment stages assigned to this interview yet.
}
}
}
@if (showPolicyModal()) {
security

Assessment Integrity Policy

Please read all rules carefully before you begin

warning This assessment is monitored. Any violations may result in automatic disqualification.

gavel Prohibited Actions During Assessment

fullscreen_exit

Exiting Fullscreen Mode

The assessment must be taken in fullscreen. Pressing Esc, using browser controls, or any action that exits fullscreen will be logged as a violation.

Violation
tab

Switching Browser Tabs

Navigating to any other browser tab or opening a new tab during the assessment is strictly prohibited and will trigger an immediate violation alert.

Violation
desktop_windows

Switching Applications or Windows

Alt+Tab, clicking outside the browser, opening any other application, or minimizing the browser window will be detected and counted as a violation.

Violation

Using External Resources

Searching the internet, consulting notes, textbooks, or communicating with others during the assessment is a violation of academic integrity.

Violation
content_copy

Copy-Pasting or Screen Recording

Copying question content, recording the screen, or taking screenshots during the assessment is strictly forbidden and may lead to disqualification.

Violation
block

Automatic Submission Threshold

After 3 violations, your assessment will be automatically submitted regardless of how many questions you have answered. Your current answers will be saved.

Auto-Submit
Violation Tracker
1st Violation
Warning shown
2nd Violation
Final warning
3rd Violation
Auto-submitted
}