A controller in Symfony is a
1.YAML function
2.PHP function
3.XML Config file
4.All of the above
Posted Date:-2022-08-08 05:13:33
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
Posted Date:-2022-08-08 05:00:10
In MVC, which represents the structure of our business entities?
1.Model
2.View
3.Controller
4.None of the above
Posted Date:-2022-08-08 04:50:15
Symfony uses a powerful templating language called
1.Twig
2.Swig
3.Pwig
4.Dwig
Posted Date:-2022-08-08 05:11:02
The process of event based programming can be summarized as - An object, called?
1.Event dispatcher
2.source
3.Event source
4.dispatcher
Posted Date:-2022-08-08 04:55:55
A ____________ is a collection of files and folders organized in a specific structure.
1.AppBundle
2.Symfony app
3.Blog Bundle
4.Symfony bundle
Posted Date:-2022-08-08 05:21:07
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
Posted Date:-2022-08-08 05:37:44
ClassLoader component provides implementation for?
1.PSR-0
2.PSR-1
3.PSR-2 D.
4. PSR-3
Posted Date:-2022-08-08 05:17:38
In general, any URI has?
1.2parts
2.5 parts
3.3 parts
4.4 parts
Posted Date:-2022-08-08 05:24:14
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
Posted Date:-2022-08-08 04:51:19
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
Posted Date:-2022-08-08 04:57:13
Symfony core web-framework is a bundle called?
1.CacheBundle
2.SymfonyBundle
3.ExtraBundle
4.FrameworkBundle
Posted Date:-2022-08-08 05:16:18
Symfony provides an easy and efficient component, _____________ to handle object dependency
1.Objectdependency
2.DependencyInjection
3.componentInjection
4.Greeter
Posted Date:-2022-08-08 05:19:55
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
Posted Date:-2022-08-08 05:36:41
VarDumper component provides better dump() function
1.TRUE
2.FALSE
3.Can be true or false
4.Can not say
Posted Date:-2022-08-08 04:54:14
Which component provides various options to parse .env files?
1.Cache
2.Intl
3.OptionsResolver
4.Dotenv
Posted Date:-2022-08-08 05:18:49
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
Posted Date:-2022-08-08 04:52:48
Which layer is the presentation layer of the MVC application?
1.Model
2.Controller
3.View
4.Controller
Posted Date:-2022-08-08 05:25:19
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
Posted Date:-2022-08-08 05:14:55
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
Posted Date:-2022-08-08 04:49:29