option
Cuestiones
ayuda
daypo
buscar.php

LFR-Front-1

COMENTARIOS ESTADÍSTICAS RÉCORDS
REALIZAR TEST
Título del Test:
LFR-Front-1

Descripción:
Front-End

Fecha de Creación: 2023/09/25

Categoría: Otros

Número Preguntas: 50

Valoración:(2)
COMPARTE EL TEST
Nuevo ComentarioNuevo Comentario
Comentarios
NO HAY REGISTROS
Temario:

Which of the following are the primary source files used to customize a Theme? (Please select all correct answers.). style.scss. portal_normal.ftl. liferay-footer.xml. main.js. _custom.scss.

You don't need to have an implementation of the Java JDK installed on your machine to be able to install or update Blade CLI. True. False.

Which of the following is are NOT considered as custom branding requirements?. Logos, fonts, color schemes. Logos, fonts, color schemes. Page and content presentation. Content creation and management. Different JavaScript widgets or functionality to craft the best user experience.

Which of the following JavaScript frameworks is NOT provided by default in Liferay 7.3. Alloy UI. JQuery. Vue.js. Metal.js.

A design language that provides a common framework for building interfaces within the Liferay product ecosystem. FreeMarker. Lexicon. Clay. SCSS. Bootstrap.

Which of the following elements are NOT covered in Lexicon design principles for consistency on the Liferay platform. Accessibility. Responsive Layout. Color. Font. Grid Structure.

Developers can build custom themes in order to implement their branding across the different sites on the platform. True. False.

You can build the following base themes (Choose all correct). Unstyled. Untemplated. Styled. Templated.

Liferay Theme Generator is a Yeoman generator that can be used for quick and easy development of Liferay themes by running yo liferay-theme. True. False.

Which of the following Liferay theme sub-generator used to create small, reusable pieces of CSS and HTML for your themes. yo liferay-theme:theme. yo liferay-theme:layout. yo liferay-theme:themelet. yo liferay-theme:import.

Which of the following files is the main HTML source file in the theme?. portlet_normal.ftl. portal_normal.ftl. portlet.normal.ftl. portal.noraml.ftl.

Developers can find all of the variables used throughout the FreeMarker files in their base theme in the file called: config.ftl. config_custom.ftl. init.ftl. init_custom.ftl.

________ are used to modify the look-and-feel of sites to utilize Liferay to reflect your brand image. Layouts. Themes. Templates. StyleBooks.

Which of the following files in the base theme can be modified to change the global styling. custom.css. _custom.css. _custom.scss. custom.scss.

Which of the following settings or packages can be included in the theme configurations? (Choose all correct). Theme Settings. Widget Styles. Portlet Decorators. Color Schemes. Content Templates.

Themes can include resources like embedded widgets, web content, and documents. True. False.

Which of the following templates can be created and bundled into the theme to ensure the entire design implementation is included. Breadcrumb Templates. Layout Templates. Bundled Layout Templates. Asset Publisher Templates.

Which of the following is correct about Stylebooks : (Choose all correct). Stylebooks are created using command line. Developers can create multiple Stylebooks for the same site. Designers or business users can choose a stylebook for a particular page. Using Stylebooks helps reduce inconsistency and improve efficiency when multiple business users work in parallel on the same site. A stylebook is a group of styles that can be used to change the styles of the theme Base.

Which of the following is NOT valid templates type in Liferay DXP?. Widget Templates. Web Content Templates. Kaleo Forms Admin Templates. Workflow Notification Templates. Theme Templates.

Developers can make use of Web Content Templates to ensure that the Widget presentation is in line with the branding of the platform. True. False.

Developers can customize the look-and-feel of widgets using: Widget Templates. Web Content Templates. FreeMarker Templates. Theme Templates.

Which of the following is not a FreeMarker Template that can be used to control presentation?. Widget Templates. Page Fragments. Web Content Templates. Theme Templates.

FreeMarker is an HTML MarkUp language that gives developers access to Java Objects. True. False.

Widget Templates take the data from Structures and provide a consistent presentation using FreeMarker, CSS, and JavaScript. True. False.

______________ are used to create new types of content with defined fields to determine what information needs to be added. Generic Templates. Web Content Templates. Web Content Structures. Widget Templates.

Web Content Templates are special FreeMarker Templates that allow front-end developers to use FreeMarker, HTML, CSS, and JavaScript to provide a design for any given Structure. True. False.

A combination of HTML, CSS, and JavaScript that act as a reusable and editable piece of Site Pages: Site Templates. Site Templates. Page Fragments. Widget Templates.

Which of the following statements are NOT true about fragments: Fragments are group of HTML, CSS and JavaScript that act as a reusable and editable piece of site pages. Fragments are grouped and managed by Vocabularies. Fragments are grouped and managed by Collections. When building a Content Page, Fragments are organized by collection and can be found in the side panel.

Fragment components should contain the same type of content. True. False.

Which of the following NPM commands used to install Fragments Generator?. npm install -g liferay-fragments. npm install -g generator-liferay-fragments. npm install -f liferay-fragments. npm install -f generator-liferay-fragments.

Developers can use any tools they want to create Collections of Fragments and import them to their Liferay project. True. False.

Which of the following is Not a data-lfr-editable-type?. Image. Video. Text. HTML. Links.

Page Fragment configuration defined in the configuration.xml file of the Frgamnet Collection. True. False.

The three primary files that must be included within your fragment's src folder are: index.html. home.html. index.css. index.js. main.css. main.js.

Collections can be imported in the two way (Choose two). Fragment Widget. The Fragments Generator. Manually in the UI. Through npm command line.

Collections are groups of Page Fragments. True. False.

Widget templates allow you to set the rows and columns of a page and determine where content can be placed. True. False.

A grid system used in layouts to determine screen and column size. CSS. SCSS. Bootstrap. JQuery.

Layout templates can be created with the Liferay Theme Generator or manually. True. False.

Which of the following can be used to create a Layout Template? (Choose two). The Liferay layout generator. Defining column container in a .ftl file. Using the Layout Designer in the DXP UI. CSS files. Any templating language.

Angular is a JavaScript framework that can be used by front-end developers to build applications for Liferay DXP. True. False.

Liferay does not offer all required third-party software to cover AngularJS security, authentication, and authorization. True. False.

Developer can use either Maven or Blade in the command line along with npm to generate a working React application. True. False.

What is the basic command to generate a working React application. npm-create-react-portlet. npm-generate-react-portlet. npm-react-portlet. npm-react-create-portlet.

Which of the following is NOT from the available Blade CLI commands: convert. install. create. deploy.

Which two IDEs have Liferay IDE plugins available to them from development? (Choose two). Microsoft Visual Studio. IntelliJ IDEA. Eclipse. Netbeans.

Which of the following is NOT an available Yeoman generator: Liferay Fragments Generator. Liferay Layouts Generator. Liferay Bundles Generator. Liferay Theme Generator.

Which of the following is not a proper way used to create stylistic changes on the platform?. Themes. JSP Hooks. Templates. Fragments.

Which of the following is the Liferay theme source file used for theme configuration?. look-and-feel.xml. portal_normal.ftl. liferay-look-and-feel.xml. portal_noraml.xml.

Which of the following is defined as hard-coded or configurable values in the theme that can give administrators functional control over different stylistic elements of a site. Color Schemas. Theme settings. Portlet Decorators. Bundled Layout Templates.

Denunciar Test