최신 SAS Viya Programming Associate A00-415 무료샘플문제:
1. Which statement about the CASL language is true?
A) CASL code is submitted to the CAS server using PROC CASUTIL.
B) CASL runs actions on both the SAS Compute Server and in CAS.
C) All CAS-enabled procedures are converted to CASL behind the scenes to run in CAS.
D) Actions in CASL are grouped into PROCs, and optional information is provided with parameters.
2. Which statement is true regarding BY group processing in the CAS DATA step?
A) Every row in a BY group is sent to the same thread and processed as a group.
B) The DATA step orders the rows within a BY group and then orders the BY groups in the output.
C) The data must be sorted before the DATA step begins processing.
D) Using the BY statement automatically sends all DATA step processing to a single thread.
3. Which SAS Viya component is responsible for distributed data processing?
A) SAS Studio
B) SAS Visual Analytics
C) SAS Cloud Analytic Services (CAS)
D) SAS Data Preparation
4. Which programming language is primarily used in CAS?
A) SAS
B) Java
C) R
D) Python
5. Which CAS action is used to create a new variable in the DATA step?
A) DROP
B) FORMAT
C) COMPUTE
D) ALTER TABLE
질문과 대답:
질문 # 1 정답: C | 질문 # 2 정답: A | 질문 # 3 정답: C | 질문 # 4 정답: A | 질문 # 5 정답: C |