SAS Institute A00-420 SAS Viya Intermediate Programming Online Training
SAS Institute A00-420 Online Training
The questions for A00-420 were last updated at Feb 10,2025.
- Exam Code: A00-420
- Exam Name: SAS Viya Intermediate Programming
- Certification Provider: SAS Institute
- Latest update: Feb 10,2025
Which CAS action is used to compute descriptive statistics for numeric variables in a CAS table?
- A . cas.summarize
- B . cas.statistics
- C . cas.describe
- D . cas.profile
Which SAS Viya component provides self-service data preparation capabilities?
- A . SAS Data Preparation
- B . SAS Cloud Analytic Services (CAS)
- C . SAS Studio
- D . SAS Visual Analytics
Which CAS action is used to calculate the sum, minimum, maximum, and mean for numeric variables in a CAS table?
- A . cas.aggregate
- B . cas.statistics
- C . cas.summarize
- D . cas.describe
Which CAS action is used to calculate the frequency distribution of a categorical variable in a CAS table?
- A . cas.frequency
- B . cas.distribution
- C . cas.histogram
- D . cas.tabulate
Which statement is FALSE regarding loading data into CAS?
- A . JSON files can be loaded directly into CAS.
- B . Excel files can be loaded directly into CAS.
- C . Data Connectors are required to load DBMS data directly into CAS.
- D . Both DATA step and PROC COPY can be used to load data into CAS.
Which CAS action is used to calculate the mode(s) of a categorical variable in a CAS table?
- A . cas.modes
- B . cas.frequencies
- C . cas.distribution
- D . cas.tabulate
What is the purpose of the BY statement in the DATA step?
- A . To sort the data
- B . To subset the data
- C . To rename variables
- D . To merge datasets
Which CAS action is used to generate a summary report of missing values in a CAS table?
- A . cas.missing
- B . cas.validate
- C . cas.summary
- D . cas.check
Which CAS statement is used to select specific columns from a CAS table?
- A . CASTABLE
- B . CASSELECT
- C . CASCOLUMN
- D . CASWHERE