これらすべてのDrupal-Site-Builder学習教材で、あなたの成功は100%保証されます。さらに、無料のデモがあります。無料のデモでは、練習資料の内容について証明された経験に基づいた推測を提供します。この試験について決心している限り、その職業は疑う余地がないことを理解できます。そして、彼らの職業はDrupal-Site-Builderトレーニング準備で徹底的に表現されています。彼らはDrupal-Site-Builder試験の本当の知識をつかみ、忘れられない経験をするのに非常に役立ちます。この小さなメリットをお見逃しなく。
| Section | Weight | Objectives |
|---|---|---|
| Topic 1: Site Display and Presentation | 20% | - Views Module Fundamentals - Media Management - Webform Integration - Views Displays and Filters |
| Topic 2: Site Configuration | 15% | - Configuration Management - Module Configuration - Search Configuration - User Role and Permission Management |
| Topic 3: Multilingual and Internationalization | 10% | - Interface Translation - Configuration Translation - Content Translation - Language Configuration |
| Topic 4: Site Building Fundamentals | 20% | - Taxonomy Architecture - Entity Reference Relationships - Content Workflow and States - Content Types and Fields |
| Topic 5: Layout and User Interface | 20% | - Layout Builder - Theme Configuration - View Modes and Display Settings - Block System and Placement |
| Topic 6: Drupal 10/11 Specific Features | 15% | - Olivero and Claro Themes - CKEditor 5 Configuration - Modern Module Usage - JSON:API and REST Configuration |
>> Drupal-Site-Builder資格認定試験 <<
当社のソフトウェアバージョンには、実際のDrupal-Site-Builder試験環境をシミュレートするという利点があります。多くの受験者は、練習をするときにパフォーマンスを発揮するには神経質すぎるため、実際のDrupal-Site-Builder試験に合格できません。 Drupal-Site-Builder練習資料のこのソフトウェアバージョンは、心理的な恐怖を克服するのに役立ちます。その上、練習を終えると得点が表示されるので、数回後には間違いなくどんどん良くなります。 Drupal-Site-Builder試験の受験を完了したため、Drupal-Site-Builder試験に合格する必要があります。
質問 # 13
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
解説:
Drupal distinguishes between interface text and configuration text . The built-in labels and other text that come from Drupal core, modules, and themes are handled by the Interface Translation system, and Drupal can download those translations for added languages. The Drupal User Guide explains that this built-in text is typically translated by downloading available translations rather than translating it yourself.
By contrast, field labels are configuration. Drupal's multilingual documentation says that configuration text includes items such as labels for fields in your content types , and the Configuration Translation module provides the interface to translate that configuration into other languages. It also specifically lists Content fields as translatable configuration elements. That means field labels you created yourself in Spanish are not automatically translated into French just because French is added; they must be translated through configuration translation.
So, when French is added, Drupal can automatically provide translations for built-in field/interface text where translations exist, but custom field configuration labels still require manual translation . Therefore, option C is the correct answer.
質問 # 14
You wish to display the "Recent content" block in the sidebar region on all the article pages only. The block should be hidden on all other pages.
How do you accomplish this?
正解:D
解説:
Drupal 10 and Drupal 11 provide block visibility conditions that allow administrators to control where blocks appear. According to Drupal's block system documentation, when placing a block through Structure # Block layout , you can configure visibility based on content types, pages, roles, or request paths .
To meet the requirement of showing the "Recent content" block only on Article pages, the correct approach is to place the block in the Sidebar region and configure its visibility condition to Content types # Article . This ensures the block is displayed only when viewing nodes of the Article content type and hidden elsewhere.
Option A is incorrect because using CSS to hide blocks is not a proper Drupal configuration and still renders the block unnecessarily. Options B and C are invalid because Drupal does not provide such settings in content type or site branding configurations.
Thus, using block visibility settings tied to the Article content type is the correct and recommended method in Drupal site building.
質問 # 15
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
解説:
In Drupal 10 and Drupal 11, the correct way to display resized images (such as thumbnails) is by using Image Styles . Image styles allow Drupal to generate derivative images with specific dimensions (e.g., thumbnail size) and serve those instead of the original full-sized image. This significantly improves performance because smaller image files are loaded, reducing page load time and bandwidth usage.
Drupal's Image module documentation explains that image styles can apply effects such as scaling, cropping, and resizing, and are typically used in Views or field display settings to ensure appropriately sized images are rendered.
Options C and D (JavaScript and CSS resizing) only change how images appear visually but still load the full- size image , which does not improve performance. Option A refers to performance settings but does not specifically handle image resizing.
Therefore, using an image style is the correct, recommended, and documented approach for optimizing image display and improving site performance.
質問 # 16
You have a Corporate site where all traffic is anonymous. On the site, you have been getting thousands of user registrations every day. You notice that most of the registrations are spam.
What will you do to prevent this?
正解:A
解説:
For a corporate site where public visitors do not need self-service accounts, the correct Drupal site-building solution is to disable visitor registration. Drupal's official User Guide for Configuring User Account Settings says to go to Configuration > People > Account settings and, under Registration and cancellation , select
"Administrators only" as the people with permission to register user accounts. This turns off public account creation and is the standard Drupal method for stopping spam registrations on sites that do not need open sign- up.
The other choices do not match Drupal's documented account-management approach. Option B still allows visitors to create accounts, so it does not prevent spam registrations; a password strength indicator is unrelated to blocking bot sign-ups. Option A would protect the entire site at the web-server level, which is not the intended Drupal account-registration setting and would block all anonymous access, contradicting the site's normal public use. Option D refers to unrelated contact-form behavior and does not control account creation.
Drupal's account settings documentation specifically identifies "Administrators only" as the way to stop visitor registration, making C the verified answer.
質問 # 17
Your website is showing a warning message that a contributed module "Password Policy" has a new security update.
What action will you take?
正解:D
解説:
In Drupal 10 and Drupal 11, security updates for contributed modules must be applied promptly to protect the site from known vulnerabilities. Drupal core provides a built-in Update Manager module that notifies administrators when updates, especially security releases, are available. However, Drupal does not automatically install updates , including during cron runs, so option C is incorrect.
The correct process, as documented in Drupal's official update procedures, involves downloading the latest recommended release of the module (typically via Composer or manual replacement), and then running database updates using the /update.php script or drush updb . This ensures that any schema changes required by the new version are properly applied.
Option B is incorrect because uninstalling a module is unnecessary and can lead to data loss or configuration issues. Option A is clearly wrong, as ignoring security updates exposes the site to risks.
Therefore, the proper and documented approach is to update the module codebase and run update.php to finalize the update process, making option D the correct answer.
質問 # 18
......
IT業界の発展するとともに、Drupal-Site-Builder認定試験に参加したい人が大きくなっています。でも、どのようにDrupal-Site-Builder認定試験に合格しますか?もちろん、Drupal-Site-Builder問題集を選ぶべきです。選ぶ理由はなんですか?お客様にDrupal-Site-Builder認定試験資料を提供してあげ、勉強時間は短くても、合格できることを保証いたします。不合格になる場合は、全額返金することを保証いたします。また、Drupal-Site-Builder認定試験内容が変えば、早速お客様にお知らせします。そして、もしDrupal-Site-Builder問題集の更新版があれば、お客様にお送りいたします。
Drupal-Site-Builder技術内容: https://www.certjuken.com/Drupal-Site-Builder-exam.html