
This article represents top 10 tricky coding-related questions for those who are appearing for the position of senior developers, tech-lead or junior architect. Recently, I have been interviewing several candidates for the position of tech-lead. Thought to list down some of them for the readers. Please feel free to suggest additional questions if you come across any.
- Name top 5 code smells that you came across while reviewing code of your team members?
- Name top 5 code refactoring techniques that you suggest to your team to keep it handy when writing code?
- What is difference between code usability and code re-usability?
- How do you determine whethar a code can be termed as a complex code?
- Name top 2-3 challenges you faced while trying to refactor an existing codebase?
- It is difficult to achieve high code coverage of a long method? True or false? Support your answer.
- Name top 2 or 3 non-functional requirements that you pay attention to when analyzing the software requirements, in general?
- How do you determine whethar a code is a good code or a bad code?
- A high cohesive code has a high re-usability. True or false? Support your answer.
- Name top 5 object-oriented principles you suggest your team to be aware of, in order to write a better code?
Latest posts by Ajitesh Kumar (see all)
- How to Access GPT-4 using OpenAI Playground? - May 30, 2023
- Online US Degree Courses & Programs in AI / Machine Learning - May 29, 2023
- AIC & BIC for Selecting Regression Models: Formula, Examples - May 28, 2023
Leave a Reply