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

Acquia-Certified-Site-Builder-D8 PDF

$33

$109.99

3 Months Free Update

  • Printable Format
  • Value of Money
  • 100% Pass Assurance
  • Verified Answers
  • Researched by Industry Experts
  • Based on Real Exams Scenarios
  • 100% Real Questions

Acquia-Certified-Site-Builder-D8 PDF + Testing Engine

$52.8

$175.99

3 Months Free Update

  • Exam Name: Acquia Certified Site Builder - Drupal 8
  • Last Update: Sep 14, 2025
  • Questions and Answers: 50
  • Free Real Questions Demo
  • Recommended by Industry Experts
  • Best Economical Package
  • Immediate Access

Acquia-Certified-Site-Builder-D8 Engine

$39.6

$131.99

3 Months Free Update

  • Best Testing Engine
  • One Click installation
  • Recommended by Teachers
  • Easy to use
  • 3 Modes of Learning
  • State of Art Technology
  • 100% Real Questions included

Acquia-Certified-Site-Builder-D8 Practice Exam Questions with Answers Acquia Certified Site Builder - Drupal 8 Certification

Question # 6

An English language site is being translated to add Spanish and German versions, and you want to make it as easy as possible for Spanish or German speakers to see the correct translation.

What are three methods for displaying a translated page to a site visitor without using custom code'? Choose 3 answers

A.

Set up path prefixes or domains for each language, and enable the option to select the language from the URL

B.

Enable the option to detect the language from the browser's language settings.

C.

Create a splash page with a List of available languages

D.

Enable geolocation and load the language based on the location of the sitevisitor's request

E.

Turn on the "User" detection method, to follow the user's language preference.

Full Access
Question # 7

You are building a Drupal site that makes great use of imagery Photos are used throughout the site in different sizes and attached to various entities

How should you handle the images for the site so that they can be easily managed and used in multiple locations?

A.

Since the images need to be displayed in many different sizes, they should be uploaded into the body field, and resized in the WYSIWYG to whatever size is needed

B.

Use the core Media module with media type "Image" to store the images Create reference fields in the entities to include the images

C.

On the entities that need images, create a "File" field Upload images to each entity that needs them

D.

Use the contributed Media module and create media type "Image" to store the images. Create reference fields in the entities to include the images

Full Access
Question # 8

You have migrated an existing website to Drupal by only using core features. The client is now reporting a tremendous decrease of the SEO rank because of missing SEO metadata on all pages.

What can you do to get metadata into your newDrupal site?

A.

Install the Drupal SEO Checklist module to enable on-page Drupal search engine optimization

B.

Install the Metatag module from Drupal org to provide control for meta tags on all pages

C.

Extend your content types with additional metadata fields e.g. meta keywords, meta description provided by Drupal core.

D.

Go to "Configuration" and modify "basic site settings" to display meta information

Full Access
Question # 9

The information security team wants to make itharder for bots and unauthorized users to create and activate new accounts

What are two ways to reduce the number of unwanted new, active accounts? Choose 2 answers

A.

Set "Who can register accounts" to "Visitors," and check "Enable password strength indicator"

B.

Set the personal contact form for new users to disabled, and set email verification to use the personal contact form method.

C.

Set the Registration and Cancellations settings to "Require email verification when a visitor creates an account."

D.

Set "Who can register accounts" to "Administrators only," and assign the task of new account creation to site admins.

Full Access
Question # 10

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?

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

Full Access
Question # 11

Your company has multiple offices around the world, each of which has its own detail page on the company website Offices willbe added regularly by the content maintenance team, with each office assigned to one of a limited number of global regions You've been asked to create a directory page listing all of these offices, grouped by region In order to keep the list of regions small, you've been asked to make sure that only site administrators can create, modify, or delete regions.

What kind of Drupal content architecture would best support this?

A.

Create an "Office" content type and a "Region" content type The "Region" content type includes a node reference field that can contain multiple office nodes.

B.

Create an "Office" content type and a "Regions" taxonomy vocabulary Office nodes are assigned to regions using a term reference field on the "Office" content type

C.

Each officeis a "Basic page" node The office's regional location should be listed in the node's body text

D.

Create a "Regions'" taxonomy vocabulary Each office is a "Basic page" node, assigned to its region using a term reference field added to the "Basic page" content type

Full Access
Question # 12

The marketing department wants to drive social engagement by collecting users' social profile links every time they comment on a blog post You've been asked to make sure that this only happens on blog post comments, comments on other content types should not collect thisinformation

How can you make this possible?

A.

In the blog post content type's "Manage form display" section, go to the settings for the "Comment" field and select

"collect social profile information."

B.

Create a custom comment type with theappropriate custom fields for collecting social profile links. Add a Comments field to the blog post content type, making sure it uses your new custom comment type.

C.

Custom comment types per content type are not supported in Drupal 8

D.

Add custom fieldsfor collecting social profile links to the default comment type. When configuring each field's visibility settings, go to "Content types" and make sure only the blog post content type is selected.

Full Access
Question # 13

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

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

Full Access
Question # 14

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

Full Access
Question # 15

Your Mam navigation menu has two levels of menu items site sections, and child pages within each section Your UX team wants to make it easier for a site visitor viewing a child page to see what other pages are in that section. They have asked you to add a submenu to the Sidebar region on child pages

How can you add a submenu to the child pages that shows all child pages in the section?

A.

Create a new menu for each main section containing links for each child page, and add each menu's block to the Sidebar region

B.

Add the Main navigation menu to the Sidebar region, and use CSS to hide the top level menu items

C.

In Block layout,place the Main navigation block in the Sidebar region Set the Initial visibility level to

D.

In Block layout, place the Main navigation block in the Sidebar region. Set the Initial visibility level to 2

Full Access