Hello {{ $interview->candidate_name }},
You have been invited for a technical assessment session.
Please accept the invitation to appear in the assesment. You are requested to attend the interview from Laptop with a proper internet Connection.
Please review your session details and login credentials below.
Please review your session details and login credentials below.
Position / Role
{{ $interview->job_title ?? 'Candidate Assessment' }}
Round
{{ $interview->round ?? 'R1' }}
Start Time
{{ $interview->scheduled_at ? $interview->scheduled_at->format('M d, Y h:i A') : 'Immediate' }}
Access Duration
{{ $interview->valid_hours ?? round($interview->scheduled_at?->diffInHours($interview->expires_at) ?? 2) }} Hour(s)
Coding Language
{{ $interview->language ?? 'Python' }}
Unique Session ID
{{ $interview->submission_unique_id }}
Your Temporary Login Credentials
Login Identifier: {{ $interview->candidate_email }}
{{ $interview->temp_password }}
Keep this temporary password confidential. It expires after the interview window.
Additional Instructions
{{ $interview->description }}
Important Guidelines for Candidates:
- Use a laptop or desktop computer with a supported modern browser (Chrome, Edge, Firefox).
- Ensure your web camera and microphone permissions are granted for live proctoring.
- Do not switch tabs, navigate away, or attempt unauthorized external assistance during the active assessment session.