Acquia-Certified-Site-Builder-D8 Exam Questions

Total 50 Questions

Last Updated Exam :

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 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 office is 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





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.



How can you set the default country and time zone for a Drupal site?


A.

Go to Configuration > Regional and language > Regional settings (admin/config/regional/settings) and fill Default country and Time zone


B.

Go to Configuration > System > Basic site settings (admin/config/system/site-information) to change the Default country and Time zone


C.

Go to Configuration > Regional and language > Date and time formats
(admin/config/regional/date-time) and fill Default country and Time zone.


D.

Go to Appearance > Region and Language > Regional settings (admin/appearance/settings/regional) and fill Default country and Time zone





B.
  

Go to Configuration > System > Basic site settings (admin/config/system/site-information) to change the Default country and Time zone



In a site review it is discovered that anonymous site visitors are able to see certain user information. This content should not be public. What could cause this problem?


A.

In Permissions’ "View user information" is checked for "Anonymous user"


B.

Permissions are correct, but the "User" block was added to a public page


C.

In Account settings, "Show user information" is checked.


D.

In Account settings » Manage fields, the "private" option is not set.





A.
  

In Permissions’ "View user information" is checked for "Anonymous user"



There are two contributed modules you are considering using (Module A and Module B) The modules have
very similar functionality and either will fit your site's needs In looking at the two modules' project pages, you
notice:
Module A
• Version: 8.X-2.6
• Last commit: 4 days ago
• 5,851 sites report using this module
Module B
• Version 8.x-1 0-rc2
• Last commit: 2 years ago
• 107 sites report using this module
What can you tell from this information?


A.

Module B's last commit was 2 years ago This means there are no bugs so no further development is needed Module B is probably the more stable choice


B.

Module A has a full version available for download. but Module B has only a release candidate Module A is probably the more stable choice.


C.

Module A is much more popular than Module B However, this information is not very useful, because it is easy to falsify usage statistics.


D.

Module B is the better choice because it is covered by the security policy





B.
  

Module A has a full version available for download. but Module B has only a release candidate Module A is probably the more stable choice.



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





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



You are asked to implement a "employee of the month" block into your corporate website The block should
show name and picture of the employee and should be editable over the normal block layout All the
employees are users of the website
How do you implement the block?


A.

Create a user view mode with user name and picture Add a user reference field to one of your block types and let the user reference field use the new user view mode


B.

Add a custom block and select the type "user account information", activate the user name and picture fields


C.

Install the user_blocks module from Drupal org, select the fields you need and place block via block layout


D.

Create a new Users View with user name field and user picture and an exposed filter on uid Add a block display to the view and place the block in the block layout





D.
  

Create a new Users View with user name field and user picture and an exposed filter on uid Add a block display to the view and place the block in the block layout



Your product branding team has asked you to reconfigure all image fields in all places where they are used, to remove "gif from the Allowed file extensions.
How can you find all the places an image field is being used1?


A.

Go to Content, and filter by Field type = Image


B.

Go to Content » Files, and for each row of Mime type "image," check the "Used in" column


C.

Go to Reports » Field list, and find each row where Field type is "Image (moduleimage)"


D.

Go to Structure » Content types and for each one, click "Manage fields" and find any fields of type
"Image."





D.
  

Go to Structure » Content types and for each one, click "Manage fields" and find any fields of type
"Image."



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





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



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.

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





D.
  

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



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?


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.





B.
  

Using the "Basic page" content type's "Manage display" interface, drag the existing block from the Footer region to the Sidebar region.