
Pass Your Acquia Drupal 8 Acquia-Certified-Site-Builder-D8 Exam Easily with Accurate PDF Questions [Dec 19, 2025]
Acquia-Certified-Site-Builder-D8 Certification Exam Dumps Questions in here
NEW QUESTION # 21
Your company has multiple offices around the world, each of which has its own detail page on the company website Offices will be 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 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
- C. Each office is a "Basic page" node The office's regional location should be listed in the node's body text
- D. 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
Answer: A
NEW QUESTION # 22
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?
- A. You did not check the "Add to search index" checkbox when creating your page
- B. Cron has not run since you added the page, so Drupal has not indexed the new page yet.
- C. Drupal core search does not work very well, and you should use a contributed module for search instead
- D. The core search module must be configured to recognize the search term
Answer: B
NEW QUESTION # 23
You are building a site for a membership organization, which will include a member directory The directory will show each member's name, local chapter, and the U.S. state the chapter is in. Members are users, who select a local chapter when they register Each chapter has a page with a photo There are no pages for states; but other kinds of content are associated with states
- A. "State17 is a taxonomy, with terms for U.S. state names "Chapter" is a content type with a taxonomy term reference field to "State," an image field for the photo, and a multi-select user reference field
- B. "State'' is a content type with an entity reference field to Chapter "Chapter" is a content type with an entity reference field to Member "Member" is a content type with a user reference field.
- C. "State is a content type, with nodes for each state. "Chapter" is a content type with a taxonomy term reference field to "State" and an image field for the photo In Account settings there is a content reference field to
"Chapter." - D. "State" is a taxonomy, with terms for U.S. state names "Chapter" is a content type with a taxonomy term reference field to "State" and an image field for the photo In Account settings there is a content reference field to "Chapter"
Answer: B
NEW QUESTION # 24
The information security team wants to make it harder 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 the personal contact form for new users to disabled, and set email verification to use the personal contact form method.
- B. Set "Who can register accounts" to "Administrators only," and assign the task of new account creation to site admins.
- C. Set the Registration and Cancellations settings to "Require email verification when a visitor creates an account."
- D. Set "Who can register accounts" to "Visitors," and check "Enable password strength indicator"
Answer: A
NEW QUESTION # 25
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 display" page, enable the "display free tagging information" option.
- B. 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."
- C. From the recipe content type's "Manage form display" page, drag the Tags" field up out of the
"Disabled" section. - D. From *ne recipe content type's "Manage fields" page, create a text field called "Tags". Ensure it can accept multiple values.
Answer: C
NEW QUESTION # 26
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. 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.
- 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. In Permissions, check "Require first and last name for user registrations"
Answer: C
NEW QUESTION # 27
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 "Manage layout" link, find the field containing the inaccurate information, and make changes there
- B. Navigate to the Block Layout admin page's custom block library, find the custom block that contains the information in question, and make changes to the content in the block editor
- C. 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
- D. 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.
Answer: A,B
NEW QUESTION # 28
Your company's website uses the core Bartik theme The site was installed using the "Standard" installation profile The company's brand colors had been blue and white and the site's color scheme reflected this However, the brand colors recently changed to oranges and red.
In the Drupal admin interface, how can you remove the blue and white branding in the theme and change to orange and red?
- A. You cannot change color schemes through the Drupal Ul. This must be done in code as part of the theme
- B. You cannot change Bartik's color scheme Carefully choose photos making ample use of orange and red to offset the blue and white in the theme
- C. Go to Appearance > Bartik settings Remove the blue and white color options and put in orange and red instead
- D. In the body fields of your nodes, use the WYSIWYG editor to make all headings orange and red
Answer: A
NEW QUESTION # 29
What are four features built into Drupal 8 core?
- A. Theme engine Twig, Quick Edits, Configuration management, Cache Tags
- B. Webforms, Layout Builder Media Construction Kit (MCK), Web Tokens
- C. Configuration management, Quick Layouts, Media Library, Page rules
- D. WYSIWYG Editor, Quick Tips, Guided Tour, Taxonomy
Answer: D
NEW QUESTION # 30
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?
- A. Set the image styles to show the image full size
- B. In Image styles, enable the "retina display" option
- C. In Image toolkit, set JPEG quality to a higher percentage
- D. In the image field settings, increase the Maximum image resolution
Answer: A
NEW QUESTION # 31
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'?
- A. "Allow comments" is not checked in the Content type settings
- B. You need to clear the site caches to see the new option
- C. In your new Comment type, you didn't select "Content" as the Target entity type
- D. Custom comment types can only be added to default Content types
Answer: C
NEW QUESTION # 32
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?
- A. Update Drupal core and enable the Trusted Host Settings module.
- B. Update Drupal core This will fix both errors, since updating Drupal automatically updates settings php
- C. Update Drupal core, using the "update settings" option
- D. Update Drupal core and configure the trusted_host_patterns setting in your settings php file
Answer: D
NEW QUESTION # 33
You are creating a page listing products for sale You've been asked to make sure that each product in the list includes an image, a title, and a price When the user clicks the title or picture, she will be taken to a detail page showing a full description of the product.
How can you make sure that the listing page only contains the fields noted, without removing the description field from the detail page?
Choose 2 answers
- A. Create a second content type called "Product Overview", which only contains the image, title, and price fields Use the Views module to create a list of all of these Product Overview nodes, but link their titles to their corresponding Product nodes.
- B. Use the Views module to create a list of all products, and make sure it displays each product row as fields. Add the image, title, and price fields to the view's field list
- C. Use custom display settings for the "Teaser" view mode and configure it to display only the image, title, and price fields Use the Views module to create a list of all products, displaying each row as content using the "Teaser" view mode.
- D. Use the Views module to create a list of all products Configure the view to hide the description field by adding a custom CSS class to its wrapper
Answer: B
NEW QUESTION # 34
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
- A. Drupal allows you to directly rename database columns from the Ul.
- B. Drupal allows you to create customized and branded site designs.
- C. Drupal.org has an online store where you can purchase modules and themes.
- D. Drupal allows you to build pages containing lists of content using UL
- E. Drupal has configurable content types and field types for modeling content.
Answer: B,D,E
NEW QUESTION # 35
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
- 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. Use a contributed module to inject CSS to hide the Druplicon and display your logo instead
- D. This cannot be accomplished through the admin interface You must update the theme in code
Answer: C
NEW QUESTION # 36
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?
- 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, 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
- C. 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
- 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.
Answer: D
NEW QUESTION # 37
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?
- A. Add "Retail Sales" and "Business Sales" categories to the contact form, and set up a Recipients list for each category
- B. Add a new contact form for Commercial Sales inquiries, and update the Recipients list for each form to send submissions to the right people.
- C. 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
- D. Use an add-on module like Webform. since Core doesn't offer this feature
Answer: A
NEW QUESTION # 38
What is meant by headless Drupal? Choose 2 answers
- A. Exposing Drupal content to other systems such as native applications.
- B. Publishing content automatically in Drupal.
- C. Applying security updates automatically to Drupal installation
- D. Just another phrase for "decoupled Drupal"
Answer: D
NEW QUESTION # 39
You've downloaded a new contributed module from drupal org and added its code to your site's codebase However, its functionality is not yet available on the site.
What remaining steps might you need to take to get this module working? Choose 2 answers
- A. Verify that the module's code is in the correct location in the codebase
- B. Enable the module from the "Extend" page in the site's administrative user interface
- C. Contact the module maintainer to get your site authorized to use the module
- D. Log in as an administrator and visit /admin/install/module-name to finish the installation.
Answer: A,B
NEW QUESTION # 40
......
Verified Acquia-Certified-Site-Builder-D8 dumps Q&As 100% Pass in First Attempt Guaranteed Updated Dump: https://drive.google.com/open?id=1m-WVMrWv15a49ob7LILtSAc0EU68Rqhr
Updated Acquia-Certified-Site-Builder-D8 Exam Practice Test Questions: https://www.lead2passed.com/Acquia/Acquia-Certified-Site-Builder-D8-practice-exam-dumps.html