Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


i want to know aptitude questions,technical questions

Answers were Sorted based on User's Feedback



i want to know aptitude questions,technical questions..

Answer / gokul

yes i need to know aptitude questions,technical questions

Is This Answer Correct ?    5 Yes 0 No

i want to know aptitude questions,technical questions..

Answer / vignesh1988i

SEE.,..... 1 ST ROUND WILL BE THE APTITUDE ROUND.......
in this basic questions on maths,vocabulary, reasoning
questions will be asked...... it can be online or writtern
accordsing to the companies...............
in vocabulary section:
meanings .... antonyms and synomys will be given so refer
GRE BARRONS 12th edition..........
comprehension passasges.... word anology........ sentence
corrections .............
in quantitative section:(BASIC MATHS)
questions related to numbers sequences,time and
distances, work finish sums, graphs will be given from that
questions will be asked....., next is pipes and cartesims
sums,,,, age problems,.... mixtures and allegation
problems....... etc etc will be asked....... so PLEASE REFER
TO PREVIOUS YEARS QUESTIONS AND R.S.AGGARWAL..............
in reasoning section:
critical reasoning......... TCS followes this.......
pl. refer GRE BARRONS 12th edition......... a passage will
be given.. then 5 q. will be asked ..... but the given all
choices you would think it is correct.. but one only it wil
be .......... this will be always tough...... then logical
reasoning.................. here you have to draw an see as
venn diagrams etc........ refer GRE BARRONS.............


TECH.INTERVIEW


if you are an comp. student you must have ideas about
C.C++,OS,data structures,DBMS very important....... and
microprocessors.......... what you put as your AREA OF
INTEREST they will concentrate in that........ questions
also will be there from your projects.........


if you are an non IT student.... you ought to
know C/C++.... basic criteria.......... if you are strong
enough in C/c++ you can be sure to enter any IT
companies...................................................


ALL THE BEST

Is This Answer Correct ?    4 Yes 1 No

Post New Answer

More C Interview Questions

Write a simple program to find the size of different basic data types in C.

3 Answers  


write aprogram for There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.

1 Answers   iGate, Shashi, Source Bits, Subex,


main() { struct s1 { char *str; struct s1 *ptr; }; static struct s1 arr[] = { {"Hyderabad",arr+1}, {"Bangalore",arr+2}, {"Delhi",arr} }; struct s1 *p[3]; int i; < BR> for(i=0;i<=2;i++) p[i] = arr[i].ptr; printf("%s ",(*p)->str); printf("%s ",(++*p)->str); printf("%s ",((*p)++)->str); }

0 Answers   Wilco,


Write a program to add the following ¼+2/4+3/4+5/3+6/3+... (Like up to any 12 no.s)

1 Answers   HTC,


DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?

2 Answers   Wipro,


what is difference between strcmp & palindrome?

3 Answers  


What are enums in c?

0 Answers  


Switch (i) i=1; case 1 i++; case 2 ++i; break; case 3 --i; Output of i after executing the program

5 Answers   Mascot,


Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?

0 Answers  


write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1

0 Answers  


what is an array

5 Answers  


Explain Linker and Loader

5 Answers  


Categories