Jobs in India
Search Jobs
Search Jobs
Advertisements

Old Paper 4 - General - Other by Sasken

Details of Old Paper 4 - General - Other by Sasken conducted by Sasken for job interview.
Advertisements
Pattern

1) 60 questoins on C
Mainly qustions on Poniters in C - yashwant kanetkar C questions based on commnad line arguments data structure ( BST, tree traversals)
2) Logical Reasoning - R. S. Agrawal LR is sufficient
test comprises of 2 sections, technical ( C ) and logical reasoning.. technical is for 60 mins, 60 questions...
logical reasoning is for 30 mins,17 questions.... ..all the questions were like " what is the output of the following program segment" and in many questions 3rd and 4th choices were (c)compilation error and (d)compilation warning,
runtime error.... in reasoning, all the 17 questions were paragraphs(arguement) of 5 to 6 sentences...
five sentences(choices) will be given below and questions were asked like " which of the five if true will weaken or supports the argument above .." think u got an idea after this.. .but they clearly mentioned after the test that they will be selecting 7 or 8 people out of 124 attended for the test on that day.......



Sasken Test

1)C test
2)Aptitude
3)technical

1)const char *p=,c,;
which not allowed 1)p++ 2)*p++ 3) (*p)++4)all

2)#define putchar(c) printf("%c",c);

int c=69;
putchar(c);

3) printf("%d",printf("ABC//"));

4) int func(int r)
{
int static result;
if(r