Join Pakistan Air Force as a Commissioned Officer - Serve with Pride!

join paf as a Commissioned Officer ads post
 **Join Pakistan Air Force as a Commissioned Officer - Serve with Pride!**

Elevate your career to new heights by joining the prestigious Pakistan Air Force as a Commissioned Officer. Be a symbol of pride for the nation while serving in the Accounts Branch (133 CSC SSC), Education Branch (133 CSC SPSSC | SSC), or pursuing a career as a General Duty Pilot GD (P). 

**Online Registration:** From 06 April to 13 April, 2024 on www.joinpaf.gov.pk

**Commission Options:**
- Permanent Commission (PC)
- Short Service Commission (SSC / SPSSC)

**Eligibility Criteria:**
- Age: 16 to 22 years for Permanent Commission, 18 to 30 years for Short Service Commission
- Marital Status: Unmarried
- Nationality: Male citizen of Pakistan
- Height: Minimum 5 feet 4 inches (163 cm)

**Qualifications:**
- Must have passed with minimum 60% marks in relevant disciplines
- Bachelor’s degree in Accounting, Finance, Commerce, or equivalent
- Master’s degree or equivalent in relevant fields such as HRM, Project Management, International Relations, or Artificial Intelligence

**Training Period:**
- 24 Weeks for various courses
- 04 years for certain commissions

**Ineligibility Conditions:**
- Twice rejected by ISSB or other selection boards
- Convicted of any heinous offense
- Permanently declared unfit by Appeal Medical Board (AMB)
- Withdrawn from any armed forces institution on disciplinary grounds

**Note:** Each qualification must have an FSc background.

Embark on an exciting journey of service and excellence with Pakistan Air Force. Register online now and take the first step towards a rewarding career!

Post a Comment

0 Comments

function wait(ms) { return new Promise(r => setTimeout(r, ms)).then(() => "Yay"); } // do some work in background. setInterval(() => 42, 200); async function test() { debugger; const hello = "world"; const response = await fetch('index.html'); const tmp = await wait(1000); console.log(tmp); return hello; } async function runTest() { let result = await test(); console.log(result); }