
SAP C_S4CDK_2021 Practice Verified Answers - Pass Your Exams For Sure! [2021]
Valid Way To Pass SAP Certified Development Associate's C_S4CDK_2021 Exam
NEW QUESTION 90
In which format are event topics composed in SAP S/4HANA Cloud?
- A. service topic space/channel topic space/specific topic
- B. specific topic/channel topic space/service topic space
- C. channel topic space/service topic space/specific topic
- D. service topic space/specific topic/channel topic space
Answer: C
Explanation:
Explanation/Reference:
See page 170, S4C80 Col17.
NEW QUESTION 91
What ensures application latency and fault tolerance by integrating appropriate libraries to isolate access points to remote systems, services, and third-party libraries, stopping cascading failures and enabling resilience in complex distributed systems where failures are inevitable?
- A. SAP S/4HANA Connectivity
- B. SAP Cloud SDK
- C. Connectivity Service
- D. SAP Cloud Platform
Answer: B
Explanation:
Explanation/Reference:
For resilient behaviour SAP Cloud SDK includes frameworks i.e. Hystrix. See page 112 S4C80 Col17.
NEW QUESTION 92
What is the correct command to deploy a project to Cloud Foundry based on the deployment information specified in the manifest.yml file?
- A. cf push
- B. cf deploy
- C. cf go
- D. cf run
- E. cf upload
Answer: A
Explanation:
Explanation/Reference:
See page 72 S4C80 Col17.
NEW QUESTION 93
What are typical Dev activities?
Note: There are 3 correct answers to this question.
- A. Configure
- B. Planning
- C. Create
- D. Release
- E. Monitor
- F. Package
Answer: B,C,F
Explanation:
Explanation/Reference:
See page 136, S4C80 Col17. The answers marked as incorrect belong to the operations activities.
NEW QUESTION 94
In which of these phases are extensibility workstream activities expected? Note: There are 3 correct answers to this question.
- A. Explore
- B. Deploy
- C. Prepare
- D. Realize
- E. Discover
Answer: A,C,D
Explanation:
Explanation/Reference:
See page 15, S4C80 Col17. Attention: The current official SAP Activate
Methodology for SAP S/4HANA Cloud only shows activities in Explore and Realize in the overview:
https://go.support.sap.com/roadmapviewer/#/group/658F507A-D6F5-4B78-9EE1-
0300C5F1E40F/roadmapOverviewPage/IMPS4HANACLDENMGMT. You'll need to switch to the content view and filter on the Workstream to see the prepare phase activity.
NEW QUESTION 95
What are the necessary steps to remote debug a java application running in Cloud Foundry?
- A. 1. Enable the Cloud Foundry application for debug, by enabling debug mode and restaging the application 2. Use the Cloud Foundry CLI debugging addon 3. Attach your IDE to the Cloud Foundry CLI debugging addon.
- B. 1. Enable the Java application for debug, by specifying an environment variable for the the application 2. Enable the Cloud Foundry application for debug, by enabling ssh and restaging the application 3. Establish an SSH connection to the application through the Cloud Foundry CLI 4. Attach the Debugger of your IDE
- C. 1. Enable the Java application for debug, by specifying an environment variable for the the application 2. Enable the Cloud Foundry application for debug, by enabling ssh and restaging the application 3. Attach the SAP Cloud Foundry Debugging Tooling
Answer: B
Explanation:
Explanation/Reference:
See page 73 S4C80 Col17.
NEW QUESTION 96
Which statement regarding custom business objects is correct?
- A. The key user tool for custom business objects doesn't allow defining custom code lists that contain values for dropdown lists.
- B. Custom business objects (CBOs) refer to a self-contained type definition with a set of customerspecific fields that are coupled to SAP business contexts.
- C. Entities for custom business objects can be created and modified through a UI within SAP S/4HANA.
- D. Custom business objects allow you to store arbitrary data in sap-specific tables. A custom business object first of all consists of a root node with a set of fields that can be freely defined using the key user tools.
Answer: C
Explanation:
Explanation/Reference:
Custom business objects (CBOs) refer to a self-contained type definition with a set of customer-specific fields that are NOT coupled to SAP business contexts. The key user tool for custom business objects DOES allow defining custom code lists that contain values for dropdown lists.
Custom business objects allow you to store arbitrary data in CUSTOMER-specific tables. A custom business object first of all consists of a root node with a set of fields that can be freely defined using the key user tools. See page 24 of S4C80 Col 17.
NEW QUESTION 97
SAP Cloud SDK provides a layer of abstractions for features of SAP S/4HANA Cloud such as logging, multitenancy, and connectivity. It also includes project templates for different execution environments and SAP S/4HANA implementations.
True or false?
- A. False
- B. True
Answer: A
Explanation:
Explanation/Reference:
See page 43, S4C80 Col17. For the correct answer replace S/4HANA Cloud with SAP Cloud Platform.
NEW QUESTION 98
What can be achieved via custom logic in the "Custom Field and Logic" application?
Note: There are 3 correct answers to this question.
- A. Test your custom logic, for example with predefined test variants
- B. Extend every app with custom logic.
- C. Create filter conditions to define when an implementation is executed
- D. Create your own implementation using ABAP for key users
Answer: A,C,D
Explanation:
Explanation/Reference:
To extend an app with custom logic, the app must be extensible. See page 23 of S4C80 Col17.
NEW QUESTION 99
Which tools are NOT used to develop an extension application for S/4HANA Cloud written in JavaScript and running in the Cloud Foundry environment?
Note: There are 4 correct answers to this question.
- A. TomEE
- B. Express
- C. Spring
- D. Nest
- E. Maven
- F. JDK 8
Answer: A,C,E,F
Explanation:
Explanation/Reference:
See page 94 S4C80 Col17.
NEW QUESTION 100
What's the correct statement for the authorization code grant OAuth2 flow?
- A. When an app uses OAuth 2.0 for authorization, the app acts on a user's behalf to request an OAuth 2.0 access token for access to a resource.The user grants unlimited access to the application.
- B. When an app uses OAuth 2.0 for authorization, the app acts on it's own behalf to request an OAuth 2.0 access token for access to a resource.The app is granted unlimited access to the resource
- C. When an app uses OAuth 2.0 for authorization, the app acts on a user's behalf to request an OAuth 2.0 access token for access to a resource.The user grants limited access to the application.
- D. When an app uses OAuth 2.0 for authorization, the app acts on it's own behalf to request an OAuth 2.0 access token for access to a resource.The app is granted limited access to the resource.
Answer: C
Explanation:
Explanation/Reference:
See page 102, S4C80 Col17.
NEW QUESTION 101
Which statements about the SAP Cloud SDK are correct?
Note: There are 2 correct answers to this question
- A. The SDK is only available with a SAP Cloud Platform Enterprise Agreement.
- B. The SDK provides ABAP libraries, project templates and a continuous delivery toolkit.
- C. The SAP Cloud SDK supports you end-to-end when developing applications.
- D. Using the SDK, you can reduce your effort when developing an application on SAP Cloud Platform by building on best practices delivered by the SDK.
Answer: C,D
Explanation:
Explanation/Reference:
See page 42, S4C80 Col17. The SAP Cloud SDK is available for Java and
JavaScript. It doesn't support ABAP. The SDK is available free of charge and doesn't require a SAP Cloud Platform Enterprise Agreement.
NEW QUESTION 102
Why is the Continous Delivery Toolkit future proof?
- A. Having a local download cache
- B. Isolation of the builds
- C. Pipelines running everything in parallel, so given enough computing resources, builds run fast.
- D. A project generated through the provided archetypes already includes a Jenkins file which loads the CI/CD pipeline automatically.
- E. The code of the pipeline, the lifecycle management script, and the required docker images can be updated easily
Answer: E
Explanation:
Explanation/Reference:
See page 143, S4C80 Col17.
NEW QUESTION 103
In which phase are the solution extensions developed and deployed?
- A. Explore
- B. Deploy
- C. Prepare
- D. Realize
- E. Discover
Answer: D
Explanation:
Explanation/Reference:
See page 15, S4C80 Col17. They are planned and designed within the Explore phase.
Then they are developed and deployed within the Realize phase. See, for example, SAP Activate Methodology for SAP S/4HANA Cloud:
https://go.support.sap.com/roadmapviewer/#/group/658F507AD6F5-
4B78-9EE1-0300C5F1E40F/roadmapOverviewPage/IMPS4HANACLDENMGMT.
NEW QUESTION 104
What are the goals of the SAP Cloud SDK Continous Delivery Pipeline?
Note: There are 2 correct answers to this question.
- A. Increase deployment cycles
- B. Detect violations of relevant quality standards and SAP guidelines
- C. Enable more logging and traceability features along deployment
- D. Rapid delivery of extension app projects
- E. Do performance testing
Answer: B,D
Explanation:
Explanation/Reference:
See page 140, S4C80 Col17.
NEW QUESTION 105
Where are destination referenced during design time?
- A. package.json
- B. xs-app.json
- C. web.xml
- D. xs-security.json
- E. manifest.yml
Answer: B
Explanation:
Explanation/Reference:
See page 106, S4C80 Col17.
NEW QUESTION 106
Which of these configuration options can you find in the stage configuration?
Note: There are 2 correct answers to this question.
- A. failThreshold
- B. checkJMeter
- C. staticCodeChecks
- D. performanceTests
- E. testPlan
- F. dockerImage
Answer: C,D
Explanation:
Explanation/Reference:
See page 178, S4C80 Col17. Take a special note of figure 168. It might help you ;)
NEW QUESTION 107
In a high-level authentication setup with AppRouter and XSUAA, what's the OAuth2 Resource Server?
- A. SAP ID Service
- B. User
- C. Backend-Microservice
- D. XSUAA
- E. AppRouter
Answer: C
Explanation:
Explanation/Reference:
See page 103, S4C80 Col17.
NEW QUESTION 108
How can you identify which messages should be received by a concrete instance of SAP Cloud Platform Enterprise Messaging?
- A. Destination
- B. Topic
- C. Channel
- D. Channel Topic Space
Answer: C
Explanation:
Explanation/Reference:
See page 169, S4C80 Col17.
NEW QUESTION 109
......
SAP C_S4CDK_2021 Pre-Exam Practice Tests | VCE4Plus: https://www.vce4plus.com/SAP/C_S4CDK_2021-valid-vce-dumps.html