Spring Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: pass65

Acquia-Certified-Site-Builder-D8 Acquia Certified Site Builder - Drupal 8 Questions and Answers

Questions 4

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?

Options:

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.

Buy Now
Questions 5

You have installed a custom theme for your website, and you notice the theme displays a Druplicon as the logo in the upper left corner As much as you love Drupal, you would like to remove this logo ankdisplay your company's logo instead

How would you do this in the Drupal admin interface? Choose 2 answers

Options:

A.

Go to Appearance > Settings and upload your new logo

B.

Create a custom block. Include your logo in the block and place it in the appropriate region Uncheck the "Use the logo supplied by the theme" option.

C.

This cannot be accomplished through the admin interface You must update the theme in code

D.

Use a contributed module to inject CSS to hide the Druplicon and display your logo instead

Buy Now
Questions 6

You have created a new "Basic Page" node with a title and a body field. Your site is configured to use Drupal 8's core search Searching for a phrase used in your new page is not returned in search results. Search is otherwise working correctly.

Why is your page not appearing in the search results?

Options:

A.

Drupal core search does not work very well, and you should use a contributed module for search instead

B.

Cron has not run since you added the page, so Drupal has not indexed the new page yet.

C.

The core search module must be configured to recognize the search term

D.

You did not check the "Add to search index" checkbox when creating your page

Buy Now
Questions 7

What is meant by headless Drupal? Choose 2 answers

Options:

A.

Just another phrase for "decoupled Drupal"

B.

Applying security updates automatically to Drupal installation

C.

Exposing Drupal content to other systems such as native applications.

D.

Publishing content automatically in Drupal.

Buy Now
Questions 8

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?

Options:

A.

From the block layout admin page, 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 Layout Builder 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.

Buy Now
Questions 9

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.

Buy Now
Questions 10

Your company website has a form "Contact Us/' through which users can submit questions or feedback to the company This form uses the site-wide contact form that comes with Drupal 8

The News department within your company has requested their own contact form so that site visitors can specify additional information about a potential story

How can you build the News department their own contact form with an additional field, using only Drupal core modules''

Options:

A.

Update the existing contact form with a checkbox ("Send message to News team"): a "Story Information" field, and conditional fields to route the message accordingly

B.

This request is best handled with a contributed module such as Webform

C.

Under Structure > Contact Forms, add the News department's email address to the recipients of the existing contact form, and a new field "Story information "

D.

Under Structure > Contact Forms, add a new contact form with the News department's email address as the recipient, and a new field: "Story information.''

Buy Now
Questions 11

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?

Options:

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

Buy Now
Questions 12

You have created a new Comment type, but when you try to add a comment field to a Content type, you can't select your new Comment type.

What could be the problem'?

Options:

A.

In your new Comment type, you didn't select "Content" as the Target entity type

B.

Custom comment types can only be added to default Content types

C.

"Allow comments" is not checked in the Content type settings

D.

You need to clear the site caches to see the new option

Buy Now
Questions 13

You are pitching for development of a Drupal based website to your new customer. You want to emphasize how flexible Drupal is.

Which THREE points would support your case? Choose 3 answers

Options:

A.

Drupal has configurable content types and field types for modeling content.

B.

Drupal allows you to build pages containing lists of content using UL

C.

Drupal.org has an online store where you can purchase modules and themes.

D.

Drupal allows you to directly rename database columns from the Ul.

E.

Drupal allows you to create customized and branded site designs.

Buy Now
Questions 14

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?

Options:

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.

Buy Now
Questions 15

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?

Options:

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

Buy Now
Exam Name: Acquia Certified Site Builder - Drupal 8
Last Update: May 15, 2026
Questions: 50

PDF + Testing Engine

$64.99  $185.69

Testing Engine

$49.99  $142.83
buy now Acquia-Certified-Site-Builder-D8 testing engine

PDF (Q&A)

$54.99  $157.11
buy now Acquia-Certified-Site-Builder-D8 pdf