Celebal Technologies
10+ Cornerstone Properties Interview Questions and Answers
Q1. Are you familiar with Celebal Technologies
Celebal Technologies is a technology company specializing in data engineering and analytics solutions.
Celebal Technologies is known for providing data engineering and analytics solutions.
They offer services such as data integration, data warehousing, and data visualization.
Celebal Technologies works with clients across various industries to help them optimize their data processes.
They have expertise in technologies like Hadoop, Spark, and Python for data engineering.
The compa...read more
Q2. What is the Goal of Celebal Technologies
Celebal Technologies aims to provide innovative solutions using cutting-edge technologies to help businesses thrive in the digital age.
Developing advanced data analytics tools for businesses
Creating AI-driven solutions for automation and optimization
Offering consulting services for digital transformation
Empowering organizations with cloud computing and IoT solutions
Q3. Difference between having clause and where clause?
The WHERE clause is used to filter rows before grouping, while the HAVING clause is used to filter groups after grouping.
WHERE clause is used with SELECT, UPDATE, and DELETE statements.
HAVING clause is used with SELECT statements that include GROUP BY clause.
WHERE clause filters individual rows based on conditions.
HAVING clause filters groups based on conditions.
WHERE clause is applied before the GROUP BY clause.
HAVING clause is applied after the GROUP BY clause.
WHERE clause ...read more
Q4. What is your experience in Pyspark , python
I have extensive experience in using Pyspark and Python for data engineering tasks.
I have worked on various projects involving data processing, transformation, and analysis using Pyspark and Python.
I am proficient in writing efficient and optimized code in Pyspark for big data processing.
I have experience in handling large datasets and implementing complex data pipelines using Pyspark and Python.
Q5. What are advance types of join ?
Advanced types of join include outer join, self join, and cross join.
Outer join: includes unmatched rows from one or both tables
Self join: joins a table with itself
Cross join: combines each row from one table with each row from another table
Q6. what are python data structure?
Python data structures are containers that hold and organize data in different ways.
Some common Python data structures are lists, tuples, sets, and dictionaries.
Lists are ordered and mutable, allowing duplicate elements.
Tuples are ordered and immutable, useful for storing related data together.
Sets are unordered and contain unique elements, useful for mathematical operations.
Dictionaries are key-value pairs, providing fast access to values based on keys.
Q7. What is joins , write a subquery
Joins are used to combine rows from two or more tables based on a related column between them.
Joins are used in SQL to retrieve data from multiple tables based on a related column between them.
Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.
Subqueries are queries nested within another query, typically used to return a single value or a list of values for comparison.
Q8. Explain the differnece between the difference?
The difference between the difference is the result of subtracting one value from another.
Difference is the result of subtracting two values.
The difference between two values can be positive, negative, or zero.
For example, the difference between 10 and 5 is 5.
Q9. Multiple 2 numbers without using '*' operator.
Use bitwise operations to multiply two numbers without using '*' operator.
Use bitwise shift left operation to multiply a number by 2.
Add the result of shifting left n times for the second number.
Example: 3 * 5 = 3 << 2 + 3 = 12.
Q10. What is indexing in SQL?
Indexing in SQL is a technique used to improve the performance of queries by creating a data structure that allows for faster retrieval of data.
Indexes are created on columns in a database table to speed up the retrieval of data.
They work similar to the index in a book, allowing the database to quickly find the rows that match a certain condition.
Indexes can be created using a single column or a combination of columns.
Examples: CREATE INDEX index_name ON table_name(column_nam...read more
Q11. Explain Differnece between ETL AND ELT?
ETL is Extract, Transform, Load where data is extracted, transformed, and loaded in that order. ELT is Extract, Load, Transform where data is extracted, loaded, and then transformed.
ETL: Data is extracted from the source, transformed in a separate system, and then loaded into the target system.
ELT: Data is extracted from the source, loaded into the target system, and then transformed within the target system.
ETL is suitable for scenarios where data needs to be transformed bef...read more
Q12. Differnce between join and union?
Join combines rows from two or more tables based on a related column, while union combines rows from two or more tables into a single result set.
Join is used to combine rows from different tables based on a related column.
Union is used to combine rows from two or more tables into a single result set.
Join can be used with different types like inner join, left join, right join, etc.
Union only combines rows with the same number of columns and compatible data types.
Join can inclu...read more
Q13. Joins, ADF, CTE find 2nd highest no
Use SQL query with joins, common table expressions (CTE) and Azure Data Factory (ADF) to find the 2nd highest number.
Use a SQL query with joins to combine the necessary tables or datasets.
Utilize common table expressions (CTE) to simplify the query and make it more readable.
Leverage Azure Data Factory (ADF) to automate the process of running the query and retrieving the result.
Order the numbers in descending order and select the second row to find the 2nd highest number.
Q14. Calculate repeating element in list
Find the repeating element in a list
Iterate through the list and keep track of elements seen so far
Use a hash set to efficiently check for duplicates
Return the first element that is already in the set
Q15. Calculate maximum salary in SQL
Use the MAX() function in SQL to calculate the maximum salary.
Use the MAX() function along with the column name of the salary field.
Example: SELECT MAX(salary) FROM employees;
Ensure the correct table and column names are used in the query.
Q16. versioning in aws
Versioning in AWS allows you to manage different versions of your resources.
AWS S3 supports object versioning to keep multiple versions of an object in the same bucket.
AWS Lambda supports versioning to manage different versions of your functions.
AWS API Gateway supports versioning to manage different versions of your APIs.
Interview Process at Cornerstone Properties
Top Data Engineer Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month