EMT Practice Test

1. Question Content...


Question List

Question1: On a site you manage there is a contact form that works well for the Retail Sales unit, but the Commercial Sales manager doesn't want to receive submissions that are about retail products.
How can you solve this problem in Drupal?

Question2: 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?

Question3: You are running a Drupal 8 site, and the Status report page shows two errors that there is a security update available for your version of Drupal, and that the trusted_host_patterns setting is not configured in settings.php What are the next steps to solve these errors?

Question4: 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?

Question5: 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?

Question6: 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

Question7: 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?

Question8: What is meant by headless Drupal? Choose 2 answers

Question9: The UX team wants to display a search box in the site header region on all pages except for the search page itself The search page path is ''/search." What is the simplest way to add the search form to the header region, and exclude it from the search page''

Question10: An English language site is being translated to add Spanish and German versions, and you want to make it as easy as possible for Spanish or German speakers to see the correct translation.
What are three methods for displaying a translated page to a site visitor without using custom code'? Choose 3 answers

Question11: 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?

Question12: 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"?

Question13: You've been asked to add several new fields and a view for the news area of a site with a very busy comments section The QA team wants to review your work in staging before rolling everything out to production all at once.
How can you meet these requirements without interfering with the production site's comment activity or having to create the new functionality independently in both environments?

Question14: 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?

Question15: 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?

Question16: 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?

Question17: One of your site users has reached out to you with concerns about inaccurate information they saw while reading one of your blog posts On further investigation, it turns out the same information appears in the sidebar of every page on the site.
How should you make your corrections? Choose 2 answers

Question18: 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

Question19: 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?

Question20: 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?

Question21: You are building a site for a membership organization, which will include a member directory The directory will show each member's name, local chapter, and the U.S. state the chapter is in. Members are users, who select a local chapter when they register Each chapter has a page with a photo There are no pages for states; but other kinds of content are associated with states

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