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

Acquia Drupal-Site-Builder Dumps

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

Question 1

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"

Question 2

Recent log entries of your site show that there are too many failed login attempts for the site super admin user (user 1).

How can you better secure the Drupal super admin user (user 1) from outside attacks?

Options:

A.

Only allow members of the Drupal community in good standing to be user 1.

B.

Cancel the user account for user 1.

C.

Remove the "Administrator" role from user 1, which makes them an anonymous user.

D.

Do not give this user an obvious name like "admin" or "administrator" which are too easy to guess.

Question 3

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?

Options:

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.

Question 4

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.

Question 5

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?

Options:

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.

Question 6

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 7

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

Question 8

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 9

What is meant by headless Drupal?

(Select 2 options)

Options:

A.

Applying security updates automatically to Drupal installation

B.

Exposing Drupal content to other systems such as native applications.

C.

Just another phrase for "decoupled Drupal"

D.

Publishing content automatically in Drupal

Question 10

You need to add a "Star performer" block into your company's website. The block should show the name and picture of a selected star performer employee and should be editable in the normal block layout interface. All the employees are users of the website.

How do you implement the block?

Options:

A.

Install the user_blocks module from Drupal.org, select the fields you need and place block via block layout.

B.

Create a new Users View with user name field and user picture and an exposed filter on uid. Add a block display to the view and place the block in the block layout.

C.

Add a custom block and select the type "user account information", activate the user name and picture fields.

D.

Create a user view mode with user name and picture. Add a user reference field to one of your block types and let the user reference field use the new user view mode.

Question 11

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.

Question 12

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?

Options:

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"

Question 13

The UX team has suggested that “Social share” buttons currently visible in the sidebar region should be moved to the footer. The Social share buttons are implemented in a custom block.

How should you make the requested changes?

Options:

A.

Using the "Basic page" content type's "Manage display" interface, drag the existing block from the Sidebar region to the Footer region.

B.

From the block layout admin page, drag the existing block from the Sidebar region to the Footer region.

C.

From the "Appearance" admin page, reconfigure the site's theme to place the block in the Footer region instead of the Sidebar.

D.

For each content type, use the Layout Builder module's "manage layout" feature to reassign the block from the Sidebar region to the Footer region.

Question 14

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

Question 15

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.

Page: 1 / 5
Total 50 questions