最新的SASInstitute Clinical Trials Programming Using SAS 9.4 - A00-282免費考試真題
問題1
A report that you are working on will require the following header lines:

Which code adds the second line of the header "Adverse Events"?

Which code adds the second line of the header "Adverse Events"?
正確答案: B
問題2
Given the following information from the annotated CRF:

Which programming code will calculate the subjects' duration (days) of an AE?

Which programming code will calculate the subjects' duration (days) of an AE?
正確答案: A
問題3
Vital Signs are a component of which SDTM class?
正確答案: C
問題4
A Statistical Analysis Plan (SAP) defines the selection process for baseline records. This instructs the programmer to choose the last non-missing analyte value prior to first study drug administration (date/time).
The DEMO data set contains the date/time of first study drug administration for subject:

What will be the resulting baseline values, as selected per the SAP instructions?

The DEMO data set contains the date/time of first study drug administration for subject:

What will be the resulting baseline values, as selected per the SAP instructions?

正確答案: B
問題5
Given the following data set WORK.DM:

Which subjects will appear in the LOG file?

Which subjects will appear in the LOG file?
正確答案: A
問題6
Which two SDTM domains store information for the experimental design of the trial?
(Choose two.)
(Choose two.)
正確答案: B,C
問題7
This question will ask you to provide a line of missing code.

Which line of code would produce the blue notes in the log?

Which line of code would produce the blue notes in the log?
正確答案: D
問題8
A subject visit data set (Visits) includes variables for subject ID (SubjID) and visit date (VisitDT).
Which DATA step creates a data set with one record per subject and creates a variable (Visits) that computes the total number of visits for that subject?
Which DATA step creates a data set with one record per subject and creates a variable (Visits) that computes the total number of visits for that subject?
正確答案: A
問題9
Given the following partial output data set:

Which code was used to create AGECAT?

Which code was used to create AGECAT?
正確答案: D
問題10
Review the following procedure code:
proc ttest data=DATA1;
class GROUPVAR1;
var VAR1;
run;
Which variable is most appropriate to be analyzed as variable VAR1?
proc ttest data=DATA1;
class GROUPVAR1;
var VAR1;
run;
Which variable is most appropriate to be analyzed as variable VAR1?
正確答案: C