Upload Button Icon Add office photos

Filter interviews by

Saint-Gobain International IT Delivery Centre Snowflake Developer Interview Questions and Answers

Updated 8 Mar 2024

Saint-Gobain International IT Delivery Centre Snowflake Developer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Feb 2024. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basics of RDBMS and SQLs
Round 2 - Technical 

(1 Question)

  • Q1. SQL + Snowflake
Round 3 - HR 

(1 Question)

  • Q1. Boasting about company(All lies)
Round 4 - One-on-one 

(1 Question)

  • Q1. Director will ask basic questions on Snowflake and waste ur time.

Interview Preparation Tips

Interview preparation tips for other job seekers - One of the worst company and HR’s I came across. The recruitment team doesn’t even know how to reply to formal mail and needs lesson on how to form proper sentences in a mail. Coming to managers, don’t expect much from them, they don’t know anything. The only reason they are there is because of job security. There’s a lot I can talk about but that too will fall short of how poor HR’s and Recruiters of this company are. I had 4 rounds of interview over a span of 3 weeks and in the final round I was told I would be getting a offer letter in couple of days but when I checked with them after a week of not receiving any mail I was told your candidature has been cancelled. I wasn’t even given any reason why and for what. It felt like such a waste to me. I tried reaching out to them for reasons but it was of no use. Please be careful.

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I was interviewed in Jan 2025.

Round 1 - Technical 

(5 Questions)

  • Q1. How snowflake differs from industry competetors? What is the extra edge?
  • Ans. 

    Snowflake offers a unique architecture that separates storage and compute, providing scalability, flexibility, and cost-effectiveness.

    • Snowflake's architecture separates storage and compute, allowing for independent scaling of each component.

    • Snowflake uses virtual warehouses to allocate compute resources on-demand, optimizing performance and cost.

    • Snowflake's multi-cluster shared data architecture enables seamless collab...

  • Answered by AI
  • Q2. 3 Sql problem statements with basic problem statement. Concepts like view table, window function, sequence generation, Rank transformation.
  • Q3. Difference between time travel and fail safe.
  • Ans. 

    Time travel refers to the ability to query historical data in Snowflake, while fail safe refers to the system's ability to maintain data integrity and availability in case of failures.

    • Time travel allows users to query data as it existed at a specific point in the past, using the TIMESTAMP parameter in queries.

    • Fail safe mechanisms in Snowflake ensure data integrity and availability by automatically handling system failu...

  • Answered by AI
  • Q4. Difference between live feed and extract.
  • Ans. 

    Live feed is real-time data while extract is historical data.

    • Live feed is data that is constantly updated in real-time.

    • Extract is historical data that is extracted at a specific point in time.

    • Live feed is commonly used for monitoring real-time events, while extract is used for analysis of past data.

    • Examples: Twitter feed is live data, while a monthly sales report is an extract.

  • Answered by AI
  • Q5. Difference between Join and data Blending
  • Ans. 

    Join combines data from two or more tables based on a related column, while data blending combines data from different sources without a direct relationship.

    • Join is used to combine data from multiple tables based on a common column.

    • Data blending is used to combine data from different sources without a direct relationship.

    • Join requires a common column to match records, while data blending does not require a common colum...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Confirm the round 2 details clearly with HR. HR and social media usually throw r2 as manegerial round, but if hiring expectation is of some lead role, you might get "cautch off guard".
So better be prepared.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Sentimental Analysis in snowflake
  • Ans. 

    Sentiment analysis in Snowflake involves analyzing text data to determine the sentiment expressed.

    • Use Snowflake's text functions to extract and analyze text data

    • Leverage machine learning models to classify sentiment as positive, negative, or neutral

    • Consider using external sentiment analysis tools or libraries for more advanced analysis

  • Answered by AI
  • Q2. S|n|o|w|f|l|a|k|e - how do you print letters one below the other without the pipeline

Interview Preparation Tips

Topics to prepare for LTIMindtree Snowflake Developer interview:
  • SQL
  • Snowpipe
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain snowflake architure.
  • Ans. 

    Snowflake architecture is a cloud-based data warehousing solution that separates storage and compute resources for scalability and performance.

    • Snowflake uses a unique architecture with separate storage and compute layers.

    • Data is stored in scalable storage units called micro-partitions.

    • Compute resources can be scaled up or down independently based on workload demands.

    • Snowflake's architecture enables automatic scaling an...

  • Answered by AI
  • Q2. What is time travel and fail safe?
  • Ans. 

    Time travel and fail safe are features in Snowflake that allow users to access historical data and ensure data integrity.

    • Time travel allows users to access historical data by querying a specific point in time, using the TIMESTAMP parameter in queries.

    • Fail safe ensures data integrity by automatically saving a copy of data before any changes are made, allowing users to revert back if needed.

    • Both features are important fo...

  • Answered by AI

Snowflake Developer Interview Questions & Answers

IBM user image Kiranmayi Allaparthi

posted on 27 Oct 2024

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is data lake
  • Ans. 

    A data lake is a centralized repository that allows you to store all your structured and unstructured data at any scale.

    • Data lakes store raw data in its native format without the need to structure it beforehand

    • Data lakes can store a variety of data types such as logs, images, videos, and more

    • Data lakes enable data scientists and analysts to explore and analyze data without predefined schemas

  • Answered by AI
  • Q2. What is data sharing
  • Ans. 

    Data sharing is the process of allowing multiple users or systems to access and use the same data.

    • Data sharing involves granting permissions to users or systems to access specific datasets.

    • It can be done through APIs, databases, file sharing, or cloud storage.

    • Examples include sharing customer data between different departments in a company or sharing research data with collaborators.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
No response

I was interviewed in May 2024.

Round 1 - Technical 

(8 Questions)

  • Q1. Self Intro and current project
  • Q2. Snowflake architecture
  • Q3. Stream and task
  • Q4. How to optimize sql query
  • Ans. 

    Optimizing SQL queries involves using indexes, minimizing data retrieval, and avoiding unnecessary joins.

    • Use indexes on columns frequently used in WHERE clauses

    • Minimize data retrieval by selecting only necessary columns

    • Avoid unnecessary joins by using subqueries or temporary tables

  • Answered by AI
  • Q5. Purpose of time travel
  • Ans. 

    Time travel is a theoretical concept that involves moving between different points in time.

    • Time travel is a popular theme in science fiction literature and movies.

    • The concept of time travel raises questions about causality and the nature of time.

    • Some theories suggest that time travel could be possible through wormholes or time machines.

  • Answered by AI
  • Q6. What will happen to cache if the query has changed
  • Ans. 

    The cache will be invalidated and refreshed when the query changes.

    • When the query changes, the cache will be invalidated to ensure accurate results.

    • The system will refresh the cache with the updated query results.

    • This helps prevent outdated or incorrect data from being served from the cache.

  • Answered by AI
  • Q7. Rate urself in sql out of 10
  • Ans. 

    I would rate myself 8 out of 10 in SQL. I have strong knowledge and experience in writing complex queries and optimizing database performance.

    • Strong understanding of SQL syntax and commands

    • Experience in writing complex queries involving multiple tables and joins

    • Knowledge of database optimization techniques

    • Familiarity with Snowflake specific SQL functions and features

  • Answered by AI
  • Q8. One scenario based question from sql

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Snowflake Architecture?
  • Q2. Micro partitions
  • Q3. 2 Sql Queries-- how to find duplicates multiple answers
Round 2 - Technical 

(1 Question)

  • Q1. Snowflake especially your project work
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Project Flow of last organizations
  • Ans. 

    Implemented data pipelines using Snowflake for ETL processes, data warehousing, and analytics.

    • Designed and developed Snowflake data models for efficient storage and retrieval.

    • Used Snowflake's features like clustering keys and materialized views to optimize query performance.

    • Integrated Snowflake with various data sources and BI tools for seamless data processing and visualization.

  • Answered by AI
  • Q2. Introduction, Snowflake stages

Interview Preparation Tips

Interview preparation tips for other job seekers - It was bad Experience interviewer not interested to take interview. it was my second round.
he asked only three que.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is max cluster size?
  • Ans. 

    The max cluster size in Snowflake is determined by the number of nodes in the cluster.

    • Max cluster size is determined by the number of nodes in the cluster.

    • Snowflake supports clusters with up to 128 nodes.

    • Increasing the cluster size can improve performance for large-scale data processing.

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Project based Question
Round 2 - Behavioral 

(3 Questions)

  • Q1. Why are you changing job?
  • Ans. 

    Seeking new challenges and growth opportunities in a more innovative environment.

    • Looking for new challenges and opportunities for growth

    • Interested in working in a more innovative environment

    • Seeking a better work-life balance

  • Answered by AI
  • Q2. How is your usual workday like?
  • Q3. What work you did for project? What was your specific contribution to project?
  • Ans. 

    I worked on developing data pipelines for ingesting and processing large volumes of data in Snowflake.

    • Designed and implemented ETL processes using Snowflake's features like Snowpipe and tasks.

    • Optimized SQL queries for performance and scalability.

    • Collaborated with data engineers and analysts to understand requirements and deliver solutions.

    • Implemented data quality checks and monitoring processes to ensure data integrity...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Location related

Saint-Gobain International IT Delivery Centre Interview FAQs

How many rounds are there in Saint-Gobain International IT Delivery Centre Snowflake Developer interview?
Saint-Gobain International IT Delivery Centre interview process usually has 4 rounds. The most common rounds in the Saint-Gobain International IT Delivery Centre interview process are Technical, HR and One-on-one Round.
What are the top questions asked in Saint-Gobain International IT Delivery Centre Snowflake Developer interview?

Some of the top questions asked at the Saint-Gobain International IT Delivery Centre Snowflake Developer interview -

  1. Director will ask basic questions on Snowflake and waste ur ti...read more
  2. Basics of RDBMS and S...read more
  3. SQL + Snowfl...read more

Tell us how to improve this page.

Saint-Gobain International IT Delivery Centre Snowflake Developer Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more
IT Manager
3 salaries
unlock blur

₹19 L/yr - ₹24 L/yr

Explore more salaries
Compare Saint-Gobain International IT Delivery Centre with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview