Add office photos
Employer?
Claim Account for FREE

Stemmons Business Services

3.8
based on 116 Reviews
Filter interviews by

Collabera Technologies Interview Questions and Answers

Updated 5 Feb 2024

Q1. What are types of indexes in sql server? What is clustered index?

Ans.

Types of indexes in SQL Server and definition of clustered index.

  • Types of indexes: clustered, non-clustered, unique, filtered, columnstore, full-text

  • Clustered index determines physical order of data in table

  • Only one clustered index per table

  • Primary key is automatically a clustered index if not specified otherwise

Add your answer

Q2. What is denormalization? What are the advantages of denormalization?

Ans.

Denormalization is the process of adding redundant data to improve query performance.

  • Reduces the number of joins required to retrieve data

  • Improves read performance

  • Increases data redundancy

  • May require additional effort to maintain data consistency

Add your answer

Q3. What is difference between sp and function?

Ans.

SP is used to execute a set of SQL statements, while function returns a single value.

  • SP can have input/output parameters, while function can only have input parameters.

  • SP can modify data, while function cannot.

  • SP can be used to execute multiple SQL statements, while function can only execute a single SQL statement.

  • Functions can be used in SELECT statements, while SP cannot.

  • Examples of functions include SUM, AVG, and COUNT, while examples of SPs include stored procedures for i...read more

Add your answer

Q4. What is corelated and non corelated query?

Ans.

Corelated queries use data from multiple tables, while non-corelated queries use data from a single table.

  • Corelated queries involve joining tables to retrieve data

  • Non-corelated queries involve selecting data from a single table

  • Corelated queries are typically slower than non-corelated queries

  • Examples of corelated queries include inner join, left join, and right join

  • Examples of non-corelated queries include select, insert, and update

Add your answer
Discover Collabera Technologies interview dos and don'ts from real experiences

Q5. What are the domains you have worked on?

Ans.

I have worked on domains like e-commerce, finance, and healthcare.

  • E-commerce: developed an online shopping platform with payment gateway integration

  • Finance: worked on a trading platform with real-time data analysis

  • Healthcare: developed a patient management system for a hospital

Add your answer

Q6. Do you know What is dml?

Ans.

DML stands for Data Manipulation Language.

  • DML is a subset of SQL used to manipulate data in a database.

  • It includes commands like INSERT, UPDATE, DELETE, and SELECT.

  • DML is used to modify the data stored in tables.

  • DML commands are used in conjunction with Data Definition Language (DDL) commands.

  • Examples of DML commands include: INSERT INTO, UPDATE SET, DELETE FROM, and SELECT WHERE.

Add your answer

Q7. What are views in sql server?

Ans.

Views are virtual tables that display data from one or more tables in a database.

  • Views are created using SELECT statements.

  • They can be used to simplify complex queries.

  • They can also be used to restrict access to sensitive data.

  • Views do not store data themselves, but rather display data from underlying tables.

  • They can be used to join multiple tables together.

  • Views can be updated, but there are some restrictions.

  • They can improve performance by reducing the amount of data that n...read more

Add your answer

Q8. What is a cross join?

Ans.

A cross join returns the Cartesian product of two tables.

  • It combines each row of one table with every row of another table.

  • It does not use any join condition.

  • It can result in a large number of rows if the tables are large.

  • Syntax: SELECT * FROM table1 CROSS JOIN table2;

  • Example: SELECT * FROM employees CROSS JOIN departments;

Add your answer

Q9. What is data warehousing?

Ans.

Data warehousing is the process of collecting, storing, and managing data from various sources for business intelligence purposes.

  • Data warehousing involves extracting data from different sources and transforming it into a format suitable for analysis.

  • The data is then stored in a central repository called a data warehouse.

  • Data warehousing enables businesses to make informed decisions based on historical and current data.

  • Examples of data warehousing tools include Oracle, Micros...read more

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Senior Software Engineer Interview Questions from Similar Companies

3.9
 • 20 Interview Questions
3.7
 • 15 Interview Questions
3.8
 • 15 Interview Questions
3.3
 • 15 Interview Questions
4.6
 • 14 Interview Questions
View all
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter