How do you put a giraffe into the refrigerator?
Answers were Sorted based on User's Feedback
Answer / anup nair
Open the refrigerator door, put the giraffe in, and close
the door. This question tests whether or not the candidate
is doing simple things in a complicated way.
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / gautham
How stupid question it is.No one will ask these type of
questions in the technical rounds,better don't post these
type of use less questions
| Is This Answer Correct ? | 5 Yes | 5 No |
Answer / anantha jothi
Buy a Big refrigerator and put the giraffe into it.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you debug and test your SAS programs? What can you learn from the SAS log when debugging? How do you test for missing values? How would you create multiple observations from a single observation? What are some good SAS programming practices for processing very large data sets? Briefly describe 5 ways to do a "table lookup" in SAS. Why is SAS considered self-documenting? Are you sensitive to code walk-throughs, peer review, or QC review? What other SAS features do you use for error trapping and data validation? How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
what is AE onset date and what is RDS?
what is the difference between infile and input? : Sas-administrator
WHAT DOES A SAS SPECIFICATION DOCUMENT SDS CONTAIN ?
explain the key concept of sas? : Sas-administrator
Below is the table. Required to be output should be the highest number of each student_id. Example. Student_id Subject Marks 1 Hindi 86 2 Hindi 70 3 English 80 . Calculate sum and average marks for each group of student_id Example. Student_id Subject Marks Total Marks Average 1 English 40 181 60.33333 2 English 67 196 65.33333 3 English 80 160 53.33333 PLEASE PROVIDE THE CODE OF ABOVE PROBLEMS
Please, anyone, let me know the style or an example of using 'by='/'by' variable of a PDV(Program Data Vector)
3 Answers Verinon Technology Solutions,
What has been your most common programming mistake?
Can you execute macro within another macro? : sas-macro
i have a dataset with 25 obs; 10th obs has like ramu,anji,ramu,azad,ramu like this. i want to know how many times the word repeats in that obs?
How do you test for missing values?
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming