Interview exp at cognizant technology solutions



Interview exp at cognizant technology solutions..

Answer / nithinreddy

I wrote the cognizant exam conducted by aspiring minds at sridevi womens enng college on 9TH FEB
EXAM PATTERN:Consists 3 sections
ENGLISH-25 que
QUANTS-16que
REASONING-14 que
exam was off AMCAT pattern u have to attempted min 15 que in english and 10 questions each in 
quants and reasonig to get amcat score ,anyhow there was no negative marking ..so u can attempt all:-)
After 1 week ,
I got a mail from aspiring minds on feb 18th dat my interview is on 21st feb at cognzant campus
there were around 450 people for tr round after amcat exam offline  results at campus


MY TR INTERVIEW:

TR:Tell me about yourself?
ME:TOLD

TR:Explain the working of radar?
ME:SIR,RADAR means RADIO DETCTION AND RANGING.its consists of transreciever..
v will make radio wave into pulses and amlpfy it and send so as  to detect the target distance 
(long),direction.
once the target is known it will be recvd by reciver which contains many freuces it is amlpfyd 
and v get the details of target(the total operation depends on S/N RATION)

TR:what are ur fav subjects?
ME:i like all THE subjts sir ...i like mostly mpmc and telecommunications..

TR:what is the difference btwn mp amd mc?
ME:mp has only cpu inside it wheras mc has additinal things
like ram ,rom and other interfces ports inside it

TR:what is advantage of mp over mc?
ME:sir,mp is used for genera purpose and mc is application oriented

TR:How mobile communication takes place?
ME:when v call a person ,our call vil be dircted to near by base station and it will be directed 
to MTSO which is the heart of mble cmnctn from der it vil search for near by base station of 
person whom v are calling ...once he lifts our voice signal vil be converted to radio signal reaches basestn mtso again base
station converts back to voice signal from radio when it eaches the person whom v call....

TR:Tdma applications?
ME:videoconfering,2g cellulr systems

TR:Diff btwn CDMA and GSM?
ME:sir GSM international roaming is easier to access wheras in cdma its diifcult
GSM uses multiple frequncies n cdma uses single frequecy

TR:nitin,y der is one year gap btwn ur plus2 and btech?
ME:i dint get good rank in aieee so i again tok long term coaching got rank bt dint get in 
good college so gin wrote eamcet n joined aurora.

TR:so do u knw c language?
ME:yes sir i know basics only as i hav read it in my first year.

TR:what is array?
ME:aarray is collection of similar datatype

TR:write down array declaration of 5 elements?
ME:int a[5];

TR:write a program to find the no of digits in a number?
ME:
enter n value assign count to zero,
while(n!=0)
r=n;
n=n/10;
count ;
}
printf("count is %d",count);


TR:write a program to check whether given no is prime or not?
ME:
enter n value assign count to zero,
    
    for(i=2;i<=num/2;i ){
        if(num%i==0){
         count ;
            break;
        }
        }
   if(count==0

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Placement Papers Interview Questions

MBT Interview And Selection Procedure For Freshers

1 Answers   MBT, Unisys,


TCS 2014 Passing Out Batch

1 Answers   TCS,


tta original question paper held at 2008

1 Answers  


technical -electrical

1 Answers  


Infosys Mar 24,2007

1 Answers   Infosys,






Hi, Sir my name is Alka Singh I applied for HPCL in HR discipline. I need placement paper of last 2 yeras of HR and aptitude test, please help me.

0 Answers   HPCL,


NIC latest paper with number of questions

1 Answers   KTS,


A frog wants to climb a pole which is 15 feet in height, frog can jump 3 feet every minute after which he rests for a minute where he slips down 2 feet. How much time will the frog take to reach the top of the pole?

0 Answers  


SNAPDEAL QUESTIONS 1. A train is going at a speed of 60kmph towards Delhi and returned back at a speed of 30kmph. What is its average speed? ANS : (2*30*60)/(30+60) = 40kmph 2. How many different 4 letter words can be framed that have at least one vowel? ANS : 264 - 214 (total no of 4 digits words – no of words with no vowels) 3. Write an algorithm to find out a number from an array of numbers where only one number occurs once and rest all occurs twice. ANS : XOR all the numbers ,you will get the number with single occurrences . 4. Which among the following have the product of the distance between opposite sides of a regular polygon and it side equals one fourth of the area. A. hexagon B. octagon C. n=16 D. n=18 ANS : n=16.(area of regular polygon = apothem*perimeter/2 Apothem = distance between opposite sides/2 Area = (opp_side_dist * n * a )/4 Product of opp_side_dist and side of reg. polygon = opp_side_dist * a For n= 16 the ration becomes 1:4 5. Which of the following cannot be a relation between two variables? ANS = 4th diagram. 6.what will be the output of this program Void print (int n) { If (n>0) { printf(“hello”); print(n-1); } printf(“world”); } ANS : N times hello followed by N+1 times world. 7. Which among the following cannot be used for future prediction? ANS : 4th Diagram. 8. There are 25 horses. We have to find out the fastest 3 horses In one race maximum 5 horses can run. How many such races are required in minimum to get the result. ANS : 7 races (A. first run all horses = 5 races, eliminate 4th 5th of all races. B. Run horses who came 1st in those 5 races = 1 race , the horse coming first is the fastest Run horses a. 2nd and 3rd with the fastest horse (in first time race A) b. 2nd and 3rd coming horse in B. c. The horse who came 2nd with the horse(who came 2nd in race B) in race A You will have the fastest 3 horses.) 9. In a game of rolling dice you are given 2 dice and you have to roll them. Whatever is the outcome the player will win that many dollars. What should the game owner charge each player (optimum) so that he doesn’t have to bear any loss? ANS : $7 10. We have a function REV(“string”,m,n).This function is capable of reversing the caharacters in the string from mth location to nth location. e.g. REV(“abcd”,2,3) &#61672; the output will be acbd We need to swap a string from a position,e.g. SWAP(“abcdefg”,4) &#61672; output needs to be efgabcd. How can the REV function used do this. ANS : L = string length,N= position given in SWAP function. SWAP(“abcdefg”,4) = REV(REV(REV(“abcdefg”,N+1,L),1,N),1,L).

1 Answers   SnapDeal,


need question papers from 2007 to 2009

59 Answers   HCL, TCS,


is sap the part of erp

0 Answers  


HUGHES PLACEMENT PAPER -------- Placement Paper

1 Answers   Hughes,


Categories