Upload Button Icon Add office photos

Filter interviews by

Clear (1)

66degrees Gcp Data Engineer Interview Questions and Answers

Updated 6 Apr 2023

66degrees Gcp Data Engineer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all Resume tips
Round 2 - Technical 

(3 Questions)

  • Q1. What services in gcp u have used
  • Ans. 

    I have used various services in GCP including BigQuery, Dataflow, Cloud Storage, and Pub/Sub.

    • BigQuery for data warehousing and analytics

    • Dataflow for data processing and ETL

    • Cloud Storage for storing and accessing data

    • Pub/Sub for messaging and event-driven architectures

  • Answered by AI
  • Q2. How to create data pipeline in gcp
  • Ans. 

    Data pipelines in GCP can be created using various tools like Dataflow, Dataproc, and Cloud Composer.

    • Choose the appropriate tool based on the use case and data volume

    • Define the data source and destination

    • Create a pipeline using the chosen tool and define the data transformations

    • Test and deploy the pipeline

    • Monitor and troubleshoot the pipeline for any issues

  • Answered by AI
  • Q3. How to migrate the datawarehouse with gcp services using real time data services
  • Ans. 

    Real-time data services can be used to migrate datawarehouse with GCP services.

    • Use Cloud Dataflow to ingest and transform data in real-time

    • Use Cloud Pub/Sub to stream data to BigQuery or Cloud Storage

    • Use Cloud Dataproc to process data in real-time

    • Use Cloud Composer to orchestrate data pipelines

    • Use Cloud Spanner for real-time transactional data

    • Use Cloud SQL for real-time relational data

    • Use Cloud Bigtable for real-time N

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with hands on on google cloud platform and sql.
Because they want you to write query infront of them

Skills evaluated in this interview

Interview questions from similar companies

I applied via Walk-in and was interviewed in Mar 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is big query, topics on python

Interview Preparation Tips

Interview preparation tips for other job seekers - GCP, python, big query airflow and also using python scripting

Gcp Data Engineer Interview Questions & Answers

TCS user image KOMARI CHAITANYA

posted on 3 Oct 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Need to write codes based on the scenarios

Round 2 - Technical 

(2 Questions)

  • Q1. Reverser a number
  • Ans. 

    Reverse a given number

    • Convert the number to a string

    • Reverse the string

    • Convert the reversed string back to a number

  • Answered by AI
  • Q2. Recursion function for factorial
  • Ans. 

    Recursion function to calculate factorial of a number

    • Define a function that takes an integer as input

    • Base case: if input is 0, return 1

    • Recursive case: return input multiplied by factorial of input-1

    • Example: factorial(5) = 5 * factorial(4) = 5 * 4 * factorial(3) = ... = 5 * 4 * 3 * 2 * 1 = 120

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why you choose tcs
  • Ans. 

    I chose TCS for its reputation, global presence, diverse opportunities, and focus on innovation.

    • TCS is a renowned company with a strong reputation in the IT industry

    • TCS has a global presence with offices in multiple countries, providing opportunities for international exposure

    • TCS offers diverse opportunities for career growth and development in various domains

    • TCS is known for its focus on innovation and cutting-edge te

  • Answered by AI
  • Q2. What is your notice period
  • Ans. 

    I am currently on a 30-day notice period.

    • My notice period is 30 days.

    • I am required to work for 30 more days before leaving my current position.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn

Skills evaluated in this interview

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. String is palindrome or not
  • Ans. 

    Check if a string is a palindrome or not

    • Compare the string with its reverse to check for palindrome

    • Ignore spaces and punctuation marks when comparing

    • Examples: 'racecar' is a palindrome, 'hello' is not

  • Answered by AI
  • Q2. Create gcs bucket using python
  • Ans. 

    Use Python to create a GCS bucket

    • Import the necessary libraries like google.cloud.storage

    • Authenticate using service account credentials

    • Use the library functions to create a new bucket

  • Answered by AI
  • Q3. Write a python code to trigger a dataflow job in cloud function
  • Ans. 

    Python code to trigger a dataflow job in cloud function

    • Use the googleapiclient library to interact with the Dataflow API

    • Authenticate using service account credentials

    • Submit a job to Dataflow using the projects.locations.templates.launch endpoint

  • Answered by AI

Skills evaluated in this interview

I applied via Company Website and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Attended the codevita competition in final year of college.

Round 2 - Technical 

(3 Questions)

  • Q1. About College Project
  • Q2. Some very basics of java
  • Q3. Experience of college project as a team

Interview Preparation Tips

Interview preparation tips for other job seekers - Codevita is a really good platform to help you join TCS as a final year graduate in college

I applied via Campus Placement and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Coding Test 
Round 2 - Technical 

(5 Questions)

  • Q1. If you cleared Aptitude and Coding, Mostly Interview will be cleared with some basics questions like OOPs concepts, sort functions kind of questions.
  • Q2. Explain OOPs concept in JAVA?
  • Ans. 

    OOPs concept in JAVA is a programming paradigm that focuses on objects and their interactions.

    • OOPs stands for Object-Oriented Programming

    • It involves the use of classes, objects, inheritance, polymorphism, and encapsulation

    • Classes are used to define objects and their properties

    • Objects are instances of classes that can interact with each other

    • Inheritance allows for the creation of new classes based on existing ones

    • Polymo...

  • Answered by AI
  • Q3. Function to sort an array in Java?
  • Ans. 

    Java provides Arrays.sort() method to sort an array.

    • Use Arrays.sort() method to sort an array of strings.

    • The method sorts the elements in ascending order by default.

    • To sort in descending order, use Collections.reverseOrder() method.

  • Answered by AI
  • Q4. Tell me about yourself?
  • Q5. Final year project which you worked on?

Interview Preparation Tips

Interview preparation tips for other job seekers - Most of people clears Aptitude/Coding round. clears interview for freshers recruit

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Jun 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

Aptitude test was easy. Preparation was good for about a month.

Round 2 - Coding Test 

Direct interview was average.

Round 3 - Group Discussion 

GD was easy round and topic is also easy one.

Round 4 - HR 

(1 Question)

  • Q1. HR round was average and salary discussion was there in this round.

Interview Preparation Tips

Topics to prepare for TCS System Engineer interview:
  • Head first java
  • Previous question paper
  • Complete reference
Interview preparation tips for other job seekers - Preparing 2 months before job interview will make the interview round easier. Better getting help from others while preparing for the interview will make interview process go smoother.

System Engineer Interview Questions & Answers

TCS user image Arham Khokhar

posted on 24 Apr 2022

I applied via Company Website and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

It's totally based on Basic understanding of concepts such as Linear arrangement, circular arrangement، blood relation, direction sense, ratio proportion, time, speed, distance

Round 2 - Technical 

(3 Questions)

  • Q1. It's based on OOPS Concepts,
  • Q2. Strength and weaknesses
  • Q3. About yourself, about educational background, why should we hire you

Interview Preparation Tips

Interview preparation tips for other job seekers - Show your confidence ✨️ you will be selected with ease

I applied via Approached by Company and was interviewed before Apr 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Aptitude Test 

My resume

Round 3 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Q2. What are your strengths and weaknesses?
  • Q3. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - I like the it companies and technologies

I applied via Company Website and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

The first round is an aptitude online test that had Basics of Computer Science, Mathematics, English and then finally one basic program to code and compile like Palindrome.

Round 2 - Group Discussion 

Three panellists were present and it was a face-face round, Panellist 1 and 2 takes the technical discussions like classes, inheritance, oops concept, basic syntax, and such. Panellist 3 talks more about your resume skills, hobbies and the company overview.

Interview Preparation Tips

Topics to prepare for TCS System Engineer interview:
  • Basic Promgramming Questions
  • Aptitiude
Interview preparation tips for other job seekers - Since this was my first job it was slightly challenging in several ways in terms of how to present yourself, confidence and such. But make sure to stay humble and agree to most of the requests made and stick to the resume.
Contribute & help others!
anonymous
You can choose to be anonymous

66degrees Interview FAQs

How many rounds are there in 66degrees Gcp Data Engineer interview?
66degrees interview process usually has 2 rounds. The most common rounds in the 66degrees interview process are Resume Shortlist and Technical.
What are the top questions asked in 66degrees Gcp Data Engineer interview?

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

  1. How to migrate the datawarehouse with gcp services using real time data servi...read more
  2. How to create data pipeline in ...read more
  3. What services in gcp u have u...read more

Recently Viewed

DESIGNATION

INTERVIEWS

Accenture

No Interviews

DESIGNATION

SALARIES

Fractal Analytics

REVIEWS

TCS

No Reviews

INTERVIEWS

Cognizant

No Interviews

SALARIES

HCLTech

JOBS

Tech Mahindra

No Jobs

SALARIES

KPI Partners

SALARIES

EPAM Systems

Tell us how to improve this page.

66degrees Gcp Data Engineer Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more
QA Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Cloud Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Engineering Manager
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare 66degrees with

MakeMyTrip

3.7
Compare

Yatra

3.4
Compare

Cleartrip

3.4
Compare

Goibibo

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