1. Which Yii feature helps in scaling by automatically distributing application requests to multiple servers?
2. Which Yii component is used for managing user sessions and storing user authentication status?
3. Which testing framework is used for functional and acceptance testing in Yii?
4. In Yii, what does the "renderPartial" method allow you to do?
5. What Yii method is used to specify the language to be used in a particular code block?
6. Which Yii component is typically used to create RESTful API endpoints?
7. In Yii, what does the term "scope creep" refer to in project management?
8. In the MVC pattern, which component is responsible for interacting with the database and handling data?
9. What is the main advantage of using Yii's Active Record over traditional SQL queries?
10. In Yii, what is the primary role of a "Model" in the MVC architecture?
11. In Yii's RESTful form handling, which HTTP verb is commonly used to display a form for creating a new resource?
12. In Yii, what is the typical location for storing uploaded files during deployment?
13. In Yii, what is the primary purpose of using placeholders in translation messages?
14. What is the purpose of the yiic command in Yii 1.x for code generation and console tasks?
15. In Yii testing, what is the primary role of PHPUnit?
16. Which programming language is Yii primarily associated with?
17. In Yii, which caching component is used to cache data in a RESTful API application?
18. What is the purpose of using layouts in Yii views?
19. Which Yii method is commonly used to process form submissions and update a resource's data in the database?
20. Which Yii method is used to retrieve a single record by its primary key in ActiveRecord models?