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

Passed Exam Today Drupal-Site-Builder

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

Question 9

Your site is experiencing high page load times. When looking at recent log messages, you noticed a high frequency of "page not found" messages from a single IP address. On further investigation, the IP address was tracked to a suspicious crawler.

Which step will you take to improve site performance?

Options:

A.

Enable "Ban" module and configure it to ban the IP address found in the logs.

B.

Visit the Performance administration page, select "enable fast 404s".

C.

Visit the Search administration page, select redirect 404s to the search page.

D.

No action needed, Drupal automatically blocks any such suspicious visitors.

Question 10

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 11

You manage a local restaurants guide website. You are creating a page listing all the restaurants registered on your site. You've been asked to make sure that each restaurant in the list includes an image, a title, and cuisine style. When the user clicks the title or picture, the user will be taken to a detail page showing a full description of the restaurant.

Which 2 options will ensure that the listing page only contains the fields noted, without removing the description field from the detail page?

Options:

A.

Use the Views module to create a list of all restaurants, and make sure it displays each restaurant row as fields. Add the image, title, and cuisine fields to the view's field list.

B.

Create a second content type called "Restaurant Overview," which only contains the image, title, and cuisine fields. Use the Views module to create a list of all of these Restaurant Overview nodes, but link their titles to their corresponding Restaurant nodes.

C.

Use custom display settings for the "Teaser" view mode and configure it to display only the image, title, and cuisine fields. Use the Views module to create a list of all restaurants, displaying each row as content using the "Teaser" view mode.

D.

Use the Views module to create a list of all restaurants. Configure the view to hide the description field by adding a custom CSS class to its wrapper.

Question 12

You have enabled website feedback contact form to allow users to submit feedback. You would like to redirect users to a different page after submission.

How will you accomplish this?

Options:

A.

Use an add-on module like Webform, since Core doesn't offer this feature.

B.

Set "Redirect URL" on Site information page under configuration.

C.

Allow users to add their own Redirect URL in user profile pages.

D.

Add the desired destination page to the "Redirect path" field in contact form settings.