Home > Web Development > Quizzes > Symfony2 Fundamentals Test
Symfony2 Fundamentals Test
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 100% Most missed: “What are the 3 environments a Symfony2 project BEGINS with?”
Symfony2 Fundamentals Test
Time left 00:00
25 Questions

1. What are the three parts of the logical controller name?
2. True or False? The directory that contains all of the pieces of code that run your application is called the src/ directory.
3. How would one use a service in a controller in Symfony?
4. To delete an object in Doctrine you must use the _________ method of the entity manager.
5. what is repository in Symfony ?
6. Security is a two-step process - the first being Authentication?
7. The ________ class is a simple object-oriented representation of the HTTP request message.
8. _______ is a container for key/value pairs.
9. The Dependency Injection component allows you to
10. A directory that contains a set of files that represents a particular feature is known as a/an:
11. Choose the best reason why the following autoloading sequence will not run properly: Class Name: Smarterer\HelloBundle\Controller\HelloController Path: src/Smarterer/Controller/HelloController.php
12. True of false: A controller is required when creating a static page.
13. True or False? The Symfony2 Framework can be altered to one's preferences or replaced entirely.
14. Which of the following field types are supported in Doctrine?
15. What class is used by the front controller to bootstrap an application?
16. In which of the following can the configuration of services in symfony be found?
17. What is the way around configuring the default charset and collation inside Doctrine?
18. Which of the following Components allows you to trace a specific URI to a description of how it should be handled?
19. Symfony2 is only supported on:
20. is it possible to define a form like a service ?
21. A __________ is a short PHP script that lives in the web directory of your project.
22. What is the specific workflow of Functional Tests?
23. Which parameter is not available in security.yml ?
24. In regard to validating the data that is entered in forms - which of the following constraints is NOT supported by Symfony2?
25. Which of the following methods is a shortcut to direct use of the templating service?