Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

Acquia Acquia-Certified-Site-Builder-D8 - Acquia Certified Site Builder - Drupal 8

You are responsible for a Drupal recipe site. Currently, each recipe node can have a title, body text and image. To provide a better user experience, you have been asked to allow each recipe to be freely tagged by its author.

How can you provide free tagging for the recipe nodes?

A.

From the recipe content type's "Manage form display" page, drag the Tags" field up out of the "Disabled" section.

B.

From the recipe content type's "Manage display" page, enable the "display free tagging information" option.

C.

From *ne recipe content type's "Manage fields" page, create a text field called "Tags". Ensure it can accept multiple values.

D.

From the recipe content type's "Manage fields" page, create a Taxonomy term reference field, referencing the tags vocabulary. Check "Create referenced entities if they don't already exist."

One of your site users has reached out to you with concerns about inaccurate information they saw while reading one of your blog posts On further investigation, it turns out the same information appears in the sidebar of every page on the site.

How should you make your corrections? Choose 2 answers

A.

Click the blog post's "Edit" link, and make changes to the content in the editor form, repeat this process for all pages on the site

B.

Click the blog post's "Manage layout" link, 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 "Quick edit" so that you can modify the content in place.

D.

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

White reviewing an article node, you notice that the linked text for one of its assigned categories is misspelled.

How will you fix the spelling of the category? Choose 2 answers

A.

Go to theTaxonomy admin page. In the "Categories" row, choose "List terms." Find the row for the misspelled category, click its "Edit" button, and correct the spelling.

B.

Click the node's "Edit" tab. Find the categories text field and adjust the spelling.

C.

Goto the Menus admin page. In the "Categories" row: choose "Edit menu" Find the row for the misspelled category, click its "Edit" button, and correct the spelling.

D.

Click the category link to be taken to the category detail page. Click the "Edit" tab and correct the spelling.

You are having trouble using a certain contributed module You have read the module's documentation and ensured it is configured correctly.

How should you find help? Choose 2 answers

A.

Ask questions in the #drupal-support channel on IRC or in the #support channel on Drupal Slack group

B.

Create a comment of type "support request" on the module'sproject page

C.

Search for answers and ask questions in the module's issue queue on drupal org

D.

Email the module's maintainer and ask for help

You are asked to require a site visitor to enter First name and Last name when creating a new account How can you do this in Drupal?

A.

In Permissions, check "Require first and last name for user registrations"

B.

In Account settings, under "Who can register accounts'?" select "Visitors, but full name is required"

C.

In Account settings, go to Manage fields and add fields for First name and Last name. Set them to "required."

D.

Create a block type with fields for First name and Last name, set them to "required" and add the block to the/user/register page.