Skip to main content

Posts

Showing posts from February 8, 2012

IT Career Stories of Successful Student

NIIT Student Testimonial - Barkha Grover recruited by Patni Computers

Viswanathan Anand shares "Lessons from Chess" with students of NIIT Chennai

Evolution Of IT The India Story

Wipro Technologies, Aptitude Test Paper

Questions = 50; time limit = 50 minutes. No negative marking. Offline (paper & pen) test. There was individual cut off for all the sections Section 1: English, 15 questions Direction 1-5: In each of the following questions, find out which part of the sentence has an error. If there is no mistake the answer is ‘no error’ 1. Twice twelve / makes / twenty four / No error A B C D Ans: B 2. The flight purser took control / of the plane after / the pilot had had / a heart attack / No error A B C D E Ans: C 3. My friend did not see me / for many years / when I met him last week / No error A B C D Ans: A 4. We grieve our loss and cry helplessly / while we should be fighting for our rights / and die a noble death / No error A B C D Ans: B 5. Work hard / lest you will / fail / No error A B C D Ans: D Directions 6-10: The following questions consist of two words each that have a certain relationship to each other, followed by four lettered pairs of words

Cognizant Technology Solutions (CTS) 2011 Placement Paper

1. What is the output of the program #include<conio.h> #include<stdio.h> void main() {        int i,j=20;       clrscr();      for(i=1;i<3;i++)    {         printf(“%d,”,i);        continue;        printf(“%d”,j);        break;    } getch(); } // A. 1,20 // B. 1,20,1,20 // c. 1,2 // D. 1,2,20,20 Ans: c 2. What is the output of the program #include<conio.h> #include<stdio.h> void main() { char *st1[3]= {“Hello”,”World”,”Oracle”}; *st1=st1[2]; st1[1]=*st1; free(st1[0]); free(st1[1]); clrscr(); printf(“%s %s %s”,st1,st1[1],st1[2]); getch(); } // A. Garbage Garbage Oracle // B. oracle oracle oracle // C. Hello World Oracle // D. Core Dump:cannot Print after freeing the memory Ans: D 3. It takes 8, 12 and 16 days for A,B and C resp. to complete a task. How many days will it take if A works on the job for 2 days then B works on it until 25% of the job is left for C to do, and C completes the work? a) 10 days b) 14 days

Interview Experience in TCS

Dear friends, I would like to share my student experience of attending TCS interviews. When you go for interview, be confident in what you say….and always put a smile on your face… When we answer the questions…we must be careful about our answer since we are giving them the chance to ask the next question If we don’t know anything about the question being asked…accept it by saying that “you don’t know” or “you are not clear about it” Be very clear of what your resume is! You will have questions about the certification courses, competitions, any projects…. TCS (Dec 2010) Technical + HR interview 1. Tell me about yourself? 2. Area of interest(my area was Data mining….so questions were like: a. What is data mining? b. Where is it applied? c. How data mining is useful for IT industry? ) 3. OOPS concepts 4. Difference btw MS ACCESS & Oracle? 5. Join queries? 6. Strengths and weaknesses? 7. About the competition that I participated? 8.