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

Vce Drupal-Site-Builder Questions Latest

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

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