quiz assignment week 3

4
Introduction to Software Development on SAP HANA (Repeat) Thomas Jung (openSAP Team) Quiz: Assignment Week 3 https://open.sap.com/courses/6/quizzes/154/take 1 of 4 08/11/2013 12:34 PM

Upload: prem-anand

Post on 22-Oct-2015

53 views

Category:

Documents


3 download

DESCRIPTION

Quiz Assignment Week 3

TRANSCRIPT

Page 1: Quiz Assignment Week 3

Introduction to Software Development on SAP HANA (Repeat)

Thomas Jung (openSAP Team)

Quiz: Assignment Week 3 https://open.sap.com/courses/6/quizzes/154/take

1 of 4 08/11/2013 12:34 PM

Page 2: Quiz Assignment Week 3

Assignment Week 3

Started: Nov 8 at 12:28pm

Question 1: 4 pts

Internal SAP HANA logic that performs SQL queries on the data

A JavaScript-like language that combines some declarative parts of SQL and some imperative and object-oriented parts of Java

A draft for SQL statements for the SAP HANA Database

Extended ANSI SQL standard for stored procedures in the SAP HANA Database

Question 2: 3 pts

leads to undefined behavior

requires a special library

prevents parallel processing

increases the performance of your application

Question 3: 2 pts

R-Language

NoSQL

C++

XSJS

Question 4: 2 pts

In the "SYS_BIC" schema

On your local PC

In the "PROC" schema

In the same schema as your JavaScript sources

Question 5: 2 pts

with the SQL Console provided by the SAP HANA studio

with the SQLScript test unit

by clicking the Activate button, and thereby triggering a procedure execution

with assert() statements in the procedure

What is SQLScript?

Using imperative logic in SQLScript procedures...

As well as SQLScript, which programming language can you use to write procedures?

Where are activated procedures stored by default?

A stored procedure can be tested...

Quiz: Assignment Week 3 https://open.sap.com/courses/6/quizzes/154/take

2 of 4 08/11/2013 12:34 PM

Page 3: Quiz Assignment Week 3

openSAP Helpdesk

⇒ FAQ

Please describe your problem using the textbox below. Information about your browser and your email address will be automatically submitted along with your issue

report. Please check if your inquiry would better posted to the Discussion Forum to enable other students to learn from and discuss this topic. There, you have a

chance to get a direct answer from our content experts and from other course participants.

Report title

Question 6: 4 pts

Calculation Engine

Join Engine

Row Store Engine

Combined OLTP/OLAP Engine

FTP Engine

Question 7: 3 pts

Implementations of many standard SQL statements directly in the calculation engine

The 5 basic functions the database combines to execute all possible SQL queries

Implementations of the 5 most used standard SQL statements

Implementations of all standard SQL statements directly in the calculation engine

Question 8: 5 pts

FOR <loop-var> IN <start> ... <end> DO ... END FOR;

WHILE ... DO ... END WHILE;

REPEAT ... UNTIL ... END REPEAT;

<MARK>: ... IF ... THEN JUMP <MARK>;

Question 9: 2 pts

_SYS_RT

_SYS_BIC

_SYS_BI

_SYS_REPO

Question 10: 3 pts

Calculation Statistics

Watch Window

Debug Session

Code View

Which engines really exist in the SAP HANA Database?

There are 3 correct answers to this question.

What are CE functions?

Which loop statements are part of the correct SQLScript syntax of SAP HANA?

There are 2 correct answers to this question.

For which schema do you need all privileges to be able to debug?

Which of these elements is NOT a main element of the Debug Perspective in the SAP HANA studio?

Quiz: Assignment Week 3 https://open.sap.com/courses/6/quizzes/154/take

3 of 4 08/11/2013 12:34 PM

Page 4: Quiz Assignment Week 3

Cancel

Your request has been sent to the openSAP support team, and will be answered as soon as possible.

Thank you.

Please fill in all fields!

Back

Quiz: Assignment Week 3 https://open.sap.com/courses/6/quizzes/154/take

4 of 4 08/11/2013 12:34 PM