When working with home pages, which of the following aspects need to be considered? (Choose two.)
Correct Answer: C,D
Home pages are the landing pages that users see when they access SAP Build Work Zone. They can display information that is relevant to the company, an area, or a workspace. There are some aspects that need to be considered when working with home pages, such as: Home pages have a dedicated content area that can be customized using the page builder. The content area is where you can add rows, columns, widgets, cards, and other elements to create a layout for your home page. The content area is different from the feed area, which shows the latest updates and notifications from the company, area, or workspace1. The home page editor has different layout options compared to workspaces. The home page editor allows you to create a persistent navigation bar with links to other pages or external URLs. You can also add a header image and a title to your home page. The workspace editor does not have these options, but it allows you to add tabs to organize your content into different pages2. Some aspects that are not true about home pages are: External home pages can only be configured in the external user Company Admin Area. This is not true, because external home pages can also be configured in the external user Area Admin Area. External home pages are the home pages that are shown to external users, who are users that do not belong to your company but have access to some of your content. You can create external home pages for the company level and for each area level. To do so, you need to switch to the external user Company Admin Area or the external user Area Admin Area, which are separate from the internal user admin areas3. Company area home pages are always shown to all users. This is not true, because company area home pages are only shown to the users who belong to that specific area. Company area home pages are the home pages that are designed for a specific area or department within the company. They display information that is relevant to that area and also include the area feed. Content is shared by everyone in the specific area. To create a company area home page, you need to be an administrator that is assigned to that area1. Reference: Home Pages Adding Content to Workpages External Users
Question 12
Please match actions to the SCIM API user endpoints.POST /Users PATCH /Users/{id} GET /Users PUT /Users/{id}
Correct Answer: C
Action Endpoint Create a user profile POST /Users Update specific fields of a user profile PATCH /Users/{id} Update the entire user profile PUT /Users/{id} Return a list of user profiles GET /Users The {id} parameter is a unique identifier for each user profile. The POST, PATCH, and PUT methods require a JSON body that contains the user attributes and values to be created or updated. The GET method can accept query parameters to filter, sort, or paginate the user profiles. For more details, you can refer to the SCIM 2.0 specification1 or the Microsoft Entra SCIM implementation2
Question 13
Which tool can you use to add business apps to the Applications menu?
Correct Answer: C
To add business apps to the Applications menu, you need to use the Content Manager tool, which is located in the Site Manager. The Content Manager includes various editors that you can use to configure apps, groups, roles, and catalogs1. You can add business apps from different sources, such as content channels or manually, and assign them to roles, groups, and catalogs2. You can also add the apps to the workpages of your site using the page designer widget gallery3. The Applications menu is a single page in SAP Build Work Zone, advanced edition, that displays the business apps as tiles that a user can launch2. The other options are not correct, because: Work Zone Configurator is a tool that allows you to create and manage SAP Build Work Zone, advanced edition sites, but it does not have the functionality to add business apps to the Applications menu. Administration Console is a tool that allows you to manage the global settings and security of SAP Build Work Zone, advanced edition, but it does not have the functionality to add business apps to the Applications menu. Channel Manager is a tool that allows you to create and manage content providers, which are sources of business apps and content, but it does not have the functionality to add business apps to the Applications menu. You need to use the Content Manager to add the apps from the content providers to your site.
Question 14
Which of the following are scenarios that could be implemented with extensions for SAP Build Work Zone, advanced edition? (Choose three.)
Correct Answer: B,D,E
Extensions for SAP Build Work Zone, advanced edition are custom applications that can be developed and deployed to enhance the user experience and functionality of SAP Build Work Zone, advanced edition. Extensions can be used to integrate data and content from various sources, such as SAP or third-party systems, into SAP Build Work Zone, advanced edition. Extensions can also be used to customize the look and feel of SAP Build Work Zone, advanced edition, such as changing the logo, color scheme, or layout. Extensions can be developed using SAP Business Application Studio or any other development tool that supports the Cloud Foundry environment12. The scenarios that could be implemented with extensions for SAP Build Work Zone, advanced edition are: Show a list of flights or hotels booked by the user in the corporate travel system (B): This scenario requires integrating data from an external system (the corporate travel system) into SAP Build Work Zone, advanced edition. This can be achieved by developing an extension that uses the SAP Build Work Zone, advanced edition APIs to fetch and display the relevant data in a card or a widget on a workpage34. Change the system logo and color scheme (D): This scenario requires customizing the appearance of SAP Build Work Zone, advanced edition. This can be achieved by developing an extension that uses the SAP Build Work Zone, advanced edition APIs to modify the system settings, such as the logo, color scheme, or theme5. Show a list of incidents reported by a user from an on-premise or cloud system (E): This scenario requires integrating data from another SAP or third-party system (the incident management system) into SAP Build Work Zone, advanced edition. This can be achieved by developing an extension that uses the SAP Build Work Zone, advanced edition APIs to fetch and display the relevant data in a card or a widget on a workpage34. The scenarios that could not be implemented with extensions for SAP Build Work Zone, advanced edition are: Ensure single-sign-on experience for all users (A): This scenario does not require developing an extension, as SAP Build Work Zone, advanced edition already supports single-sign-on (SSO) for all users. SSO can be configured by the administrator using the SAP Cloud Platform Identity Authentication service. Create a new link to corporate policies in the user menu : This scenario does not require developing an extension, as SAP Build Work Zone, advanced edition already allows adding custom links to the user menu. This can be done by the administrator using the SAP Build Work Zone, advanced edition UI.
Question 15
Which of the following can be used to create shadow users? (Choose three.)
Correct Answer: A,C,D
Shadow users are users that are created in the SAP BTP subaccount to map the users from the connected identity provider. Shadow users are required for users to access SAP Build Work Zone. The following methods can be used to create shadow users: Automatic creation upon login via connected identity provider: This is the recommended and default method for creating shadow users. When a user logs in to SAP Build Work Zone for the first time using an identity provider such as SAP Cloud Identity Services, a shadow user is automatically created and assigned to the role collections that are mapped to the groups attribute in the identity provider1. Admin UI on the SAP BTP subaccount cockpit: This is a manual method for creating shadow users. An administrator can use the SAP BTP subaccount cockpit to create and manage shadow users and assign them to role collections2. Authorization & Trust Management Service API: This is a programmatic method for creating shadow users. An administrator can use the Authorization & Trust Management Service API to create, read, update, and delete shadow users and assign them to role collections3. The following methods cannot be used to create shadow users: Import from SAP SuccessFactors Employee Central: This method can be used to import users from SAP SuccessFactors Employee Central to SAP Cloud Identity Services, but not to create shadow users in the SAP BTP subaccount. CSV file upload in the SAP BTP subaccount cockpit: This method can be used to upload users and assign them to role collections in the SAP BTP subaccount, but not to create shadow users. Shadow users are created only when the users log in via the connected identity provider. Reference: 1: Explaining the Authentication Flow of SAP Build Work Zone 2: Assign SAP Build Work Zone Roles to Users 3: Authorization & Trust Management Service API : Importing Users from SAP SuccessFactors Employee Central : Uploading Users and Assigning Them to Role Collections