i want to know aptitude questions,technical questions
Answers were Sorted based on User's Feedback
Answer / gokul
yes i need to know aptitude questions,technical questions
| Is This Answer Correct ? | 5 Yes | 0 No |
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 |
Write a simple program to find the size of different basic data types in C.
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); }
Write a program to add the following ¼+2/4+3/4+5/3+6/3+... (Like up to any 12 no.s)
DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?
what is difference between strcmp & palindrome?
What are enums in c?
Switch (i) i=1; case 1 i++; case 2 ++i; break; case 3 --i; Output of i after executing the program
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
what is an array
Explain Linker and Loader