100% Free C-S4CDK-2021 Exam Dumps to Pass Exam Easily from PDFTorrent [Q80-Q105]

Share

100% Free C-S4CDK-2021 Exam Dumps to Pass Exam Easily from PDFTorrent

Free C-S4CDK-2021 Exam Questions C-S4CDK-2021 Actual Free Exam Questions

NEW QUESTION 80
Where do you restrict access to a specific URL pattern based on roles?

  • A. mta.yaml
  • B. web.xml
  • C. package.json
  • D. xs-security.json

Answer: B

Explanation:
Explanation/Reference:
See pages 109, S4C80 Col17.

 

NEW QUESTION 81
What can you do with SAP Cloud Platform at its core?
Note: There are 3 correct answers to this question.

  • A. Automate processes
  • B. Model Value Chains
  • C. Extend on-premise and cloud solutions
  • D. Develop new cloud solutions
  • E. Design Business Process Flows
  • F. Integrate on-premise and cloud solutions

Answer: C,D,F

Explanation:
Explanation/Reference:
See page 45, S4C80 Col17.

 

NEW QUESTION 82
What's correct regarding the structure of Maven modules in a project created through one of the SAP proposed Maven archetypes?
Note: There are 3 correct answers to this question.

  • A. Contains an application module with the application logic and the units tests
  • B. Contains a module for the schemas of the application
  • C. Contains a module for unit tests of the application
  • D. Includes a parent module, containing the other modules and the shared configurations
  • E. Contains a module for integration tests of the application

Answer: A,D,E

Explanation:
Explanation/Reference:
See page 78 S4C80 Col17.

 

NEW QUESTION 83
In which programming language do you write Gatling test plans?

  • A. Go
  • B. Java
  • C. Ruby
  • D. JavaScript
  • E. Python
  • F. Scala

Answer: F

Explanation:
Explanation/Reference:
See page 180, S4C80 Col17

 

NEW QUESTION 84
What are the core packages of the SAP Cloud SDK for JavaScript?
Note: There are 3 correct answers to this question.

  • A. @sap-cloud-sdk/test-util
  • B. @sap-cloud-sdk/destination-service
  • C. @sap-cloud-sdk/connectivity
  • D. @sap-cloud-sdk/core
  • E. @sap-cloud-sdk/generator

Answer: A,D,E

Explanation:
Explanation/Reference:
See page 90 S4C80 Col17.

 

NEW QUESTION 85
What's the XSUAA used for?
Note: There are 2 correct answers to this question.

  • A. Validates login details against the Backend-Microservice
  • B. Validate JWT tokens on request of the App router
  • C. Redirects to the authorization server
  • D. Grants JWT token upon receiving a valid authorization code.
  • E. Redirects back to the approuter with a temporary authorization code if the login information is correct.

Answer: D,E

Explanation:
Explanation/Reference:
See page 103, S4C80 Col17.

 

NEW QUESTION 86
You set up multi-tenant behaviors of Hibernate by configuring which properties in the MultiEntityManagerFacade class?
Note: There are 3 correct answers to this question.

  • A. RESOURCE_LOCAL
  • B. hibernate.multi_tenant_connection_provider
  • C. transaction-type
  • D. hibernate.tenant_identifier_resolver
  • E. hibernate.multiTenancy

Answer: B,D,E

Explanation:
Explanation/Reference:
See page 116, S4C80 Col17.

 

NEW QUESTION 87
Which classes form the key elements for implementing multi-tenant persistence in the application?
Note: There are 2 correct answers to this question.

  • A. MultiEntityManagerFaced
  • B. SchemaPerTenantConnectionProvider
  • C. MultiEntityPersistance
  • D. SchemaPerTenantProvisioner
  • E. TenantIdentifierResolver

Answer: B,E

Explanation:
Explanation/Reference:
See page 116, S4C80 Col17.

 

NEW QUESTION 88
What's the correct description for an end-to-end tests?

  • A. The idea is to simulate a typical user workflow. An automated web browser clicks through the application's web interface and verifies that the expected screens appear. Tests at this level show that the application's features work. However, these tests are expensive to create and run because, for example, interacting with the browser consumes many resources. In addition, it is usually difficult to specify the interaction with the browser so that it can handle minor changes in the structure of the application's user interface.
  • B. They have the smallest granularity. They can be defined directly at the programming level, for example by calling methods of your Java classes. Dependencies on other modules or systems can be mocked to ensure they run quickly and test only the code under test. These tests are usually inexpensive. You should use them to verify that your software modules, such as classes, behave as expected.
  • C. They have reduced complexity. They skip the user interface and work directly on the defined backend APIs. They test the integration between software modules or systems. Although they have reduced complexity, they still have medium cost. They still have overhead, such as network communication or spawning a small server to make the backend APIs available. You should use them to verify that your backend services can communicate with your SAP S/4HANA system and to test that the services behave as the user interface expects.
  • D. They are run when the application is deployed to production, to verify that the deployment was successful.

Answer: A

Explanation:
Explanation/Reference:
See page 120 S4C80 Col17.

 

NEW QUESTION 89
Which of these are not main use cases to be covered using side-by-side extensibility?
Note: There are 2 correct answers to this question.

  • A. You need to build an application to preprocess data before a process is triggered.
  • B. You need to retrieve data in a way the system doesn't offer out-of-the-box
  • C. You need to react to events triggered from a process
  • D. You need to change the lable of a field in an existing screen

Answer: B,D

Explanation:
Explanation/Reference:
See pages 21, 25 and 30, S4C80 Col17.

 

NEW QUESTION 90
What is Hystrix designed to do?
Note: There are 2 correct answers to this question.

  • A. Enable multi-tenant persistance
  • B. Fail and recover slowly.
  • C. Give protection from and control over latency and failure from dependencies accessed via thirdparty client libraries.
  • D. Stop cascading failures in a complex distributed system.
  • E. Aggregate logs

Answer: C,D

Explanation:
Explanation/Reference:
Fail fast and rapidly recover. See page 112 S4C80.

 

NEW QUESTION 91
What is not part of the the Cloud Foundry hierarchical structure?

  • A. Space
  • B. Subaccount
  • C. Organization

Answer: B

Explanation:
Explanation/Reference:
See page 47, S4C80 Col17. The Subaccount on SAP Cloud Platform corresponds to an Organization of Cloud Foundry.

 

NEW QUESTION 92
In a high-level authentication setup with AppRouter and XSUAA, what's the OAuth2 Resource Server?

  • A. User
  • B. AppRouter
  • C. Backend-Microservice
  • D. SAP ID Service
  • E. XSUAA

Answer: C

Explanation:
Explanation/Reference:
See page 103, S4C80 Col17.

 

NEW QUESTION 93
How can you provide in-app extensibility tools in an SAP S/4HANA cloud system?
Note: There are 2 correct answers to this question.

  • A. Your user needs a business role with business catalog Extensibility (ID: SAP_CORE_BC_EXT)
  • B. Your user needs a business role with business catalog Extensibility (ID: SAP_BASIS_BC_EXT)
  • C. Assign yourself the Administrator business role (SAP_BR_ADMINISTRATOR)
  • D. Assign yourself the extensibility business group (SAP_BASIS_BCG_EXT)

Answer: A,C

Explanation:
Explanation/Reference:
Check one of the apps in the SAP S/4HANA Cloud version in the Fiori Apps Library (e.g.https://fioriappslibrary.hana.ondemand.com/sap/fix/externalViewer/#/detail/Apps('F1712')/S23).
Both answers marked as wrong are correct for on-premise S/4HANA.

 

NEW QUESTION 94
In SAP S/4HANA Cloud customers can create which kind of services for custom business objects?

  • A. SOAP
  • B. SAPGraph
  • C. GraphQL
  • D. OData
  • E. IDOC

Answer: D

Explanation:
Explanation/Reference:
See page 31, S4C80 Col 17.

 

NEW QUESTION 95
How can the SAP Cloud SDK pipeline be configured?

  • A. pipeline_config.yml residing in the root of the project
  • B. java_pipeline_config.yml residing in the root of the maven project
  • C. pipeline_config.xml, residing in the pipelines folder below the root of the project.

Answer: A

Explanation:
Explanation/Reference:
See page 153, S4C80 Col17.

 

NEW QUESTION 96
What are typical Ops activities?
Note: There are 3 correct answers to this question.

  • A. Package
  • B. Monitor
  • C. Release
  • D. Verify
  • E. Configure
  • F. Create

Answer: B,C,E

Explanation:
Explanation/Reference:
See page 136, S4C80 Col17. The answers marked as incorrect belong to the development activities.

 

NEW QUESTION 97
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. You can run "SQL like" queries across the service using "business object aware" classes
  • C. The request message needs to be composed by you, including the required technical parameters
  • D. The response comes as a plain JSON content that needs to be interpreted by you

Answer: C,D

Explanation:
Explanation/Reference:
See page 66 S4C80 Col17. Both answers marked as wrong belong to using the SAP Cloud SDK.

 

NEW QUESTION 98
Which version of Java will you use to develop a Java EE application on SAP Cloud Platform Cloud Foundry?

  • A. 0
  • B. 1
  • C. 2
  • D. 3
  • E. 4

Answer: E

Explanation:
Explanation/Reference:
See page 64 S4C80 Col17.

 

NEW QUESTION 99
What helps to install the correct version of the approuter?

  • A. Node.js Packet Manager
  • B. GitHub
  • C. SAP Cloud SDK
  • D. Maven

Answer: A

Explanation:
Explanation/Reference:
See page 106, S4C80 Col17.

 

NEW QUESTION 100
Due to the SAP Cloud SDK extensions to which framework is resilience logic handled separately for each tenant?

  • A. Grafana
  • B. Togglz
  • C. Hystrix
  • D. Prometheus

Answer: C

Explanation:
Explanation/Reference:
See page 112, S4C80 Col17.

 

NEW QUESTION 101
Which of the following statements regarding extensions for the cloud versions of SAP S/4HANA are correct?
Note: There are 2 correct answers to this question.

  • A. Extensions that you develop and run on a different platform are supported. Interaction with the SAP S/4HANA cloud system takes place via a set of standard APIs. These are called side by side extensions.
  • B. Extensions that you can make in the S/4HANA application are supported. A limited set of allowed extensions that do not affect the core application's integrity when a software upgrade occurs. These are referred to as in-app extensions.
  • C. Extensions that modify the source code of the application are supported. This type of extension is called "classic extensibility."
  • D. Extensions that modify the source code of the application are not supported. These are referred to as in-app extensions.
  • E. Extensions that you can make in the S/4HANA application are not supported.

Answer: A,B

Explanation:
Explanation/Reference:
See page 11 of S4C80 Col17.

 

NEW QUESTION 102
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 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.
  • C. 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.
  • 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 unlimited access to the resource

Answer: B

Explanation:
Explanation/Reference:
See page 102, S4C80 Col17.

 

NEW QUESTION 103
Which of these grants the JWT?

  • A. Backend-Microservice
  • B. XSUAA
  • C. AppRouter
  • D. SAP ID Service
  • E. Connectivity Service
  • F. Destination Service

Answer: B

Explanation:
Explanation/Reference:
See page 103, S4C80 Col17.

 

NEW QUESTION 104
What are typical Dev activities?
Note: There are 3 correct answers to this question.

  • A. Package
  • B. Release
  • C. Planning
  • D. Monitor
  • E. Configure
  • F. Create

Answer: A,C,F

Explanation:
Explanation/Reference:
See page 136, S4C80 Col17. The answers marked as incorrect belong to the operations activities.

 

NEW QUESTION 105
......

Latest 100% Passing Guarantee - Brilliant C-S4CDK-2021 Exam Questions PDF: https://www.pdftorrent.com/C-S4CDK-2021-exam-prep-dumps.html