
2021 Valid C-S4CDK-2021 test answers & SAP Exam PDF
Free SAP C-S4CDK-2021 Exam Questions & Answer from Training Expert TestSimulate
SAP Cloud SDK Extensibility Developer Certification Exam Topics:
| Topic Areas | Topic Details, Courses, Books | Weighting |
|---|---|---|
| In-App Extensibility | Create and expose In-App Extensions S4C80 | > 12% |
| SAP S/4HANA Cloud Activate Methodology | Explain the basic concepts of SAP Activate methodology as it pertains to SAP S/4HANA Cloud implementations. S4C01E (SAP S/4HANA CLOUD 2011) OR S4C00 | < 8% |
| Security | Describe security from an extensibility perspective and build secured extension applications. S4H13 (openSAP) | > 12% |
| Performance Testing | Use SAP certified test tools, create and then execute test plans. S4C80 OR S4H13 (openSAP) | 8% - 12% |
| Side-by-Side Extensibility | Create Side-by-Side extensions, combine In-App and Side-by-Side Extensions, consume advanced services, and react to SAP S/4HANA and SAP S/4HANA Cloud events S4C80 | > 12% |
| DevOps and Continuous Delivery | Describe DevOps and Continuous Delivery, perform rapid setup of Continuous Delivery, explain the Continuous Delivery Pipeline, adapt the Continuous Delivery Pipeline to your needs, and operate cloud applications. S4C80 OR S4H13 (openSAP) | > 12% |
| Basic Extension Apps | Build a basic extension application. S4C80 | > 12% |
| Advanced Extensibility Scenarios | Describe advanced Extensibility scenarios. S4C80 OR S4H13 (openSAP) | 8% - 12% |
| Multi-Tenancy | Describe Multi-tenancy within the scope of SAP S/4HANA Cloud, and implement steps to achieve tenant-aware persistence S4C80 OR S4H13 (openSAP) | < 8% |
| SAP S/4HANA Cloud and Extensibility Overview | Explain the basic concepts of extensibility as it pertains to SAP S/4HANA On-Premise and Cloud, define Cloud-Native Apps, and set up your environment. S4C80 | < 8% |
SAP C-S4CDK-2021 Exam Description:
The "SAP Certified Development Associate - SAP Cloud SDK Extensibility Developer" certification exam validates that the candidate possesses the fundamental and core knowledge required of the SAP Cloud SDK developer profile. This certification proves that the candidate has an overall understanding and inādepth technical skills to participate as a member of a project team in a mentored role. This certification exam is recommended as an entry level qualification.
NEW QUESTION 33
Which statements regarding the lifecycle management of in-app extensions are correct?
Note: There are 2 correct answers to this question.
- A. Transport from the test to the production system
- B. Created extension items are added to your software collection automatically.
- C. The transport is independent from SAP updates
- D. The transport is performed by the service provider
Answer: A,C
Explanation:
Explanation/Reference:
See page 28 of S4C80 Col 17. Created extension items need to be added manually.
Transport is performed by the key user without interaction with the service provider.
NEW QUESTION 34
What's correct regarding the code snippets provided in the SAP API Business Hub?
Note: There are 2 correct answers to this question.
- A. You can read the data in a way that is aware of the virual data model
- B. The request message needs to be composed by you, including the required technical parameters
- C. The response comes as a plain JSON content that needs to be interpreted by you
- D. You can run "SQL like" queries across the service using "business object aware" classes
Answer: B,C
Explanation:
Explanation/Reference:
See page 66 S4C80 Col17. Both answers marked as wrong belong to using the SAP Cloud SDK.
NEW QUESTION 35
What allows for easy adoption of the Continous Delivery Toolkit?
- A. A project generated through the provided archetypes already includes a Jenkins file which loads the CI/CD pipeline automatically.
- B. Having a local download cache
- C. Isolation of the builds
- D. The code of the pipeline, the lifecycle management script, and the required Docker images can be updates easily.
- E. Pipelines running everything in parallel, so given enough computing resources, builds run fast.
Answer: A
Explanation:
Explanation/Reference:
See page 143, S4C80 Col17.
NEW QUESTION 36
What does the SAP Cloud SDK support you with?
Note: There are 2 correct answers to this question.
- A. Caching
- B. Rigidity
- C. Resilience
- D. Fragility
Answer: A,C
Explanation:
Explanation/Reference:
See page 76 S4C80 Col17.
NEW QUESTION 37
What is NOT one of the recommended steps for implementing multi-tenancy?
- A. Bind the database service to the application to be created in the sapce in the SAP Cloud Platform before the deployment.
- B. Persist and access the data
- C. Configure Hibernate for multi-tenancy
- D. Configure a data source
- E. Set up tenant onboarding and offboarding
- F. Enable the SAP Cloud Platform Multi-tenant mode.
Answer: F
Explanation:
Explanation/Reference:
See pages 114, 115 and 116 S4C80 Col17.
NEW QUESTION 38
What's the most appropriate order of steps to activate the APIs in SAP S/4HANA Cloud?
- A. 1) Create communication users 2) Create communication system 3) Assign communication users to the communication system 4) Create communication agreement 5) Activate the agreement to enable the communication
- B. 1) Create communication users 2) Create communication system 3) Assign communication users to the communication system 4) Create communication scenario 5) Activate the scenario to enable the communication
- C. 1) Create communication scenario 2) Activate the scenario 3) Create communication users 4) Create communication system 5) Assign communication users to the communication system
- D. 1) Create communication agreement 2) Activate the agreement 3) Create communication users
4) Create communication system 5) Assign communication users to the communication system
Answer: A
Explanation:
Explanation/Reference:
See page 57, S4C80 Col17.
NEW QUESTION 39
Which of these components initiates the OAuth2 flow with the corresponding service of the SAP Cloud Platform?
- A. SAP ID Service
- B. User
- C. XSUAA
- D. Backend-Microservice
- E. AppRouter
Answer: E
Explanation:
Explanation/Reference:
See page 103, S4C80 Col17.
NEW QUESTION 40
What operations can be performed at runtime when UI adaptions are enabled?
Note: There are 5 correct answers to this question.
- A. Drag and drop fields to a new group.
- B. Combine two or more fields.
- C. Create new custom fields and groups, remove existing fields, cut and paste fields from the UI.
- D. Change the UI process flows.
- E. Add a new field from the existing list.
- F. Change the field labels.
Answer: A,B,C,E,F
Explanation:
Explanation/Reference:
See page 20 and 21 of S4C80 Col17.
NEW QUESTION 41
Which of the following languages are supported by the SAP Cloud SDK?
- A. Python
- B. Javascript
- C. ABAP
- D. PHP
Answer: B
Explanation:
Explanation/Reference:
See page 33, S4C80 Col17. The SDK supports Java and Javascript.
NEW QUESTION 42
What is correct about the role and communication of SAP Cloud Platform Enterprise Messaging in the key messaging building blocks of SAP S/4HANA and SAP Cloud Platform?
Note: There are 3 correct answers to this question.
- A. Is the basis for Enterprise Event Enablement
- B. Is the basis for Business Event Handling in SAP S/4HANA
- C. Facilitates messaging capabilities in a robust, efficient and scalable broker architecture
- D. SAP Event Enablement communicates directly with the respective instance of SAP Cloud Platform Enterprise Messaging via a WebSocket connection.
- E. Enables out-of-the-box integration with SAP applications such as SAP S/4HANA Cloud and the SAP Cloud Platform
Answer: C,D,E
Explanation:
Explanation/Reference:
See page 168, S4C80 Col17.
NEW QUESTION 43
What is an abstraction that the SAP Cloud SDK can easily access and that, combined with the connectivity service's multi-tenancy concept, allows us to write our code once without worrying about different tenants or integrating with on-premise or cloud systems?
- A. Role Collections
- B. Destinations
- C. Routes
- D. Roles
- E. Channels
Answer: B
Explanation:
Explanation/Reference:
See pages 79 and 112, S4C80 Col17.
NEW QUESTION 44
Which of the following areas of functionality can be most appropriately extended through In-App Extensibility?
Note: There are 4 correct answers to this question.
- A. Vertical Solutions
- B. Custom Fields
- C. Process Integration
- D. Individual Terminology
- E. UI Adaptations
- F. Custom Reports
Answer: B,D,E,F
Explanation:
Explanation/Reference:
See page 10 of S4C80 Col17.
NEW QUESTION 45
What activities can be performed when using the Export Software Collection app?
Note: There are 3 correct answers to this question.
- A. Create new software collections
- B. View the business interruptions
- C. Check items of the collection for inconsistencies and dependencies
- D. Merge software collections
- E. Check which collection items have been changed or added to a collection version
Answer: A,C,D
Explanation:
Explanation/Reference:
See page 28 and 29 of S4C80 Col 17. Both statements marked as incorrect belong to the "Import Software Collection" app.
NEW QUESTION 46
What files do you need to change to configure Hibernate for multi-tenancy?
Note: There are 2 correct answers to this question.
- A. AbstractEntityManagerFacade class
- B. pom.xml
- C. TenantProvisioningServlet
- D. persistence.xml
Answer: B,D
Explanation:
Explanation/Reference:
See pages 115 and 116, S4C80 Col17.
NEW QUESTION 47
What's happening in the build stage?
Note: There are 2 correct answers to this question.
- A. The "Init" sub-stage initializes the SAP Cloud SDK pipeline.
- B. The "Build Frontend" sub-stage executes the NPM install in the root of your project.
- C. The "Build Backend" sub-stage executes the Maven goal install in the root of your project as defined in your pom.xml
- D. The "Frontend Unit Tests" sub-stage executes the NPM script ci-test from your project's package.json
- E. The "Backend Unit Tests" sub-stage executes the Maven goal test in the unit-test module of your project.
Answer: B,C
Explanation:
Explanation/Reference:
See page 145, S4C80 Col17.
NEW QUESTION 48
In which continuous delivery stage contains the performance tests?
- A. Quality Checks
- B. Local Tests
- C. Remote Tests
- D. Deployment
- E. Third-Party Checks
Answer: C
Explanation:
Explanation/Reference:
See page 176, S4C80 Col17
NEW QUESTION 49
What is executed in parallel to end-to-end tests of the system?
- A. Smoke Test
- B. Performance Tests
- C. Integration Test
- D. Unit Test
Answer: B
Explanation:
Explanation/Reference:
See page 176, S4C80 Col17.
NEW QUESTION 50
What are the advantages of reactive systems?
Note: There are 3 correct answers to this question.
- A. They are rigid
- B. They are responsive
- C. They can be build with same approach to architecture of distributed systems
- D. They are elastic
- E. They avoid too many API calls to the system that owns the data
Answer: B,D,E
Explanation:
Explanation/Reference:
See page 167, S4C80 Col17.
NEW QUESTION 51
Which Java application frameworks are provided by the SAP Cloud SDK Maven archetypes?
Note: There are 2 correct answers to this question.
- A. NodeJS
- B. Spring
- C. Struts
- D. Hibernate
- E. TomEE
- F. .Net
Answer: B,E
Explanation:
Explanation/Reference:
See page 77 S4C80 Col17.
NEW QUESTION 52
In SAP S/4HANA Cloud customers can create which kind of services for custom business objects?
- A. OData
- B. GraphQL
- C. SAPGraph
- D. SOAP
- E. IDOC
Answer: A
Explanation:
Explanation/Reference:
See page 31, S4C80 Col 17.
NEW QUESTION 53
What are NOT basic guidelines of the Twelve Factor app?
Note: There are 2 correct answers to this question.
- A. Separation of application code and runtime configuration
- B. Multiple codebases tracked in revision control, single deploy
- C. Stateless and self-contained application processes
- D. Traceability and reproducibility of all changes
- E. Unite build and run stages
Answer: B,E
Explanation:
Explanation/Reference:
See page 134, S4C80 Col17. For more details visit 12factor.net.
NEW QUESTION 54
What's employing a zero-downtime deployment strategy?
- A. SAP Cloud SDK Continous Delivery Pipeline, Production Deployment Stage
- B. CF Deploy
- C. SAP Cloud Platform CLI
- D. CF Push
Answer: A
Explanation:
Explanation/Reference:
See page 149, S4C80 Col17.
NEW QUESTION 55
......
Top SAP C-S4CDK-2021 Courses Online: https://www.testsimulate.com/C-S4CDK-2021-study-materials.html