What makes you match for this program?
Health Data Interview Questions
88 health data interview questions shared by candidates
If you were involved in an XY study, what would you have done differently?
Do you have any questions for us?
What is the following SAS code trying to do? Please explain Proc sort data = SpecCodes; By TreatingProvider SpecifaltyCodes; Run; Data SpecsCode2; Set SpecCodes; By TreatingProvider SpecialtyCode; If first.TreatingProvider then Counter = 0; Counter +1; Run; Proc freq data = SpecCodes 2; Tables Counter; Run; Data SpecCodes 3 (drop = SpecialityCode Counter i); Set SpecCodes 2; By TreatingProvider SpecialtyCode; Array Spec_Code{6} $ 2 Code1-Code6; Retain Code1-Code6; If first.TreatingProvider then do i = 1 to 6; Spec_code{1} = "; End; Spec_Code{Counter} = SpecialtyCode; If last.TreatingProvider then output; Run;
Explain a time when you were in a conflict and how did you resolve it?
They asked about background and experience. Nothing anybody asked was out of the ordinary.
How many stoplights are in Salt Lake City?
What is your greatest failure in life?
Viewing 81 - 90 interview questions