Pre-Summer Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

Full Access Acquia Drupal-Site-Builder Tutorials

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

Question 5

An audit of a corporate Drupal website revealed that a lot of user accounts are being created on the site, with the status "blocked". The site was initially set up to allow editors to self-register with additional administrator approval. However, the audit revealed that robots are creating a lot of user accounts and administrators are not able to keep up with the approval process.

How can we eliminate fake user registration?

Options:

A.

Configure new user accounts to "require email verification when a visitor creates an account."

B.

Enable the Drupal core captcha field on the user registration form.

C.

Hide user login by disabling the login block and/or move the login page.

D.

Change who can register accounts to "Administrators only."

Question 6

You have created a new Article node with a title, an image and a body field. Your site is configured to use Drupal's core search. If you search for a phrase which is used in your new article, the article is not returned in the search results. Search is otherwise working correctly.

Why is your article not appearing in the search results?

Options:

A.

The core search module must be configured to recognize the search term.

B.

Drupal core search does not work very well, and you should use a contributed module for search instead.

C.

Cron has not run since you added the article, so Drupal has not indexed the new article yet.

D.

You did not check the "Add to search index" checkbox when creating your article.

Question 7

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 8

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.