Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Altimetrik Team. If you also belong to the team, you can get access from here

Altimetrik Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Altimetrik Gcp Data Engineer Interview Questions and Answers

Updated 27 Sep 2024

Altimetrik Gcp Data Engineer Interview Experiences

2 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Sql questions on case statments and joins
  • Q2. Python and project related questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. GCP main components and its uses
  • Ans. 

    GCP main components include Compute Engine, Cloud Storage, BigQuery, and Dataflow for various uses.

    • Compute Engine - Virtual machines for running workloads

    • Cloud Storage - Object storage for storing data

    • BigQuery - Data warehouse for analytics

    • Dataflow - Stream and batch processing of data

  • Answered by AI
  • Q2. About Big Query architecture

Interview Preparation Tips

Topics to prepare for Altimetrik Gcp Data Engineer interview:
  • GCP
  • SQL
  • Python
Interview preparation tips for other job seekers - Experience is good

Skills evaluated in this interview

Gcp Data Engineer Interview Questions Asked at Other Companies

asked in Cognizant
Q1. GCP Services, What is use of Bigquery? What is Pubsub,Dataflow,cl ... read more
asked in Accenture
Q2. what is Iam what is sa what is bigquery various optimisations joi ... read more
asked in 66degrees
Q3. How to migrate the datawarehouse with gcp services using real tim ... read more
asked in Capgemini
Q4. Explain Google cloud bigquery architecture?
asked in Cognizant
Q5. What is GCP Bigquery, Architecture of BQ, Cloud composer, What Is ... read more

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(6 Questions)

  • Q1. SQL: Find keys present in table A but not in B(B is old copy of A)
  • Ans. 

    Use SQL to find keys present in table A but not in table B (old copy of A).

    • Use a LEFT JOIN to combine tables A and B based on the key column

    • Filter the results where the key column in table B is NULL

    • This will give you the keys present in table A but not in table B

  • Answered by AI
  • Q2. SQL: 4th highest salary
  • Q3. Case Study: Using GCP's tool make a pipeline to transfer file from one GCS bucket to another
  • Ans. 

    Use GCP Dataflow to transfer files between GCS buckets

    • Create a Dataflow pipeline using Apache Beam to read from source bucket and write to destination bucket

    • Use GCS connector to read and write files in Dataflow pipeline

    • Set up appropriate permissions for Dataflow service account to access both buckets

  • Answered by AI
  • Q4. Case Study: A new joiner in IT, how will you explain flow of project and ownership of work. Considering my YOE 3 years
  • Q5. Explain your project, and reasons behind why did you choose airflow over other orchestration tool.
  • Q6. Discuss other orchestration tool in GCP
  • Ans. 

    Cloud Composer is another orchestration tool in GCP

    • Cloud Composer is a fully managed workflow orchestration service built on Apache Airflow

    • It allows you to author, schedule, and monitor workflows that span across GCP services

    • Cloud Composer provides a rich set of features like DAGs, plugins, and monitoring capabilities

    • It integrates seamlessly with other GCP services like BigQuery, Dataflow, and Dataproc

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. Which of these 2 select * from table and select * from table limit 100 is faster
  • Ans. 

    select * from table limit 100 is faster

    • Using 'select * from table' retrieves all rows from the table, which can be slower if the table is large

    • Using 'select * from table limit 100' limits the number of rows retrieved, making it faster

    • Limiting the number of rows fetched can improve query performance

  • Answered by AI
  • Q2. Explain scd and Merge in bigquery
  • Ans. 

    SCD stands for Slowly Changing Dimension and Merge is a SQL operation used to update or insert data in BigQuery.

    • SCD is used to track changes to data over time in a data warehouse

    • Merge in BigQuery is used to perform insert, update, or delete operations in a single statement

    • Example: MERGE INTO target_table USING source_table ON condition WHEN MATCHED THEN UPDATE SET col1 = value1 WHEN NOT MATCHED THEN INSERT (col1, col2)

  • Answered by AI
  • Q3. Architecture of bigquery
  • Ans. 

    BigQuery is a fully managed, serverless data warehouse that enables scalable analysis over petabytes of data.

    • BigQuery uses a columnar storage format for efficient querying.

    • It supports standard SQL for querying data.

    • BigQuery allows for real-time data streaming for analysis.

    • It integrates with various data sources like Google Cloud Storage, Google Sheets, etc.

    • BigQuery provides automatic scaling and high availability.

  • Answered by AI
  • Q4. Dataflow function to split sentence
  • Ans. 

    Dataflow function to split sentence

    • Use the Split transform in Dataflow to split the sentence into words

    • Apply ParDo function to process each word individually

    • Use regular expressions to handle punctuation and special characters

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(7 Questions)

  • Q1. Explain your project
  • Ans. 

    Developed a data pipeline to ingest, process, and analyze customer feedback data for a retail company.

    • Used Google Cloud Platform services like BigQuery, Dataflow, and Pub/Sub for data processing.

    • Implemented data cleansing and transformation techniques to ensure data quality.

    • Created visualizations and dashboards using tools like Data Studio for stakeholders to easily interpret the data.

  • Answered by AI
  • Q2. GCP bigquery architecture
  • Q3. Gcp object versioning
  • Q4. Gcp storage class types
  • Ans. 

    GCP offers different storage classes for varying performance and cost requirements.

    • Standard Storage: for frequently accessed data

    • Nearline Storage: for data accessed less frequently

    • Coldline Storage: for data accessed very infrequently

    • Archive Storage: for data stored for long-term retention

  • Answered by AI
  • Q5. Sql optimisation techniques
  • Ans. 

    SQL optimization techniques focus on improving query performance by reducing execution time and resource usage.

    • Use indexes to speed up data retrieval

    • Avoid using SELECT * and instead specify only the columns needed

    • Optimize joins by using appropriate join types and conditions

    • Limit the use of subqueries and instead use JOINs where possible

    • Use EXPLAIN to analyze query execution plans and identify bottlenecks

  • Answered by AI
  • Q6. Sql coding date format and joins related questions
  • Q7. Partitioning and cluster by
Round 2 - One-on-one 

(2 Questions)

  • Q1. Advanced sql recursive cte and python code using lambda function to explode the list
  • Q2. Project explanation and daily activity and challenge faced in project

Interview Preparation Tips

Topics to prepare for Tech Mahindra Gcp Data Engineer interview:
  • SQL
  • PYSPARK
  • GCP
  • PYTHON
Interview preparation tips for other job seekers - Practice SQL and Python coding extensively; they are evaluating our problem-solving approach and logic, as well as the depth of knowledge we possess.

I applied via Campus Placement and was interviewed before Feb 2020. There were 6 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Was interviewed as fresher?
  • Q2. Written test conducted? with verbal ability test ? GD
  • Q3. How would u deal with a problematic situation when you are working in a team?
  • Q4. What are your plans about higher studies?

Interview Preparation Tips

Interview preparation tips for other job seekers - it was basic with apptiude test and attitiude test.

Interview Questionnaire 

1 Question

  • Q1. About my college projects and about my passion

I applied via Recruitment Consulltant and was interviewed before Apr 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Standard Aptitude questions

Round 2 - Coding Test 

Based on strings and array

Round 3 - One-on-one 

(1 Question)

  • Q1. Background questions and technical questions related to problem solved

Interview Preparation Tips

Interview preparation tips for other job seekers - Mindtree is one of the best companies, i really miss working there.
It's more on your self development and your carrier.

Interview Questionnaire 

1 Question

  • Q1. Questions on java and selenium

I applied via Referral and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Technical round was purely based on end to end Power BI Technical questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Management round was based on past career experience and challenges faced

Interview Preparation Tips

Topics to prepare for LTIMindtree Senior Software Engineer interview:
  • Dax
  • Power Bi
  • Business Intelligence
  • Reporting
Interview preparation tips for other job seekers - Be confident honest while sharing your career experience instead of being materialist, be yourself and answer at your best.

Altimetrik Interview FAQs

How many rounds are there in Altimetrik Gcp Data Engineer interview?
Altimetrik interview process usually has 1 rounds. The most common rounds in the Altimetrik interview process are Technical.
How to prepare for Altimetrik Gcp Data Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Altimetrik. The most common topics and skills that interviewers at Altimetrik expect are GCP, Hadoop, Spark, Python and SQL.
What are the top questions asked in Altimetrik Gcp Data Engineer interview?

Some of the top questions asked at the Altimetrik Gcp Data Engineer interview -

  1. GCP main components and its u...read more
  2. Sql questions on case statments and jo...read more
  3. About Big Query architect...read more

Tell us how to improve this page.

Altimetrik Gcp Data Engineer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
Coforge Interview Questions
3.3
 • 520 Interviews
Cyient Interview Questions
3.6
 • 284 Interviews
KPIT Technologies Interview Questions
3.4
 • 281 Interviews
CitiusTech Interview Questions
3.4
 • 270 Interviews
View all
Altimetrik Gcp Data Engineer Salary
based on 6 salaries
₹7.7 L/yr - ₹23 L/yr
88% more than the average Gcp Data Engineer Salary in India
View more details
Senior Software Engineer
1.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Staff Engineer
858 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Engineer
645 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
298 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Staff Software Engineer
236 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Altimetrik with

Accenture

3.8
Compare

Persistent Systems

3.5
Compare

Mphasis

3.4
Compare

LTIMindtree

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