Pre Placement Talk :
Every company that visits a college campus, holds a pre placement talk where they make the students familiar with the company goals, work culture, environment and future. It is very important for a candidate willing to get placed in a company to sincerely listen to the pre placement talk and note down a few important points. This can help later to answer questions like "Why do you want to join our company?" or "Do you have any questions for us?". Some of the points that I noted down were -
- Target tag line - Work where you love.
- Opportunity to explore different technologies.
- Target promotes Learning and provides financial support if you take up any professional course.
- Target Insurance benefits - The insurance coverage is not just for the target team member but also for the family.
- OOPs concept
- A simple Java program to calculate sum of an array
- SQL queries - Select, Joins, Primary Key and Foreign Key constraints, Normalization, ACID properties. I was first asked to draw sample tables and fill it with dummy data and then asked to write queries to fetch certain data from the table.
- Git and Github - Why is it used
- About one of my web development project and database design that was used for same.
- Type of access specifiers in Java and what do they mean
- Inheritance and Abstract classes
- Merge sort and its efficiency
- On what basis does Google decide what links to show on each page when you search in the browser
- I was asked about one of my Android projects and was asked to write code that handled external rest api call. Though I was not able to write the exact syntax, I wrote down the structure of Asynctask class that I had used to make api call asynchronously. They were satisfied with it.
- What is Synchronous and Asynchronous process and specify example from daily life for same.