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

Acquia Acquia-Certified-Site-Builder-D8 - Acquia Certified Site Builder - Drupal 8

You are building a Drupal site that makes great use of imagery Photos are used throughout the site in different sizes and attached to various entities

How should you handle the images for the site so that they can be easily managed and used in multiple locations?

A.

Since the images need to be displayed in many different sizes, they should be uploaded into the body field, and resized in the WYSIWYG to whatever size is needed

B.

Use the core Media module with media type "Image" to store the images Create reference fields in the entities to include the images

C.

On the entities that need images, create a "File" field Upload images to each entity that needs them

D.

Use the contributed Media module and create media type "Image" to store the images. Create reference fields in the entities to include the images

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

A.

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

B.

Cancel the user account for user 1.

C.

Removethe "Administrator" role from user 1, which makes them an anonymous user

D.

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

Your content team has added several new "Landing page" nodes, set to "Draft" because they need to be reviewed How canyour review team find the Landing pages that need to be reviewed"?

A.

Have the content team tag Landing pages that are ready for review with the taxonomy term "Draft"

B.

Set a permission to allow content team members to view all nodes set to "Draft"

C.

Goto the Content page and click-sort by Moderation state, then by Content type.

D.

Go to the Content page Filter by Content type = "Landing page" and Moderation state = "Draft"

You have created a new Comment type, but when you try to add a comment field to a Content type, you can't select your new Comment type.

What could be theproblem'?

A.

In your new Comment type, you didn't select "Content" as the Target entity type

B.

Custom comment types can only be added to default Content types

C.

"Allow comments" is not checked in the Content type settings

D.

You need to clear the site caches to see the new option

In a site review it is discovered that anonymous site visitors are able to see certain user information. This content should not be public.

What could cause this problem?

A.

In Permissions’ "View user information" is checked for "Anonymous user"

B.

Permissions are correct, but the "User" block was added to a public page

C.

In Account settings, "Show user information" is checked.

D.

In Account settings » Manage fields, the "private" option is not set.

The marketing department wants to drive social engagement by collecting users' social profile links every time they comment on a blog post You've been asked to make sure that this only happens on blog post comments, comments on other content types should not collect thisinformation

How can you make this possible?

A.

In the blog post content type's "Manage form display" section, go to the settings for the "Comment" field and select

"collect social profile information."

B.

Create a custom comment type with theappropriate custom fields for collecting social profile links. Add a Comments field to the blog post content type, making sure it uses your new custom comment type.

C.

Custom comment types per content type are not supported in Drupal 8

D.

Add custom fieldsfor collecting social profile links to the default comment type. When configuring each field's visibility settings, go to "Content types" and make sure only the blog post content type is selected.

Your Drupal site contains a contact form for anonymous users, with the following fields: subject (text plain), name (text plain), email (Email), message (text long), attachment (file)

All fields are without any restrictions and none is mandatory to send the form

What is the potential security threat with this form1?

A.

There are no issues with this form

B.

Anonymous users should not have access to forms.

C.

Anonymous users can upload corrupted or virus-infected files to your server

D.

Putting a very long text into the message field, may timeout the form submit and open up options for DDoS attacks

A "Case Study" content type includes an entity reference field "field_related_product," to associate each Case Study with a "Product" node You are asked to add a sidebar block to the Product node display that shows a list of related case studies

How can you build this functionality?

A.

Add "field_related_product" to the Product content type and use css to display the field in the sidebar region

B.

Add *ne "show related content" block to the Product nodes display Set it to include only nodes of type "Case Study."

C.

Create a view of Product nodes, with a relationship to field_related_product, and add the title field using the relationship Add the block to the Product nodes display

D.

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

In the process of building your website, you installed several Drupalmodules to try out, but did not end up using Should you uninstall these unused modules?

A.

No. Site performance improves when more modules are installed.

B.

It is optional The number of installed modules has no impact whatsoever on site performance

C.

No.Uninstalling the modules will cause a "white screen of death" (WSOD) since the modules were once enabled

D.

Yes The more modules are installed, the "heavier" the site is This could cause performance problems on the site.

You are creating a page listing products for sale You've been asked to make sure that each product in the list includes an image, a title, and a price When the user clicks the title or picture, she will be taken to a detail page showing a full description of the product.

How can you make sure that the listing page only contains the fields noted, without removing the description field from the detail page?

Choose 2 answers

A.

Use the Views module to create a list of all products, and make sure it displays each product row as fields. Add the

image, title, and price fields to the view's field list

B.

Create a second content type called "Product Overview", which only contains the image, title, and price fields Use

the Views module to create a list of all of these Product Overview nodes, but link their titles to their corresponding Product nodes.

C.

Use custom display settings for the "Teaser" view mode and configure it to display only the image, title, and price fields Use the Views module tocreate a list of all products, displaying each row as content using the "Teaser" view mode.

D.

Use the Views module to create a list of all products Configure the view to hide the description field by adding a custom CSS class to its wrapper