Add office photos
Engaged Employer

Wipro

3.7
based on 53.3k Reviews
Video summary
Filter interviews by

Country Holidays Inn & Suites Interview Questions and Answers

Updated 4 Mar 2025
Popular Designations

Q1. What is Primary key and foreign key.guve me example of same in your current project

Ans.

Primary keys uniquely identify records in a table, while foreign keys establish relationships between tables.

  • A primary key is a unique identifier for a record in a database table.

  • Example: In a 'Customers' table, 'CustomerID' can be a primary key.

  • A foreign key is a field in one table that links to the primary key of another table.

  • Example: In an 'Orders' table, 'CustomerID' can be a foreign key referencing 'Customers'.

  • Primary keys ensure data integrity, while foreign keys maint...read more

Add your answer

Q2. What is the Difference Between Drop and Truncate Command ?

Ans.

Drop command deletes the table structure along with data, while truncate command deletes only the data.

  • Drop command removes the table structure and all its data, while truncate command only removes the data but keeps the table structure intact.

  • Drop command is a DDL (Data Definition Language) command, while truncate command is a DML (Data Manipulation Language) command.

  • Drop command is slower than truncate command as it involves deleting the table structure.

  • Example: DROP TABLE ...read more

Add your answer

Q3. What are different joins and explain the query for join

Ans.

Joins are SQL operations that combine rows from two or more tables based on related columns.

  • INNER JOIN: Returns records with matching values in both tables. Example: SELECT * FROM A INNER JOIN B ON A.id = B.id;

  • LEFT JOIN: Returns all records from the left table and matched records from the right table. Example: SELECT * FROM A LEFT JOIN B ON A.id = B.id;

  • RIGHT JOIN: Returns all records from the right table and matched records from the left table. Example: SELECT * FROM A RIGHT ...read more

Add your answer

Q4. what is Star Schema and Snow flake schema ?

Ans.

Star Schema is a type of database schema where a central fact table is connected to multiple dimension tables. Snowflake Schema is a normalized form of Star Schema where dimension tables are further normalized into sub-dimension tables.

  • Star Schema has a central fact table connected to multiple dimension tables

  • Snowflake Schema is a normalized form of Star Schema with sub-dimension tables

  • Star Schema is denormalized for better query performance

  • Snowflake Schema is normalized for ...read more

Add your answer
Discover Country Holidays Inn & Suites interview dos and don'ts from real experiences

Q5. What is difference between delete and drop

Ans.

Delete removes specific records from a table; drop removes the entire table structure and its data.

  • DELETE is a DML command used to remove specific rows from a table based on a condition.

  • Example: DELETE FROM Employees WHERE EmployeeID = 1; removes the employee with ID 1.

  • DROP is a DDL command that removes the entire table structure and all its data permanently.

  • Example: DROP TABLE Employees; deletes the entire Employees table.

  • DELETE can be rolled back if used within a transactio...read more

Add your answer

Q6. What is Fact and Dimension Tables

Ans.

Fact tables contain quantitative data while dimension tables contain descriptive attributes.

  • Fact tables store measurable, quantitative data such as sales revenue or quantity sold

  • Dimension tables store descriptive attributes related to the data in the fact table, such as product name or customer details

  • Fact tables are typically normalized while dimension tables are denormalized for easier querying

  • Example: In a sales database, the fact table would contain sales data while dimen...read more

Add your answer

Q7. What is ETL and its architecture

Add your answer

Q8. What is dwh and Data Mart

Ans.

DWH (Data Warehouse) is a centralized repository for integrated data, while Data Mart is a subset focused on specific business areas.

  • DWH stores large volumes of historical data from multiple sources for analysis.

  • Data Mart is designed for specific departments, like sales or finance.

  • Example of DWH: A retail company's data warehouse containing sales, inventory, and customer data.

  • Example of Data Mart: A sales data mart that focuses only on sales transactions and customer demograp...read more

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Country Holidays Inn & Suites

based on 3 interviews
1 Interview rounds
Technical Round
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top ETL Tester Interview Questions from Similar Companies

3.6
 • 29 Interview Questions
3.7
 • 25 Interview Questions
3.7
 • 12 Interview Questions
3.5
 • 11 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
75 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