Content Management - Certificated

Content Management - Certificated

Professional Development

10 Qs

quiz-placeholder

Similar activities

Javascript + JQuery (Parte 1)

Javascript + JQuery (Parte 1)

Professional Development

10 Qs

State of JS 2022

State of JS 2022

Professional Development

10 Qs

jQuery I

jQuery I

Professional Development

15 Qs

Diseño Web - Evidencia de Conocimiento

Diseño Web - Evidencia de Conocimiento

Professional Development

10 Qs

CSS basics

CSS basics

Professional Development

15 Qs

HTML, CSS, JS основы

HTML, CSS, JS основы

Professional Development

13 Qs

ВебДиз4

ВебДиз4

Professional Development

11 Qs

ВебДизайн2

ВебДизайн2

Professional Development

15 Qs

Content Management - Certificated

Content Management - Certificated

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Dưỡng Dưỡng

Used 5+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where would you go to add a scheduled design change?

In the Admin panel, under Content > Design > Schedule

In the Admin panel, under Content > Design > Configuration. Select the appropriate scope and navigate to the Design Schedule section

<start_date> and <end_date> nodes can be added in the theme's theme.xml file

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a new widget in your custom module that can be used in Cms content?

Configure the widget in etc/widgets.xml

Simply create a new class that implements \Magento\Widget\Block\BlockInterface and it will be registered as a widget automatically

Configure the widget in view/frontend/layout/widget.xml

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What do you need to do in order to apply a theme custom in admin?

Edit the core_config_data table manually and add the theme id as a value for the design/frontend/theme/theme_id path.

Simply reload the admin panel after adding the new theme. The latest theme will be applied automatically.

Create a new module and specify the theme in the arguments supplied for the Magento\Theme\Model\View\Design class in the module's etc/frontend/di.xml.

In the admin panel, go to Content > Design > Configuration and set the theme custom. Clear all caches for the changes to take effect.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When apply design changes using admin configuration .For products, Which options in the configuration (Product Edit page)

Layout,Display product options in,Custom layout

Schedule,Display product options in,Custom layout

Product Page Customizations,Display product options in,Custom layout

Schedule,Display product options in,Layout

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

How to disable merge CSS?

php bin/magento set dev/css/merge_css_files 0

php bin/magento set dev/css/minify_files 0

Stores > Configuration > Advanced > Developer > CSS Settings -> Merge CSS Files = No

php bin/magento config:set dev/css/merge_css_files 0

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to disable merge JS?

php bin/magento config:set dev/js/merge_files 0

php bin/magento set:config js/minify_files 0

php bin/magento config:set js/merge_files 1

php bin/magento set:config js/merge_files 0

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When the page loads, there is a significant gap untile any Javascript-enabled functionality is usable. What do u do to remediate the slow Javascript?

Enable javascript bundling in Store>Configuration>Advanced> Developer>JS

Enable css bundling in Store>Configuration>Advanced> Developer>CS

Enable full page cache

Remove unnecessary js from running requirejs-config.js

Buld the static assets with the --bundleJs flag

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?