Filter interviews by
I applied via Referral and was interviewed in Mar 2024. There was 1 interview round.
Top trending discussions
I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.
SSIS Architecture is a platform for data integration and workflow applications.
SSIS stands for SQL Server Integration Services
It includes a data flow engine, control flow engine, and event handling
SSIS packages can be created using SQL Server Data Tools (SSDT)
SSIS packages can be scheduled and executed using SQL Server Agent
Transactions in SSIS can be implemented using the TransactionOption property in Control Flow tasks.
Set the TransactionOption property to Required on the Control Flow tasks that need to be included in the transaction.
Use the TransactionOption property to specify the level of transaction support needed for each task.
Transactions can be managed using the Distributed Transaction Coordinator (DTC) service.
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
posted on 13 Jun 2024
Simple coding not that much tough
Query to display the highest salary in a table
Use the SELECT statement to retrieve data
Use the MAX() function to find the highest salary
Specify the column name for salary in the query
Performance tunning and sql profiler
Types of indexes include clustered, non-clustered, unique, composite, and filtered indexes.
Clustered indexes physically reorder the data in the table based on the index key.
Non-clustered indexes create a separate structure for the index, pointing back to the original table data.
Unique indexes ensure that no two rows have the same values in the indexed columns.
Composite indexes are created on multiple columns to improve...
posted on 13 Jun 2024
I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.
Profit and loss,percentage
I applied via Naukri.com and was interviewed in Feb 2023. There were 2 interview rounds.
SQL is a programming language used to manage and manipulate relational databases. Joins are used to combine data from multiple tables.
SQL stands for Structured Query Language
It is used to create, modify, and query databases
Joins are used to combine data from two or more tables based on a related column
Types of joins include inner join, left join, right join, and full outer join
Example: SELECT * FROM table1 INNER JOIN t
Set operators are used to combine the result sets of two or more SELECT statements.
Set operators include UNION, UNION ALL, INTERSECT, and EXCEPT.
UNION combines the results of two SELECT statements and removes duplicates.
UNION ALL combines the results of two SELECT statements and includes duplicates.
INTERSECT returns only the common rows between two SELECT statements.
EXCEPT returns only the rows from the first SELECT st...
Constraints are rules that are applied to a table column or a group of columns.
Constraints ensure data accuracy and consistency in a database.
They can be used to enforce rules like uniqueness, primary key, foreign key, etc.
Constraints can be added when creating a table or altered later using ALTER TABLE statement.
Examples of constraints include NOT NULL, CHECK, UNIQUE, PRIMARY KEY, FOREIGN KEY, etc.
based on 1 interview
Interview experience
Project Associate
120
salaries
| ₹1.8 L/yr - ₹3.8 L/yr |
Senior Software Engineer
34
salaries
| ₹10.7 L/yr - ₹25 L/yr |
Associate Software Engineer
33
salaries
| ₹3 L/yr - ₹5 L/yr |
Software Engineer
25
salaries
| ₹4 L/yr - ₹15.1 L/yr |
Data Engineer
16
salaries
| ₹2.2 L/yr - ₹5 L/yr |
Infosys
TCS
Wipro
HCLTech