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?
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
You have installed a custom theme for yourwebsite, 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 2answers
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
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?
You are building a site and have placed custom blocks in 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?
You are responsible for a Drupal recipe site. Currently, each recipe node can have a title, body text and image. To provide a better user experience, you have been asked to allow each recipe to be freely tagged by its author.
How can you provide free tagging for the recipe nodes?
How can you better secure the Drupal admin user (user 1) from outside attacks?
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?
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?