Filter interviews by
Joins in SQL are used to combine rows from two or more tables based on a related column between them.
Joins are used to retrieve data from multiple tables based on a related column
Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN
Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column
OOP features are key concepts in Object-Oriented Programming that include encapsulation, inheritance, polymorphism, and abstraction.
Encapsulation: Bundling data and methods that operate on the data into a single unit (object)
Inheritance: Ability for a class to inherit properties and behavior from another class
Polymorphism: Ability for objects to be treated as instances of their parent class or their own class
Abstractio...
An exception in Java is a runtime error that disrupts the normal flow of a program.
Exceptions are objects that are thrown when an error occurs during the execution of a program.
They can be caught and handled using try-catch blocks.
Common types of exceptions in Java include NullPointerException, ArrayIndexOutOfBoundsException, and IOException.
I applied via Campus Placement and was interviewed before May 2023. There were 3 interview rounds.
It was basic aptitude test on rs aggrawal
Try-catch is a mechanism for handling exceptions in programming, allowing graceful error management and maintaining application stability.
Try block: Contains code that may throw an exception. Example: 'try { int result = 10 / 0; }'
Catch block: Handles the exception if one occurs. Example: 'catch (ArithmeticException e) { System.out.println(e.getMessage()); }'
Finally block: Executes code regardless of whether an excepti...
Top trending discussions
posted on 8 Dec 2021
I applied via Naukri.com and was interviewed in Jun 2021. There were 2 interview rounds.
posted on 26 Oct 2023
I applied via Referral and was interviewed before Oct 2022. There were 4 interview rounds.
posted on 16 Jan 2024
I appeared for an interview before Jan 2023.
posted on 23 Oct 2021
I applied via Naukri.com and was interviewed before Oct 2020. There were 3 interview rounds.
posted on 22 Dec 2021
I applied via Naukri.com and was interviewed in Jun 2021. There were 4 interview rounds.
Improving SQL performance involves optimizing queries, indexes, and server resources.
Optimize queries by reducing complexity and avoiding unnecessary joins
Use indexes to speed up data retrieval
Ensure server resources are adequate for the workload
Consider partitioning large tables to improve query performance
Use stored procedures to reduce network traffic and improve security
Index, trigger, and stored procedure are database objects used to improve performance and automate tasks.
An index is a data structure that improves the speed of data retrieval operations on a database table.
A trigger is a set of instructions that automatically executes in response to certain events, such as an insert, update, or delete operation on a table.
A stored procedure is a precompiled set of SQL statements that ...
Relationship in SQL refers to the association between two or more tables based on common fields.
Relationships are established using foreign keys
Types of relationships include one-to-one, one-to-many, and many-to-many
Relationships can be visualized using ER diagrams
Joins are used to retrieve data from related tables
Class module is a custom object in VBA that allows you to define your own properties and methods.
Class modules are used to create custom objects in VBA
They allow you to define your own properties and methods
You can create instances of a class module and use them in your code
Class modules are useful for encapsulating complex logic and data
They can be used to create reusable code libraries
Objects in MS Access are used to represent tables, forms, reports, and other database objects.
Objects are used to organize and manage data in MS Access.
Tables are the most basic object and store data in rows and columns.
Forms are used to display and edit data in a user-friendly way.
Reports are used to present data in a formatted and organized way.
Queries are used to retrieve and manipulate data from tables.
Modules are ...
Design view is used to create and modify database objects, while Datasheet view is used to view and edit data in tables.
Design view allows users to create and modify tables, queries, forms, reports, and macros.
Datasheet view displays data in a spreadsheet-like format and allows users to edit data directly.
Design view is used to set properties and define relationships between tables.
Datasheet view is used to sort, filte...
Joins are used to combine data from two or more tables in SQL. There are different types of joins.
Inner join returns only the matching rows from both tables
Left join returns all the rows from the left table and matching rows from the right table
Right join returns all the rows from the right table and matching rows from the left table
Full outer join returns all the rows from both tables
Cross join returns the Cartesian p...
posted on 29 Apr 2024
I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.
Oops concepts in Java refer to Object-Oriented Programming principles like Inheritance, Polymorphism, Encapsulation, and Abstraction.
Inheritance: Allows a class to inherit properties and behavior from another class.
Polymorphism: Allows objects to be treated as instances of their parent class.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Abstraction: Hides the implementation detail...
posted on 24 Jun 2024
I applied via Approached by Company and was interviewed in May 2024. There were 4 interview rounds.
Basic array and vectors DSA questions
The last function I wrote calculates the factorial of a given number using recursion.
Uses a recursive approach to calculate factorial.
Base case: factorial(0) = 1.
Example: factorial(5) = 5 * factorial(4) = 120.
Handles positive integers only.
based on 2 interview experiences
Difficulty level
Duration
based on 11 reviews
Rating in categories
Data Research Analyst
1.6k
salaries
| ₹3.7 L/yr - ₹8.3 L/yr |
Research Associate
664
salaries
| ₹3.3 L/yr - ₹7.5 L/yr |
Senior Data Research Analyst
609
salaries
| ₹4.5 L/yr - ₹8.5 L/yr |
Software Engineer
374
salaries
| ₹10 L/yr - ₹16.1 L/yr |
Senior Research Associate
350
salaries
| ₹4 L/yr - ₹9.1 L/yr |
Axis Direct
Kotak Securities
FactSet
Sharekhan