
___________________________________________________________________________________

COMPANY NAME : SASKEN
------------------------------------------------------------
DATE OF TEST : 9 Aug 2003, 2.30 pm
------------------------------------------------------------
PLACE OF TEST: 
------------------------------------------------------------
MODE 	   : Off-Campus
------------------------------------------------------------
DURATION     : 
___________________________________________________________________________________



-----Original Message-----
From: kashi vishwanath 
Sent: Sunday, August 10, 2003 10:58 AM
To: chetana-jobs@yahoogroups.com
Subject: [CHETANA] (Paper Pattern+Query) SASKEN PAPER:9th Aug


SASKEN PAPER HELD ON 9th AUG at 2:30pm
--------------------------------------------------------------
Hello friends,
   
I am a silent member of the group. This is my first mail to the group. I hope this will help u to know the new pattern for SASKEN. I had attened sasken test on 9th Aug at 2:30pm. 

There were around 85 Info-science, 30 Telecomm.. and 5 computer sc freshers.
After the test HR announced that the result will be in 3 days i.e by Wednesday. Only those 
candidates who r shortlisted will be intimated by mail. Rest must assume that they r not 
shortlisted. If shortlisted they will have to come for a TECHNICAL INTERVIEW followed by a HR 
INTERVIEW.
There may be further recruitment in SASKEN. I am not sure. Dont send ur CV's by mails. Just go 
to Sasken Campus and drop in ur resumes.

Address:
Sasken Communications Technologies Limited.
# 139/25 Amar Jyoti Layout, Ring Road,
Domlur PO
Banglore 560 071
India.

The questions were like this. 
Sasken New Pattern
------------------------------
Held on 9th August at 2:30 pm
 The text consists of two parts
1) C test
2) CSE01 Test
Duration: 1hr
---------------------------------------------------------
1) C test -10 questions- Some questions were as follows
I remember only a few.
a) What is the parameter passing mechanism to Macros Called?
b)     void func(int x,int y)
    {
  x=3;
 y=2;
     }
    main()
    {
 int i;
 func(i,i);
 print(i);
    }
 If the output must be 2 what is the parameter passing mechanism called?
c) which of the following code will swap the two numbers? -3 choices was given
d) which of the following is illegal for the program?
   main()
   {
     char const *p='p';
   }
  1)p++ 2) *p++ 3)(*p)++ 4) all
e) what is the output of the following program
  void print(int ** arr)
  {
    print("0 %f, 1 %f, 2 %f ",arr[0][0],arr[0][1],arr[0][2]);
   }
   main()
   {
      int a[][]={ {1,2,3},
      {4,5,6}
     }
     int ** arr=a;
     print(arr);
     arr++;
     print(arr);
   }
f) which of the following code swapps the two,numbers.
    - 4 choices were given
g) if the string "  this is a " is present in the code of a function such as 'void func(void)' where 
    will the variable stored in the memory.
  a) in the stack b) heap c) code or text segment as per implementation  d) created when
    func is called, stored in function stack  space and destroyed as it goes out .

2) CSE01-15 questions
    In this section there was question from LD-gates, JK flip flop, sampling rate and few other
    then there was a few from OS - i dont remember the questions.





___________________________________________________________________________________

You have downloaded this Paper from "CHETANA-JOBS" Yahoo Group
--------------------------------------------------------------------
To directly subscribe through e-mail, just send a blank mail to :
CHETANA-JOBS-subscribe@yahoogroups.com
--------------------------------------------------------------------
To unsubscribe from this group, send a blank email to:
CHETANA-JOBS-unsubscribe@yahoogroups.com
--------------------------------------------------------------------
To learn more about the CHETANA-JOBS group,
please visit: http://groups.yahoo.com/group/CHETANA-JOBS
___________________________________________________________________________________


