Explore topic-wise InterviewSolutions in .

This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.

1.

For A User To Have Access To A Standard Workspace Server, Is Internal Authentication Alone Is Sufficient?

Answer»

No, as for a user to have ACCESS to a standard workplace server, internal authentication ALONE is not sufficient, even a HOST account is REQUIRED.

No, as for a user to have access to a standard workplace server, internal authentication alone is not sufficient, even a host account is required.

2.

In Sas Admin Differentiate Between Roles And Capabilities?

Answer»

Roles determine which user interface elements a user sees when interacting with an application.

The features in APPLICATIONS that PROVIDE role-based management are CALLED CAPABILITIES.

Roles determine which user interface elements a user sees when interacting with an application.

The features in applications that provide role-based management are called capabilities.

3.

Describe What Are The Different Levels Of Administrative Users In Sas?

Answer»

There are BASICALLY TWO LEVELS of ADMINISTRATIVE users in SAS:

they are

  1. Administrative 
  2. Unrestrictive users

There are basically two levels of administrative users in SAS:

they are

4.

What Is The General Format Of Function In Sas?

Answer»

The GENERAL FUNCTION FORMAT of function in SAS is

myvalue=FUNCTION_NAME(required_argument1, …,

required_argumentN,optional_argument1,…,optional_argumentN);

The general function format of function in SAS is

myvalue=FUNCTION_NAME(required_argument1, …,

required_argumentN,optional_argument1,…,optional_argumentN);

5.

Differentiate Between Format And Informat?

Answer»

FORMAT: This indicates SAS to PRINT the variables

INFORMAT: This indicates SAS where a number should be READ in a particular format.

FORMAT: This indicates SAS to print the variables

INFORMAT: This indicates SAS where a number should be read in a particular format.

6.

What Is The Sas Data Set?

Answer»

A SAS data SET can be described as a file consisting. These are the two PARTS:

  1. DESCRIPTOR portion
  2. Data portion

A SAS data set can be described as a file consisting. These are the two parts:

7.

How Do You Define Proc In Sas?

Answer»

In SAS, PROC STEPS analyzes and process data in a FORM of SAS data set which controls and performs tasks on SAS data set such as:

  1. SORTING
  2. Summarizing
  3. Listing 

In SAS, PROC steps analyzes and process data in a form of SAS data set which controls and performs tasks on SAS data set such as:

8.

Explain The Use Of Proc Gplot?

Answer»

With the help of PROC GPLOT, we can create more fancier and COLORFUL graphics as it is having a number of options to CHOOSE from.

With the help of PROC gplot, we can create more fancier and colorful graphics as it is having a number of options to choose from.

9.

Name Any Two Sas Spawners?

Answer»

TWO SAS spawners are:

  1. SAS OBJECT SPAWNER
  2. SAS/CONNECT spawner

Two SAS spawners are:

10.

What Are The Different Servers In Sas?

Answer»

There are 5 different SAS servers:

they are

  1.  SAS metadata SERVER
  2.  SAS OLAP server
  3.  SAS/SHARE server
  4.  SAS table server
  5.  SAS deployment tester server.

There are 5 different SAS servers:

they are

11.

Name Some Categories In Sas 9?

Answer»

Some categories in SAS 9 are:

  1. ARRAY
  2. BITWISE LOGICAL operations
  3. Descriptive statistics
  4. Trigonometric
  5. Macro
  6. Mathematical
  7. FINANCIAL
  8. Hyperbolic
  9. SAS file I/O
  10. Variable control

Some categories in SAS 9 are:

12.

What Are The Different Operating System Platforms In Which We Can Use Sas?

Answer»

We can use SAS in TWO different operating systems

they are:

  1.  UNIX OR LINUX
  2.  WINDOWS

We can use SAS in two different operating systems

they are:

13.

What Do You Know About Sas And What We Do?

Answer»

SAS TURNS numbers into a beautiful presentation that ALLOWS organizations or government entities to MAKE proper decisions based on that DATA.

SAS turns numbers into a beautiful presentation that allows organizations or government entities to make proper decisions based on that data.

14.

How Does The Internal Authentication Work In Sas?

Answer»

During the log in time, let us say you have entered your credentials that it REQUIRES, it sends the information to Metadata servers which checks whether the credential details are right or wrong with the available credentials in its database and it accepts the client connection after validating the credentials. Metadata server’s USES SAS identity associated with the INTERNAL account to ACCEPT the connection.

During the log in time, let us say you have entered your credentials that it requires, it sends the information to Metadata servers which checks whether the credential details are right or wrong with the available credentials in its database and it accepts the client connection after validating the credentials. Metadata server’s uses SAS identity associated with the internal account to accept the connection.

15.

What Are The Best Sas Programming Practices For Handling Very Large Datasets?

Answer»

Some of the BEST SAS PROGRAMMING practices to handle very large DATA sets are:

  1. Sampling method using OBS option or sub setting
  2. commenting the Lines
  3. Use Data Null

Some of the best SAS programming practices to handle very large data sets are:

16.

What Are The Different Versions Of Sas That You Have Used Until Now?

Answer»

The different VERSIONS of SAS that I have USED until now are:

  1. SAS 9.1.3 in Windows and UNIX
  2. SAS 9.0 in Windows and UNIX
  3. SAS 8.2 in Windows and UNIX
  4. SAS 7 and
  5. SAS 6.12

The different versions of SAS that I have used until now are:

17.

In Sas, What Are The Areas That You Are Most Interested In?

Answer»

The AREAS that I am most interested in SAS are:

  1. BASE
  2. STAT
  3. GRAPH
  4. ETS

The areas that I am most interested in SAS are:

18.

What Is The Role Of Unrestrictive Users?

Answer»

As the name suggests Unrestrictive USERS don’t have access to the METADATA layer, they just PERFORM TASKS when the Metadata server is paused.

As the name suggests Unrestrictive users don’t have access to the Metadata layer, they just perform tasks when the Metadata server is paused.

19.

What Is The Role Of Administrative Users?

Answer»

ADMINISTRATIVE USERS have access to Metadata layer which a TYPICAL end user doesn’t have.

Administrative users have access to Metadata layer which a typical end user doesn’t have.

20.

What Are The Five Ways To Do A Table Lookup In Sas?

Answer»

The five WAYS to do a table lookup are:

  1. MATCH merging
  2. Direct ACCESS
  3. Format tables
  4. ARRAYS
  5. PROC SQL

The five ways to do a table lookup are:

21.

How Do You Connect The Desktop Application To Metadata Server?

Answer»

A Desktop application is connected to METADATA server with the HELP of CONNECTION profile. So as soon as you ANSWER this question, INTERVIEWER next question would be.

A Desktop application is connected to Metadata server with the help of connection profile. So as soon as you answer this question, interviewer next question would be.

22.

What Is Connection Profile?

Answer»

Connection profile can be DESCRIBED as a file that is stored on a desktop which CONTAINS the necessary INFORMATION to CONNECT to your METADATA profile.

Connection profile can be described as a file that is stored on a desktop which contains the necessary information to connect to your metadata profile.

23.

What Is The Role Of Sas Grid Administrator?

Answer»

The SAS Platform Administrator/GRID Administrator fills in as contact between the SAS Developers and enterprise infrastructure SUPPORT teams to ensure proper delivery of TECHNOLOGY solutions as per business requirements and objectives.

The SAS Platform Administrator or SAS GRID Administrator MAKES SURE that the platform is positioned for compliance with IT policies and standards and agreed upon service levels.

The SAS Platform Administrator/GRID Administrator fills in as contact between the SAS Developers and enterprise infrastructure support teams to ensure proper delivery of technology solutions as per business requirements and objectives.

The SAS Platform Administrator or SAS GRID Administrator makes sure that the platform is positioned for compliance with IT policies and standards and agreed upon service levels.