최신SASInstitute SAS Viya Fundamentals of Programming - A00-415무료샘플문제
문제1
Which programming language is primarily used in the DATA step for CAS programming?
Which programming language is primarily used in the DATA step for CAS programming?
정답: B
문제2
Which CAS-enabled procedure is used to perform market basket analysis?
Which CAS-enabled procedure is used to perform market basket analysis?
정답: D
문제3
Which CAS-enabled procedure is used to fit regression models?
Which CAS-enabled procedure is used to fit regression models?
정답: B
문제4
Which data format should be used when saving a CAS table so that it will later load into CAS memory the fastest?
Which data format should be used when saving a CAS table so that it will later load into CAS memory the fastest?
정답: D
문제5
Which SAS component enables CAS-enabled procedures?
Which SAS component enables CAS-enabled procedures?
정답: D
문제6
Which SAS Viya component provides self-service data preparation capabilities?
Which SAS Viya component provides self-service data preparation capabilities?
정답: A
문제7
Which transpose.transpose action parameter specifies the name of the column in the input table that provides labels for the transposed output columns?
Which transpose.transpose action parameter specifies the name of the column in the input table that provides labels for the transposed output columns?
정답: C
문제8
Given the following log output:
- NOTE: The WHERE data set option on the DATA statement is not supported with DATA step in Cloud Analytic Services.
- NOTE: Could not execute DATA step code in Cloud Analytic Services. Running DATA step in the SAS client.
- NOTE: There were 19 observations read from the data set CASUSER.CLASS.
- NOTE: The data set CASUSER.CLASS2 has 1 observations and 5 variables.
Which DATA step program produced the above log output?
Given the following log output:
- NOTE: The WHERE data set option on the DATA statement is not supported with DATA step in Cloud Analytic Services.
- NOTE: Could not execute DATA step code in Cloud Analytic Services. Running DATA step in the SAS client.
- NOTE: There were 19 observations read from the data set CASUSER.CLASS.
- NOTE: The data set CASUSER.CLASS2 has 1 observations and 5 variables.
Which DATA step program produced the above log output?
정답: B
문제9
What does CAS stand for in CAS language programming?
What does CAS stand for in CAS language programming?
정답: B
문제10
Which CAS object is used to store and manage data?
Which CAS object is used to store and manage data?
정답: A
문제11
Which CAS action is used to merge two or more CAS tables based on a common key variable?
Which CAS action is used to merge two or more CAS tables based on a common key variable?
정답: A
문제12
What is the primary purpose of using the DATA step in CAS programming?
What is the primary purpose of using the DATA step in CAS programming?
정답: D
문제13
Which CAS action is used to calculate the sum, minimum, maximum, and mean for numeric variables in a CAS table?
Which CAS action is used to calculate the sum, minimum, maximum, and mean for numeric variables in a CAS table?
정답: A
문제14
Which CAS action is used to load data into the CAS environment?
Which CAS action is used to load data into the CAS environment?
정답: B