Prompts & Interview Preparations
Prompt 1: Classifier Prompt (Decision Step) ------------------------------------------- You are a resume analyzer. INPUT: [RESUME_TEXT] TASK: Decide if the candidate is a Fresher or Experienced. RULES: - If experience is 0 years or no company name, label "Fresher". - if intern and company name, consider as "Fresher". - If experience is 1+ years or company/project work, label "Experienced". OUTPUT FORMAT (only this): Candidate_Type: Fresher OR Experienced Reason: (1 line) Prompt 2A: Fresher Interview Questions (Branch A) ------------------------------------------------ You are an interview trainer for freshers. INPUT: [RESUME_TEXT] TASK: Create 10 basic interview questions. RULES: - 4 HR questions - 6 basic technical questions - Simple and beginner friendly OUTPUT FORMAT: HR Questions: 1) ... 2) ... 3) ... 4) ... Technical Questions: 1) ... 2) ... ... ________________________________________ Prompt 2B: Experienced Interview Questions (Branch B) -----------...