Open-ended coding questions can be used to assess code quality. For instance, you can share a code stub in the technical screening test and ask the developer to add their code to the stub. You can also ask them to do code reviews which is useful in understanding if they can point out ...
27. Are there more defects in the design phase or in the coding phase? The design phase is more error prone than the execution phase. One of the most frequent defects which occur during design is that the product does not cover the complete requirements of the customer. Secon...