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

Welcome To DumpsPedia

Acquia-Certified-Site-Builder-D8 Sample Questions Answers

Questions 4

Your product branding team has asked you to reconfigure all image fields in all places where they are used, to remove "gif from the Allowed file extensions.

How can you find all the places an image field is being used1?

Options:

A.

Go to Content, and filter by Field type = Image

B.

Go to Content » Files, and for each row of Mime type "image," check the "Used in" column

C.

Goto Reports » Field list, and find each row where Field type is "Image (moduleimage)"

D.

Go to Structure » Content types and for each one, click "Manage fields" and find any fields of type "Image."

Buy Now
Questions 5

You have migrated an existing website to Drupal by only using core features. The client is now reporting a tremendous decrease of the SEO rank because of missing SEO metadata on all pages.

What can you do to get metadata into your newDrupal site?

Options:

A.

Install the Drupal SEO Checklist module to enable on-page Drupal search engine optimization

B.

Install the Metatag module from Drupal org to provide control for meta tags on all pages

C.

Extend your content types with additional metadata fields e.g. meta keywords, meta description provided by Drupal core.

D.

Go to "Configuration" and modify "basic site settings" to display meta information

Buy Now
Questions 6

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?

Options:

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

Buy Now
Questions 7

Your site review team reports that the new Product pages look good, buttakes a long time to load.

What are two possible causes? Choose 2 answers

Options:

A.

images are being loaded without using Image styles to load correctly sized versions

B.

Internal Dynamic Page Cache is installed, but the reviewers are testing while logged in

C.

The permission "View cached pages" is not set for Anonymous users.

D.

The Performance setting for Caching is set to "no caching."

Buy Now
Questions 8

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?

Options:

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.

Buy Now
Questions 9

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?

Options:

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

Buy Now
Questions 10

The design team reports that image quality across the site is not up to their standards. The raw images they are delivering look good, but on the site they don't look as good

What configuration change could you make to improve image quality without replacing the images?

Options:

A.

In the image field settings, increase the Maximum image resolution

B.

In Image styles, enable the"retina display" option

C.

Set the image styles to show the image full size

D.

In Image toolkit, set JPEG quality to a higher percentage

Buy Now
Questions 11

White reviewing an article node, you notice that the linked text for one of its assigned categories is misspelled.

How will you fix the spelling of the category? Choose 2 answers

Options:

A.

Go to theTaxonomy admin page. In the "Categories" row, choose "List terms." Find the row for the misspelled category, click its "Edit" button, and correct the spelling.

B.

Click the node's "Edit" tab. Find the categories text field and adjust the spelling.

C.

Goto the Menus admin page. In the "Categories" row: choose "Edit menu" Find the row for the misspelled category, click its "Edit" button, and correct the spelling.

D.

Click the category link to be taken to the category detail page. Click the "Edit" tab and correct the spelling.

Buy Now
Questions 12

You are having trouble using a certain contributed module You have read the module's documentation and ensured it is configured correctly.

How should you find help? Choose 2 answers

Options:

A.

Ask questions in the #drupal-support channel on IRC or in the #support channel on Drupal Slack group

B.

Create a comment of type "support request" on the module'sproject page

C.

Search for answers and ask questions in the module's issue queue on drupal org

D.

Email the module's maintainer and ask for help

Buy Now
Questions 13

There are two contributed modules you are considering using (Module A and Module B) The modules have very similar functionality and either will fit your site's needs In looking at the two modules' project pages, you notice:

Module A

• Version: 8.X-2.6

• Last commit: 4 days ago

• 5,851 sites report using this module

Module B

•Version 8.x-1 0-rc2

• Last commit: 2 years ago

• 107 sites report using this module

What can you tell from this information?

Options:

A.

Module B's last commit was 2 years ago This means there are no bugs so no further development is needed Module B is probablythe more stable choice

B.

Module A has a full version available for download. but Module B has only a release candidate Module A is probably the more stable choice.

C.

Module A is much more popular than Module B However, this information is not very useful, because it is easy to falsify usage statistics.

D.

Module B is the better choice because it is covered by the security policy

Buy Now
Questions 14

Your company has multiple offices around the world, each of which has its own detail page on the company website Offices willbe added regularly by the content maintenance team, with each office assigned to one of a limited number of global regions You've been asked to create a directory page listing all of these offices, grouped by region In order to keep the list of regions small, you've been asked to make sure that only site administrators can create, modify, or delete regions.

What kind of Drupal content architecture would best support this?

Options:

A.

Create an "Office" content type and a "Region" content type The "Region" content type includes a node reference field that can contain multiple office nodes.

B.

Create an "Office" content type and a "Regions" taxonomy vocabulary Office nodes are assigned to regions using a term reference field on the "Office" content type

C.

Each officeis a "Basic page" node The office's regional location should be listed in the node's body text

D.

Create a "Regions'" taxonomy vocabulary Each office is a "Basic page" node, assigned to its region using a term reference field added to the "Basic page" content type

Buy Now
Questions 15

The information security team wants to make itharder for bots and unauthorized users to create and activate new accounts

What are two ways to reduce the number of unwanted new, active accounts? Choose 2 answers

Options:

A.

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

B.

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

C.

Set the Registration and Cancellations settings to "Require email verification when a visitor creates an account."

D.

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

Buy Now
Exam Code: Acquia-Certified-Site-Builder-D8
Exam Name: Acquia Certified Site Builder - Drupal 8
Last Update: Nov 21, 2024
Questions: 50
$57.75  $164.99
$43.75  $124.99
$36.75  $104.99
buy now Acquia-Certified-Site-Builder-D8