A00-280 Exam Questions
101 real A00-280 exam questions with expert-verified answers and explanations. Page 1 of 3.
- Question #1
Given the SAS data set WORK.BP subjid SBP DBP ------- --- --- 01561 101 92 02453 130 97 03489 117 70 01564 120 80 02678 145 79 The following SAS program is submitted: data WORK.HIG...
- 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: SITE PATID DOB SEXCD RACECD TRTMENT 1 1 11/25/1946 1 1 1 1 2 11/01/1974 1 1 2 1 3 10/13/1949 1 1 1 1 4 09/01/1968 2 1 2 1 10 05/24/1999 2 1 1 2...
- Question #4
Which statement will create a report footnote that identifies the date and time that the SAS program was executed?
- Question #5
Which statement correctly describes an aspect of a Phase II clinical trial?
- Question #6
Which SAS program will apply the data set label 'Demographics' to the data set named DEMO?
- Question #7
This question will ask you to provide a line of missing code. The following SAS program is submitted: proc report data=demo; column site subject trt age gender race ; <insert code...
- Question #8
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 #9
Which validation technique involves two programmers writing separate programs to produce the same output, then comparing the result?
- Question #10
The VISIT data set is multiple records per subject, sorted by usubjid vistdtc vistm and contains the following variables: # Variable Type Len 1 VISITNUM Char 2 2 VISDT Char 19 3 VI...
- Question #11
Which CDISC filename contains the following items? - Variable attributes - Controlled terminology - Computational methods Enter your answer in the space below (Case is ignored. Do...
- Question #12
Where would you store a value collected on a case report form but not defined in an SDTM domain?
- Question #13
Given the following demographic dataset: subject trt age gender race site 01002 A 28 MALE BLACK 01 06003 B 19 MALE HISPANIC 06 04001 B 24 FEMALE CAUCASIAN 04 02003 A 14 FEMALE CAUC...
- Question #14
Given the following data set: subjid trt result dtime age 1 A CR 0 56 2 A PD 1 52 3 B CR 2 47 4 B CR 2 29 5 I SD 1 39 6 C PD 1 31 7 C PD 2 90 The following output was generated fro...
- Question #15
What describes the SAS automatic _ERROR_ variable?
- Question #16
A user-defined format has been created using the FORMAT procedure. Where is it stored?
- Question #17
What is an international ethical and scientific quality standard for designing, conducting, recording and reporting trials that involve the participation of human subjects?
- Question #18
Given the following two data sets EX and AE: EX: dvar usubjid exscat exstdt exendt EX 201027 FIRST DOSE 15JAN2009 07JUN2010 EX 201027 INTERRUPTION 01JUN2010 13SEP2010 EX 211046 FIR...
- Question #19
Given the following output from the TTEST Procedure: Variable: fastgluc Variable: fastgluc N Mean Std Dev Std Err Minimum Maximum 6 7.6517 0.4999 0.2041 6.9500 8.3700 Mean 95% CL M...
- Question #20
Given the following log entry: 47 data hrstes ; 48 merge dm hr ; 49 by subjld ; 50 run ; INFO: The variable mexcd on data set WORK.HR will be overwritten by data set WORK.HR. NOTE:...
- Question #21
A report that you are working on will require the following header lines: Table 5.4 Adverse Events By Body System, Preferred Term, and Greatest Severity Which code adds the second...
- Question #22
Baseline is defined as the last non-missing value prior to Day 1. USUBJID VISITC VISITN HR 1 Pre-screen 0 86 1 Screening 1 81 1 Day 1 2 73 1 Week 1 3 69 1 Week 2 4 73 1 Week 4 5 96...
- Question #23
This question will ask you to provide a line of missing code. The following SAS program is submitted: proc freq data=dist; class code bzcr; run; to create the following output: The...
- Question #24
Given the SAS data set WORK.VS1: Subject _Name_ Visit1 Visit2 Visit3 Visit4 Visit5 101 SBP 160 150 . 130 120 The following SAS program is submitted: data WORK.VS2; set WORK.VS1; To...
- Question #25
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 #26
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 #27
This question will ask you to provide a missing code. Given the following DEMO data set: subject trt age gender race site 01001 A 20 MALE BLACK 01 02003 B 30 MALE HISPANIC 02 04001...
- Question #28
Given the following SCORE data set: subject visitn visit score 001 0 Week 0 151 001 1 Week 2 150 001 2 Week 4 001 3 Week 6 155 001 4 Week 8 157 001 5 Week 10 001 6 Week 12 001 7 Fo...
- Question #29
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 #30
Given the VITALS data set: PATID VISIT PULSE SYSBP DIABP 141 Week 1 60 118 72 141 Week 2 60 112 70 141 Week 3 66 108 72 141 Week 4 76 110 70 218 Week 1 82 130 73 218 Week 2 75 118...
- Question #31
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 #32
Which name is a valid SAS V5 variable name?
- Question #33
Which function would be used to determine the number of elements in an existing array?
- Question #34
Study day is defined as DCMDTE minus RFSTDTC +1 DCMDTE is character data in YYYYMMDD format contains partial date values RFSTDTC is character data in date9 format contains missing...
- Question #35
Which macro call prints all records from each dataset in library DB?
- Question #36
Which clause allows macro variable creation on a select statement in PROC SQL?
- Question #37
Given the following data at WORK.DEMO: PTID Sex Age Height Weight 457892 M 14 69.0 112.5 464289 F 13 66.0 84.0 479004 F 15 65.0 99.0 483476 F 14 62.0 102.5 493067 M 14 63.0 102.0 5...
- Question #38
Which LIBNAME statement is valid?
- Question #39
What is the main focus of 21 CFR Part 11?
- Question #40
Which statement correctly creates a SAS date variable from a character variable?
- Question #41
What information can be found in the SAS Dictionary tables? (Choose two.)
- Question #42
Given the following data set: SUBJID GENDER AGE TPT 4 M 63 3 5 F 72 4 3 M 45 1 1 M 57 2 2 F 39 1 3 M 57 2 The following output data set was produced. SUBJID GENDER AGE TPT 3 M 57 1...
- Question #43
The purpose of the ADaM model is to provide a framework that:
- Question #44
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 #45
Given the following data set WORK.DM: subject ge sex race cbp 001 24 M WH YES 002 53 F BL YES 003 36 F AS NO 004 57 M BL YES 005 25 F WH YES 006 80 F MU NA Note: cbp = Child Bearin...
- Question #46
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. Given the following pro...
- Question #47
This question will ask you to provide a line of missing code. The following SAS program is submitted to create the output: proc transpose data=labs out=labstran; var value; copy <i...
- Question #48
Identify the CDISC model with the following characteristics: - facilitates the archive and interchange of the metadata and data for clinical research - provides an accurate audit t...
- Question #49
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 #50
This question will ask you to provide lines of missing code. <insert code here> proc print data=WORK.AE; run; <insert code here> Which ODS statements, inserted respectively in the...