Knowledge check: The coding interview

Knowledge check: The coding interview

  1. What are softskills?

    • They relate to the way you conduct yourself social.

    • Skills that you would not feel very competent at.

    • Coding skills that improve presentation of code.

  2. When are you most likely to be asked about your Softskills?

    • During a quiz.

    • During a technical interview.

    • During a screening call.

  3. What is the purpose of the online coding assignment?

    • It is to get you to solve some company problem

    • It is designed to give you an opportunity to show what you can produce in an unpressurized environment that mimics potential job activities you will be asked to undertake

    • To help you get into the mindset of working for this company before you start

  4. Pseudocode is a structured way to engage with code.

    • True

    • False

  5. When should you test your code?

    • Continuously as the project progress.

    • At the end.

    • Whenever the application crashes to identify what the issue is.