Summer Sale - Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: dpt65

A00-280 Questions and Answers

Note! Following A00-280 Exam is Retired now. Please select the alternative replacement for your Exam Certification.

A00-280 Questions and Answers

Question # 6

The following SAS program is submitted:

Which value does variable X contain?

A.

the numeric value 0

B.

the character value "01Jan1960"

C.

the date value 01011960

D.

the code contains a syntax error and does not execute.

Full Access
Question # 7

A Treatment-Emergent Adverse Event (TEAE) is commonly defined as any event that occurs on or after the date and time of:

A.

informed consent

B.

baseline assessment

C.

study enrollment

D.

first dose of study drug

Full Access
Question # 8

What is an international ethical and scientific quality standard for designing, conducting, recording and reporting trials that involve the participation of human subjects?

A.

21 CFR Part 11

B.

Good Clinical Practices

C.

MedDRA

D.

WHODrug

Full Access
Question # 9

You want 90% confidence limits for a binomial proportion from a one-way table with PROC FREQ. Which option must you add to the TABLES statement?

A.

BINOMIAL

B.

BINOMIAL ALPHA=0.9

C.

BINOMIAL ALPHA=90

D.

BINOMIAL ALPHA=0.1

Full Access
Question # 10

The following SAS program is submitted:

What is the value of the variable day when the data step completes?

A.

1

B.

6

C.

7

D.

8

Full Access
Question # 11

Which LIBNAME statement is valid?

A.

libname "c:\sas\labdata\";

B.

libname mysasdata "c:\sas\labdata\";

C.

libname work "c:\sas\labdata\";

D.

libname sasdata "c:\sas\labdata\";

Full Access
Question # 12

Which clause allows macro variable creation on a select statement in PROC SQL?

A.

INTO

B.

SYMPUT

C.

AS

D.

%MACRO

Full Access
Question # 13

The following SAS program is submitted.

What result is displayed for the variable COUNT?

A.

1

B.

2

C.

3C.3

D.

4D.4

Full Access
Question # 14

A SAS program is submitted and the following log is written.

What is the cause of this error message?

A.

The ARRAY declaration is syntactically incorrect.

B.

The IF statement is syntactically incorrect.

C.

The DO loop tries to get a value from a variable which does not exist.

D.

The IF statement tries to get ARRAY elements which are not declared.

Full Access