최신SASInstitute SAS Viya Intermediate Programming - A00-420무료샘플문제
문제1
Given the following CASL program:
proc cas;
table.tableInfo result=res / caslib="casuser";
do row over res.tableInfo;
print row;
end;
run;
quit;
Which statement best describes the variable row in the above program?
Given the following CASL program:
proc cas;
table.tableInfo result=res / caslib="casuser";
do row over res.tableInfo;
print row;
end;
run;
quit;
Which statement best describes the variable row in the above program?
정답: A
문제2
Which CAS action is used to select specific columns from a CAS table?
Which CAS action is used to select specific columns from a CAS table?
정답: C
문제3
What does CAS stand for in CAS language programming?
What does CAS stand for in CAS language programming?
정답: B
문제4
What is the purpose of the SAS Explorer in SAS Studio?
What is the purpose of the SAS Explorer in SAS Studio?
정답: C
문제5
Select the correct way to define formats and labels in a FedSQL CREATE TABLE statement.
Select the correct way to define formats and labels in a FedSQL CREATE TABLE statement.
정답: A
문제6
Which CAS action is used to validate the integrity of relationships between variables in a CAS table?
Which CAS action is used to validate the integrity of relationships between variables in a CAS table?
정답: B
문제7
In PROC CASUTIL, what does the LOAD FILE= statement do?
In PROC CASUTIL, what does the LOAD FILE= statement do?
정답: B
문제8
Employees is a 5,000 row table.
Which program executes in CAS using a single thread?
Employees is a 5,000 row table.
Which program executes in CAS using a single thread?
정답: D
문제9
Which SAS Viya component allows users to create and manage machine learning models?
Which SAS Viya component allows users to create and manage machine learning models?
정답: A
문제10
CAS stands for:
CAS stands for:
정답: C
문제11
Which CAS action is used to aggregate data at a higher level of granularity in a CAS table?
Which CAS action is used to aggregate data at a higher level of granularity in a CAS table?
정답: C
문제12
Which CAS action is used to generate a random sample from a CAS table?
Which CAS action is used to generate a random sample from a CAS table?
정답: C