SHAC_FIRST0
![]() |
![]() |
![]() |
Title of test:![]() SHAC_FIRST0 Description: SHAC_FIRST0 |




New Comment |
---|
NO RECORDS |
Which method can you use to collect error messages with high severity and return them to the caller in the request-response?. req.reply. req.reject. req.notify. req.error. What does the service document of an OData service list? (3 correct). Singletons. Entity sets. Functions. Actions. Types. You are debugging a procedure and you want to do the following:Delete all breakp further debugging activity.What is the sequence of steps you should follow?. (a)Remove all breakpoints in the debugger pane. (b)Detach the debugger from the running application. (c)Resume module execution. (a)Detach the debugger from the running application. (b)Remove all breakpoints in the debugger pane. (c)Resume module execution. (a)Detach the debugger from the running application. (b)Resume module execution. (c)Remove all breakpoints in the debugger pane. (a)Remove all breakpoints in the debugger pane. (b)Resume module execution. (c)Detach the debugger from the running application. What is the SAP Business Application studio user interface made up of?. Tiles. Frames. Windows. Views. Why might you use the .on option to hook event handlers to a service? (2 correct). To override generic handler execution. To complement the framework code execution. To add checks to the generic handler execution. To deal with an external service. Which sequence of steps do you follow to enable the SAP Job Scheduling service to work with a new application?. Create an instance of the SAPJob Scheduling service. Create an xsuaa service instance. Deploy the application. Bind the SAP Job Scheduling service instance to your application. Bind the xsuaa service instance to your application. Create an instance of the SAPJob Scheduling service. Create an xsuaa service instance. Deploy the application. Bind the xsuaa service instance to your application. Bind the SAPJob Scheduling service instance to your application. Create an instance of the SAPJob Scheduling service. Create an xsuaa service instance. Bind the xsuaa service instance to your application. Bind the SAPJob Scheduling service instance to your application. Deploy the application. Create an instance of the SAPJob Scheduling service. Create an xsuaa service instance. Bind the SAPJob Scheduling service instance to your application. Bind the xsuaa service instance to your application. Deploy the application. You have to create an association between Books and Authors entities using Core Data Services (CDS).Which syntax is applicable?. entity Books { key ID : Integer; title : String; author : Association to Authors; } Authors { key ID : Integer; name: String; }. entity Books { key ID : Integer; title : String; author : Association to Authors; entity Authors { key ID : Integer; name: String; } }. entity Books { key ID : Integer; title : String; author : Association to entity Authors { key ID : Integer; name: String; } 1- }. entity Books { key ID : Integer; title : String; author : Association to Authors; } entity Authors { key ID : Integer; name: String; }. Why do you use request objects in the event handlers? (3 correct). To give information on the HTTP method. To call external services. To register another set of handlers. To send an arbitrary event. To provide error messages to the client. which of the following are predefined pseudo-roles supported by the SAP cloud Application Programming Model? (2 correct). system-user. authenticated-user. database-user. application-user. Why should you register an error handler เท your service implementation for the exception of the CAP SDK for Node.js?. To force the execution of the CRUD operation. To provide a meaningful error message. To ensure that the end user receives a message. To avoid a break in the app execution. Which file can an administrator use to augment the Multi-Target Application (MTA) model in the deployment descriptor?. mtaext.yaml. mtad.yaml. manifest.yaml. mta.yaml. What can you use to register the JavaScript implementation of an event handler for external services to the framework?. An inline function passed to result of cds.serveO. An @impl annotation in your CDS model file. A .js file with the same name as the .cds file. An inline function passed to result of cds.connect. What can you do to personalize SAP Business Application studio? (2 correct). Customize its native functionalities. Implement the available user exits. Implement an open-source extension. Customize its native version control. On which Core Data Services (CDS) element can you define a security restriction in the SAP cloud Application Programming Model? (3correct). Services. Associations. Actions. Functions. Types. You are executing a job using the SAP Job Scheduling service in asynchronous mode.Which HTTP status code does the application return as acknowledgement response?. 201- CREATED. 200- OK. 204- NO CONTENT. 202- ACCEPTED. In SAP HANA Cloud, which tasks are handled by the cloud provider? (3 correct). Backing up and restoring, and recovering the database software. Sizing, provisioning, and monitoring the database. Tuning the database to run optimally on the underlying operating system, and hardware. Managing users, roles, and permissions in the database. Installing, configuring, and upgrading the operating system. You are using Core Data Services (CDS) to define the persistence layer in SAP Business Application Studio.which folder of the project do you use to create the design time files?. srv. db. src. web. Which file in a Multi-Target Application (MTA) project contains the plugin name and version of every supported file suffix?. .hdbsynonymconfig. .hdbprojectiononviewconfig. .hdiconfig. .hdinamespace. You have to define name-space rules for a Core Data Service (CDS) entity.Which file do you use?. .hdbcds. .hdinamespace. .cds. .hdiconfig. Which components are part of SAP HANA cloud? (3 correct). SAP Adaptive Server Enterprise. SAP Enterprise Architecture Designer. SAP Analytics cloud. SAP HANA database. Data lake. which part of the MTA development descriptor file contains API keys?. Global elements. Modules. Resources. Properties. In the Run Configurations view, you can see the available dependencies as defined in the Package.json file.To which of the following can you bind or unbind these dependencies? (3 correct). User-provided service. SAP HANA Cloud database. Local database. External OData service. SAP Job Scheduling service. Which actions are executed in Cloud Foundry under the Deploy & Execute phase when you run an application? (3 correct). Copy the application image to the BLOB store. Release the application and provide the metadata information. Execute service wiring to dependent services. Download required libraries/dependencies. start a new container with the application image. Which sequence of steps do you follow when working with files locally in Git in SAP Business Application studio?. (a)Check out (b)Create, modify, save (c)Stage (d)Commit (e)Stage. (a)Create, modify, save (b)Check out (c)Commit (d)Stage. (a)Create, modify, save (b)Commit (c)Check out. (a)Create, modify, save (b)Stage (c)Check out (e)Commit. What is the purpose of an mtad.yaml file?. Add system-specific details to an MTA application. Deploy an MTA application. Archive an MTA application. Develop and build an MTA application. What can you use for Core Data Services (CDS)-based security in the SAP Cloud Application Programming Model? (2 correct). Scopes. Privileges. Authorizations. Roles. What properties can you set in the procedure header when developing a procedure? (3 correct). Begin/end statements. Language (SQLScript/R). Read/write access. Expression. Security (invoker/definer). Which resource types can you use in an mta.yaml file? (3 correct). com.sap.xs.pgp. com.sap.xs.uaa. com.sap.xs.hdi-container. com.sap.xs.web. com.sap.xs.hana-sbss. What is an event handler?. A method. A procedure. An interface. A function. As developer of an SAP HANA Cloud application, what do you define in the Application Security Descriptor file?. Roles. Authorizations. Scopes. Privileges. Which environments are available on SAP Business Technology Platform? (3 correct). SAP HANA Cloud. Kyma. Eclipse. Cloud Foundry. ABAP. You are using Git in SAP Business Application studio for version control. You have initialized Git and would like to include the files in your new local repository. What command do you use?. git add. git commit. git push. git init. In Node.js, which file do you use to define external module dependencies?. package.json. server.js. mta.yaml. pom.xml. Which major logical areas are involved when working with files locally in Git? (3 correct). Local Git repository. Working directory. Central Git repository. Staging area. Team repository. what do you use to update the Git history of the local file you are working on?. Checkout. Commit. Stage. Save. Which of the following parts does the MTA development descriptor (mta.yaml) contain? (2 correct). Modules. Code. Global elements. HTML elements. Which feature of domain modeling can you use to model document structures through contained- in relationships?. Associations. Entities. Namespace. Compositions. what can you specify as in the statement srv.Q? (2 correct). end. before. after. begin. Which of the following types of data model can you develop with SAP HANA Cloud? (3 correct). Semantic. Spatial. Graph. Composite. Predictive. Why would you create a calculation view?. To define a function that can be consumed by SQL. To define data distribution rules. To store layers of pre-aggregated results. To define a virtual modeling layer on top of tables. In a SQLScript procedure, which feature can you use to initialize IN/OUT table parameters?. SET. IS.EMPTY. DEFAULT EMPTY. DEFAULT. Which request headers values are passed when the scheduler invokes the endpoint? (2 correct). req.headers.connection. x-sap-job-id. req.headers.authorization. x-sap-job-schedule-id. Which of the following annotations provides the most fine-grained control for Core Data Services (CDS) security?. @restrict. @readonly. @insertonly. @requires. How can domain experts and developers collaborate to focus on domain problems using the SAP Cloud Application Programming Model? (2 correct). By maximizing boilerplate code to real custom logic. By fueling generic runtimes to serve recurring tasks automatically. By declaratively capturing domain knowledge in CDS models. By integrating the data with other SAP systems. You are asked to develop a Ul application that can be used by a global audience.which UI5 features can support this requirement? (3 correct). Role-based app experience. Easy adoption for different devices. Translation and internationalization. Extensibility concepts at code and application level. High contrast theme to aid visually impaired users. What are the properties of access control with @restrict? (3 correct). read. grant. to. delete. where. What is mandatory when working on public Git in a distributed environment?. Connect to a central repository to share your project contribution. Keep the entire history of your project locally. Buy the software license on the Git website. Block the piece of code you are working on in the central repository. What are the aspects of a Multi-Target Application (MTA) model in the lifecycle management of distributed applications? (3 correct). Integration. Cl/CD. Configuration. Composition. Dependencies. You want to implement an event handler to show a console log once a supplier record is read.what is the correct syntax to implement this?. const cds = require('@sap/cds') module.exports = cds.service.impl(function () { const {Supplier} = this.entities() this.after('each',Supplier, row =>{ console.log(`Read Supplier: ${row.ID}`)})}). const cds = require('@sap/cds') module.exports = cds.service.impl(function () { const {Supplier} = this.entities() this.after('each',Supplier, row =>{ output.log(`Read Supplier: ${row.ID}`)})}). const cds = require('@sap/cds') module.exports = cds.service.impl(function () { const {Supplier} = this.entities() this.on('each',Supplier, row =>{ output.log(`Read Supplier: ${row.ID}`)})}). const cds = require('@sap/cds') module.exports = cds.service.impl(function () { const {Supplier} = this.entities() this.on('each',Supplier, row =>{ console.log(`Read Supplier: ${row.ID}`) })}). What does the SAP cloud Application Programming Model provide to enhance cloud-native technologies? (3 correct). Data access layers. Destination service. (Generic) service providers. Service SDKs. Cloud Foundry service. what are some best practices for Domain Modeling? (3 correct). Use plural form for types. Start elements with lowercase letters. Start entity and type name with lowercase letters. Use plural form for entities. Start entity and type name with uppercase letters. What can you do once a development space is created in SAP Business Application Studio? (2 correct). Modify the list of optional extensions. Export the content as a compressed file. Change the initial name. Choose a different application type. Why would you choose an HDI-shared service plan instead of a schema service plan? (3 correct). You want to create database objects using source files. You want to use containers to isolate objects. You want to use SAP Business Application studio. You want to use synonyms to access external data. You want to develop calculation views. To which authorization objects can the SAP HANA Cloud Administrator assign business users? (2 correct). Role-collections. Scopes. Authorizations. Role-templates. How does SAP recommend implementing error handling เท application development? (2 correct). Focus on business logic. Use try/catch blocks for unexpected errors. Log unexpected errors. Hide errors and let the app run. How do you debug a Node.js module in SAP Business Application studio?. Attach the debugger to the application. Add the sap.hana.xs.debugger::Debugger role to the HDI container's #RT user. Set the enabled parameter to true เท the section debugger of the xsengine.ini file. Start the debugger from the CF command line interface and run the program. Which package can you use to read bound services?. @sap/xsenv. @sap/xssec. @sap/hdi. @sap/hdbext. Which tasks does the User Account and Authentication (XSUAA) service accomplish? (3 correct). It dispatches requests to microservices. It identifies the user by e-mail or user ID. It decides if a user is allowed to perform an activity. It assigns the principals to a user session. It stores the real users' identities. Which of the following elements are part of the SAPUI5 application's index.html file? (2 correct). Bootstrap. Service layer. Ul area. Database. Which Node.js module do you use to run an SQL statement against the SAP HANA database?. @sap/xssec. @sap/xsenv. @sap/hdbext. @sap/hdi. what is the sequence of steps to debug a procedure?. Select the procedure to be debugged from the Database Explorer. Open the procedure for debugging and set the breakpoint. Open the debug panel and link the debugger to a session. Execute the procedure. Open the debug panel and link the debugger to a session. Select the procedure to be debugged from the Database Explorer. Open the procedure for debugging and set the breakpoint. Execute the procedure. Open the procedure for debugging and set the breakpoint. Open the debug panel and link the debugger to a session. Select the procedure to be debugged from the Database Explorer. Execute the procedure. Select the procedure to be debugged from the Database Explorer. Open the debug panel and link the debugger to a session. Open the procedure for debugging and set the breakpoint. Execute the procedure. You are using Git from switch view in SAP Business Application Studio and have staged a file after modifications.what is the status of the file?. Deleted(D). Modified(M). Copied(C). New(A). According to the golden path for the SAP Cloud Application Programming Model, what does the framework do when you add custom logic? (2 correct). Parse output. Include tenant isolation. Serialize inputs. Handle database connections. Which aspect of model reuse can you use to add both Created by/Created at and Changed by/Changed as information for records?. managed. temporal. localized. cuid. Which database features are typically NOT required by analytical applications that run on SAP HANA Cloud? (2 correct). Pre-calculated aggregates. Indexes. Stored procedures. Table partitions. What can you set in a package.json file to configure a Multi-Target Application (MTA) project? (2 correct). The version. The service name. The schema version. The options of the deploy program. Which APIs are used by the event handler to interact with remote or database services? (2 correct). Querying. Construct. Messaging. Reflection. A new release of SAP HANA cloud, SAP HANA database is available as of today.lf you do NOT perform the upgrade manually, how much time do you have before your database will be automatically upgraded to the next release?. 3 months. 7 months. 2 weeks. 1 year. What can you use to define data models in the SAP Cloud Application Programming Model?. CDS. Java. CDS Notations. Node.js. What is the correct syntax to use common types for model reuse?. using { Country } using '@sap/cds/common'; entity Addresses {town : String;country : Country:}. using { Country } extract from '@sap/cds/common'; entity Addresses { town : string: country :Country; }. using { Country } from ’@sap/cds/common'; entity Addresses { town : string; country : Country; }. using { Country } in '@sap/cds/common'; entity Addresses {town : String;country : Country; }. Which solutions form the SAP Business Technology Platform? (2 correct). Analytics. Intelligent Suite. Experience Management. Application Development & Integration. How do you control the flow of logic when using SQLScript? (3 correct). By using WHILE loops. By branching logic based on some conditions. By using SELECT statements. By manipulating scalar variables. By using GRANT or REVOKE statements. What can you do when using the golden path for the SAP Cloud Application Programming Model? (2 correct). Reuse existing services. Define your data model. Handle database connections. Perform health checks. Which of the following deployment option of persistence models offer quick development and test cycles?. Global. Local. Virtual. Persistence. Which of the following are Cloud Foundry service types that are supported for binding in the Run Configurations view? (3 correct). Space. application-logs. xsuaa. auditlog. managed-hana. What is contained within the Application part of the index.html?. Service references. Primary Ul anchor. Initial construction. Configurations of files to be loaded. What extension is created for the runtime object when using files under the data folder during the Build activity?. .hdbdatatable. .cdstabledata. .hdbtabledata. .hdbtable. Which Core Data Services (CDS) object type can you use to read and write data for an application?. Entity. Composition. Namespace. Types. How do you define an entity for a business application that supports multiple languages dynamically? (2 correct). The entity attributes that need to support multiple languages need to be marked with a special keyword called localized. A text table gets created for each entity that has attributes defined as localized. The entity that needs to support multiple languages needs to be marked with a special keyword called localized. A text table gets created for each entity attribute that is defined as localized. What are the common types provided through @sap/cds/common? Note: There are 3 correct answers to this question. Currencies. Languages. Temporal. Countries. Managed. You are tasked with developing a simple end-to-end application with data persistency in SAP HANA Cloud and with SAP Fiori as the user frontend, to perform CRUD operations According to the programming model's golden path, which activities are mandatory when building such applications? Note: There are 3 correct answers to this question. Add custom logic. Add the SAP Fiori Ul. Reuse existing services. Define services. Define the data model. Which property of access control with @restrict accepts all standard CDS CRUD events, as well as action and function names?. where. to. on. grant. You have developed the persistence model and exposed the model using an OData service definition Which of the following apply to test the POST operations in SAP Business Application Studio? Note: There are 2 correct answers to this question. Use a command line available in SAP Business Application Studio. Create an HTTP file, run the application, and send a post request. Use run configuration in SAP Business Application Studio. Use the REST client, a utility that is available in SAP Business Application Studio. What actions are performed when you execute the CDS build command? Note : There are 2 correct answers to this question. It compiles the CDS model into SAP HANA specific development artifacts. It start the CDS server. It deploys the database artifacts to the database. It generates the ./gen folder. What can you define in the application router's design time descriptor: xs-app.json? Note : There are 2 correct answers to this question. modules. authenticationMethod. role-templates. routes. Your organization uses an enterprise account with a service assignment Entitlement to SAP Business Application Studio. You are asked to help with the steps required to launch and access SAP Business Application Studio Which steps do you perform at the subaccount level achieve this? Note There are 3 correct answers to this question. Add the user to the org member list. Create an instance of SAP Business Application Studio. Create an SAP HANA Cloud user. Assign the relevant role collection to the user. Add the user to the Cloud Foundry space member list with the Space Auditor role. What are the main features and capabilities of the app router? Note: There are 3 correct answers to this question. It acts as an authorization server. It is the central entry point of the application. It can serve static content such as web pages, SAPUI5 or other client side code. It manages the authentication flows for the application. It downloads all necessary libraries. Which design time files can you create in an SAP HANA database module? Note: There are 3 correct answers to this question. .hdbcalculationview. .yaml. .hdbprocedure. .hdinamespace. .cds. |