i
Wipro
Filter interviews by
I applied via Newspaper Ad and was interviewed in Nov 2021. There were 2 interview rounds.
I applied via Referral and was interviewed in Sep 2023. There were 3 interview rounds.
Use SQL queries to filter data based on a particular column value and export to separate files.
Use SELECT statement with WHERE clause to filter data based on the particular column value
Use INSERT INTO statement to insert the filtered data into separate tables or files
Consider using a loop or cursor to iterate through the data and export to multiple files
To access multiple data files in the same directory, use a wildcard character (*) in the file path.
Use a wildcard character (*) in the file path to access all files in the directory.
For example, to access all CSV files in a directory, use 'SELECT * FROM folder_path/*.csv'.
Make sure the SQL query or MSBI package is configured to handle multiple files.
You can delete data without a primary key by using a combination of columns to identify and remove duplicate records.
Identify unique combination of columns to differentiate between duplicate records
Use the identified columns in a DELETE statement to remove duplicate records
Consider using temporary tables or CTEs to handle the deletion process efficiently
Scenario based questions
I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.
Sql
ddl
dml
tcl
dql
joins
view
date commit
Date commit
joins
view
sum
max
avg
count
min
A table is a two-dimensional representation of data, while a matrix is a multi-dimensional representation of data.
Tables have rows and columns, while matrices can have multiple dimensions.
Tables are typically used for simple data structures, while matrices are used for more complex data analysis.
In Power BI, tables are used for displaying data in a tabular format, while matrices are used for creating pivot tables and c
Calculate function in DAX is used to evaluate an expression for a specific filter context.
Syntax: CALCULATE(
Can be used to apply filters to an expression
Can override existing filters in the current context
Example: CALCULATE(SUM(Sales[Amount]), Sales[Region] = 'North')
SQL is a programming language used for managing and manipulating relational databases.
SQL stands for Structured Query Language
It is used to communicate with databases to perform tasks such as querying data, updating records, and creating tables
Examples of SQL commands include SELECT, INSERT, UPDATE, DELETE
Join is used to combine rows from two or more tables based on a related column, while Procedure is a set of SQL statements that perform a specific task.
Join is used to retrieve data from multiple tables based on a related column
Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN
Procedure is a set of SQL statements stored in the database and executed when called
Procedures can accept input parameters
SQL architecture refers to the structure and components of a SQL database system.
SQL architecture includes components like storage engine, query processor, and buffer manager.
The storage engine manages data storage and retrieval, while the query processor processes SQL queries.
The buffer manager handles caching and memory management to optimize performance.
Examples of SQL architectures include MySQL, Oracle, and SQL Se
I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.
Use the INSERT INTO statement with multiple value sets separated by commas
Use the INSERT INTO statement followed by the table name
List the column names in parentheses after the table name
Use the VALUES keyword followed by multiple value sets in parentheses, separated by commas
Example: INSERT INTO table_name (column1, column2) VALUES (value1, value2), (value3, value4)
Update query using joins in SQL
Use UPDATE statement with JOIN clause to update data in multiple tables
Specify the tables to be updated and joined using ON clause
Set the columns to be updated in SET clause
I applied via Company Website and was interviewed in Apr 2024. There were 3 interview rounds.
Test your algorithmic thinking and problem solving skills
based on 1 review
Rating in categories
Project Engineer
32.6k
salaries
| ₹1.8 L/yr - ₹8.3 L/yr |
Senior Software Engineer
22.9k
salaries
| ₹5.8 L/yr - ₹22.4 L/yr |
Senior Associate
21.1k
salaries
| ₹0.8 L/yr - ₹5.5 L/yr |
Senior Project Engineer
20.6k
salaries
| ₹5 L/yr - ₹19.1 L/yr |
Technical Lead
18.6k
salaries
| ₹8.2 L/yr - ₹36 L/yr |
TCS
Infosys
Tesla
Amazon