
UPDATED [Apr 24, 2023] Pass Sitecore 10 .NET Developer Exam Exam with Latest Questions
Sitecore-10-NET-Developer Exam Practice Questions prepared by Sitecore Professionals
NEW QUESTION 30
When using Sitecore MVC, which static class contains information about any current HTTP request?
- A. Sitecore.Context
- B. Sitecore.Request
- C. Sitecore.HttpContext
- D. Sitecore.HttpContext. Request
Answer: C
NEW QUESTION 31
You are designing a component that will allow users to select a content item from a specific place within the content tree as the data source. How will you ensure the component is flexible and the user can select a content item upon use?
- A. Ensure the insert options for the component are enabled so the Author can change the content item for the component.
- B. Ensure the component supports a change to the data source and configure the Datasource Location field.
- C. Ensure you add a placeholder within the component so the Experience Editor prompts the user for a content item.
- D. Ensure the users can create a new component from Experience Editor and configure the Datasource Template field.
Answer: B
NEW QUESTION 32
What are the three elements that make up a workflow? (Choose three.)
- A. Actions
- B. States
- C. Commands
- D. Permissions
- E. Approvals
- F. Security
- G. Submissions
Answer: A,B,G
NEW QUESTION 33
When you want to refer to a specific placeholder in the presentation details, which identifier do you use?
- A. Placeholder ID
- B. Key ID
- C. Placeholder Key
- D. Item Key
Answer: C
NEW QUESTION 34
In a non-SXA website, you have created a layout definition item and want to designate the layout as part of the presentation details. According to Sitecore best practices, where should you set presentation details?
- A. Standard template
- B. On the individual items
- C. Rendering parameters
- D. Standard values
Answer: B
NEW QUESTION 35
You are setting up a Sitecore instance without the use of SXA and want to accommodate three public-facing websites. Where would you map the correct Home item to its corresponding hostname?
- A. In a config patch file located in the/App_Config/Include folder
- B. In the Sitecore Core database's settings file
- C. In the Internet Information Services website definition settings
- D. In the /system/settings section of the Master database
Answer: A
NEW QUESTION 36
Which three areas of Sitecore allow you to view the available workflow commands of an item you are editing?
(Choose three.)
- A. Content Editor
- B. Experience Editor
- C. Workbox
- D. Security Editor
- E. Path Analyzer
- F. Workflow Command
Answer: A,B,C
NEW QUESTION 37
As a Developer, why should you assign security to roles instead of users when setting up security on a site?
- A. Security can be managed more efficiently as the rights and permissions apply to a group of users.
- B. Role-based security allows multiple users to have the same username but different passwords.
- C. Assigning security to roles enables individual rights and permissions to be configured by users.
- D. Individual users with a role can set their own item security permissions.
Answer: A
NEW QUESTION 38
Which statement explains the purpose of dynamic placeholders?
- A. Dynamic placeholders with the same key can be used multiple times on a page while allowing content within the placeholder to be unique.
- B. Dynamic placeholders allow the user to move the placeholder's content to any location on the page as necessary.
- C. Unlike static placeholders, users can create as many dynamic placeholders on a layout as needed.
- D. Dynamic placeholders allow users to override the placeholder from a page and directly replace it with a new one.
Answer: A
NEW QUESTION 39
What do you do if the serialization command is not available when working with the Sitecore CLI?
- A. You need to execute the 'dotnet restore' command in your command prompt.
- B. You need to reinstall your Sitecore Content Serialization tool.
- C. You need to install the Sitecore Serialization plugin.
- D. You need to restart your Sitecore instance as this indicates a lost connection.
Answer: C
NEW QUESTION 40
While developing using Sitecore MVC, you modify a file in your Visual Studio project outside of the webroot folder. What can you do to see the changes within the Sitecore installation?
- A. Publish the file using the Sitecore Rocks Publish file command.
- B. Use the Sitecore Global Publish to publish everything.
- C. Copy the file to the webroot using Visual Studio's Publish command.
- D. Publish the entire site when you are in the Content Editor.
Answer: C
NEW QUESTION 41
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
Answer: D
NEW QUESTION 42
When developing with the Sitecore ASP.NET Core Rendering SDK, what is the purpose of registering component Tenderers within the rendering host's Startup.cs class?
- A. To build a catalog of component offerings for selection from within the Sitecore Experience Editor
- B. To document the components that have been created and help the Developer identify which to create
- C. To map a Sitecore rendering component name to an implementation
- D. To build an index of available components for use when creating data source items from within the content tree
Answer: C
NEW QUESTION 43
When is it possible to edit a field inline with Experience Editor if the component is developed using Sitecore MVC?
- A. When the field is marked as inline editable in its definition
- B. When a Field() helper method is used to render the field
- C. When the field is rendered on a page with existing content
- D. When the field is marked as versioned rather than unversioned
Answer: A
NEW QUESTION 44
When creating your containerized Sitecore environment with Docker, for the ease of launching the containers, which two files are recommended? (Choose two.)
- A. docker-compose.yml
- B. compose.yml
- C. docker.exe
- D. .env
- E. clean.ps1
Answer: A,D
NEW QUESTION 45
What is the purpose of a Sitecore Support Package?
- A. To make it easier for you to download update packages and install them into your environment.
- B. To help Sitecore replicate an issue without needing to access the environment directly.
- C. To let Sitecore Support Services access active logs running directly in the environment.
- D. To give Sitecore direct access to your environment for support purposes.
Answer: D
NEW QUESTION 46
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 is an internal security domain for users that can access the Sitecore client tools and editing functionality.
- C. It provides default access to the Sitecore identity server for users to log in to the appropriate environment areas.
- D. It provides customized roles for controlling access to third-party environments such as a CRM or payment portal.
Answer: A
NEW QUESTION 47
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. Final layouts
- B. Versioned layouts
- C. Shared layouts
- D. Restricted layouts
Answer: B
NEW QUESTION 48
If the Sitecore Content Management instance can be accessed by multiple host names, what would you do to enable users for each site to be able to log in to the Sitecore shell?
- A. Remove all specific host names from the Identity Server configuration settings file and replace them with wild-card options.
- B. Add AllowedCorsOriginsGroup for each site to the Identity Server configuration.
- C. Update the role for each user group to include the appropriate site permissions.
- D. Patch the web.config for the Content Management instance with the required permission groups.
Answer: A
NEW QUESTION 49
What is the purpose of developing field editor buttons for Experience Editor?
- A. To open the rich text editor for fields of the rich text type in Experience Editor.
- B. To provide additional field-editing functionality for complex fields through a pop-up window.
- C. To allow Content Authors to edit image fields within Experience Editor.
- D. To give Content Authors the ability to change the field type as they work on content.
Answer: B
NEW QUESTION 50
......
Sitecore-10-NET-Developer Exam Practice Materials Collection: https://measureup.preppdf.com/Sitecore/Sitecore-10-NET-Developer-prepaway-exam-dumps.html