System Administration Part I - SAS 9.2 Platform Administration

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Analytiks
A
Analytiks
Community Contributor
Quizzes Created: 2 | Total Attempts: 542
| Attempts: 226 | Questions: 24
Please wait...
Question 1 / 24
0 %
0/100
Score 0/100
1.
  1. SAS Pooled Workspace Server is configured by default to use server side pooling?

Explanation

The explanation for the given correct answer is that SAS Pooled Workspace Server is indeed configured by default to use server side pooling. Server side pooling allows multiple users to share a single workspace server, which can increase efficiency and optimize resource usage. This configuration is beneficial in environments where there are multiple users accessing the SAS environment simultaneously.

Submit
Please wait...
About This Quiz
SAS Quizzes & Trivia

Part I of the series of skill test quiz on SAS Platform Administration. The quiz is not any OS centric.

2.
  1. SAS Server Manager in SAS Management Console is a plug-in?

Explanation

SAS Server Manager in SAS Management Console is a plug-in because it is an additional component or extension that adds specific functionality to the SAS Management Console. It is designed to manage SAS servers and provides a centralized interface for administrators to monitor and control server activities. As a plug-in, it integrates seamlessly with the SAS Management Console and enhances its capabilities for server management.

Submit
3.
  1. SAS Management Console is a:

Explanation

SAS Management Console is a Java client. This means that it is a software application that is written in the Java programming language and can be run on any device that has Java installed. As a Java client, SAS Management Console provides a user interface for managing and administering SAS software deployments. It allows users to perform tasks such as configuring servers, managing user access and permissions, and monitoring system performance. Being a Java client also means that SAS Management Console is platform-independent and can be used on different operating systems.

Submit
4.
  1. One special Metadata user is The SAS Administrator and the other is:

Explanation

The correct answer is "SAS Trusted User." This user is considered special because they have additional privileges and permissions within the SAS system. They are trusted to perform certain tasks and have access to specific resources that regular users do not have. This user is typically responsible for managing and administering the SAS environment, ensuring its security and stability.

Submit
5.
  1. What is not a Task of the new Server Manager in SAS Management Console:

Explanation

The new Server Manager in SAS Management Console does not have the task of deleting server logs. The Server Manager is responsible for tasks such as quiescing, stopping, pausing, resuming, and validating servers. It also allows users to test connections to servers and view information about current connections and processes. However, deleting server logs is not listed as one of its tasks.

Submit
6.
  1. Which server in the list below on Unix and Z/OS could be used to generate bootstrap script to start and stop SAS servers:

Explanation

The "sas.servers" server in the list could be used to generate a bootstrap script to start and stop SAS servers on Unix and Z/OS. This server is specifically designed for managing SAS servers and would have the necessary functionality to generate the bootstrap script needed for starting and stopping the servers.

Submit
7.
  1. Which of the following contains the tool  used to Update Hostnames Reference in a SAS EBI deployment?

Explanation

The correct answer is SAS Deployment Manager. SAS Deployment Manager is a tool used to manage and update SAS deployments. It allows users to update hostnames references in a SAS EBI deployment, ensuring that the correct hostnames are used for communication between different components of the deployment. The other options listed (SAS Deployment Wizard, SAS Update utility, SAS Universal Update Driver) do not specifically mention updating hostnames references and are not the correct tools for this task.

Submit
8.
  1. Which of the following contains the SAS Metadata Server configuration settings?

Explanation

The correct answer is omaconfig.xml. This file contains the SAS Metadata Server configuration settings. It is responsible for storing and managing the metadata configuration information for the SAS environment.

Submit
9.
  1. Due to security considerations which of the following files ought to be secured specifically:

Explanation

AdminUsers.txt should be secured specifically due to security considerations. This file likely contains sensitive information such as usernames and passwords of admin users. Securing this file helps prevent unauthorized access and protects the confidentiality of this sensitive information.

Submit
10.
  1. The SAS Metadata supports four (4) types of repositories?

Explanation

The correct answer is False. The SAS Metadata supports three types of repositories, which are Foundation Repository, Stored Process Repository, and OLAP Server Repository.

Submit
11.
  1. In SAS 9.2 it is not necessary to define dependencies between repositories?

Explanation

In SAS 9.2, it is not necessary to define dependencies between repositories because SAS 9.2 uses a metadata server that automatically manages dependencies between repositories. This means that when one repository is updated or changed, the metadata server will automatically update any other repositories that are dependent on it. This eliminates the need for manually defining dependencies and ensures that changes made in one repository are reflected in all other repositories.

Submit
12.
  1. The default Configuration directory name  (if not customized during install) is:

Explanation

The default Configuration directory name, if not customized during install, is "Config".

Submit
13. Update Hostnames Reference Tool only works when virtualization, ghosting, and or cloning?

Explanation

The given correct answer is true because the Update Hostnames Reference Tool is specifically designed to work in situations where virtualization, ghosting, and cloning are involved. These processes often involve creating multiple copies or instances of a system, and the tool helps in updating the hostnames of these copies to avoid conflicts and ensure proper network communication.

Submit
14.
  1. What does a SAS In-Process Server do?

Explanation

A SAS In-Process Server is responsible for scheduling jobs from certain web applications. It allows these web applications to schedule and manage the execution of jobs within the SAS environment. This server helps in automating the execution of tasks and ensures that jobs are executed at the specified time intervals or based on certain triggers. It provides a seamless integration between web applications and the SAS system, allowing for efficient job scheduling and management.

Submit
15.
  1. Journal file used with Metadata Server is:

Explanation

The correct answer is "File In memory." When using a journal file with a Metadata Server, the file is stored in memory. This means that the data from the journal file is loaded into the server's memory for faster access and processing. Storing the file in memory allows for quicker retrieval and updating of metadata, improving the overall performance and efficiency of the server.

Submit
16.
  1. The default journal file's size on 32 bit and Z/OS operating system is:

Explanation

The default journal file's size on a 32-bit and Z/OS operating system is 200 MB.

Submit
17.
  1. During migration from SAS 9.1.3 to SAS 9.2, any defined dependencies between repositories is eliminated as well as the associations between metadata objects?

Explanation

During migration from SAS 9.1.3 to SAS 9.2, the defined dependencies between repositories and the associations between metadata objects are not eliminated. Therefore, the correct answer is False.

Submit
18.
  1. A SAS Metadata Server could not be started without:

Explanation

A SAS Metadata Server could not be started without the Repository Manager. The Repository Manager is responsible for managing the metadata repository, which stores all the metadata information for SAS applications and resources. Without the Repository Manager, the metadata server would not be able to access or manage the metadata repository, making it impossible to start the server.

Submit
19.
  1. SAS Web Management Console is used to communicate with which of the following server by the Administrative users?

Explanation

The SAS Web Management Console is used by administrative users to communicate with the Content Table Server. This server is responsible for managing and storing metadata about SAS content, such as reports, data sets, and stored processes. The Web Management Console allows users to perform administrative tasks such as managing users, groups, and roles, as well as configuring server settings and monitoring server activity.

Submit
20.
  1. The default journal file's size on 64 bit OS is:

Explanation

The default journal file size on a 64-bit operating system is 500 MB. This means that the journal file, which is used for recording changes made to a file system, can store up to 500 MB of data before it needs to be cleared or resized. This size is typically sufficient for most systems, but it can be adjusted if needed.

Submit
21.
  1. In SAS Configuration Directory the APPData directory is for use for SAS Content Server and which of the following:

Explanation

The APPData directory in SAS Configuration Directory is used for SAS Content Server and BI Dashboard. This directory stores the necessary files and data for the BI Dashboard application to function properly. It allows users to create, customize, and share interactive dashboards and reports using data from various sources.

Submit
22.
  1. SAS Metadata Server remains in memory during Server Pause or Stop?

Explanation

The SAS Metadata Server does not remain in memory during a server pause or stop. When the server is paused or stopped, the SAS Metadata Server is unloaded from memory, and all active connections and sessions are terminated. This allows for system resources to be freed up and allocated to other processes.

Submit
23.
  1. The most common components of a SAS Application server are SAS Workspace Server, SAS Batch Server, SAS Pooled Workspace Server, and SAS Stored Process Server?

Explanation

The given statement is false. The most common components of a SAS Application server are SAS Workspace Server, SAS Stored Process Server, and SAS Metadata Server. SAS Batch Server and SAS Pooled Workspace Server are not typically part of the SAS Application server.

Submit
24.
  1. A SAS Content Server is used by the Shared Services components of the midtier ?

Explanation

A SAS Content Server is not used by the Shared Services components of the midtier.

Submit
View My Results

Quiz Review Timeline (Updated): Mar 16, 2023 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 16, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Aug 29, 2011
    Quiz Created by
    Analytiks
Cancel
  • All
    All (24)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
SAS Pooled Workspace Server is configured by default to use server...
SAS Server Manager in SAS Management Console is a plug-in?
SAS Management Console is a:
One special Metadata user is The SAS Administrator and the other is:
What is not a Task of the new Server Manager in SAS Management...
Which server in the list below on Unix and Z/OS could be used to...
Which of the following contains the tool  used to Update...
Which of the following contains the SAS Metadata Server configuration...
Due to security considerations which of the following files ought to...
The SAS Metadata supports four (4) types of repositories?
In SAS 9.2 it is not necessary to define dependencies between...
The default Configuration directory name  (if not customized...
Update Hostnames Reference Tool only works when virtualization,...
What does a SAS In-Process Server do?
Journal file used with Metadata Server is:
The default journal file's size on 32 bit and Z/OS operating system...
During migration from SAS 9.1.3 to SAS 9.2, any defined dependencies...
A SAS Metadata Server could not be started without:
SAS Web Management Console is used to communicate with which of the...
The default journal file's size on 64 bit OS is:
In SAS Configuration Directory the APPData directory is for use for...
SAS Metadata Server remains in memory during Server Pause or Stop?
The most common components of a SAS Application server are SAS...
A SAS Content Server is used by the Shared Services components of the...
Alert!

Advertisement