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

Free and Premium Acquia Drupal-Site-Builder Dumps Questions Answers

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

Question 1

Your Main navigation menu has two levels of menu items like sections, and child pages within each section. Your UX team wants to make it easier for a site visitor viewing a child page to see what other pages are in that section. They have asked you to add a submenu to the Sidebar region on child pages.

How can you add a submenu to the child pages that shows all child pages in the section?

Options:

A.

Add the Main navigation menu to the Sidebar region, and use CSS to hide the top level menu items.

B.

In Block layout, place the Main navigation block in the Sidebar region. Set the initial visibility level to 1.

C.

In Block layout, place the Main navigation block in the Sidebar region. Set the initial visibility level to 2.

D.

Create a new menu for each main section containing links for each child page, and add each menu's block to the Sidebar region.

Buy Now
Question 2

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 3

You manage a popular news portal which has a very busy comments section. You've been asked to add several new fields and a View for the news area of a site. The QA team wants to review your work in staging before rolling everything out to production at once. The editorial team has specified that the site's comments activity should not be affected by these changes.

How can you meet these requirements without having to create the new functionality independently in both environments?

Options:

A.

Copy the production database into the staging environment. Create the fields and View there. Once QA is satisfied, copy the staging database into the production environment.

B.

Configuration created in the staging environment is automatically available to the production environment since they share a database.

C.

Create the fields and View in a fresh installation of Drupal core. Export the site configuration into your site's existing codebase, push the code to the staging environment, and import the site configuration there. Once QA is satisfied, repeat the process in production.

D.

Create the fields and View in a development copy of the site. Export the site configuration to code. Push that code to the staging environment and import the site configuration there. Once QA is satisfied, repeat the process in production.

Question 4

You have a content type named "Job opening" used by your HR department. The content type has several fields. The HR department wants to rearrange how the fields are displayed on the job opening nodes. They also want to have a different arrangement of fields on different job opening posts. All the core modules are enabled on your site.

How will you build this feature?

Options:

A.

Allow the HR department to change Manage Display settings of job opening content type.

B.

Allow the HR department to create an overridden template for each job opening node.

C.

Enable "Use Layout Builder" in layout options for the Job opening content type.

D.

Enable "Use Layout Builder" in layout options for the Job opening content type and allow each content item to have its layout customized.

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.

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.

Question 13

While building a new site, you are working with the default frontend theme. You have placed custom blocks in available regions. After some time, you decide to install a new contributed theme, and set it as the default for the site.

After switching to the new theme, you notice that many of your blocks have disappeared!

What is the likely reason for this?

Options:

A.

The blocks have not yet been registered with the new theme.

B.

The new theme only allows system blocks, not custom blocks.

C.

The blocks were built in such a way that they are not compatible with the new theme. They need to be re-created.

D.

The new theme's regions have different names from the regions in the old theme. Those blocks have been disabled.

Question 14

You manage an online store which sells digital photos. The site hosts thousands of photos from multiple categories. Each photo has a unique description. Your client has specified that the photo description should be stored along with the image file while adding images to the photo content type. The images can be reused on other pieces of content like landing pages, blog posts etc.

How will you build the functionality to store image descriptions along with images? (Select 2 options)

Options:

A.

Create a media type with an image and the description field. Use the media reference field to link this with the content.

B.

Search for the contributed module for adding image descriptions, as Drupal can't provide this feature out of box.

C.

Create a content type which will have an image and description field, and link this to any content using the entity reference field.

D.

Add description field to the pre-existing image media type. Use the media reference field to link this with content.

Question 15

Your client copies HTML from an external source and pastes into the default WYSIWYG Editor on your site (CKEditor). The client has come to you complaining of broken HTML being displayed on the site. The CKEditor is configured to use Full HTML text format allowing all HTML elements and should continue to allow all elements.

How would you fix the issue of broken HTML?

Options:

A.

Suggest using an online HTML validator before pasting into CKEditor

B.

Use JavaScript HTML corrector plugin in your CKEditor

C.

Enable "Limit allowed HTML tags and correct faulty HTML" option on Full HTML

D.

Enable "Correct faulty and chopped off HTML" filter on Full HTML text format