i
RDSolutions
Filter interviews by
Clear (1)
I appeared for an interview before Mar 2024.
SQL joins combine rows from two or more tables based on related columns, enabling complex queries and data analysis.
INNER JOIN: Returns records with matching values in both tables. Example: SELECT * FROM A INNER JOIN B ON A.id = B.id;
LEFT JOIN (or LEFT OUTER JOIN): Returns all records from the left table and matched records from the right table. Example: SELECT * FROM A LEFT JOIN B ON A.id = B.id;
RIGHT JOIN (or RIGHT O...
A stored procedure is a precompiled collection of SQL statements stored in a database for reuse and efficiency.
Encapsulates complex SQL logic for reuse, e.g., calculating total sales.
Improves performance by reducing network traffic, e.g., executing multiple queries in one call.
Enhances security by controlling access to data, e.g., granting execute permissions only.
Supports parameters for dynamic execution, e.g., passin...
UNION combines results from two queries, removing duplicates; UNION ALL includes all results, retaining duplicates.
UNION removes duplicate rows from the result set.
UNION ALL includes all rows, even duplicates.
Example of UNION: SELECT column1 FROM table1 UNION SELECT column1 FROM table2;
Example of UNION ALL: SELECT column1 FROM table1 UNION ALL SELECT column1 FROM table2;
UNION may be slower due to duplicate removal, whi
Identifying duplicate data involves using SQL queries or data profiling techniques to find repeated entries in a dataset.
Use SQL queries with GROUP BY and HAVING clauses to find duplicates. Example: SELECT column_name, COUNT(*) FROM table_name GROUP BY column_name HAVING COUNT(*) > 1.
Utilize data profiling tools that can automatically detect duplicates based on defined criteria.
Implement data validation rules during...
I applied via Referral and was interviewed before Apr 2023. There was 1 interview round.
Top trending discussions
I applied via Company Website and was interviewed in May 2024. There was 1 interview round.
Visio is a diagramming tool used to create flowcharts, diagrams, and other visual representations of data.
Start by selecting a template or creating a new document
Drag and drop shapes onto the canvas and connect them with lines or arrows
Add text, images, and other elements to enhance the diagram
Use the formatting tools to customize the appearance of the diagram
Save and export the diagram in various formats such as PDF o
I applied via Campus Placement and was interviewed before Oct 2021. There were 2 interview rounds.
I applied via Campus Placement and was interviewed in May 2021. There was 1 interview round.
The orbit of a planet is an ellipse with the sun at one of the foci.
An ellipse is a closed curve with two foci.
The sun is located at one of the foci of a planet's elliptical orbit.
The shape of the orbit affects the planet's distance from the sun over time.
Kepler's laws of planetary motion describe the elliptical nature of orbits.
Some of the top questions asked at the RDSolutions Data Quality Analyst interview -
based on 3 interviews
Interview experience
based on 1 review
Rating in categories
Associate Data Analyst
22
salaries
| ₹2.2 L/yr - ₹3.2 L/yr |
Data Analyst
14
salaries
| ₹2 L/yr - ₹3.1 L/yr |
Associate Software Developer
13
salaries
| ₹2 L/yr - ₹3 L/yr |
Operations Associate
11
salaries
| ₹2 L/yr - ₹2.6 L/yr |
Software Developer
9
salaries
| ₹1.1 L/yr - ₹4.5 L/yr |
TCS
Infosys
Wipro
HCLTech