SAP C_S4CDK_2023 SAP Certified Development Associate – SAP Cloud SDK Extensibility Developer Online Training
SAP C_S4CDK_2023 Online Training
The questions for C_S4CDK_2023 were last updated at Nov 15,2024.
- Exam Code: C_S4CDK_2023
- Exam Name: SAP Certified Development Associate - SAP Cloud SDK Extensibility Developer
- Certification Provider: SAP
- Latest update: Nov 15,2024
Which authentication and connection activity does the SAP Cloud SDK handle automatically?
- A . It creates a communication arrangement with the user ID and password in the SAP S/4HANA Cloud system.
- B . It determines the configuration by consuming the destination service on SAP Cloud Platform.
- C . It exchanges the SAML assertion withthe identity provider.
- D . It manages user accounts and provides Single Sign-On.
In which In-App extensions can you directly manage the usage of Custom Fields for the Apps enabled for key user extensions? Note: There are 3 correct answers to this question.
- A . Custom Tile
- B . Enabled Business scenarios
- C . Custom Analytics
- D . Custom Forms
- E . Custom Communication Scenarios
You need to secureyour application in the Cloud Foundry environment. In which file do you maintain routes during design time?
- A . xs-security.json
- B . web.xml
- C . manifest.yml
- D . xs-app.json
A user requires access to the Key User extension Apps in SAP S/4HANA Cloud.
Which business catalog and business role must you assign?
- A . Business catalog: SAP_BC_CORE_APP Business role: SAP_BR_ADMINISTRATOR
- B . Business catalog: SAP_BC_CORE_COM Business role: SAP_BR_ADMINISTRATOR_DPR
- C . Business catalog: SAP_CORE_BC_EXT Business role: SAP_BR_ADMINISTRATOR_DPR
- D . Business catalog: SAP_CORE_BC_EXT Business role: SAP_BR_ADMINISTRATOR
Which of the following files do you use toconfigure Hibernate for multi-tenancy? Note: There are 2 correct answers to this question.
- A . settings.xml
- B . pom.xml
- C . persistence.xml
- D . config.xml
What happens in the build stage of the SAP Cloud SDK Pipeline?
- A . The maven goal test runs in the unit-test module of your project.
- B . The maven goal install runs in the root folder of your project.
- C . The npm script start runs in the same folder as the package.json.
- D . The npm script ci-e2e runs in the test folder of your project.
Which of the following tools are required to build Spring Boot applications using the SAP Cloud SDK? Note: There are 2 correct answers to this question.
- A . Mobile Development Kit
- B . StarUML3
- C . Apache Maven version 3.5 or above
- D . Java SE Development Kit 8
In which formatdoes SAP S/4HANA Cloud compose event topics?
- A . <channel topic space>/<specific topic>/<service topic space>
- B . <service topic space>/<channel topic space>/<specific topic>
- C . <specific topic>/<channel topic space>/<service topic space>
- D . <channel topic space>/<service topic space>/<specific topic>
Where does the application router request the access token in the Cloud Foundry environment?
- A . From the CredentialStore service
- B . From the business application using the OAuth 2.0 client credential flow
- C . From the XSUAA service using the OAuth 2.0 authorization code flow
- D . From the protected resources hosted by the resource server
Which methods must you implement in TenantProvisioningServlet when you implement a multi- tenant application? Note: There are 2 correct answers to this question.
- A . PUT
- B . GET
- C . POST
- D . DELETE