What does this JWT contain?
Your JSON Web Token (JWT) is issued by the XSUAA service in the Cloud Foundry environment. What does this JWT contain?A . The session ID of the user B. The scope(s) to which the user is assigned C. The list of applications the user can access D. The SAML metadata...
What is Sap’s motivation for the new extensibility approach of SAP S/4HANA?
What is Sap’s motivation for the new extensibility approach of SAP S/4HANA?A . To achieve innovation without modifying the digital core. B. To provide a high degree of flexibility to modify the standard APIs. C. To enable usage of open-source technologies' usage in extensions. D. To enable push-down to SAP...
What must you do to mock SAP S/4HANA calls using SAP Cloud SDK? Note: There are 2 correct answers to this question.
What must you do to mock SAP S/4HANA calls using SAP Cloud SDK? Note: There are 2 correct answers to this question.A . Use annotation @InitClass on initClass() method. B. Declare initialization method beforeClass(). C. Initialize testing params inside the setupClass() method. D. Create an instance of the MockUtil class.View...
How do you achieve a zero-downtime deployment using the SAP Cloud SDK Pipeline?
How do you achieve a zero-downtime deployment using the SAP Cloud SDK Pipeline?A . Use the Maven archetype to generate the project. B. Provide configuration details in the pipeline_config.yml file. C. Use the Docker image optimized for zero-downtime deployment. D. Include the Hystrix library to ensure resilience.View AnswerAnswer: B
Which of the following are essential pillars for building cloud-native applications? Note: There are 3 correct answers to this question.
Which of the following are essential pillars for building cloud-native applications? Note: There are 3 correct answers to this question.A . Containers B. In-memory C. Microservices D. Continuous Delivery E. Splitting ContainerView AnswerAnswer: A,C,D
Which business catalog and business role must you assign?
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:...
How does the SAP Cloud SDK Continuous Delivery Toolkit support your DevOps process?
How does the SAP Cloud SDK Continuous Delivery Toolkit support your DevOps process?A . Your generated project includes a local download cache that optimizes speed. B. Your generated project contains lifecycle management scripts to manage memory allocation. C. Your generated project using Mavenarchetypes includes the jenkinsfile to load the pipeline....
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.
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 ScenariosView AnswerAnswer: B,C,D
Which methods must you implement in TenantProvisioningServlet when you implement a multi- tenant application? Note: There are 2 correct answers to this question.
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. DELETEView AnswerAnswer: C,D
Which of the following files do you use toconfigure Hibernate for multi-tenancy? Note: There are 2 correct answers to this question.
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.xmlView AnswerAnswer: B,C