What is the difference between PROC MEANS and Mean function?
Analyste Sas Interview Questions
528 analyste sas interview questions shared by candidates
List some of the findings domains in the SDTM
ABout your self
Tell me about yourself and your experience.
Facebook is proud to be an Equal Employment Opportunity and Affirmative Action employer. We do not discriminate based upon race, religion, color, national origin, sex (including pregnancy, childbirth, reproductive health decisions, or related medical conditions), sexual orientation, gender identity, gender expression, age, status as a protected veteran, status as an individual with a disability, genetic information, political views or activity, or other applicable legally protected characteristics.
1 - As a Researcher what are the ways through which you can retrieve Unique records in SAS data set Answer: NO Dupkey (As Unique means something which is not repeated) 2 - As a Researcher you have been assigned a task of merging two separate data sets . What is the most important condition which has to be kept in mind for merging two separate dataz using a command Proc Merge. Answer: There is no such command known as proc merge as merging can only be done in a data step and not in Proc step 3 - What is the most important statement in a data step whose placement is very critical? Answer: Length statement as it has to be placed on top so that length of characters can be taken. If you give a length statement in the bottom then length of characters will not come. 4 - There is a data which has 500 observations and you only have to research on Observations from 27 to 45 so what command will you use? Answer: is Use of Conditions in combination with _n_ as its an automatic variable & question specifies Data has 500 observations and you shall specify if 27 greater than equal to _N_ and less than equal to 45 . & also can be done by 1st Obs & last Obs. 5 - As a researcher can u also use a substring function to read data from Left to Right ? Correct Answer: Only Scan can be used 6 - Why is a sum function preferred over a + operator..? Correct Answer Function shall consider the Missing value as zero and give the answer whereas + operator shall not give answer 7 - If you were given several SAS data sets you were unfamiliar with, how would you find out the variable names and formats of each dataset? Correct Answer: is Proc contents 8 - How do you remove only the trailing Blanks in SAS (Trailing Blanks mean blanks which are one after the other)? Answer: Its through COMP BL command it is compress and keep the Blank 9 - what items are created while processing any Data in sas? Correct Answer - Observation & Variables
Statistics related Questions were asked.
Merging in datastep, joins in proc sql
They do not ask any difficult questions because they expect that you can answer difficult questions after training.
SQL join, update, insert into statement
Viewing 111 - 120 interview questions