Sap-C Basd 01
Sap-C Basd 01
C_BASD_01
SAP Certified
Development Associate -
Build applications with
SAP Business
Application Studio
Version: Demo
Web: www.dumpscafe.com
Email: [email protected]
IMPORTANT NOTICE
Feedback
We have developed quality product and state-of-art service to ensure our customers interest. If you have any
suggestions, please feel free to contact us at [email protected]
Support
If you have any questions about our product, please provide the following items:
exam code
screenshot of the question
login id/email
please contact us at [email protected] and our technical experts will provide support within 24 hours.
Copyright
The product of each order has its own encryption code, so you should use it independently. Any unauthorized
changes will inflict legal punishment. We reserve the right of final explanation for this statement.
Pass Exam SAP - C_BASD_01
Question #:1
In the CI/CD Builds Panel, which jobs from the CI/CD service are listed for each of the projects in your
workspace?
A. All jobs
Answer: B
Explanation
In the CI/CD Builds Panel, you can see the jobs from the CI/CD service that are listed for each of the projects
in your workspace. However, not all jobs are displayed, but only the jobs for the current active git branch of
your project1. This means that you can see the status and outcome of the jobs that are relevant to the branch
that you are working on. You can also trigger a new build, open the job details, or switch to another branch
from the CI/CD Builds Panel1.
References:
Question #:2
During the application preview with live data, which data sources do the entities use?
A. A_Supplier uses the locally mocked data; risks and mitigations use the live data.
C. A_Supplier uses the live data; risks and mitigations use the locally mocked data.
Answer: C
Explanation
In an application, the data source for each entity depends on the data source setting in the run configuration.
By default, the data source is set to “Mock Data”, which means the application will use the locally mocked
data from the sample data folder. However, this setting only applies to the internal entities that are defined
locally, such as risks and mitigations. For the imported external entities, such as A_Supplier, the application
will always use the live data from the original source, regardless of the data source setting. Therefore, in this
case, A_Supplier uses the live data; risks and mitigations use the locally mocked data1.
References:
Question #:3
Where can you assign roles for users to access your deployed application?
Answer: C
Explanation
To assign roles for users to access your deployed application, you need to use the SAP BTP Cockpit and
navigate to the Security section. There you can create and manage role collections, which are groups of roles
that define the permissions for accessing resources and services in SAP BTP. You can assign role collections
to individual users or user groups, depending on your identity provider configuration. For example, if you have
deployed an SAP Fiori elements application, you need to assign the role collection
sap_business_application_studio_ui_deployer to the users who need to access the application. This role
collection contains the role sap_business_application_studio_ui_deployer_role, which is based on the role
template sap_business_application_studio_ui_deployer_role_template. This role template grants the user the
permission to access the deployed UI application. References:
SAP Learning
Question #:4
You have added protected service entities and configured user roles in your project. After deployment, you
open your application and notice that you do not have access to any data. What can you do to resolve this?
Note: There are 2correct answers to this question.
A. Create a new role collection for your application in the SAP BTP subaccount cockpit.
C. Assign the application's role collection to your user via the SAP BTP subaccount cockpit.
Answer: A C
Explanation
To access the data in your application, you need to have the appropriate role collection assigned to your user.
A role collection is a set of user-related authorizations that restrict access to resources and services based on
defined user permissions. You can create a new role collection for your application in the SAP BTP
subaccount cockpit, or use an existing one that matches your application’s requirements. Then, you need to
assign the role collection to your user via the SAP BTP subaccount cockpit, so that you can access the data in
your application. Redeploying the project or logging out and in again will not solve the issue, as the
rolecollection assignment is independent of the deployment or the login process. References:
Question #:5
A. Destination Administrator
B. Subaccount Administrator
Answer: B
Explanation
To create a subaccount, you must have the Subaccount Administrator role. This role allows you to manage the
subaccount settings, such as entitlements, service instances, service subscriptions, destinations, and role
collections. The Subaccount Administrator role is assigned by the Global Account Administrator, who can
manage the global account settings and create subaccounts. The Destination Administrator role allows you to
create and manage destinations within a subaccount. The Cloud Connector Administrator role allows you to
configure and monitor the SAP Cloud Connector, which connects on-premise systems to SAP
BTP. References:
SAP Learning
Question #:6
What tool do you use to add a value help UI to section fields on the Object Page of an SAP Fiori elements
application?
A.
A. Page Map
B. Page Editor
C. Project Explorer
D. Home Page
Answer: B
Explanation
You use the Page Editor tool to add a value help UI to section fields on the Object Page of an SAP Fiori
elements application. The Page Editor is a graphical user interface that allows you to configure and customize
the UI elements of your application using annotations. You can access the Page Editor from the Application
Information page or the Command Palette tool in SAP Business Application Studio12
To add a value help UI to a section field, you need to follow these steps:
Open the Page Editor for the Object Page of your app and expand the nodes Sections->Section
Name->Subsections->Field Group Name->Form.
Select the field that you want to add a value help UI to and open the Property Sheet.
In the Property Sheet, scroll down to the Value Help section and enable the Value Help switch.
Choose the Value Help Type from the drop-down list. You can choose from Basic, OData, or Custom.
Depending on the Value Help Type, you need to provide additional properties, such as the Value List
Entity, the Value List Path, the Value List Parameters, or the Custom Value Help Function34
References: 1: Page Editor | SAP Help Portal 2: Create an SAP Fiori Elements Application | SAP
Tutorials 3: Value Help | SAP Help Portal 4: Fiori Elements – How to Develop an Object Page | SAP Blogs
Question #:7
What Ul application type do you choose to create an SAP Fiori elements-based user interface in the UI
creation wizard?
Answer: C
Explanation
To create an SAP Fiori elements-based user interface in the UI creation wizard, you need to choose the UI
Application Type as Template-Based, Responsive Application1.This option allows you to use predefined
templates that follow the SAP Fiori design guidelines and offer various features, such as OData metadata
support, smart controls, and annotations2.You can choose from different templates, such as List Report Object
Page, Worklist, and Analytical List Page, depending on your application scenario3.
You do not need to choose the following UI Application Types to create an SAP Fiori elements-based user
interface in the UI creation wizard:
Mobile-Centric, Freestyle Application: This option allows you to create a mobile application using the
SAP Mobile Development Kit (MDK).You can use this option to customize, deploy, and manage your
iOS and Android apps in the cloud4.However, this option does not use SAP Fiori elements templates,
but rather MDK metadata and rules5.
Basic Multitarget Application: This option allows you to create a multitarget application (MTA) that
consists of multiple modules, such as UI, service, and database.You can use this option to develop and
deploy complex applications that span multiple technologies and platforms6. However, this option does
not use SAP Fiori elements templates, but rather a generic MTA project structure.
SAPUI5 Freestyle Application: This option allows you to create a freestyle SAPUI5 application that
gives you full control over the UI design and logic. You can use this option to develop custom
applications that require specific UI elements or features that are not available in SAP Fiori elements
templates. However, this option does not use SAP Fiori elements templates, but rather a basic SAPUI5
project structure.
References:
Question #:8
When do you use the file explorer in SAP Business Application Studio?
A.
B. To deploy a project
Answer: C
Explanation
The file explorer in SAP Business Application Studio is a tool that allows you to view and edit files and
folders in your workspace. A workspace is an entity that contains your project’s settings, debug
configurations, and task configurations. You can use the file explorer to create, rename, delete, copy, paste, or
move files and folders. You can also open files in the editor, preview them in the browser, or compare them
with other files. The file explorer shows the files and folders of your current workspace, which can be either a
multi-root workspace or a stand-alone folder. You can switch between different workspaces or open new ones
from the file explorer. The file explorer does not allow you to view and edit APIs of a project, deploy a
project, or share project files with other team members. These tasks require different tools or services in SAP
Business Application Studio. References:
File Explorer
Question #:9
How many builds does the CI/CD Builds Panel show for each job?
A. All
B. 5
C. 3
Answer: B
Explanation
The CI/CD Builds Panel shows the latest five builds for each job. You can see the build status, duration, and
start time for each build. You can also access the build logs, artifacts, and pipeline configuration from the
panel. The CI/CD Builds Panel helps you monitor and troubleshoot your CI/CD pipeline jobs in SAP Business
Application Studio. References:
Question #:10
How can an application developed on SAP Business Application Studio use data directly from a back- end
system?
Answer: B
Explanation
The correct way for an application developed on SAP Business Application Studio to use data directly from a
back-end system is to consume an external data service. This can be done by using the Service Center in SAP
Business Application Studio, which simplifies the connectivity to external data sources, enables data source
exploration from different providers, and integrates the data source into the application in development. For
example, you can consume an external service from SAP S/4HANA by adding the Business Partner API to
your application and adding the Business Partner entity to your application service. References:
We help you pass any IT / Business Certification Exams with 100% Pass Guaranteed or Full Refund. Especially
Cisco, CompTIA, Citrix, EMC, HP, Oracle, VMware, Juniper, Check Point, LPI, Nortel, EXIN and so on.
We prepare state-of-the art practice tests for certification exams. You can reach us at any of the email addresses listed
below.
Sales: [email protected]
Feedback: [email protected]
Support: [email protected]
Any problems about IT certification or our products, You can write us back and we will get back to you within 24
hours.