Filter interviews by
I applied via jobs.cz and was interviewed in Oct 2023. There were 4 interview rounds.
GMAT test. 10 questions and had 45 minutes to finish.
Raw data and I had to make a story out of it using some BI tool
Top trending discussions
posted on 23 Feb 2022
I applied via Recruitment Consulltant and was interviewed in Aug 2021. There were 3 interview rounds.
posted on 29 May 2021
Query to display duplicate records without using group by
Use self-join to compare records
Select records where the values match but the primary key is different
Example: SELECT a.* FROM table a, table b WHERE a.value = b.value AND a.id <> b.id
The 'FOR XML' command is used in SQL Server to generate XML output from a query result.
It allows transforming the result set of a query into XML format.
It can be used to generate XML documents for data exchange or integration purposes.
The 'FOR XML' command supports different modes like RAW, AUTO, EXPLICIT, and PATH.
It can be combined with other SQL Server features like joins, aggregations, and subqueries.
Example: SELEC
stuff() replaces a specified number of characters with another string, while substring() extracts a portion of a string.
stuff() is used to replace a specified number of characters in a string with another string.
substring() is used to extract a portion of a string based on the starting and ending index.
stuff() can be used to mask sensitive data in a string, such as credit card numbers.
substring() can be used to extract...
Transaction property in SSIS ensures all tasks in a package are completed or rolled back as a single unit.
Transaction property is used to ensure data consistency in a package
If a task fails, all previous tasks are rolled back
If all tasks complete successfully, they are committed as a single unit
Transaction property can be set at package or container level
Supported isolation levels are Serializable, Repeatable Read, Rea
The connection string can be passed on runtime using various methods.
One way is to use a configuration file and read the connection string from it.
Another way is to pass the connection string as a parameter to the application.
The connection string can also be stored in a database and retrieved at runtime.
Using environment variables is also a common method to pass connection strings.
Connection strings can be encrypted a...
posted on 20 Apr 2021
I applied via LinkedIn and was interviewed in Mar 2021. There were 5 interview rounds.
posted on 10 Oct 2020
Query optimization can be done by analyzing query execution plans, indexing, partitioning, and rewriting queries.
Analyze query execution plans to identify bottlenecks and optimize them
Create indexes on frequently queried columns to improve performance
Partition large tables to distribute data and improve query performance
Rewrite queries to use efficient join and filter conditions
Use query hints to force specific executi...
I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.
60 min hackerrank test,with one mysql medium difficulty question and one python medium/little hard level difficulty
Numpy,pandas,data analysis
based on 1 interview
Interview experience
TCS
Accenture
Wipro
Cognizant