A00-420 Practice Online

Quickly grab our A00-420 product now and kickstart your exam preparation today!

Name: SAS Viya Intermediate Programming
Exam Code: A00-420
Certification: SAS Foundation
Vendor: SAS Institute
Total Questions: 291
Last Updated: May 13, 2024
Page:    1 / 59      
Total 291 Questions | Updated On: May 13, 2024
Demo Download
Question 1

A SAS programmer wants to delete certain observations from a data set 'sales' where the 'product_code' is '1234'. The data set is indexed by 'product_code'. Which combination of statements is the most efficient way to accomplish this task?



Answer: B

Question 2

As a data analyst, you are tasked with utilizing multiple CAS sessions in your SAS Viya program to segregate various data management tasks. Given that you need to switch between these CAS sessions within the same program, how would you specify a particular session for the DATA step to run in?



Answer: D

Question 3

A programmer wants to create a new variable that increments by 1 each time a new group, defined by the BY statement, is encountered in the dataset. Which SAS programming technique can achieve this?



Answer: A

Question 4

A programmer wants to utilize the `TABULATE` procedure in SAS Viya for generating a summary report. They need to limit the output to only include the observations for which the 'type' variable equals 'Residential'. Which option demonstrates the correct use of the `WHERE=` parameter in PROC TABULATE to accomplish this task?



Answer: A

Question 5

An analyst is using fedSQL to write a query that requires case-sensitive string comparison between two columns, 'user_name' from the 'user_accounts' table and 'login' from the 'login_attempts' table. Given that the database is case-insensitive by default, which of the following code snippets would correctly perform a case-sensitive comparison?



Answer: B

Page:    1 / 59      
Total 291 Questions | Updated On: May 13, 2024
Demo Download