Sasken Communication Technologies

Career Details
Eligibility:

Engineering Degree with 60%

Selection Process:

Written
GD
Interview

Entry Package:
1.9
Organization Details
Industry:
Telecom/ISP
Company Profile :

Sasken is an embedded communications solutions company, that helps businesses across the communications value chain accelerate product development life cycles.

Sasken offers a unique combination of research and development consultancy, wireless software products and software services, and works with Network OEMs, Semiconductor Vendors, Terminal Device OEMs and Operators across the world. Global Fortune 500 and Tier 1 companies in these segments are part of Sasken's customer profile.

Established in 1989, Sasken employs over 3,500 people. operating from state-of-the-art research and development centers in Bangalore, Pune & Chennai in India, Kaustinen, Tampere, Oulu & Turku in Finland and Monterrey in Mexico. Sasken is also present in Shanghai (China), Ottawa (Canada), Nice (France), Frankfurt (Germany), Kanagawa (Japan), Lund (Sweden), Guildford (UK) and Boston, Dallas, New York & Santa Clara (USA).

Committed to innovation, Sasken works with customers to help them get to market ahead of the competition, and stay focused on new product development and manufacturing. With deep understanding of the communications industry, access to current and emerging technologies, mature development processes, global resources and a proven track record, Sasken creates complete solutions to help clients succeed. Clients choose Sasken for the comprehensive range of application solutions and services, backed by a proven reputation for expert support and high quality.

In addition to being directly involved in the development of a variety of technologies, Sasken is a member of premier technology bodies including ITU, 3GPP, GCF, MPEG-ISO, and the ATM, DSL and SDR forums.

Sasken is SEI CMM Level 5 certified and its’ solutions are backed by ISO 9001:2000, ISO 27001 and TL 9000 certifications. Sasken’s proprietary quality management systems strengthen our business offerings and ensure client satisfaction. Sasken’s commitment to environment is highlighted by its ISO 14001 certification.

The Procedures for selection are as below,
1. Aptitude test ( English - 20 question in 20 minutes,Maths-30 questions in 30 minutes,C programming-30 questions in 30 minutes and Computer sc.- 30questions in 30 minutes. the last section will b deifferent according to the branch for which u r opting the test. as i m from CSE thats why my paper was CSE paper)

2.The shortlisted candidates were grouped into GD groups. as only 150 to 180 students were selected from apti test, the GD was called off, and we r selected for technical interview. there was two panel of tech interview, one for CSE & IT and another for ECE. I was sent to the CSe panel. and after waiting for about 2 and half hours outside the room, i was really afraid of what was waiting for me there inside.i entered into the room and with a smile i shake my hand with the guy sitting in front of me.As soon as he saw my name he got interested , becoz i m chakraborty and he was too. and after doing some formal talk, he started to ask me about Linked list, array, structure,malloc, free,RAM,cache memory,some simple questions from JAVA,pointers, OSI layers and their functions, CRC,flow error controll etc. As i told him before my fevourites are C, JAVA, i answered confidently every questions from these topics. after half an hour of tech interview, he told me "Ok avijit it fine, so any question u have ?" i asked a company related question, and after that i left with a firm hadshake. and waiting for result, after 10 minutes a guy told me to go to the upstairs, and wait for the HR interview, oh god i was selected for HR. So guys from CSE have to b strong in C, JAVA, Networking.

3. Again after 2 and half hours of waiting outside, i was called inside the HR room, oh it was the guy , who presented the PPT in the begining of the day at the college hall. I made a firm handshake with him with a confident smile, he offered me to sit down.after that he asked me some typical HR questions.
A) Ok avijit, which branch r u from?
B) Tell me why did u chose this college?
C) Whats was the reason that ur JEE rank was not so good?
D) What are ur weaknesses? (He was not satisfied with the answers,)
E) Whats ur parents?
F) Why should i hire u?
G) Have u attented any interview so far?
I) Do u want to persue highre studies ?
J) Can u do software testing for us?

The person was very friendly, but, i thought i never made him satisfied, but at the same time i was very confident and i stick to my answer to the last. That clicked and after 20 minutes of HR interview, i left the room. and waiting for the result, after 5 minutes another guy came from the room and told me to wait downstairs in front of anothre room,after sometime another guy took me inside the room and after some formal talk i was given a T-Shirt (i saw those who got selected had that T-Shirt, thus i was sure that i got selected). after giving the T-Shirt he told me "Sorry avijit i m afraid i cant give u anything more". i was shocked.where's my offer letter. when i was about to leave, he tole me"Heres ur offerletter". oh i started to feel in the heaven.believe me frnd its the most memorable moment for me till now. i got the job.

0
No votes yet

There are 10 ques. in three

There are 10 ques. in three sections each, thus total 30 ques. 4 choices were given. 1 mark for each ans. no negative marking.
1 if phase of different frequency components of signal vary linearly then they all reach destination with delay
1) delay also vary linerly.
2) no change in delay,
3)

2 what is the relation in dbm and db?
1) same
2) dbm is 10 times db
3) db is 10 times dbm
4) db is relative measure and dbm is absolute measure.

3 difference in PSK and QPSK
a. slower sample rate
b. greater sample rate
c. slower bit rate
d. greater bit rate.

4 what is the main problem with power line communication
a. high audio signal generation
b. seperation of modulating and career signal
c. (something) low pass filtering

5 a signal is to be transmitted 1000km long distance sending 10 mbps . if signal consists of 1000 bits/package and takes 5 microsecs. to transmit then how much data is to be send such that line gets fully filled.
a. 100
b. 500
c
d.1000

6 if a process is wide sense stationary then
a. it's probability density function is also wss
b. power spectral density is wss
c. it's mean constant and auto correlation function depends only on time diff. t1-t2.
d.

7 for intelligent sound signal transmission
a. low pass filter of 1.8khz is to be used.
b. hpf of 1.8khz
c.
d.

q.8 if a 32 bit number in fractional form is to be converted into float then it is multiplied with
a. 2^31
b. 1/(2^31 - 1)
c. 2^31 -1
d.

9 if signal is sampled at 8 khz and the signal of 1 khz is transmitted then

q.1 char const *p='p' then which of below is true
a.**P =
(this question u can get from freshersworld sample paper)

q.2 recursive function
count(n){
if count<=1
then result = 1;
else
result = count(n-3) + count(n-1)
}
for count(6) ans is:
a. 3
b. 6
c. 9
d. 12

q.3 for(i=0;i<=50;i++)
for(j=0;j<=100;j++)

for(j=0;j<=100;j++)
for(i=0;i<=50;i++) for this type of loop which one is faster
a. same
b. first
c. second
d. depends on s/w and h/w

4 #define putchar(%f,c)
int c='d';
putchar(c);
what is the output?
a. ,b. some numbers
c. compiler error
d. segmentation error

5 file a
test()
{ int a; }

file b
void main(void)
{ int b;
b= test();
}
what is the output
a. a
b. b
c. not compiled,error
d. compiles sucessfully,but give linker error

q.1 if 2a. (x^2)*y
b. y^2)x
c. 5xy
d.
e.

2 in parallelogram what values of angles r possible
i. 90,90,90,90
ii. 70,130,70,130
iii. 40,70,150,130
a. i and ii only
b,c,d,e : combinations

q.3 if x+y=z is given what can be inferred from it0
i. xii. xiii. x<2z
a. i only
b. i and ii only n ohter combi

4 if B is 8 miles in east from city A, c at 16 in north from B, D 16 miles in east of C, E at 12 in north of D then what is the distance b/t a and e.
a. 10
b. 20
c. 30
d. 40
e. 50

5 in a library for each single novell there r 2 science book and for each science book there r 7 economics books then the ratio of economics to science to novell is
a. 1:2:14
b. 2:1:7
c. 14:2:1
d.e.

q.6 ira is taller than sam, harold is shorter than gene, elliot is taller than harold
sam and harold is of same height. thenwhich one is true.
a.sam is shorter than harold
b. elliot is taller than gene
c. ira is taller than elliot
d. elliot is shorter than gene
e. harold is shorter than ira

7 if a(n) is to be entered following the rule [ a(n)^2 - 1 ] then what r the next three enteries.
a. 0,-1,0
b. 2,3,4
c. 1,2,3
d. 0,-1,2
e. 0,-1,1
The test comprises of 2 sections:

1. Technical ( C ) & Technical Subject- 60 mins, 60 questions
2. Logical Reasoning.. - 30 mins,17 questions....

Post new comment

The content of this field is kept private and will not be shown publicly.
 
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd><a> <em> <strong> <small> <sup> <sub> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd> <h2> <h3> <h4> <img> <br> <br /> <p> <div> <span> <b> <i>.
  • Lines and paragraphs break automatically.

More information about formatting options