Pre-Summer Sale Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

A "Hotel Review" content type includes an entity reference field, "field_related_hotel," to associate each Hotel Review with a "Hotel" node. You are asked to add a sidebar block to the Hotel node display that shows a list of related reviews.

How can you build this functionality?

A.

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

B.

Create a view of Hotel nodes, with a relationship to field_related_hotel, and add the title field using the relationship. Add the block to the Hotel nodes display.

C.

Add "field_related_hotel" to the Hotel content type and use css to display the field in the sidebar region.

D.

Add the "show related content" block to the Hotel nodes display. Set it to include only nodes of type "Hotel Review"

You run a site that attracts almost all of its users from France, even though you created the site in Australia. A number of users have started complaining that content publication times do not match their local time.

Which two solutions allow users to view content in their local timezone?

A.

Check the "Users may set their own time zone" option in the Regional settings menu

B.

Configure the content types to use France's timezone by default

C.

Alter the default timezone to that of your target audience

D.

Set the default country to France

You manage an online store which sells digital photos. The site hosts thousands of photos from multiple categories. Each photo has a unique description. Your client has specified that the photo description should be stored along with the image file while adding images to the photo content type. The images can be reused on other pieces of content like landing pages, blog posts etc.

How will you build the functionality to store image descriptions along with images? (Select 2 options)

A.

Create a media type with an image and the description field. Use the media reference field to link this with the content.

B.

Search for the contributed module for adding image descriptions, as Drupal can't provide this feature out of box.

C.

Create a content type which will have an image and description field, and link this to any content using the entity reference field.

D.

Add description field to the pre-existing image media type. Use the media reference field to link this with content.

An audit of a corporate Drupal website revealed that a lot of user accounts are being created on the site, with the status "blocked". The site was initially set up to allow editors to self-register with additional administrator approval. However, the audit revealed that robots are creating a lot of user accounts and administrators are not able to keep up with the approval process.

How can we eliminate fake user registration?

A.

Configure new user accounts to "require email verification when a visitor creates an account."

B.

Enable the Drupal core captcha field on the user registration form.

C.

Hide user login by disabling the login block and/or move the login page.

D.

Change who can register accounts to "Administrators only."

What are the new features built into Drupal 10 core?

A.

Decoupled Menu, Starterkit for theme, Improved Layout Builder, CKEditor5

B.

User Groups, Taxonomy Access Control, Flags, Social Media Integration

C.

Webforms, Web Tokens, Page Rules, User Profiles

D.

SEO Tools, Analytics, Social Sharing, Single Sign On (SSO)

You have installed a custom theme for your website, and you notice that the theme displays a Drupal icon as the favicon in the browser. As much as you love Drupal, you would like to remove this favicon and display your company's favicon instead.

How would you do this in the Drupal admin interface?

A.

Place the Site branding block in the appropriate region and enable the favicon under "Toggle branding elements".

B.

Go to Appearance > Settings and upload your new favicon.

C.

Go to Configuration > Basic Site Settings and upload your new favicon.

D.

Use a contributed module to inject CSS to hide the Druplicon and display your logo instead.

You installed a new site using the Spanish language. You added new fields to article content type alongside the default fields. The custom fields labels are in Spanish.

Which of the following statements is true when you add the French language to your site?

A.

All content configurations should be translated to French manually.

B.

Drupal will handle translation of content configuration for custom fields automatically. Built-in fields will need to be translated manually.

C.

Drupal will handle translation of content configuration for built-in fields automatically. Custom fields will have to be translated manually.

D.

Drupal will handle translations of both built in and custom field configurations to French automatically.

Users are complaining that listing pages with a large number of images are loading very slowly. On reviewing this you found that full-sized images are loaded while displaying thumbnails.

How will you ensure that smaller sized images are used as thumbnails?

A.

Enable the "Optimize images" option on the Performance administration page.

B.

Use an image style to resize the images.

C.

Use JavaScript to resize the images.

D.

Use CSS to resize the images.

Your website has a content type named "Cars for sale" with a Taxonomy reference field for "Manufacturer" vocabulary. You have a view listing all the cars for sale. You wish to display different background colors to the cars rows based on the value of the Manufacturer field.

How can you add a CSS class to each row of the view based on the value of the Manufacturer field?

A.

Add an attachment to the view that use field token for the Manufacturer field as CSS class values to all rows

B.

Add a new custom field to the view named CSS class and add a field token for Manufacturer field as values.

C.

Add the field token for Manufacturer field as a Row class in the Format > Settings of the display.

D.

Add the field token for the Manufacturer field under group-by options of the display.

You are building a conference website. All attendees are required to submit an RSVP form. The submissions of the form should be emailed to the attendee and site administrator.

How will you build this functionality?

A.

Create a new contact form type called RSVP and configure email functionality in the form.

B.

Create a content type called RSVP with the required fields. Give the permission to create RSVP content to the attendee role.

C.

Enable site-wide contact form, rename it to RSVP and configure email functionality in the form.

D.

Download and enable the RSVP module.