A controller in Symfony is a
1.YAML function
2.PHP function
3.XML Config file
4.All of the above
If you want to redirect the user to another page, use the ?
1. redirectToRoute()
2.Both A and B
3.both (a) and (b)
4.None of the above
In MVC, which represents the structure of our business entities?
1.Model
2.View
3.Controller
4.None of the above
Symfony uses a powerful templating language called
1.Twig
2.Swig
3.Pwig
4.Dwig
The process of event based programming can be summarized as - An object, called?
1.Event dispatcher
2.source
3.Event source
4.dispatcher
A ____________ is a collection of files and folders organized in a specific structure.
1.AppBundle
2.Symfony app
3.Blog Bundle
4.Symfony bundle
By default, the routing configuration file in a Symfony2 application is located at
1.app/config/routing.yml
2.app/config_route/routing.yml
3.app/yaml/routing.yml
4.app/config/routing.config
ClassLoader component provides implementation for?
1.PSR-0
2.PSR-1
3.PSR-2 D.
4. PSR-3
In general, any URI has?
1.2parts
2.5 parts
3.3 parts
4.4 parts
In Symfony, the Console component can be installed using?
1.symfony/console
2.composer require symfony/console
3.composer symfony/console
4.require symfony/console
Symfony also provides a console command ________ to simplify the process of creating a new bundle
1.AppKernel:bundle
2.generate:bundle
3.controller:bundle
4.tests:bundle
Symfony core web-framework is a bundle called?
1.CacheBundle
2.SymfonyBundle
3.ExtraBundle
4.FrameworkBundle
Symfony provides an easy and efficient component, _____________ to handle object dependency
1.Objectdependency
2.DependencyInjection
3.componentInjection
4.Greeter
Twig do not performs whitespace control, sandboxing, and automatic HTML escaping
1. TRUE
2.FALSE
3.Can be true or false
4.Can not say
VarDumper component provides better dump() function
1.TRUE
2.FALSE
3.Can be true or false
4.Can not say
Which component provides various options to parse .env files?
1.Cache
2.Intl
3.OptionsResolver
4.Dotenv
Which component provides various options to read and write an object and array details using the string notation?
1.PropertyInfo
2.ClassLoader
3.PropertyAccess
4.Process
Which layer is the presentation layer of the MVC application?
1.Model
2.Controller
3.View
4.Controller
Which of the following is not a features of Symfony Framework?
1.Model-View-Controller based system
2.High-performance PHP framework
3.Set of coupled components
4.Error logging
Which of the following is true about Symfony?
1.Symfony is an open-source MVC framework for rapidly developing modern web applications
2.Symfony is a full-stack web framework
3. Symfony contains a set of reusable PHP components
4.All of the above