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

Loading demo links...

Showing 7–9 of 10 questions

Question 7

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?

Select an option, then click Submit answer.

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

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

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

  • 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."


Question 8

On a site you manage there is a contact form that works well for the Retail Sales unit, but the Commercial Sales manager doesn't want to receive submissions that are about retail products.

How can you solve this problem in Drupal?

Select an option, then click Submit answer.

  • Add "Retail Sales" and "Business Sales" categories to the contact form, and set up a
    Recipients list for each category

  • Add a new contact form for Commercial Sales inquiries, and update the Recipients list for each form to send submissions to the right people.

  • Use an add-on module like Webform. since Core doesn't offer this feature

  • Since there is only one Contact form, create a Content type with fields to collect the information Commercial Sales needs, and set permissions to allow anonymous users to create content


Question 9

In the process of building your website, you installed several Drupalmodules to try out, but did not end up using Should you uninstall these unused modules?

Select an option, then click Submit answer.

  • No. Site performance improves when more modules are installed.

  • It is optional The number of installed modules has no impact whatsoever on site performance

  • No.Uninstalling the modules will cause a "white screen of death" (WSOD) since the modules were once enabled

  • Yes The more modules are installed, the "heavier" the site is This could cause performance problems on the site.