Skip to main content

Posts

Showing posts with the label INTERVIEW Question

INFOSYS INTERVIEW

Most of the questions are raised from your resume, so always have enough knowledge about each thing that you mention. I hope it can help.  “Good afternoon sir” v Good-afternoon, please have a seat.  “Thank you” v Fill up this sheet.  A sheet with columns for my rollno, name and signature was filled.  Give me your resume.  I opened the portfolio, took out the resume and handed over gently  So your father works in BHEL?  “No sir, my mother is a school teacher there and thus we are living in the quarter allotted to us. My father is a businessman”  What kind of business?  “He deals with plastic bottles and their marketing”  Only marketing? No manufacturing?  “Manufacturing as well, but not on that level”  Interviewer analyzes the resume  What is this KPS?  “It is Kalka Public School in New Delhi, I lived there in a hostel during my +1 and +2.”  So what difference did you find in the ...

Try to answer these questions.All these are asked in various interviews.

Try to answer these questions .All these are asked in various interviews. What is a class?  What is an object?  What is the difference between an object and a class?  What is the difference between class and structure?  What is public, protected, private?  What are virtual functions?  What is friend function?  What is a scope resolution operator?  What do you mean by inheritance?  What is abstraction?  What is polymorphism? Explain with an example.  What is encapsulation?  What do you mean by binding of data and functions?  What is function overloading and operator overloading?  What is virtual class and friend class?  What do you mean by inline function?  What do you mean by public, private, protected and friendly?  When is an object created and what is its lifetime?  What do you mean by multiple inheritance and multilevel inheritance?  Differentiate between them. ...

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...

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. ...

IBM Campus Placement Paper (Technical-C C++, DS, SQL, Aptitude)

IBM Campus Placement Paper (Technical-C C++, DS, SQL, Aptitude) ____________________________________________________________ 1.7^253. last digit? ans. 7 2.10^10^10 how much time will it take to write this number, if it takes 1 sec to write 1 digit. a.1000 secs. b.10 year. c. more than 1 million years. d. a few days. ans. more than 1 million years. 3. starting from 2 upto how many numbers we need to check whether 907 is prime or not? 4. a persons age is similar to the year he was born (last two digits is counted as age). ans. 80. 5. what is YACC? ans. yet another compiler compiler. 6. flop is a unit of ? ans. processing speed. 7.#define hello(x,y) printf(#expr”%d”,expr); main() { float x=1,y=2; expr=x/y; hello(expr); } ans. x/y=1; 8.time and work and days. 9. A & B fill 3 litres and 5 litres of oil in the car. C pays Rs. 8/- to A & B. How much will A get? 10. a question on “set” theory. it was given that less than 30 persons in class. (An...