i
xNARA
Filter interviews by
I applied via Approached by Company and was interviewed before Mar 2023. There was 1 interview round.
I applied via Walk-in and was interviewed in Sep 2020. There were 3 interview rounds.
I applied via Naukri.com and was interviewed before Sep 2020. There were 3 interview rounds.
I applied via Referral and was interviewed in Nov 2020. There was 1 interview round.
I applied via Campus Placement and was interviewed before Feb 2020. There were 5 interview rounds.
Alter command on table affects views created on the table.
Views are virtual tables created from one or more tables.
Alter command on a table can change the structure of the table, which can affect the views created on it.
If the columns used in the view are altered or dropped, the view will become invalid.
If the data in the table is changed, the data in the view will also change accordingly.
Data transformations in SSIS include Lookup which retrieves data from a source based on a matching condition.
Lookup is used to retrieve data from a source based on a matching condition
It can be used to perform joins between two data sources
Lookup can be used to update or insert data into a destination based on a match
Other data transformations in SSIS include sorting, aggregating, and merging data
Drop deletes the table structure and data, truncate deletes only data, and delete deletes specific rows.
Drop: removes the table and all its data permanently
Truncate: removes all data from the table but keeps the structure
Delete: removes specific rows from the table based on a condition
Drop and truncate cannot be rolled back, but delete can be
Drop and truncate reset the identity of the table, but delete does not
Truncate resets identity value, delete does not.
Truncate resets the identity value to the original seed value
Delete does not change the identity value
Example: Truncate table resets identity value to 1
Example: Delete from table does not change identity value
Joins are used to combine data from two or more tables based on a related column. Types include inner, outer, left, right, and cross join.
Inner join returns only the matching rows from both tables.
Outer join returns all rows from both tables, with null values for non-matching rows.
Left join returns all rows from the left table and matching rows from the right table.
Right join returns all rows from the right table and m...
Query to join employees who are all managers using id in the table.
Use self join to join the table on manager id and employee id
Filter the result to only include employees who are also managers
Example: SELECT e1.name, e2.name FROM employees e1 JOIN employees e2 ON e1.id = e2.manager_id WHERE e2.manager_id IS NOT NULL
Ensure that the table has a manager_id column
I applied via Campus Placement and was interviewed in Jun 2023. There were 3 interview rounds.
There were 2 coding questions and Java is the preferred language.
I applied via Referral and was interviewed before Jan 2023. There was 1 interview round.
Insurance is a contract between an individual or organization and an insurance company, where the insured pays a premium in exchange for financial protection against potential losses or damages.
Insurance is a risk management tool that helps individuals and organizations protect themselves against financial losses.
It involves the transfer of risk from the insured to the insurance company.
Insurance policies typically cov...
Claims are statements made by individuals or organizations to request compensation or reimbursement for damages or losses.
Claims are typically made to insurance companies, government agencies, or other entities responsible for providing compensation.
They can involve various types of damages or losses, such as property damage, personal injury, or financial losses.
Claims often require supporting documentation, such as re...
based on 1 interview
Interview experience
Optum Global Solutions
IQVIA
Persistent Systems
Hetero