SASInstitute SAS Viya Fundamentals of Programming - A00-415 Exam Practice Test

Question 1
Which code can be used to load a SAS data set, sashelp.cars, into caslib public?

Correct Answer: B
Question 2
Assume all caslib names follow libref naming conventions.
Which code assigns librefs of the same name to each caslib?

Correct Answer: B
Question 3
You want to use the MEANS procedure to summarize data using the CAS server.
Which statement is true?

Correct Answer: C
Question 4
Which statement correctly creates a global caslib called mycas that is connected to the
/workshop/data location?

Correct Answer: D
Question 5
Which CAS action is used to sort data based on one or more variables?

Correct Answer: A
Question 6
Which statement is used to sort a SAS dataset in ascending order?

Correct Answer: C
Question 7
What is the purpose of the SET action in CAS language programming?

Correct Answer: A
Question 8
Which statement is used to define a user-defined format in SAS Viya?

Correct Answer: D
Question 9
Which PROC TRANSPOSE step will execute entirely in CAS?

Correct Answer: A
Question 10
How can you rename a CAS table in CAS?

Correct Answer: B
Question 11
How can you associate a user-defined format with a variable in SAS?

Correct Answer: B