최신 SAP Certified Development Associate C-HANADEV-15 무료샘플문제:
1. You need to access a remote database table object within your HDB module in an MTA project. In SAP HANA extended application services, advanced model (XS advanced) a user-provided servicewas created to access the external schema. The service is already declared in the MTA project YAML file.
Which activities do you perform?
Note: There are 3 correct answers to this question.
A) Create/Update the .hdbgrants file prividing authorizations forthe remote schema.
B) Create a synonym that refers to the view.
C) Create a view that refers to the table.
D) Create a view that refers to the synonym.
E) Create a synonym for the remote table object.
2. For what do you use the RESIGNAL statement in SQLScript?
A) Generic SQL exceptions
B) System exceptions
C) User-defined exceptions
D) Specific SQL error codes
3. What happens if you define adatabase object in the persistence model and deploy it using the SAP HANA Deployment Infrastructure (HDI)?
A) The corresponding runtime object is created in the database module of the multi-target application during runtime.
B) A descriptive representation of the object is created in HDI during runtime.
C) The HDI container is created when the design-time object is saved.
D) The corresponding runtime object is created in the HDI container on deployment.
4. You created several database tables in a multi-target application and need to keep their names as short as possible.
Which parameter of the .hdinamespace file do you set to ignore?
A) subfolder
B) name
C) hdbtable
D) mixinTypes
5. Which are the artifacts that are contained in an SAP HANA Deployment Infrastructure (HDI) container? Note:
There are 2 correct answers to this question.
A) JavaScript programs
B) Table definitions
C) SQLScript procedures
D) Data services
질문과 대답:
질문 # 1 정답: A,D,E | 질문 # 2 정답: C | 질문 # 3 정답: D | 질문 # 4 정답: A | 질문 # 5 정답: B,C |