0% found this document useful (0 votes)
353 views3 pages

Placement Preparation

This document provides guidance and questions to help fresh graduates prepare for placement exams. It includes sample questions on topics like computer science fundamentals, aptitude and reasoning, programming languages like C++ and Java, operating systems, and computer networks. Useful links are also provided for online tutorials, practice problems, and courses to help students strengthen their technical skills for placements.

Uploaded by

Vishu Asensio
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
353 views3 pages

Placement Preparation

This document provides guidance and questions to help fresh graduates prepare for placement exams. It includes sample questions on topics like computer science fundamentals, aptitude and reasoning, programming languages like C++ and Java, operating systems, and computer networks. Useful links are also provided for online tutorials, practice problems, and courses to help students strengthen their technical skills for placements.

Uploaded by

Vishu Asensio
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Placement Preparation for Freshers

By Umesh Kumar [ Asst. Professor, ABESIT ]

Hello Students ! It’s your final year, and TIME is very valuable for you. You should focus properly and
entirely what you have learned in these 3 years. Avoid any distractions, and devote your time on
improving your technical and soft skills. Be better, than you were tomorrow. Take a small step each day,
to achieve the heights. Don’t fear to lose, learn something from every failure. You don’t lose when you
fail, you lose the moment you stop trying. You may not succeed immediately, but you will definitely !

So, put hard work into the preparation and gain confidence in yourself. ALL THE BEST !

Questions related to basics of Computer Science (Algo Analysis and Data Structures)

1. What are alpha-numeric values ?


2. What is Inorder Preorder Postorder
3. Convert from infix to prefix and postfix and vice-versa
4. Heterogeneous linked-list
5. Symbol table implementation
6. Loop optimization techniques
7. No. of possible binary trees acc. to given number of nodes
8. Which sorting algo to choose if I want to rearrange library books in proper order
9. Order of BST
10. Average successful search time for sequential search on ‘n’ items
11. Different types of trees & maps

Questions related to Aptitude and Reasoning

1. Calendar Questions
2. Permutations and combinations
3. Paper folding and cubes
4. Assertions and Tautologies
5. Probability
6. Many more !

Questions related to C, C++ and OOPS

1. What are run-time and compile-time errors ? Give an example also.


2. How pointers are used ? What is a null pointer, void pointer ?
3. Difference between i++ , ++i , i++ + ++i
4. What are Assembler, Linker, Loader and Compiler?
5. Storage classes
6. Types of errors
7. Output of y<<==2
8. Function call f(n++) or f(++n)

Questions related to JAVA

1. The 4 OOPS concepts explain in example


2. Exception handling
3. Design Patterns
4. Singleton Class
5. Difference between Int []a , Int[] a , Int a[]
6. Diff btw final, finally, finalize
7. All types of variables : local, global, static
8. Private constructor, how to get an object from it
9. Serialization
10. Copy constructor, destructor
11. Virtual function, pure virtual function, interfaces, abstract methods and classes
12. Run-time and compile-time polymorphism, early and late binding
13. Create deadlock using multithreading
14. Marker interface
15. Java beans
16. Access modifiers
17. Downcasting and upcasting
18. Operator and Method Overloading

Questions related to Operating Systems

1. Shell, Kernel
2. Locality of reference of a page
3. Re-locatable prog?
4. Multiprogramming systems
5. Pre-emptive scheduling
6. LRU, critical section, advantages of distributed sys
7. CPU scheduling algos
8. 32-bit and 64-bit machines : why they are called so
9. Bit, byte and word
10. Boot, bootstrap
11. Shell scripting in UNIX
Questions related to Computer Networks

1. Examples of Layer 1 Devices?


2. Which layer uses MAC address
3. Size of MAC address
4. Size of CRC in Ethernet header
5. Career sense mechanism in wifi
6. 802.11a operates in which band
7. Subnet, supernet, masks

Important Links

Geeks for Geeks Placement Course : https://www.geeksforgeeks.org/placements-gq/

Company Interviews and Apti Questions : https://www.indiabix.com/

Technical Interview Questions : https://www.tutorialspoint.com/questions_and_answers.htm

Free Tutorial for almost every technology : https://www.tutorialspoint.com/index.htm

Coding practice :

1. https://practice.geeksforgeeks.org/tracks/Placement/

2. https://www.hackerrank.com/dashboard

3. https://practice.geeksforgeeks.org/

4. https://www.codechef.com/problems/school

Feel free to browse through the net for more stuff !

You might also like