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

Home > Acquia > Drupal 10/11 > Drupal-Site-Builder

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

Question # 4

You have a content type "Places" which lists tourist destinations of different countries. You would like the visitors to be able to mark their country while commenting on "Places". This does not apply to other content types.

How will you build this functionality?

A.

Obtain country information from the user profile field while adding comments.

B.

Create a new comment type with a new field "Country" and associate it with Places content type.

C.

Create a "Country" vocabulary and add a term reference field to "Places" content type.

D.

Use the GeoIP module to tag users with their locations.

Full Access
Question # 5

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?

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

Full Access
Question # 6

What are the new features built into Drupal 10 core?

A.

Decoupled Menu, Starterkit for theme, Improved Layout Builder, CKEditor5

B.

User Groups, Taxonomy Access Control, Flags, Social Media Integration

C.

Webforms, Web Tokens, Page Rules, User Profiles

D.

SEO Tools, Analytics, Social Sharing, Single Sign On (SSO)

Full Access
Question # 7

A "Hotel Review" content type includes an entity reference field, "field_related_hotel," to associate each Hotel Review with a "Hotel" node. You are asked to add a sidebar block to the Hotel node display that shows a list of related reviews.

How can you build this functionality?

A.

Create a View of Hotel Review nodes, with a relationship to content referenced from field_related_hotel, and a contextual filter by ID using the relationship, set to use "Content ID from URL". Add the block to the Hotel nodes display.

B.

Create a view of Hotel nodes, with a relationship to field_related_hotel, and add the title field using the relationship. Add the block to the Hotel nodes display.

C.

Add "field_related_hotel" to the Hotel content type and use css to display the field in the sidebar region.

D.

Add the "show related content" block to the Hotel nodes display. Set it to include only nodes of type "Hotel Review"

Full Access
Question # 8

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?

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.

Full Access
Question # 9

You have downloaded a contributed module and added it to modules/contrib folder on your Drupal site. However, you are unable to install the module as the checkbox next to the module name appears disabled on the Extend page.

What could be the reason of this?

A.

The module was not downloaded using Drupal's UI

B.

modules/contrib is incorrect folder for contributed modules

C.

You do not have 'install modules' permission

D.

A module on which the current module has a dependency is missing

Full Access
Question # 10

You have created a custom block “Festival Offer” and placed this block in the header section of your site. Your site has a “Premium customer” user role. You need to show this block only on the front page and only to users who have a “Premium customer” user role.

Which two visibility settings you need to make to the “Festival Offer” block to achieve these requirements?

A.

Select the user role "Premium customer" from the Roles tab.

B.

Add < front > path in the Pages tab and select "Show for the listed pages".

C.

Remove < front > path in the Pages tab & select "Hide for the listed pages".

D.

Select the user role "Authenticated user" from the Roles tab.

Full Access
Question # 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?

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.

Full Access
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?

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.

Full Access
Question # 13

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?

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

Full Access
Question # 14

Your tennis club would like to publish details about upcoming competition events. Each event needs a title, description, scheduled date, image, and contact information. This content will need to be searchable, sortable, and displayed in multiple formats on the site.

How do you structure this content to meet the requirements?

A.

Use the Article content type to publish event data in the body field and group these nodes under a custom menu called "Events".

B.

Create custom content types for each field and add a taxonomy term reference with common event name terms to link the nodes.

C.

Create a custom content type called "Event" with fields for each discrete data element.

D.

Create a custom content type called Event with title and body fields; use blocks to display date, image and contact information.

Full Access
Question # 15

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?

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.

Full Access