Pre-Summer Sale Limited Time Flat 70% Discount offer - Ends in 0d 00h 00m 00s - Coupon code: 70spcl

Acquia Drupal-Site-Builder Acquia Certified Drupal Site Builder Exam for Drupal 10, 11 Exam Practice Test

Acquia Certified Drupal Site Builder Exam for Drupal 10, 11 Questions and Answers

Question 1

You are building a conference website. All attendees are required to submit an RSVP form. The submissions of the form should be emailed to the attendee and site administrator.

How will you build this functionality?

Options:

A.

Create a new contact form type called RSVP and configure email functionality in the form.

B.

Create a content type called RSVP with the required fields. Give the permission to create RSVP content to the attendee role.

C.

Enable site-wide contact form, rename it to RSVP and configure email functionality in the form.

D.

Download and enable the RSVP module.

Question 2

Your site has three Content types with a Media reference field. The field is configured to Media type as Image. You noticed that some users are adding animated GIF files while adding the content, which are very distracting.

How can you disallow adding files with .gif extension on all the Content types which use the Media reference field?

Options:

A.

Edit the Content types and disallow .gif extension in the Media reference field settings.

B.

Edit the Media type Image and remove gif from "image" field settings in the Manage fields tab.

C.

Edit the Content types and update Media field settings in Manage form display tab.

D.

Edit the Media type Image and update media type settings to disallow .gif files.

Question 3

You installed a new site using the Spanish language. You added new fields to article content type alongside the default fields. The custom fields labels are in Spanish.

Which of the following statements is true when you add the French language to your site?

Options:

A.

All content configurations should be translated to French manually.

B.

Drupal will handle translation of content configuration for custom fields automatically. Built-in fields will need to be translated manually.

C.

Drupal will handle translation of content configuration for built-in fields automatically. Custom fields will have to be translated manually.

D.

Drupal will handle translations of both built in and custom field configurations to French automatically.

Question 4

You are using a contributed module named Lotus. You have read the module's documentation and ensured it is configured correctly. However, certain functionality of the module is not working as intended.

How should you find help?

(Select 2 options)

Options:

A.

Search for answers and ask questions in the module's issue queue on drupal.org.

B.

Ask questions in the drupal-support channel on IRC or in the support channel on Drupal Slack group.

C.

Create a comment of type "support request" on the module's project page.

D.

Email the module's maintainer and ask for help.

Question 5

The development team does monthly releases to the production system. The deployment lasts for an hour. During the deployment time, the site is put into maintenance mode. You want a certain set of users to be able to access the site during maintenance mode as well.

How do you accomplish this?

Options:

A.

Only administrators can access the site during maintenance mode

B.

Create a new role, assign users to the role. Go to Configuration → Development → Maintenance mode and select role to allow access

C.

Create a new role, assign users to the role and provide permission "Use the site in maintenance mode" to new role

D.

Under permissions page, provide permission "Administer site" to required users

Question 6

What is meant by headless Drupal?

(Select 2 options)

Options:

A.

Applying security updates automatically to Drupal installation

B.

Exposing Drupal content to other systems such as native applications.

C.

Just another phrase for "decoupled Drupal"

D.

Publishing content automatically in Drupal

Question 7

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 UI in the module's issue queue?

Options:

A.

Create a "Bug Report" issue for the module with the subject line, "Create web UI for Sample Module."

B.

Create a "Plan" issue for the module with the subject line, "Create web UI for Sample Module."

C.

Create a "Feature Request" issue for the module with the subject line, "Create web UI for Sample Module."

D.

Create a "Feature Request" issue for the module with the subject line, "URGENT: Module Broken!!! Needs UI."

Question 8

Recent log entries of your site show that there are too many failed login attempts for the site super admin user (user 1).

How can you better secure the Drupal super admin user (user 1) from outside attacks?

Options:

A.

Only allow members of the Drupal community in good standing to be user 1.

B.

Cancel the user account for user 1.

C.

Remove the "Administrator" role from user 1, which makes them an anonymous user.

D.

Do not give this user an obvious name like "admin" or "administrator" which are too easy to guess.

Question 9

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.

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.

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.

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.

D.

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.

Question 10

You have created a new View on the development environment.

How will you export the View to the production environment?

Options:

A.

Select synchronize configurations option on production environment

B.

Use backup and migrate module to export the view

C.

This requires development effort and cannot be done by Drupal admin interface

D.

Make the required changes to the development site. Partial export using single export option and import on the live site

Question 11

Your website has a content type named Hotel with a Taxonomy reference field for Landmarks vocabulary. You want to create a view to list all the hotels filtered by landmarks as a contextual filter.

How will you pass the term name in the URL for the contextual filter?

Options:

A.

Add Landmarks vocabulary as an exposed filter pass term name as the filter value.

B.

Add Landmarks vocabulary as a contextual filter and pass term name as a contextual filter.

C.

Add Landmarks vocabulary both as an exposed filter and contextual filter.

D.

Add Landmarks vocabulary as a relationship and then add Landmarks vocabulary as a contextual filter.

Question 12

Your client wishes to retain past versions of the site content by default.

How do you accomplish this?

Options:

A.

Install the Content Moderation module, enable the option "Turn on content revisions"

B.

Install the Content Revisions module and enable revisions for each Content type.

C.

When creating a node, choose the "Enable content history" option

D.

In each Content type configuration, enable the option "Create new revisions"

Question 13

A new customer has asked, why a Drupal-based website will be more flexible over a custom developed website.

Which THREE Drupal features would you explain to the customer?

Options:

A.

Drupal can be used as a headless CMS out of the box.

B.

Drupal provides comprehensive content modeling and listing of content using UI.

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

E.

Drupal has a comprehensive and feature rich administrative UI out of the box.

Question 14

You are building a gaming site where users are teamed based on their favorite weapon.

How will you provide the ability for users to select their favorite weapon?

Options:

A.

In Account settings, go to Manage fields and add field for "Favorite weapon"

B.

Create a vocabulary with a list of weapons as terms and check the "Display on user profile" checkbox.

C.

Create a Content Type "Weapons" and create a view. Show this view on /user.

D.

Create a Content Type "Users" which has "Favorite Weapon" field. Use the content type as user profiles.

Question 15

Your website is showing a warning message that a contributed module "Password Policy" has a new security update.

What action will you take?

Options:

A.

No action is needed as security updates are not important.

B.

Uninstall the currently installed module. Download the latest version of the module and configure it again.

C.

Drupal will update and install security update automatically on the next cron run.

D.

Download the latest version of the module. And visit the update.php page to complete the update.