問題1
Given the following output from the TTEST Procedure: Variable:

What is the t-test p-value?
Given the following output from the TTEST Procedure: Variable:

What is the t-test p-value?
正確答案: D
問題2
This question will ask you to provide a missing option.
Given an existing work data set (DM), the following code is submitted:

This question will ask you to provide a missing option.
Given an existing work data set (DM), the following code is submitted:

正確答案: D
問題3
What is the main focus of 21 CFR Part 11?
What is the main focus of 21 CFR Part 11?
正確答案: A
問題4
Given the following data set:

Which SAS program produced this output?
Given the following data set:

Which SAS program produced this output?
正確答案: C
問題5
A subject reports a medication started in March of 2007 but cannot recall the day number. What is the value stored in the SDTM domain CM.CMSTDTC variable?
A subject reports a medication started in March of 2007 but cannot recall the day number. What is the value stored in the SDTM domain CM.CMSTDTC variable?
正確答案: B
問題6
Given the following data set WORK.DM:

Which subjects will appear in the LOG file?
Given the following data set WORK.DM:

Which subjects will appear in the LOG file?
正確答案: A
問題7
Which statement assigns the current date to the character variable CURRDT?
Which statement assigns the current date to the character variable CURRDT?
正確答案: B
問題8
Which statement correctly describes an aspect of a Phase II clinical trial?
Which statement correctly describes an aspect of a Phase II clinical trial?
正確答案: B
問題9
CORRECT TEXT
This question will ask you to provide a line of missing code.
You want to present a column header that contains breaks within the header as indicated
below.

In the space below, enter the option that completes the program (Case is ignored. Do not add leading or trailing spaces to your answer).

CORRECT TEXT
This question will ask you to provide a line of missing code.
You want to present a column header that contains breaks within the header as indicated
below.

In the space below, enter the option that completes the program (Case is ignored. Do not add leading or trailing spaces to your answer).

正確答案:
SPLIT='*';,SPLIT="*";,SPLIT='*',SPLIT="*",SPLIT='*';,SPLIT="*";,SPLIT='*',SPLIT="*",SPLI T='*';,SPLIT="*";,SPLIT='*',SPLIT="*",SPLIT='*';,SPLIT="*";,SPLIT='*',SPLIT="*"
問題10
Study day is defined as DCMDATE minus RFSTDTC +1

Which statement will compute the study day correctly without producing notes for missing values in the log?
Study day is defined as DCMDATE minus RFSTDTC +1

Which statement will compute the study day correctly without producing notes for missing values in the log?
正確答案: A