# Knowledge check: The coding interview

1. **What are softskills?**
    
    * <mark>They relate to the way you conduct yourself social.</mark>
        
    * 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.
        
    * <mark>During a screening call.</mark>
        
3. **What is the purpose of the online coding assignment?**
    
    * It is to get you to solve some company problem
        
    * <mark>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</mark>
        
    * 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
        
    * <mark>False</mark>
        
5. **When should you test your code?**
    
    * <mark>Continuously as the project progress.</mark>
        
    * At the end.
        
    * Whenever the application crashes to identify what the issue is.
        

---

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1728192463170/f876c794-a5a5-4b4a-a418-3f2217370c41.png align="center")
