Spring Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Acquia Certified Site Builder - Drupal 8

Last Update 9 hours ago Total Questions : 50

The Acquia Certified Site Builder - Drupal 8 content is now fully updated, with all current exam questions added 9 hours ago. Deciding to include Acquia-Certified-Site-Builder-D8 practice exam questions in your study plan goes far beyond basic test preparation.

You'll find that our Acquia-Certified-Site-Builder-D8 exam questions frequently feature detailed scenarios and practical problem-solving exercises that directly mirror industry challenges. Engaging with these Acquia-Certified-Site-Builder-D8 sample sets allows you to effectively manage your time and pace yourself, giving you the ability to finish any Acquia Certified Site Builder - Drupal 8 practice test comfortably within the allotted time.

Question # 1

White reviewing an article node, you notice that the linked text for one of its assigned categories is misspelled.

How will you fix the spelling of the category? Choose 2 answers

A.

Go to the Taxonomy admin page. In the "Categories" row, choose "List terms." Find the row for the misspelled category, click its "Edit" button, and correct the spelling.

B.

Click the node's "Edit" tab. Find the categories text field and adjust the spelling.

C.

Go to the Menus admin page. In the "Categories" row: choose "Edit menu" Find the row for the misspelled category, click its "Edit" button, and correct the spelling.

D.

Click the category link to be taken to the category detail page. Click the "Edit" tab and correct the spelling.

Question # 2

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

What are two possible causes? Choose 2 answers

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 # 3

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

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's project 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 # 4

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.

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

B.

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.

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

Question # 5

Your content team has added several new "Landing page" nodes, set to "Draft" because they need to be reviewed How can your review team find the Landing pages that need to be reviewed"?

A.

Have the content team tag Landing pages that are ready for review with the taxonomy term "Draft"

B.

Set a permission to allow content team members to view all nodes set to "Draft"

C.

Go to the Content page and click-sort by Moderation state, then by Content type.

D.

Go to the Content page Filter by Content type = "Landing page" and Moderation state = "Draft"

Question # 6

You manage two sites A public site ("'Prod"), which is live to the world, and a development site ("Dev"), for building new features and testing updates. Dev is a clone of Prod

You have created a new content type, fields and View on Dev After testing and ensuring that everything is working correctly on Dev, you would like to deploy these changes to Prod

How will you do this using only Drupal core modules'?

A.

On Dev, go to the Configuration section of your content type admin interface Export the content type configuration. Repeat for fields and Views On Prod, import your content type archive into the content type Configuration section Repeat for fields and Views.

B.

You must use a contributed module such as Features to import and export configurations between two sites.

C.

On Dev, go to the Configuration synchronization interface Export an archive of the full site configuration Go to Configuration synchronization on Prod Upload your site archive Click "Import all."

D.

To minimize data loss, it is best to recreate the steps manually on Prod that you used to setup the content type, fields, and View on Dev

Question # 7

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.

Go to Appearance > Bartik settings Remove the blue and white color options and put in orange and red instead

B.

In the body fields of your nodes, use the WYSIWYG editor to make all headings orange and red

C.

You cannot change color schemes through the Drupal Ul. This must be done in code as part of the theme

D.

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

Question # 8

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

Question # 9

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 site visitor's request

E.

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

Question # 10

You are building a recipe site in which users submit their favorite recipes as nodes, tagged with common ingredients from a carefully curated taxonomy vocabulary. You've been asked to create a page on which site visitors can select the ingredients they have on hand and view all the site's recipes that use those ingredients. You've already created a view listing all Recipe nodes

How can you modify the view to support filtering by ingredient?

A.

Create a filter using the Recipe content type's "Ingredients" field Expose the filter to users, making sure it allows multiple selections

B.

For each ingredient, create a separate view display with a contextual filter to limit results by that ingredient

C.

Include a "Combine fields" filter that searches all fields for the ingredient name(s) the user enters.

D.

Add a menu block listing all ingredients Each item in the menu block should link to a subdirectory URL associated with the listed ingredient

Go to page: