NBC 104 • Practical #4

ATS-Friendly Technical Resume Formulation

Aim: To draft a 1-page, ATS-optimized technical resume showcasing BCA coursework, projects, and programming skills.

Step-by-Step Algorithm & Logic

  • 11. Header: Full Name, Phone, Professional Email, LinkedIn URL, GitHub URL.
  • 22. Summary: 2-line targeted objective for entry-level developer roles.
  • 33. Skills Section: Categorized into Languages (C, C++), Web (HTML, CSS), Tools (Git, VS Code).
  • 44. Projects: Bullet points starting with Action Verbs (Developed, Implemented, Optimized).
  • 55. Education: Degree, Institution, CGPA/Percentage.

Complete Tested Source Code

html
<!-- ATS-Friendly Resume Layout Structure -->
<div class='resume-preview'>
  <h2>AMAN KUMAR</h2>
  <p>aman.bca@email.com | +91-9876543210 | github.com/amankumar</p>
  <hr/>
  <h4>TECHNICAL SKILLS</h4>
  <p>Languages: C (Proficient), C++, Python | Tools: Git, VS Code, Linux</p>
  <h4>PROJECTS</h4>
  <p><strong>Student Record System:</strong> Developed menu-driven C app using structs, pointers, and file I/O.</p>
</div>

Sample Input:

Fresher BCA Resume Input Data

Sample Output:

Clean, single-column ATS-compliant 1-page resume.

Practical Exam Viva Questions (Exp #4)

1 Questions
1

Why should freshers avoid multi-column graphic resumes?