This document contains instructions for a computing exam. It describes 4 questions related to designing a job matching system, implementing an algorithm to merge sorted arrays, grading exam results, and writing algorithms. For question 1, candidates are asked to design a database to store job listings and seekers' profiles, and create interfaces to input, delete, and query data. Question 2 provides an algorithm and asks candidates to implement it and test different inputs. Question 3 describes the conditions to grade exam results as Distinction, Merit, Pass or Fail and requires a flowchart and algorithm to process multiple candidates' scores.