Skip to content

Interview Exam Guideline

Before attending the scheduled interview exam, make sure to do the following preparation:

  1. Ensure your camera is working.
  2. Have your IDE and shell (terminal) ready. Close unnecessary apps to free up computation resources for your IDE.
  3. Fork the codebase template into your personal subgroup in AdvProg/kki-2022/student namespace.
  4. Clone the forked codebase into your local development machine and load it as a new project in your IDE.
  5. Let the IDE finish indexing the JDK, project dependencies, and the codebase. This might take a while, especially if your local development machine is still using non-SSD harddisk.
  6. Verify the codebase can be compiled and tested by executing Gradle task named check or test.
  7. Do not make further changes to the forked repository until the interview exam begin.

Once you have completed all the preparatory tasks, you are hopefully ready to begin the programming tasks in the upcoming interview exam.

During the interview exam, your tasks is roughly as follows:

  1. Turn on your camera and share the whole screen from the beginning of the exam.
  2. Work on the designated case study. The proctor will assign you a case study.
  3. Read the case study description. You will have 5 minutes to read and ask questions about the case study.
  4. Start working on the programming tasks. You will have 15 - 20 minutes to finish the programming tasks.
  5. At the end of programming tasks, make sure you have pushed the latest commits to GitLab CSUI.

We hope this guideline can prepare you in facing the interview exam. See you soon!


Last update: 2022-04-05 13:54:59
Created: 2022-04-05 13:54:59
Back to top