Associate/Senior Associate -(Technical)

Associate/Senior Associate -(Technical) Interview Questions and Answers for Freshers

Updated 18 Jun 2021

Q1. What are the different types of Database management systems. What are the Database languages ? What is the difference between drop, delete and truncate?

Ans.

Different types of DBMS, DB languages & difference between drop, delete & truncate.

  • Types of DBMS: Relational, NoSQL, Object-oriented, Hierarchical, Network, etc.

  • Database languages: SQL, PL/SQL, T-SQL, etc.

  • DROP: Deletes a table and its data, cannot be rolled back.

  • DELETE: Deletes rows from a table, can be rolled back.

  • TRUNCATE: Deletes all rows from a table, cannot be rolled back.

Q2. Give a real time example of Inheritance, Polymorphism, Abstraction and Encapsulation.

Ans.

Real-time examples of OOP concepts

  • Inheritance: A car is a vehicle, inheriting properties of a vehicle

  • Polymorphism: A shape can be a square or a circle, both implementing the same area method

  • Abstraction: A TV remote has buttons to perform actions, but the user doesn't need to know how it works internally

  • Encapsulation: A bank account has private data like balance, which can only be accessed through public methods

Q3. Write a SQL query to to print all the rows in a table that has no match in a second table.

Ans.

SQL query to print rows with no match in a second table

  • Use LEFT JOIN to join the two tables

  • Filter the rows where the second table's primary key is NULL

  • SELECT the columns from the first table

Q4. What is the difference between final, finally and finalise?

Ans.

Final, finally and finalise are related to completion or conclusion, but have different meanings and usage.

  • Final is an adjective used to describe the last or ultimate stage of something.

  • Finally is an adverb used to indicate the end of a process or event after a long wait or delay.

  • Finalise is a verb used to complete or finish something, often with a formal or official process.

  • Examples: The final exam, finally finished the project, finalise the contract.

Are these interview questions helpful?

Q5. What is a HashMap?

Ans.

HashMap is a data structure that stores key-value pairs and allows fast retrieval of values based on keys.

  • HashMap is part of the Java Collections Framework.

  • It uses hashing to store and retrieve elements.

  • It allows null values and null keys.

  • It is not synchronized by default, but can be made synchronized using Collections.synchronizedMap() method.

  • Example: HashMap map = new HashMap<>(); map.put("apple", 1); map.put("banana", 2); int value = map.get("banana"); // returns 2

Q6. What are the network topologies?

Ans.

Network topologies refer to the arrangement of various elements in a network.

  • There are several types of network topologies, including bus, star, ring, mesh, and hybrid.

  • Bus topology involves connecting all devices to a single cable.

  • Star topology involves connecting all devices to a central hub or switch.

  • Ring topology involves connecting devices in a circular manner.

  • Mesh topology involves connecting devices to each other in a network.

  • Hybrid topology is a combination of two or m...read more

Share interview questions and help millions of jobseekers 🌟

man-with-laptop
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions for Associate/Senior Associate -(Technical) Related Skills

Interview experiences of popular companies

3.8
 • 8.2k Interviews
3.6
 • 7.6k Interviews
3.7
 • 5.6k Interviews
3.7
 • 4.8k Interviews
3.5
 • 3.8k Interviews
3.8
 • 3.1k Interviews
3.4
 • 1.4k Interviews
3.8
 • 616 Interviews
View all

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary

Associate/Senior Associate -(Technical) Interview Questions
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
65 L+

Reviews

4 L+

Interviews

4 Cr+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter