A00-281 Exam Questions
98 real A00-281 exam questions with expert-verified answers and explanations. Page 1 of 2.
- Question #1
Given the SAS data set WORK.BP What is the result?
- Question #2
The following SAS program is submitted: proc sort data=SASUSER.VISIT out=PSORT; by code descending date cost; run; Which statement is true regarding the submitted program?
- Question #3
Given the following data set DEMOG: Which selection below would be considered hard-coding?
- Question #4
Given the following entry in the SAS log: Which alternate method could you use to? - Transpose all data - Not produce a warning message in the log
- Question #5
Which statement will create a report footnote that identifies the date and time that the SAS program was executed?
- Question #6
Which statement correctly describes an aspect of a Phase II clinical trial?
- Question #7
Which SAS program will apply the data set label 'Demographics' to the data set named DEMO?
- Question #9
You want to calculate the p-value of Fisher's exact test for a 3x3 table. Which option must you add to the TABLES statement of PROC FREQ?
- Question #10
Which validation technique involves two programmers writing separate programs to produce the same output, then comparing the result?
- Question #11
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 us...
- Question #13
Where would you store a value collected on a case report form but not defined in an SDTM domain?
- Question #14
Given the following demographic dataset: Which program will generate a report where observations will appear in order by SITE SUBJECT and display column headers for each variable d...
- Question #15
Given the following data set: Which program was used to prepare the data for this PROC PRINT output?
- Question #16
Which ODS statement option terminates output being written to an HTML rile?
- Question #17
What describes the SAS automatic _ERRDR_ variable?
- Question #18
A user-defined format has been created using the FORMAT procedure. Where is it stored?
- Question #19
What is an international ethical and scientific quality standard for designing, conducting, recording and reporting trials that involve the participation of human subjects?
- Question #20
Given the following two data sets EX and AE: Which output data set is produced by the submitted SAS program?
- Question #21
Given the following output from the TTEST Procedure: Variable: What is the t-test p-value?
- Question #22
Given the following log entry: Which SAS system option adds the blue highlighted lines to the log?
- Question #23
A report that you are working on will require the following header lines: Which code adds the second line of the header "Adverse Events"?
- Question #24
Baseline is defined as the last non-missing value prior to Day 1. What is the value for the change from baseline for Week 1 for Subject 2?
- Question #25
This question will ask you to provide a line of missing code. The following SAS program is submitted: Which statement is required to produce this output?
- Question #26
Given the SAS data set WORK.VS1: Which value will be assigned to variable TOTAL?
- Question #27
The data set CM has eight variables including CMTRT and is sorted by STUDYID USUBJID CMSEQ. DATA_BB is created by selecting records from CM where the character string "BLOCKER" is...
- Question #28
From the Statistical Analysis Plan, patients age is calculated as an integer relative to date randomized divided by 365.25. Given the following annotated CRF: Which programming cod...
- Question #29
This question will ask you to provide a missing option. Given an existing work data set (DM), the following code is submitted:
- Question #30
This question will ask you to provide a line of missing code. Which statement must be added to the following program to create a page break in the report after each RACE grouping?
- Question #31
Given the following SCORE data set: Based on the concept of Last Observation Carried Forward, what will be the value for SCORE for the Week 12
- Question #32
You have acquired an existing program from a coworker which uses a macro. It is not immediately clear to you what this macro is doing. Which OPTION can be used to put the SAS state...
- Question #33
Given the VITALS data set:
- Question #34
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?
- Question #35
Which name is a valid SAS V5 variable name?
- Question #36
Which function would be used to determine the number of elements in an existing array?
- Question #37
The following SAS program is submitted: What will be the result when the program executes?
- Question #38
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?
- Question #39
This question will ask you to provide a line of missing code. The following SAS program is submitted: Which macro call prints all records from each dataset in library DB?
- Question #40
Which clause allows macro variable creation on a select statement in PROC SQL?
- Question #41
Given the following data at WORK DEMO: Which SAS program prints only the first 5 males in this order from the data set?
- Question #42
Which LIBNAME statement is valid?
- Question #43
What is the main focus of 21 CFR Part 11?
- Question #44
Which statement correctly creates a SAS date variable from a character variable?
- Question #45
What information can be found in the SAS Dictionary tables? (Choose two.)
- Question #46
Given the following data set: Which SAS program produced this output?
- Question #47
The purpose of the ADaM model is to provide a framework that:
- Question #48
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...
- Question #49
Given the following data set WORK.DM: Which subjects will appear in the LOG file?
- Question #52
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...
- Question #53
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:
- Question #54
This question will ask you to provide lines of missing code. Which ODS statements, inserted respectively in the two locations indicated above, create a report stored in a PDF file?