Sunday 2 September 2012

Technical test (written)

December 11, 2007
Technical written test is quite different from the “Aptitude Test” which is commonly called as “Written test”. While in Aptitude Test questions asked are general in nature (Verbal, Quantitative & Logical) and is common to all candidates, recruiters (mostly IT companies) sets this round to test the knowledge on specific domains, such as C, C++, Java, ASP, SQL, Networking etc. The questions sets also differs from branch to branch and is mostly for engineering students.
As the pattern varies from recruiter to recruiter and also from branch to branch, it is not possible to give you an universal test pattern. However just to give you an idea, about 30 questions are asked, which you need to answer in about an hour.
How to clear Technical Test?
The answer is: only through practice! You can practice the previous years question papers of specific recruiters, links of which you would find in Written Test Links of section Discover yourself. Also following books have been recommended to increase your test preparedness domain-wise.

List Price: Rs.595, Offer Price: Rs.595
List Price: Rs.465, Offer Price: Rs.419, Discount: Rs.46 (10%)
List Price: Rs.540, Offer Price: Rs.540.
List Price: Rs.430, Offer Price: Rs.387, Discount: Rs.43 (10%)
List Price: Rs.480, Offer Price: Rs.480.
List Price: Rs.460, Offer Price: Rs.414, Discount: Rs.46 (10%)
List Price: Rs.540, Offer Price: Rs.540.
List Price: Rs.405, Offer Price: Rs.365, Discount: Rs. 40(10%)
List Price: Rs.480, Offer Price: Rs.480.
List Price: Rs.540, Offer Price: Rs.540
List Price: Rs.400, Offer Price: Rs.400
Books for Technical test in Computer Science /Information Technology:
1. C Books :
Let us C /Pointers in C/Test your C skills /Let Us C solutions ---By yashwant kanetkar
The c programming language by -- Kernighan and Ritchie
2. Data structure: TannenBaum
3. C++ : Balaguruswamy and Schaum Series
4. Unix : UNIX shell programming by yashwant kanetkar
5. Java : A Programmer's Guide to Java™ Certification—by Khalid A. Mughal
6. Operating system : OS by Galvin
7. Networking: TannenBaum
8. Software engineering : Roger Pressman.
Some Sample Questions for IT discipline:
Following questions gives you some idea on what sort of questions are asked:
1. What is true about the following C Functions
(a) Need not return any value
(b) Should always return an integer
(c) Should always return a float
(d) Should always return more than one value

2. Main must be written as
(a) The first function in the program
(b) Second function in the program
(c) Last function in the program
(d) Any where in the program

3. Which of the following about automatic variables within a function is correct ?
(a) Its type must be declared before using the variable
(b) Tthey are local
(c) They are not initialised to zero
(d) They are global

4. Write one statement equivalent to the following two statements
x=sqr(a);
return(x);
Choose from one of the alternatives
(a) return(sqr(a));
(b) printf("sqr(a)");
(c) return(a*a*a);
(d) printf("%d",sqr(a));

5. Which of the Following is platform independent?
a)UNIX b)BASIC c)C d) JAVA

6.Encription and Decription of data is done in which layer
a) presentation b) application c) session d).......

7. 4Stack is Implemented by
a)RAm b)ROM c)EPROM d)EEPROM

8. Write a C code to reverse a string using a recursive function, without swapping or using an extra memory.

9. what will MAX(i++,j),MAX(i,j++) return.

10. Difference between Macro and ordinary definition.

11. Difference between Class and Struct.

12. Give the outputs of a compiler and assembler and loader and linker etc.

13. If a new data structure, suppose a queue is to be added like int, long etc.,where shall the changes be -- lex or yacc or where.

14. what is a Real Time OS.

15. Describe VRTX in few words.

16. How does the scheduler know the time how it should be scheduled.

17. Name some sockets, TLI, streams. and much about project.

18. What is deadlock? How do you avoid it?

19. What is a semaphore?

20. What exactly happens after each system call in sockets, both at the client and at the server.

21. What is the difference between widget & gadget in XWindows?

22. Tell about strtok & strstr functions.

No comments:

Post a Comment