Labour Day Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70percent

Acquia Acquia-Certified-Site-Builder-D8 Acquia Certified Site Builder - Drupal 8 Exam Practice Test

Acquia Certified Site Builder - Drupal 8 Questions and Answers

Question 1

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

Options:

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

Question 2

What are four features built into Drupal 8 core?

Options:

A.

WYSIWYG Editor, Quick Tips, Guided Tour, Taxonomy

B.

Theme engine Twig, Quick Edits, Configuration management, Cache Tags

C.

Webforms, Layout Builder Media Construction Kit (MCK), Web Tokens

D.

Configuration management, Quick Layouts, Media Library, Page rules

Question 3

You are running a Drupal 8 site, and the Status report page shows two errors that there is a security update available for your version of Drupal, and that the trusted_host_patterns setting is not configured in settings.php

What are the next steps to solve these errors?

Options:

A.

Update Drupal core and configure the trusted_host_patterns setting in your settings php file

B.

Update Drupal core This will fix both errors, since updating Drupal automatically updates settings php

C.

Update Drupal core and enable the Trusted Host Settings module.

D.

Update Drupal core, using the "update settings" option

Question 4

Your site review team reports that the new Product pages look good, buttakes a long time to load.

What are two possible causes? Choose 2 answers

Options:

A.

images are being loaded without using Image styles to load correctly sized versions

B.

Internal Dynamic Page Cache is installed, but the reviewers are testing while logged in

C.

The permission "View cached pages" is not set for Anonymous users.

D.

The Performance setting for Caching is set to "no caching."

Question 5

You've been asked to add several new fields and a view for the news area of a site with a very busy comments section The QA team wants to review your work in staging before rolling everything out to production all at once.

How can you meet these requirements without interfering with the production site's comment activity or having to create the new functionality independently in both environments?

Options:

A.

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.

B.

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.

C.

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

D.

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.

Question 6

You had installed a contributed module on your website, but your site no longer needs it No other modules have dependencies on this module.

How can you safely uninstall the module?

Options:

A.

You can only disable modules, not uninstall them

B.

Delete the module from the codebase

C.

Uninstall the module on the Extend > Uninstall interface.

D.

Delete the module from the database

Question 7

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'?

Options:

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"