最新のSitecore-10-NET-Developer試験問題集でSitecore試験にはトレーニングを提供しています [Q28-Q50]

Share

最新のSitecore-10-NET-Developer試験問題集でSitecore試験にはトレーニングを提供しています

合格できるSitecore Sitecore 10 .NET Developer ExamのPDF問題集は最近更新された52問あります


SitecoreのSitecore-10-NET-Developer:Sitecore 10 .NET Developer試験は、Sitecore 10と.NET開発の知識を試験するものです。試験は、Sitecoreのアーキテクチャ、データモデリング、コンテンツ管理、展開などの広範なトピックをカバーしています。試験は複数選択問題から構成され、合格スコアは70%以上で認定されます。

 

質問 # 28
Which four statements are true about developing with the SitecoreASP.NET Core Rendering SDK? (Choose four.)

  • A. It allows you to create independent applications that render Sitecore content.
  • B. It enables you to preview your code changes without having to restart the Sitecore environment.
  • C. It allows you to extend Sitecore pipelines using .NET Core.
  • D. It enables the Content Delivery instance to handle all of the development workload.
  • E. It enables you to remove ASP.NET from your solution.
  • F. It depends on the Sitecore Layout Service.
  • G. It helps you build small, lightweight .NET Core applications for Sitecore.

正解:A、B、C、G


質問 # 29
Sitecore utilizes several databases with various purposes. What data is stored in the Master database?

  • A. Configuration information about the Sitecore user interfaces
  • B. Only the latest versions of items that have been published
  • C. .NET membership and security authorization tables
  • D. All versions of all the content, including unpublished content

正解:D


質問 # 30
What is the purpose of item includes within Sitecore Content Serialization module.json files?

  • A. Includes determine how and when the automatic schedule for module serialization is executed.
  • B. Includes specify which path or paths of the content tree should be serialized.
  • C. Includes specify how items are serialized and committed to source control.
  • D. Includes specify which other modules are dependencies for the given items.

正解:B


質問 # 31
Which statement characterizes the Sitecore Extranet security domain?

  • A. It is the domain that contains user accounts as well as customized roles for managing read access to the website content.
  • B. It provides customized roles for controlling access to third-party environments such as a CRM or payment portal.
  • C. It provides default access to the Sitecore identity server for users to log in to the appropriate environment areas.
  • D. It is an internal security domain for users that can access the Sitecore client tools and editing functionality.

正解:A


質問 # 32
What is the purpose of a Sitecore Support Package?

  • A. To help Sitecore replicate an issue without needing to access the environment directly.
  • B. To let Sitecore Support Services access active logs running directly in the environment.
  • C. To give Sitecore direct access to your environment for support purposes.
  • D. To make it easier for you to download update packages and install them into your environment.

正解:A


質問 # 33
What are the three elements that make up a workflow? (Choose three.)

  • A. States
  • B. Security
  • C. Permissions
  • D. Approvals
  • E. Commands
  • F. Actions
  • G. Submissions

正解:A、E、F


質問 # 34
While using the Sitecore Install Assistant (SIA), you encounter the error below:
Based on the information provided in the image, what is the most likely reason for this install error?

  • A. The SQL server username/password were incorrect.
  • B. The Solr service was stopped.
  • C. The Sitecore instance username/password were incorrect.
  • D. The Solr install path was set incorrectly.

正解:A


質問 # 35
You are using Sitecore MVC to develop an area of a company's website that will require the use of Sitecore's Personalization Engine to change the rendering that is displayed to a visitor. What type of component binding will allow the Designer to use personalization to change the component?

  • A. Static component binding, because you are able to ensure that content rendered in the placeholder is always the same when the component is selected.
  • B. Static component binding, because you are able to give Authors the ability to change the presentation of the page.
  • C. Dynamic component binding, because you are able to ensure that the content rendered in the placeholder is always the same.
  • D. Dynamic component binding, because you are providing a placeholder to enable flexibility to change the components that make up the presentation of a page.

正解:D


質問 # 36
What is the purpose of standard values on data templates?

  • A. To provide the default values for fields when a new item is created from the template and a fallback value when fields are left NULL
  • B. To provide standardized, permanent values for certain fields within the given template that cannot be overridden when a new item is created
  • C. To give Content Authors approved options for the field values when creating items from the given template
  • D. To record an example of how to use the template to provide additional guidance when creating content items based on the template

正解:A


質問 # 37
When you set a Sitecore template field as a multilist type, what should you do next?

  • A. Add the list items to the multilist item.
  • B. Create Standard Values for the item.
  • C. Set the field source for the multilist field.
  • D. Make a multilist field for the template.

正解:C


質問 # 38
A company you develop for wants to temporarily change the design for their main page for a company anniversary celebration. Because this will be a specific version of the main page that is published for a specific period, which Sitecore feature enables you to accomplish this change while easily allowing you to revert to the original design?

  • A. Shared layouts
  • B. Final layouts
  • C. Versioned layouts
  • D. Restricted layouts

正解:C


質問 # 39
How would you debug the Sitecore Content Delivery role that is running on containers?

  • A. Attach to the w3wp.exe process of the container from your IDE.
  • B. Open the container logs in Docker Desktop and review for errors.
  • C. Right-click the container in Docker Desktop and select Debug.
  • D. Stop the container and run a debug command from PowerShell.

正解:B


質問 # 40
With Sitecore MVC, how do you ensure a field cannot be edited when you use the field helper to render content?

  • A. Use the non-editable equivalent field type.
  • B. Set the editable parameter to "false".
  • C. Use the DisableWebEdit option.
  • D. Mark the field as non-editable in the field definition item.

正解:C


質問 # 41
While using the Sitecore Install Assistant (SIA), you encounter the error below:
Based on the information provided in the image, what is the most likely reason for this install error?

  • A. The Solr service was stopped.
  • B. The Sitecore instance username/password were incorrect.
  • C. The SQL server username/password were incorrect.
  • D. The Solr install path was set incorrectly.

正解:D


質問 # 42
What is the purpose of developing field editor buttons for Experience Editor?

  • A. To provide additional field-editing functionality for complex fields through a pop-up window.
  • B. To open the rich text editor for fields of the rich text type in Experience Editor.
  • C. To give Content Authors the ability to change the field type as they work on content.
  • D. To allow Content Authors to edit image fields within Experience Editor.

正解:A


質問 # 43
You want to control the order in which patch files load. Which element could you use in the Layers.config file to accomplish this?

  • A. <configLoad>
  • B. <loadOrder>
  • C. <configLayer>
  • D. <patchOrder>

正解:D


質問 # 44
Which statement explains the purpose of dynamic placeholders?

  • A. Dynamic placeholders allow users to override the placeholder from a page and directly replace it with a new one.
  • B. Dynamic placeholders with the same key can be used multiple times on a page while allowing content within the placeholder to be unique.
  • C. Dynamic placeholders allow the user to move the placeholder's content to any location on the page as necessary.
  • D. Unlike static placeholders, users can create as many dynamic placeholders on a layout as needed.

正解:B


質問 # 45
In a non-SXA multisite implementation, what is the recommended practice for storing reusable content that is shared between the different sites?

  • A. Location does not matter because content can be retrieved from anywhere.
  • B. You should create a folder on each site and use cloning for this type of content.
  • C. You should store this type of content outside of any one site's content tree structure.
  • D. It is not a recommended practice to share content between sites.

正解:C


質問 # 46
Of the available options, which is a purpose of the field source in data templates?

  • A. The field source defines how a field's data appears in the Content Editor in the UI.
  • B. A field source maps a field to the underlying class representation in the API.
  • C. The field source is a field property that designates where in the content tree the field obtains its data.
  • D. The field source is used to control a user's access and permissions to folders and files in the content tree.

正解:C


質問 # 47
When using Sitecore MVC, which static class contains information about any current HTTP request?

  • A. Sitecore.HttpContext
  • B. Sitecore.Context
  • C. Sitecore.Request
  • D. Sitecore.HttpContext. Request

正解:A


質問 # 48
When developing using Sitecore headless SDKs, what is the relationship between the rendering host and the Sitecore Content Delivery role?

  • A. The Content Delivery role hosts the headless services that the rendering host uses to retrieve Sitecore content and layout.
  • B. The Content Delivery role has absolutely no relation to the rendering host as both are separate features for content management and delivery.
  • C. The rendering host is a plugin feature that is loaded into the Content Delivery role to enhance the response speed of page requests.
  • D. The rendering host is integrated into the Content Delivery role to make a highly-coupled system for retrieving and displaying content data.

正解:B


質問 # 49
What is a reason to set the insert options on a specific item under the content node of the content tree?

  • A. To allow Content Authors to insert items into the content tree for all the templates they have access to
  • B. To allow Content Authors to insert new items under any item within the content tree
  • C. To allow Content Authors to insert items created from any system template into the content tree under the specific item
  • D. To allow Content Authors to insert items under the specific item in addition to what is included with the item's standard values

正解:C


質問 # 50
......

更新されたテストエンジン練習Sitecore-10-NET-Developer問題集と練習試験で使おう:https://jp.fast2test.com/Sitecore-10-NET-Developer-premium-file.html

問題集お試しセットSitecore-10-NET-Developerテストエンジン問題集トレーニングには52問あります:https://drive.google.com/open?id=1nEatZHVfSUAPxhyP7x8PeNWkQiNXzFvM


弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

我々の働いている時間: ( GMT 0:00-15:00 )
月曜日から土曜日まで

サポート: 現在連絡 

English Deutsch 繁体中文 한국어