最新的SASInstitute SAS Certified Clinical Trials Programmer Using SAS 9 Accelerated Version - A00-281免費考試真題
問題1
The following SAS program is submitted:

What is the value of the second variable in the data set WORK.DIGESTL?
The following SAS program is submitted:

What is the value of the second variable in the data set WORK.DIGESTL?
正確答案: B
問題2
Identify the CDISC model with the following characteristics:
XML-based content and format standard
facilitates the archive and interchange of the metadata and data for clinical research
provides an accurate audit trail that is 21 CRF Part II compliant
Identify the CDISC model with the following characteristics:
XML-based content and format standard
facilitates the archive and interchange of the metadata and data for clinical research
provides an accurate audit trail that is 21 CRF Part II compliant
正確答案: D
問題3
The following SAS program is submitted:

You want to store all calculated means and standard deviations in one SAS data set.
Which statement must be added to the program?
The following SAS program is submitted:

You want to store all calculated means and standard deviations in one SAS data set.
Which statement must be added to the program?
正確答案: A
問題4
What information can be found in the SAS Dictionary tables? (Choose two.)
What information can be found in the SAS Dictionary tables? (Choose two.)
正確答案: A,B
問題5
An action plan that describes what will be done in a drug study, how it will be conducted, and why each part of the study is necessary is called:
An action plan that describes what will be done in a drug study, how it will be conducted, and why each part of the study is necessary is called:
正確答案: D
問題6
A Statistical Analysis Plan defines study day as the number of days between the visit date and the date of randomization plus one day.
The following SAS program is submitted using a macro from the project's library:

How is the STUDYDAY macro defined?
A Statistical Analysis Plan defines study day as the number of days between the visit date and the date of randomization plus one day.
The following SAS program is submitted using a macro from the project's library:

How is the STUDYDAY macro defined?
正確答案: D
問題7
CORRECT TEXT
Which CDISC filename contains the following items?
Variable attributes
Controlled terminology
Computational methods
Enter your answer in the space below (Case is ignored. Do not add leading or trailing spaces to your answer.).

CORRECT TEXT
Which CDISC filename contains the following items?
Variable attributes
Controlled terminology
Computational methods
Enter your answer in the space below (Case is ignored. Do not add leading or trailing spaces to your answer.).

正確答案:
DEFINE.XML,DEFINE.PDF,DEFINE
問題8
The following SAS program is submitted:

Which types of variables are DayofMonth, MonthofYear, and Year?
The following SAS program is submitted:

Which types of variables are DayofMonth, MonthofYear, and Year?
正確答案: B
問題9
A Statistical Analysis Plan describes a clinical trial as "A 12 week, double-blind, placebo-controlled, randomized, multi-center study." Double-blind refers to which groups in this study?
A Statistical Analysis Plan describes a clinical trial as "A 12 week, double-blind, placebo-controlled, randomized, multi-center study." Double-blind refers to which groups in this study?
正確答案: B
問題10
The VISIT data set is multiple records per subject, sorted by usubjid vistdtc vistm and contains the following variables:

The DEATH data set is one record per subject, sorted by usubjid vistdtc vistm and contains the following variables:

Which program will combine the DEATH and VISIT data sets by matching records?
The VISIT data set is multiple records per subject, sorted by usubjid vistdtc vistm and contains the following variables:

The DEATH data set is one record per subject, sorted by usubjid vistdtc vistm and contains the following variables:

Which program will combine the DEATH and VISIT data sets by matching records?
正確答案: C