
Acquia-Certified-Site-Builder-D8 Pre-Exam Practice Tests | (Updated 52 Questions)
Valid Acquia-Certified-Site-Builder-D8 Exam Q&A PDF - One Year Free Update
NEW QUESTION # 20
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 new Drupal site?
- A. Install the Drupal SEO Checklist module to enable on-page Drupal search engine optimization
- B. Go to "Configuration" and modify "basic site settings" to display meta information
- C. Install the Metatag module from Drupal org to provide control for meta tags on all pages
- D. Extend your content types with additional metadata fields e.g. meta keywords, meta description provided by Drupal core.
Answer: A
NEW QUESTION # 21
Your content team has asked to be able to use <div> tags in the content of a particular article The default configuration does not allow for this How can you reconfigure the site to support this request? Choose 2 answers
- A. Enable the site theme's "structural HTML" setting
- B. Reconfigure the site's permissions; grant content editors the "Use advanced HTML" permission
- C. Reconfigure the "Basic HTML" text format to allow the use of tags
- D. Reconfigure the page's body field to use the "Full HTML" text format.
Answer: A,B
NEW QUESTION # 22
You have an English language based website As your company is opening a branch in Japan, you wish to create a Japanese version of the website You enabled relevant Multilingual modules and also enabled the Japanese language on your website Now your website interface appears correctly in English and Japanese, however, website content is still appearing only in English How will you add Japanese translation to existing content?
- A. Download the Japanese po files from localize drupal org Import the po file.
- B. On one Content overview page, select all English content Check "Import Translations" from the Bulk Actions dropdown
- C. On the Translate tab of each node, add Japanese translations manually
- D. On Admin > Translate page enable the Add Google Translations checkbox to import all Japanese translations
Answer: B
NEW QUESTION # 23
A page has been added for a new product, and the marketing team wants you to add it to the main navigation menu, as a child of the "Products" page During a promotion period, the team also wants you to add a link to the new page as a child of the '"What's New" page.
What is the best way to add both links to the main navigation menu?
- A. In the Main navigation menu, add two links to the new page, one with "Products" as the parent page and the other with "What's New" as the parent page Set the second link to expire on the date the promotion ends
- B. Edit the new page, add a link in Menu Settings, and select "Products" as the Parent item Clone the new page, and set the menu link parent to the "What's New" page. When the promotion is over, delete the cloned page
- C. Edit the new page and create two links in the Menu Settings section, one with "Products" as the parent page and the other with "What's New" as the parent page When the promotion is over, delete the second menu link
- D. Edit the new page, add a link in Menu Settings and select "Products" as the Parent item In the Main navigation menu, add a new link to the page and select "What's New" as the parent item When the promotion is over, delete the second link from the menu.
Answer: D
NEW QUESTION # 24
You've downloaded a new contributed module from drupal org and added its code to your site's codebase However, its functionality is not yet available on the site.
What remaining steps might you need to take to get this module working? Choose 2 answers
- A. Enable the module from the "Extend" page in the site's administrative user interface
- B. Verify that the module's code is in the correct location in the codebase
- C. Contact the module maintainer to get your site authorized to use the module
- D. Log in as an administrator and visit /admin/install/module-name to finish the installation.
Answer: A,B
NEW QUESTION # 25
You are asked to implement a "employee of the month" block into your corporate website The block should show name and picture of the employee and should be editable over the normal block layout All the employees are users of the website How do you implement the block?
- A. Install the user_blocks module from Drupal org, select the fields you need and place block via block layout
- B. 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
- C. Add a custom block and select the type "user account information", activate the user name and picture fields
- D. 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
Answer: D
NEW QUESTION # 26
The marketing department has decided that a call-to-action button currently in the site footer should be moved to the sidebar for higher visibility The button is currently implemented in a custom block.
How should you make the requested changes?
- A. From the "Appearance" admin page, reconfigure the site's theme to place the block in the Sidebar region instead of the Footer.
- B. For each content type, use the Layout Builder module's 'manage layout" feature to reassign the block from the Footer region to the Sidebar region
- C. Using the "Basic page" content type's "Manage display" interface, drag the existing block from the Footer region to the Sidebar region.
- D. From the block layout admin page, drag the existing block from the Footer region to the Sidebar region
Answer: C
NEW QUESTION # 27
Your company's website uses the core Bartik theme The site was installed using the "Standard" installation profile The company's brand colors had been blue and white and the site's color scheme reflected this However, the brand colors recently changed to oranges and red.
In the Drupal admin interface, how can you remove the blue and white branding in the theme and change to orange and red?
- A. You cannot change color schemes through the Drupal Ul. This must be done in code as part of the theme
- B. Go to Appearance > Bartik settings Remove the blue and white color options and put in orange and red instead
- C. You cannot change Bartik's color scheme Carefully choose photos making ample use of orange and red to offset the blue and white in the theme
- D. In the body fields of your nodes, use the WYSIWYG editor to make all headings orange and red
Answer: A
NEW QUESTION # 28
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 custom display settings for the "Teaser" view mode and configure it to display only the image, title, and price fields Use the Views module to create a list of all products, displaying each row as content using the "Teaser" view mode.
- B. 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
- C. 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.
- 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
Answer: B
NEW QUESTION # 29
You have installed a custom theme for your website, and you notice the theme displays a Druplicon as the logo in the upper left corner As much as you love Drupal, you would like to remove this logo ankdisplay your company's logo instead How would you do this in the Drupal admin interface? Choose 2 answers
- A. Use a contributed module to inject CSS to hide the Druplicon and display your logo instead
- B. Go to Appearance > Settings and upload your new logo
- C. Create a custom block. Include your logo in the block and place it in the appropriate region Uncheck the
"Use the logo supplied by the theme" option. - D. This cannot be accomplished through the admin interface You must update the theme in code
Answer: A
NEW QUESTION # 30
Your company has multiple offices around the world, each of which has its own detail page on the company website Offices will be 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?
- A. 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
- B. 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
- C. 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.
- D. Each office is a "Basic page" node The office's regional location should be listed in the node's body text
Answer: C
NEW QUESTION # 31
Your content team has added several new "Landing page" nodes, set to "Draft" because they need to be reviewed How can your 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. Go to 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"
Answer: D
NEW QUESTION # 32
The information security team wants to make it harder 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
- A. Set "Who can register accounts" to "Administrators only," and assign the task of new account creation to site admins.
- B. Set "Who can register accounts" to "Visitors," and check "Enable password strength indicator"
- C. Set the personal contact form for new users to disabled, and set email verification to use the personal contact form method.
- D. Set the Registration and Cancellations settings to "Require email verification when a visitor creates an account."
Answer: C
NEW QUESTION # 33
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 the problem'?
- A. You need to clear the site caches to see the new option
- B. Custom comment types can only be added to default Content types
- C. In your new Comment type, you didn't select "Content" as the Target entity type
- D. "Allow comments" is not checked in the Content type settings
Answer: C
NEW QUESTION # 34
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
- A. Click the node's "Edit" tab. Find the categories text field and adjust the spelling.
- B. Click the category link to be taken to the category detail page. Click the "Edit" tab and correct the spelling.
- C. Go to 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. Go to the Taxonomy admin page. In the "Categories" row, choose "List terms." Find the row for the misspelled category, click its "Edit" button, and correct the spelling.
Answer: B,D
NEW QUESTION # 35
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. Use the contributed Media module and create media type "Image" to store the images. Create reference fields in the entities to include the images
- D. On the entities that need images, create a "File" field Upload images to each entity that needs them
Answer: A
NEW QUESTION # 36
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?
- A. In Image styles, enable the "retina display" option
- B. Set the image styles to show the image full size
- C. In Image toolkit, set JPEG quality to a higher percentage
- D. In the image field settings, increase the Maximum image resolution
Answer: B
NEW QUESTION # 37
The content editor assigned to approve comments on the site wants to see all the unapproved comments sorted by the node on which they are posted, but can't do this on the Comments page What is the simplest way to solve this problem?
- A. Create a View of unapproved comments and set the sort order to "Entity ID "
- B. Have the content editor review comments by visiting the node instead of using the Comments page
- C. Edit the Comments View; and update the table settings to make the Entity ID field sortable
- D. Create an Export view, so the content editor can review comments in a spreadsheet
Answer: B
NEW QUESTION # 38
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 this information How can you make this possible?
- A. Add custom fields for 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.
- B. Custom comment types per content type are not supported in Drupal 8
- C. 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." - D. Create a custom comment type with the appropriate 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.
Answer: D
NEW QUESTION # 39
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 Account settings, "Show user information" is checked.
- B. In Permissions' "View user information" is checked for "Anonymous user"
- C. In Account settings , Manage fields, the "private" option is not set.
- D. Permissions are correct, but the "User" block was added to a public page
Answer: B
NEW QUESTION # 40
......
Acquia Certified Site Builder - Drupal 8 Free Update Certification Sample Questions: https://www.examslabs.com/Acquia/Acquia-Drupal-8/best-Acquia-Certified-Site-Builder-D8-exam-dumps.html
Trend for Acquia Acquia-Certified-Site-Builder-D8 pdf dumps before actual exam: https://drive.google.com/open?id=1yNSHo7wx1w9T0WLaUPHi3BCf13iOUhs7