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.
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 8View AnswerAnswer: C,D
Which service enables users to adapt and personalize their user interfaceat runtime?
Which service enables users to adapt and personalize their user interfaceat runtime?A . SAP Cloud Platform Mobile Services B. SAP S/4HANA Cloud infrastructure service C. SAP Smart Business cockpits D. SAPUI5 flexibility serviceView AnswerAnswer: D
Which tests are run in parallel to performance tests in the SAP Cloud SDK Pipeline?
Which tests are run in parallel to performance tests in the SAP Cloud SDK Pipeline?A . Backend integration tests B. Quality checks C. Backend unit tests D. End-to-end testsView AnswerAnswer: D
What happens in the build stage of the SAP Cloud SDK Pipeline?
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...
In which formatdoes SAP S/4HANA Cloud compose event topics?
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>View AnswerAnswer: D
What is Elastic Stack?
What is Elastic Stack?A . An orchestration service that uses elastic load balancers. B. A group of open source products designed to collect logs from multiple services. C. A cloud computing architecture that allows dynamic resource scaling. D. An open source automation server, helping to automate the parts of software...
You need to secureyour application in the Cloud Foundry environment. In which file do you maintain routes during design time?
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.jsonView AnswerAnswer: D
Which phase of the SAP Activate methodology includes the Extension Planning and Design activity?
Which phase of the SAP Activate methodology includes the Extension Planning and Design activity?A . Discover B. Realize C. Prepare D. ExploreView AnswerAnswer: D
Which of the following are core principles of DevOps? Note: There are 3 correct answers to this question.
Which of the following are core principles of DevOps? Note: There are 3 correct answers to this question.A . Continuous learning and experimentation B. Feedback C. S D. Design-led thinking E. ScalingView AnswerAnswer: A,B,E
Which properties must you configure in the MultiEntityManagerFacade class to enable multi- tenancy for Hibernate? Note: There are 3 correct answers to this question.
Which properties must you configure in the MultiEntityManagerFacade class to enable multi- tenancy for Hibernate? Note: There are 3 correct answers to this question.A . hibernate.default_schema B. hibernate.tenant_identifier_resolver C. hibernate.multi_tenant_connection_provider D. hibernate.use_identifier_rollback E. hibernate.multiTenancyView AnswerAnswer: B C E