'Below PMR', 'qua_pmr_pt3' => 'PMR / PT3', 'qua_spm' => 'SPM', 'qua_certificate_skm_svm' => 'Certificate/ SKM / SVM', 'qua_alevel_uec' => 'A-Level / UEC', 'qua_diploma' => 'Diploma', 'qua_degree' => 'Degree', 'qua_master_degree' => 'Master Degree', 'qua_phd' => 'PHD' ); $mysqli_query = "SELECT * FROM system_user WHERE user_is_interview_by = 'yes' AND user_trash = '0' AND user_id = '".$int_det_interviewer_con['name']."' LIMIT 1" ; $mysqli_check_interviewer = $mysqli->query($mysqli_query) ; if ($mysqli_check_interviewer->num_rows > 0){ $row_ck_interviewer = $mysqli_check_interviewer->fetch_array(MYSQLI_ASSOC) ; $int_det_interviewer_name = dataFilter($row_ck_interviewer['user_name']) ; } $mysqli_query = "SELECT * FROM system_user WHERE user_is_interview_by = 'yes' AND user_trash = '0' AND user_id = '".$int_det_verifier_con['verify_name']."' LIMIT 1" ; $mysqli_check_verifier = $mysqli->query($mysqli_query) ; if ($mysqli_check_verifier->num_rows > 0){ $row_ck_verifier = $mysqli_check_verifier->fetch_array(MYSQLI_ASSOC) ; $int_det_verifier_name = dataFilter($row_ck_verifier['user_name']) ; } $mysqli_query = "SELECT * FROM system_user WHERE user_is_interview_by = 'yes' AND user_trash = '0' AND user_id = '".$int_det_approver_con['approve_name']."' LIMIT 1" ; $mysqli_check_approver = $mysqli->query($mysqli_query) ; if ($mysqli_check_approver->num_rows > 0){ $row_ck_approver = $mysqli_check_approver->fetch_array(MYSQLI_ASSOC) ; $int_det_approver_name = dataFilter($row_ck_approver['user_name']) ; } $html .= '
| Position Applied : | '.$positionApplyText.' | Expected Salary : | RM '.$expectedSalary.' |
| Notice Peroid : | '.$noticePeroid.' days | Referral Name: | '.$referralName.' |
| PERSONAL INFORMATION |
| Name as per NRIC : | '.dataFilter($personal_name).' |
| NAME IN CHINESE CHARACTER (IF APPLICABLE): | '.$personal_name_chinese.' |
| Nick Name : | '.dataFilter($personal_name_nickname).' |
| Nationality: | '.dataFilter($row_page['employment_nationality']).' | Birth Date: | '.date('d/m/Y', strtotime($row_page['employment_dob'])).' | Religion: | '.dataFilter($personal_religion).' |
| Religion: | '.dataFilter($row_page['employment_religion']).' | Marital Status: | '.dataFilter($personal_marital_status).' |
| Permanent Address: | '.dataFilter($row_page['employment_address']).' |
| Mobile Number: | '.dataFilter($row_page['employment_mobile']).' | House Tel Number: | '.dataFilter($row_page['employment_tel']).' | Email: | '.dataFilter($row_page['employment_email']).' |
| Driving License: | '.dataFilter($personal_lisence).' | Driving License class: | '.dataFilter($personal_lisence_class).' |
| FAMILY PARTICULARS |
| Name | Relationship | Age | Occupation | Company Name | |
|---|---|---|---|---|---|
| 1 | '.$member[0]['name'].' | '.$member[0]['relationship'].' | '.$member[0]['age'].' | '.$member[0]['occupation'].' | '.$member[0]['company'].' |
| 2 | '.$member[1]['name'].' | '.$member[1]['relationship'].' | '.$member[1]['age'].' | '.$member[1]['occupation'].' | '.$member[1]['company'].' |
| 3 | '.$member[2]['name'].' | '.$member[2]['relationship'].' | '.$member[2]['age'].' | '.$member[2]['occupation'].' | '.$member[2]['company'].' |
| 4 | '.$member[3]['name'].' | '.$member[3]['relationship'].' | '.$member[3]['age'].' | '.$member[3]['occupation'].' | '.$member[3]['company'].' |
| 5 | '.$member[4]['name'].' | '.$member[4]['relationship'].' | '.$member[4]['age'].' | '.$member[4]['occupation'].' | '.$member[4]['company'].' |
| 5 | '.$member[5]['name'].' | '.$member[5]['relationship'].' | '.$member[5]['age'].' | '.$member[5]['occupation'].' | '.$member[5]['company'].' |
| 5 | '.$member[6]['name'].' | '.$member[6]['relationship'].' | '.$member[6]['age'].' | '.$member[6]['occupation'].' | '.$member[6]['company'].' |
| 5 | '.$member[7]['name'].' | '.$member[7]['relationship'].' | '.$member[7]['age'].' | '.$member[7]['occupation'].' | '.$member[7]['company'].' |
| PROFESSIONAL QUALIFICATION |
| PROFESSIONAL QUALIFICATION | ACCREDITED BY | Start | END | |
|---|---|---|---|---|
| 1 | '.$array_professional_qualification[0]['qualification'].' | '.$array_professional_qualification[0]['accredited'].' | '.$array_professional_qualification[0]['startYear'].' | '.$array_professional_qualification[0]['finishYear'].' |
| 2 | '.$array_professional_qualification[1]['qualification'].' | '.$array_professional_qualification[1]['accredited'].' | '.$array_professional_qualification[1]['startYear'].' | '.$array_professional_qualification[1]['finishYear'].' |
| 3 | '.$array_professional_qualification[2]['qualification'].' | '.$array_professional_qualification[2]['accredited'].' | '.$array_professional_qualification[2]['startYear'].' | '.$array_professional_qualification[2]['finishYear'].' |
| 4 | '.$array_professional_qualification[3]['qualification'].' | '.$array_professional_qualification[3]['accredited'].' | '.$array_professional_qualification[3]['startYear'].' | '.$array_professional_qualification[3]['finishYear'].' |
| 5 | '.$array_professional_qualification[4]['qualification'].' | '.$array_professional_qualification[4]['accredited'].' | '.$array_professional_qualification[4]['startYear'].' | '.$array_professional_qualification[4]['finishYear'].' |
| EDUCATIONAL LEVEL |
| Qualification | Name of School/College/University | START | FINISH | Grade Obtained (CGPA/Class) |
|---|---|---|---|---|
| Month/Year | Month/Year | |||
| '.$array_education_level[0]['qualification'].' | '.$array_education_level[0]['schoolName'].' | '.$array_education_level[0]['startYear'].' | '.$array_education_level[0]['finishYear'].' | '.$array_education_level[0]['grade'].' |
| '.$array_education_level[1]['qualification'].' | '.$array_education_level[1]['schoolName'].' | '.$array_education_level[1]['startYear'].' | '.$array_education_level[1]['finishYear'].' | '.$array_education_level[1]['grade'].' |
| '.$array_education_level[2]['qualification'].' | '.$array_education_level[2]['schoolName'].' | '.$array_education_level[2]['startYear'].' | '.$array_education_level[2]['finishYear'].' | '.$array_education_level[2]['grade'].' |
| '.$array_education_level[3]['qualification'].' | '.$array_education_level[3]['schoolName'].' | '.$array_education_level[3]['startYear'].' | '.$array_education_level[3]['finishYear'].' | '.$array_education_level[3]['grade'].' |
| EMPLOYMENT HISTORY |
| Current company name: | '.$currentCompanyName.' | Current company position: | '.$currentCompanyPosition.' |
| Current company address: | '.$currentCompanyAddress.' | ||
| Current company join date: | '.$currentCompanyJoinDate.' | Current company left date: | '.$currentCompanyLeftDate.' |
| Current company salary: | '.$currentCompanySalary.' | Current company allowance: | '.$currentCompanyAllowance.' |
| reason left: | '.$currentCompanyReason.' | ||
| Company Name | Position Held | Period of Employment | Last Drawn/ allowance |
Last Drawn/ Current Salary |
Reason(s) for leaving | |
|---|---|---|---|---|---|---|
| From | To | |||||
| '.$array_subsequent_employment[0]['name'].' | '.$array_subsequent_employment[0]['position'].' | '.($array_subsequent_employment[0]['joinDate'] != '' ? $array_subsequent_employment[0]['joinDate'] : '' ).' | '.($array_subsequent_employment[0]['leftDate'] != '' ? $array_subsequent_employment[0]['leftDate'] : '' ).' | '.$array_subsequent_employment[0]['allowance'].' | '.$array_subsequent_employment[0]['salary'].' | '.$array_subsequent_employment[0]['reason'].' |
| '.$array_subsequent_employment[1]['name'].' | '.$array_subsequent_employment[1]['position'].' | '.($array_subsequent_employment[1]['joinDate'] != '' ? $array_subsequent_employment[1]['joinDate'] : '' ).' | '.($array_subsequent_employment[1]['leftDate'] != '' ? $array_subsequent_employment[1]['leftDate'] : '' ).' | '.$array_subsequent_employment[1]['allowance'].' | '.$array_subsequent_employment[1]['salary'].' | '.$array_subsequent_employment[1]['reason'].' |
| '.$array_subsequent_employment[2]['name'].' | '.$array_subsequent_employment[2]['position'].' | '.($array_subsequent_employment[2]['joinDate'] != '' ? $array_subsequent_employment[2]['joinDate'] : '' ).' | '.($array_subsequent_employment[2]['leftDate'] != '' ? $array_subsequent_employment[2]['leftDate'] : '' ).' | '.$array_subsequent_employment[2]['allowance'].' | '.$array_subsequent_employment[2]['salary'].' | '.$array_subsequent_employment[2]['reason'].' |
| LANGUAGE AND SKILL |
| Language | Written | Spoken |
|---|---|---|
| English | '.$spoken_english.' | '.$written_english.' |
| Bahasa Melayu | '.$spoken_bm.' | '.$written_bm.' |
| Chinese | '.$spoken_mandarin.' | '.$written_mandarin.' |
| '.$language_other_1.' | '.$written_other1.' | '.$spoken_other1.' |
| '.$language_other_2.' | '.$written_other2.' | '.$spoken_other2.' |
| WHAT IS YOUR INVOLVEMENT IN THE FOLLOWING ACTIVITY |
| gambling | smoking | drug | drinking |
|---|---|---|---|
| '.$gambling.' | '.$smoking.' | '.$drug.' | '.$drinking.' |
| OTHERS INFORMATION |
| Descriptions | Yes | No | Remarks |
|---|---|---|---|
| 1) DID YOU SUFFER FROM ANY PHYSICAL DISABILITY, CHRONIC AILMENT HANDICAP, ALLERGIES OR SERIOUS ILLNESS? | '.(!empty($disability_detail) ? '/' : ' ' ).' | '.(empty($disability_detail) ? '/' : ' ' ).' | '.$disability_detail.' |
| 2) ARE YOU TAKING ANY LONG-TERM MEDICATION FOR DIABETIC, ASTHMA, ETC.? | '.(!empty($medication_detail) ? '/' : ' ' ).' | '.(!empty($medication_detail) ? '/' : ' ' ).' | '.$medication_detail.' |
| 3) PREGNANCY BEFORE JOINING (CURRENTLY / PLANNING IN COMING FEW THREE (3) MONTHS)? | '.(!empty($pregnancy_detail) ? '/' : ' ' ).' | '.(empty($pregnancy_detail) ? '/' : ' ' ).' | '.$pregnancy_detail.' |
| 4) ARE YOU WILLING TO TRANSFER TO A NEW DEPARTMENT OR COMPANY IF THE OPPORTUNITY ARISES? (with relocation) | '.(($willingToTransferWithrelocation=="yes") ? '/' : ' ').' | '.(($willingToTransferWithrelocation=="no") ? '/' : ' ').' | |
| 4) ARE YOU WILLING TO TRANSFER TO A NEW DEPARTMENT OR COMPANY IF THE OPPORTUNITY ARISES? (without relocation) | '.(($willingToTransferWithoutrelocation=="yes") ? '/' : ' ').' | '.(($willingToTransferWithoutrelocation=="no") ? '/' : ' ').' | |
| 5) HAVE YOU EVER BEEN DISMISSED, DISCHARGED, OR LAID OFF FROM ANY EMPLOYMENT? | '.(!empty($dismissed_detail) ? '/' : ' ' ).' | '.(empty($dismissed_detail) ? '/' : ' ' ).' | '.$dismissed_detail.' |
| 6) HAVE YOU EVER BEEN CHARGED IN A COURT LAW? | '.(!empty($court_detail) ? '/' : ' ' ).' | '.(empty($court_detail) ? '/' : ' ' ).' | '.$court_detail.' |
| 7) HAVE YOU BEEN DECLARED BANKRUPTCY? | '.(($bankruptcy=="yes") ? '/' : ' ').' | '.(($bankruptcy=="no") ? '/' : ' ').' | |
| 8) CURRENTLY EXPERIENCING ANY FINANCIAL DIFFICULTIES? | '.(!empty($finance_detail) ? '/' : ' ' ).' | '.(empty($finance_detail) ? '/' : ' ' ).' | '.$finance_detail.' |
| 9) HAVE YOU APPLIED TO OUR COMPANY BEFORE? | '.(($applied_detail=="yes") ? '/' : ' ').' | '.(($applied_detail=="no") ? '/' : ' ').' | |
| 10) TRADE DISPUTE WITH PREVIOUS EMPLOYERS? | '.(!empty($dispute_detail) ? '/' : ' ' ).' | '.(empty($dispute_detail) ? '/' : ' ' ).' | '.$dispute_detail.' |
| 11) OWN A CAR OR MOTORCYCLE? | '.(($vehicle=="yes") ? '/' : ' ').' | '.(($vehicle=="no") ? '/' : ' ').' | |
| 12) WILLING TO WORK OVERTIME? | '.(($overtime=="yes") ? '/' : ' ').' | '.(($overtime=="no") ? '/' : ' ').' | |
| 13) HAVE ANY PART-TIME JOB OR SIDE BUSINESS? | '.(!empty($other_job_detail) ? '/' : ' ' ).' | '.(empty($other_job_detail) ? '/' : ' ' ).' | '.$other_job_detail.' |
| 14) WHAT ATTRACTED YOU TO THIS CAREER OPPORTUNITY? | '.$attract.' | ||
| 15) WHAT ARE YOUR CAREER GOALS IN 5 YEARS? | '.$career_plan.' |
| REFERENCES |
| Name | Position/Company | Contact Number | Years Known |
|---|---|---|---|
| '.$array_reference[0]['name'].' | '.$array_reference[0]['position'].' | '.$array_reference[0]['contacts'].' | '.$array_reference[0]['year'].' |
| '.$array_reference[1]['name'].' | '.$array_reference[1]['position'].' | '.$array_reference[1]['contacts'].' | '.$array_reference[1]['year'].' |
| Resignation notice period: '.$personality['notice'].' | Expected Salary:'.$salary['expected_salary'].' |
I certify that the statement is correct. I understand that any false information (for omissions) in this application or its supporting documents, will be sufficient grounds for refusal to hire me or termination without notice. I further understand that the M&R Group of Companies has the right to review and investigate my previous employment, criminal records and other background data. |
|
| Applicant’s signature: |
Date:'.date('d/m/Y', strtotime($application_signature_date)).' |
| FOR OFFICE USE ONLY |
| REMUNERATION DETAILS (HUMAN RESOURCE DEPT) | |||
| Employee No
|
Employee Code
|
Basic Salary
|
Department
|
| Designation
|
Date Joined
|
Shift
|
Location
|
| Interview by,
HOD (s) |
Name
'.$int_det_interviewer_name.' |
Position
'.$int_det_interviewer_con['int_position'].' |
Signature
'.($int_det_interviewer_con['sign']!='' ? ' |
| Verify by,
HUMAN RESOURCES |
Name
'.$int_det_verifier_name.' |
Position
'.$int_det_verifier_con['verify_position'].' |
Signature
'.($int_det_verifier_con['verify_sign']!='' ? ' |
| Approve by,
DIRECTOR |
Name
'.$int_det_approver_name.' |
Position
'.$int_det_approver_con['approve_position'].' |
Signature
'.($int_det_verifier_con['verify_sign']!='' ? ' |
| FOR OFFICE USE ONLY |
| INTERVIEW ASSESSMENT | ||||
| Attribute | Tick which is applicable | |||
| Excellent | Very Good | Good | Poor | |
| Appearance (professional dress, grooming) | '.($int_det_question_con['q1'] == 'Excellent' ? '/': '').' | '.($int_det_question_con['q1'] == 'Very Good' ? '/': '').' | '.($int_det_question_con['q1'] == 'Good' ? '/': '').' | '.($int_det_question_con['q1'] == 'Poor' ? '/': '').' |
| Poise, self-confidence, 1st impression | '.($int_det_question_con['q2'] == 'Excellent' ? '/': '').' | '.($int_det_question_con['q2'] == 'Very Good' ? '/': '').' | '.($int_det_question_con['q2'] == 'Good' ? '/': '').' | '.($int_det_question_con['q2'] == 'Poor' ? '/': '').' |
| Verbal communication skills (articulate, clear) | '.($int_det_question_con['q3'] == 'Excellent' ? '/': '').' | '.($int_det_question_con['q3'] == 'Very Good' ? '/': '').' | '.($int_det_question_con['q3'] == 'Good' ? '/': '').' | '.($int_det_question_con['q3'] == 'Poor' ? '/': '').' |
| Listening ability and non-verbal communication | '.($int_det_question_con['q4'] == 'Excellent' ? '/': '').' | '.($int_det_question_con['q4'] == 'Very Good' ? '/': '').' | '.($int_det_question_con['q4'] == 'Good' ? '/': '').' | '.($int_det_question_con['q4'] == 'Poor' ? '/': '').' |
| Clarity of career interests and goals | '.($int_det_question_con['q5'] == 'Excellent' ? '/': '').' | '.($int_det_question_con['q5'] == 'Very Good' ? '/': '').' | '.($int_det_question_con['q5'] == 'Good' ? '/': '').' | '.($int_det_question_con['q5'] == 'Poor' ? '/': '').' |
| Ability to link prior work experience to position | '.($int_det_question_con['q6'] == 'Excellent' ? '/': '').' | '.($int_det_question_con['q6'] == 'Very Good' ? '/': '').' | '.($int_det_question_con['q6'] == 'Good' ? '/': '').' | '.($int_det_question_con['q6'] == 'Poor' ? '/': '').' |
| Knowledge of industry | '.($int_det_question_con['q7'] == 'Excellent' ? '/': '').' | '.($int_det_question_con['q7'] == 'Very Good' ? '/': '').' | '.($int_det_question_con['q7'] == 'Good' ? '/': '').' | '.($int_det_question_con['q7'] == 'Poor' ? '/': '').' |
| Preparation for interview | '.($int_det_question_con['q8'] == 'Excellent' ? '/': '').' | '.($int_det_question_con['q8'] == 'Very Good' ? '/': '').' | '.($int_det_question_con['q8'] == 'Good' ? '/': '').' | '.($int_det_question_con['q8'] == 'Poor' ? '/': '').' |
| Quality of questions | '.($int_det_question_con['q9'] == 'Excellent' ? '/': '').' | '.($int_det_question_con['q9'] == 'Very Good' ? '/': '').' | '.($int_det_question_con['q9'] == 'Good' ? '/': '').' | '.($int_det_question_con['q9'] == 'Poor' ? '/': '').' |
| Interest in & enthusiasm toward opportunity | '.($int_det_question_con['q10'] == 'Excellent' ? '/': '').' | '.($int_det_question_con['q10'] == 'Very Good' ? '/': '').' | '.($int_det_question_con['q10'] == 'Good' ? '/': '').' | '.($int_det_question_con['q10'] == 'Poor' ? '/': '').' |
| Strength of competence / skills for position / work | '.($int_det_question_con['q11'] == 'Excellent' ? '/': '').' | '.($int_det_question_con['q11'] == 'Very Good' ? '/': '').' | '.($int_det_question_con['q11'] == 'Good' ? '/': '').' | '.($int_det_question_con['q11'] == 'Poor' ? '/': '').' |
| Overall impression of candidate’s performance | '.($int_det_question_con['q12'] == 'Excellent' ? '/': '').' | '.($int_det_question_con['q12'] == 'Very Good' ? '/': '').' | '.($int_det_question_con['q12'] == 'Good' ? '/': '').' | '.($int_det_question_con['q12'] == 'Poor' ? '/': '').' |
| Recommended pay | '.($int_det_question_con['q13'] != '' ? $int_det_question_con['q13'] : '').' | |||
| Probationary Period months | 03 / 06 / 12 month | |||
| Result | Suitable / Not Suitable / To be considered for future assignments | |||
| Recommendations / high lights of the interview | '.($int_det_question_con['q16'] != '' ? $int_det_question_con['q16'] : '').' | |||