i
Cognizant
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
I applied via Job Portal and was interviewed before Aug 2023. There were 2 interview rounds.
posted on 16 Jul 2024
I applied via Company Website and was interviewed in Jun 2024. There were 3 interview rounds.
P value is a statistical measure that helps determine the significance of results in hypothesis testing.
P value is the probability of obtaining results as extreme as the observed results, assuming the null hypothesis is true.
A small P value (typically ≤ 0.05) indicates strong evidence against the null hypothesis, leading to its rejection.
A large P value (> 0.05) suggests weak evidence against the null hypothesis, leadi...
Write a code to reverse a list. Write a code to add value to a dataframe and edit the value in data frame
posted on 1 Aug 2023
I was interviewed in Feb 2023.
I applied via Naukri.com and was interviewed before Jan 2022. There were 3 interview rounds.
I applied via campus placement at Sri Sairam Engineering College, Chennai and was interviewed before Mar 2023. There were 3 interview rounds.
It's alright not so complex
Good, MCQ and programming questions
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 3 Oct 2021
I applied via Referral and was interviewed in Apr 2021. There were 3 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...
based on 2 reviews
Rating in categories
Associate
72.4k
salaries
| ₹5.1 L/yr - ₹15.9 L/yr |
Programmer Analyst
55.4k
salaries
| ₹2.4 L/yr - ₹9.6 L/yr |
Senior Associate
48.3k
salaries
| ₹8.9 L/yr - ₹27.1 L/yr |
Senior Processing Executive
28.6k
salaries
| ₹1.8 L/yr - ₹9 L/yr |
Technical Lead
17.6k
salaries
| ₹5.9 L/yr - ₹24.2 L/yr |
TCS
Infosys
Wipro
Accenture