Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

The design team reports that image quality across the site is not up to their standards. The raw images they are delivering look good, but on the site they don't look as good

What configuration change could you make to improve image quality without replacing the images?

A.

In the image field settings, increase the Maximum image resolution

B.

In Image styles, enable the"retina display" option

C.

Set the image styles to show the image full size

D.

In Image toolkit, set JPEG quality to a higher percentage

How can you set the default country and time zone for a Drupal site?

A.

Go to Configuration > Regional and language > Regional settings(admin/config/regional/settings) and fill Default country and Time zone

B.

Go to Configuration > System > Basic site settings (admin/config/system/site-information) to change the Default country and Time zone

C.

Go to Configuration > Regional and language> Date and time formats (admin/config/regional/date-time) and fill Default country and Time zone.

D.

Go to Appearance > Region and Language > Regional settings (admin/appearance/settings/regional) and fill Default country and Time zone

The marketing department has decided that a call-to-action button currently in the site footer should be moved to the sidebar for higher visibility The button is currently implemented in a custom block.

How should you make the requested changes?

A.

From the block layout adminpage, drag the existing block from the Footer region to the Sidebar region

B.

Using the "Basic page" content type's "Manage display" interface, drag the existing block from the Footer region to the Sidebar region.

C.

For each content type, use the LayoutBuilder module's 'manage layout" feature to reassign the block from the Footer region to the Sidebar region

D.

From the "Appearance" admin page, reconfigure the site's theme to place the block in the Sidebar region instead of the Footer.

A page has been added for a new product, and the marketing team wants you to add it to the main navigation menu, as a child of the "Products" page During a promotion period, the team also wants you to add a link to the new page as a child of the '"What's New"page.

What is the best way to add both links to the main navigation menu?

A.

In the Main navigation menu, add two links to the new page, one with "Products" as the parent page and the other with "What's New" as the parent page Set the second link to expire on the date the promotion ends

B.

Edit the new page and create two links in the Menu Settings section, one with "Products" as the parent page and the other with "What's New" as the parent page When the promotion is over, delete the second menu link

C.

Edit the new page, add a link in Menu Settings, and select "Products" as the Parent item Clone the new page, and set the menu link parent to the "What's New" page. When the promotion is over, delete the cloned page

D.

Edit the new page, add a link in Menu Settings and select "Products" as the Parent item In the Main navigation menu, add a new link to the page and select "What's New" as the parent item When the promotion is over, delete the second link from the menu.

An English language site is being translated to add Spanish and German versions, and you want to make it as easy as possible for Spanish or German speakers to see the correct translation.

What are three methods for displaying a translated page to a site visitor without using custom code'? Choose 3 answers

A.

Set up path prefixes or domains for each language, and enable the option to select the language from the URL

B.

Enable the option to detect the language from the browser's language settings.

C.

Create a splash page with a List of available languages

D.

Enable geolocation and load the language based on the location of the sitevisitor's request

E.

Turn on the "User" detection method, to follow the user's language preference.

Your Mam navigation menu has two levels of menu items site sections, and child pages within each section Your UX team wants to make it easier for a site visitor viewing a child page to see what other pages are in that section. They have asked you to add a submenu to the Sidebar region on child pages

How can you add a submenu to the child pages that shows all child pages in the section?

A.

Create a new menu for each main section containing links for each child page, and add each menu's block to the Sidebar region

B.

Add the Main navigation menu to the Sidebar region, and use CSS to hide the top level menu items

C.

In Block layout,place the Main navigation block in the Sidebar region Set the Initial visibility level to

D.

In Block layout, place the Main navigation block in the Sidebar region. Set the Initial visibility level to 2

You have installed a contributed module called "Sample Module" that looks like it will be a great fit for the business case you are trying to solve. However, upon closer examination, it looks like the module only supplies a drush command; it does not have an admin interface.

As a site builder with no command-line experience, this will not work for you! You need a web user interface to use this module.

How should you request a web Ul in the module's issue queue1?

A.

Create a "Bug Report" issue for the module with subject line, "Create web Ul for Sample Module" and give it the "Major priority

B.

Create a "Feature Requestâ„¢ issue for the module with subject line, "Create web Ul for Sample Module." C

C.

Create a "Feature Request" issue for the module with subject line, "URGENT Module Broken! 11 Needs Ul" D

D.

Create a "Bug Report" issue for the module with subject line, "Create web Ul for Sample Module."

A "Case Study" content type includes an entity reference field "field_related_product," to associate each Case Study with a "Product" node You are asked to add a sidebar block to the Product node display that shows a list of related case studies

How can you build this functionality?

A.

Add "field_related_product" to the Product content type and use css to display the field in the sidebar region

B.

Add *ne "show related content" block to the Product nodes display Set it to include only nodes of type "Case Study."

C.

Create a view of Product nodes, with a relationship to field_related_product, and add the title field using the relationship Add the block to the Product nodes display

D.

Create a View of Case Study nodes, with a relationship to content referenced from field_related_product, and a contextual filter by ID using the relationship, set to use "Content ID from URL." Add the block to the Product nodes display

You have an English language based website As your company is opening a branch in Japan, you wish to create a Japanese version of the website You enabled relevant Multilingual modules and also enabledthe Japanese language on your website Now your website interface appears correctly in English and Japanese, however, website content is still appearing only in English

How will you add Japanese translation to existing content?

A.

On one Content overview page, select all English content Check "Import Translations" from the Bulk Actions dropdown

B.

On Admin > Translate page enable the Add Google Translations checkbox to import all Japanese translations

C.

Download the Japanese po files from localize drupal org Import the po file.

D.

On the Translate tab of each node, add Japanese translations manually

A Drupal corporate website allows editors to self-register with additional administrator approval However, Robots are creating a lot of user accounts and administrators are not able to keep up with theapproval process

How can we eliminate fake user registration'?

A.

Enable the Drupal core captcha field on the user registration form

B.

Hide user login by disabling the login block and/ or move the login page

C.

Configure new user accounts to"require email verification when a visitor creates an account."

D.

Change who can register accounts to "Administrators only"