What does the name 'Yii' stand for?
Yii is primarily based on which architectural pattern?
Which PHP version is minimum for Yii 2.0?
What is the entry script for a Yii web application?
Which tool is used for automatic code generation in Yii?
Which method is used to define validation rules in a Model?
In Active Record, which method saves a record to the database?
What is the difference between render() and renderPartial()?
Which method is used to fetch all records from a table using Active Record?
How do you define a 'one-to-many' relationship in a model?
What is the Dependency Injection (DI) Container used for?
In RBAC, what is a 'Permission'?
Which class do you extend to create a RESTful API controller in Yii 2?
What is the purpose of the 'yii\base\Behavior' class?
How do you trigger a custom event in a component?