Pre-Summer Sale Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

Your website is showing a warning message that a contributed module "Password Policy" has a new security update.

What action will you take?

A.

No action is needed as security updates are not important.

B.

Uninstall the currently installed module. Download the latest version of the module and configure it again.

C.

Drupal will update and install security update automatically on the next cron run.

D.

Download the latest version of the module. And visit the update.php page to complete the update.

You manage a popular news portal which has a very busy comments section. You've been asked to add several new fields and a View for the news area of a site. The QA team wants to review your work in staging before rolling everything out to production at once. The editorial team has specified that the site's comments activity should not be affected by these changes.

How can you meet these requirements without having to create the new functionality independently in both environments?

A.

Copy the production database into the staging environment. Create the fields and View there. Once QA is satisfied, copy the staging database into the production environment.

B.

Configuration created in the staging environment is automatically available to the production environment since they share a database.

C.

Create the fields and View in a fresh installation of Drupal core. Export the site configuration into your site's existing codebase, push the code to the staging environment, and import the site configuration there. Once QA is satisfied, repeat the process in production.

D.

Create the fields and View in a development copy of the site. Export the site configuration to code. Push that code to the staging environment and import the site configuration there. Once QA is satisfied, repeat the process in production.

You wish to display the "Recent content" block in the sidebar region on all the article pages only. The block should be hidden on all other pages.

How do you accomplish this?

A.

Add the Recent content block to all pages, and hide it from non-Article pages using CSS.

B.

Edit Article Content type and check the "show recent content" option.

C.

Check the "show recent content" option in the site branding block, and set it to be visible only for Article Content type.

D.

In the Block layout settings, add the Recent content block to the Sidebar section and set the block to be visible for the "Article" Content type.

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.

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.

B.

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.

C.

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.

D.

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.

Your Marketing Department notified you that the company has recently obtained a new Toll-free phone number for customer care. They have asked you to update the "Customer care contact information" posted on your website with the new number. The contact information appears in the sidebar of every page on the site.

How should you make your updates? (Select 2 options)

A.

Navigate to the Block Layout admin page's custom block library, find the custom block that contains the information in question, and make changes to the content in the block editor.

B.

Click the "Manage layout" link of the home page, find the field containing the inaccurate information, and make changes there.

C.

Hover over the content until a pencil icon appears, click the icon, and choose "Edit" so that you can modify the content in Custom block edit interface.

D.

Click the "Edit" link on any page and make changes to the content in the editor form; repeat this process for all pages on the site.