Pre-Summer Sale - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 65percent

Welcome To DumpsPedia

Drupal-Site-Builder Sample Questions Answers

Questions 4

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

Buy Now
Questions 5

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.

Buy Now
Questions 6

You have a website which is using a custom theme made specifically for that website. The client complains that content creators see an admin theme called "Claro" while creating or editing content. They want to see the content edit page in their own custom theme, but keep the other admin section in the Claro theme.

How can you achieve this?

Options:

A.

On Appearance page, unselect the checkbox "See the administration theme when editing or creating content"

B.

On the Appearance page set admin theme as default theme

C.

Revoke the permission of viewing the custom theme for content creator role.

D.

Give the Content Creator role permission to "View Admin Theme"

Buy Now
Questions 7

You have a Corporate site where all traffic is anonymous. On the site, you have been getting thousands of user registrations every day. You notice that most of the registrations are spam.

What will you do to prevent this?

Options:

A.

Add user/password in your .htaccess, so that only people who know the credentials can access your site and create an account.

B.

Set "Who can register accounts" to "Visitors," and check "Enable password strength indicator."

C.

Set "Who can register accounts" to "Administrators only," and assign the task of new account creation to site admins.

D.

Set the personal contact form for new users to disabled, and set email verification to use the personal contact form method.

Buy Now
Questions 8

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

Buy Now
Questions 9

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"

Buy Now
Questions 10

You run a site that attracts almost all of its users from France, even though you created the site in Australia. A number of users have started complaining that content publication times do not match their local time.

Which two solutions allow users to view content in their local timezone?

Options:

A.

Check the "Users may set their own time zone" option in the Regional settings menu

B.

Configure the content types to use France's timezone by default

C.

Alter the default timezone to that of your target audience

D.

Set the default country to France

Buy Now
Questions 11

Users are complaining that listing pages with a large number of images are loading very slowly. On reviewing this you found that full-sized images are loaded while displaying thumbnails.

How will you ensure that smaller sized images are used as thumbnails?

Options:

A.

Enable the "Optimize images" option on the Performance administration page.

B.

Use an image style to resize the images.

C.

Use JavaScript to resize the images.

D.

Use CSS to resize the images.

Buy Now
Questions 12

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.

Buy Now
Questions 13

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.

Buy Now
Questions 14

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.

Buy Now
Questions 15

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.

Buy Now
Exam Code: Drupal-Site-Builder
Exam Name: Acquia Certified Drupal Site Builder Exam for Drupal 10, 11
Last Update: Apr 19, 2026
Questions: 50
$57.75  $164.99
$43.75  $124.99
$36.75  $104.99
buy now Drupal-Site-Builder