Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

Sample Questions:

1. Which SAS-recommended default account is used to impersonate clients already


authenticated on the metadata server and prevent having user accounts on multiple back-end
servers?
A. sastrust
B. sassrv
C. saswbadm
D. sasadm
2. In SAS Management Console, which components are required for promotion and
replication?
A. SAS Replication Server, SAS Administration Server and SAS Workspace Server
B. Foundation Repository, Custom Repository and Project Repository
C. SAS Workspace Server, SAS Stored Process Server and SAS/CONNECT Server
D. SAS Administration Server, SAS Source Server and SAS Target Server
3. A connection is made to the SAS Metadata Server. The following SAS program is
submitted
libname mymeta repname = 'Foundation' metaout = XXXXXXXX;
data mymeta.class;
set sashelp.class;
stop;
run;
What is the value of the METAOUT = option that specifies to write only the metadata to the
SAS Metadata Server?
A. metaserv
B. data
C. meta
D. metadata
4. Which SAS Management Console definitions are required on the source and target servers
for replication and promotion?
A.

Source: SAS Metadata Server, SAS Workspace Server


Target: SAS Metadata Server, SAS\CONNECT Server, IOM spawner

B.

Source: SAS Metadata Server, SAS\CONNECT Server


Target: SAS Metadata Server, SAS Workspace Server, IOM Spawner

C.

Source: SAS Metadata Server, SAS Workspace Server, IOM Spawner


Target: SAS Metadata Server, SAS\CONNECT Server

D.

Source: SAS Metadata Server, SAS\CONNECT Server, IOM Spawner

Target: SAS Metadata Server, SAS Workspace Server


5. In SAS ETL Studio, what is stored as a metadata identity?
A.
A user or a group of users of the metadata environment
B.

A list of the warehouse server names and port numbers

C.

The libraries containing the data in the warehouse

D.

The location of the SAS Metadata Server

Answer: A

You might also like