Predict the output of given Java code snippets.
Explain the different types of inheritance in Object-Oriented Programming.
Answer conceptual questions on DBMS
Explain B+ trees and indexing in databases
Explain what PL/SQL is and write a trigger.
How is JSX compiled and converted into JavaScript?
Explain OS concepts such as Paging and Segmentation
How do you find the 3rd highest salary in a database?
Explain client-side rendering vs server-side rendering
Explain what happens internally when you run a program
How do you store and manage images in a web application?
Explain inner classes, threads, and synchronization in Java.
How can you ensure data security while using cloud services?
Write an SQL query to find the highest salary department-wise
Are you familiar with PL/SQL? Write a trigger and explain its use.
What happens if an exception occurs in code and it is not handled?
Design classes and implement constructors to satisfy given test cases.
Explain database normalization and the difference between 3NF and BCNF
Explain differences in architecture between popular backend frameworks
Explain DBMS concepts including Normalization, Joins, and ACID properties
Give real-life examples explaining the pillars of Object-Oriented Programming.
Explain garbage collection in Java and how memory is freed if an exception occurs.
Given a C++ OOP code snippet, predict the output and explain which constructors are called
Which is better: an abstract class with all abstract methods or an interface? Explain why.
Explain method overriding in Java, including what happens if a base class method is private.
Explain why the String class in Java is immutable and demonstrate how to create an immutable class.
Given multiple database tables, perform JOIN operations to derive the desired output for specific test case scenarios.
Write an SQL query to display the author and the number of books written by them from a table having multivalued attributes.
Explain JavaScript closures and predict the output of a function using closures (e.g., function ex(temp) { return [temp]; }).
Explain the String class in Java and discuss collections like HashMap and Hashtable, including differences between HashMap and Hashtable.
Explain the core OOP concepts in Java