Upload Button Icon Add office photos

Filter interviews by

Bridgei2i Analytics Solutions Senior Data Engineer Interview Questions and Answers

Updated 21 Mar 2022

Bridgei2i Analytics Solutions Senior Data Engineer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Sep 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 tips
Round 2 - Technical 

(1 Question)

  • Q1. 1. Types of cloud 2.Different Activity in ADF 3.Advance SQL 4.Basic OPPS concepts
  • Ans. 

    Questions related to cloud types, ADF activities, advanced SQL, and basic OOPs concepts.

    • Types of cloud include public, private, and hybrid

    • ADF activities include data ingestion, transformation, and loading

    • Advanced SQL includes window functions, subqueries, and joins

    • Basic OOPs concepts include encapsulation, inheritance, and polymorphism

  • Answered by AI
Round 3 - Behavioral 

(1 Question)

  • Q1. 1. Secenario bases case study. 2.Performance tuning in Datebases and warehouse. 3.SQL Logics

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and and answer to the point as per knowledge and experience and understanding.
Talk about past work experiences

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2024. There were 4 interview rounds.

Round 1 - Coding Test 

NA kjwnoi wniowe nfiow flmi

Round 2 - Coding Test 

NA fklwmoiwef,m ionfwno njnwfeio onfwp

Round 3 - Technical 

(2 Questions)

  • Q1. NAnak wel wenk weon
  • Q2. NAnank
Round 4 - One-on-one 

(2 Questions)

  • Q1. Wedlk k fwkllk own lnfw
  • Q2. Now odnw pmpw pnwpf
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is Databricks, and how does it differ from Azure Data Factory?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It was pair programming round where we need to attempt a couple of Spark Scenario along with the Interviewer. You will have a boiler plate code with some functionalities to be filled up. You will be assessed on writing clean and extensible code and test cases.

Round 2 - Technical 

(1 Question)

  • Q1. Questions will be based on the Project where they try to assess the depth of understading you have on your project, data quality checks, handling failure scenarios, reasoning behind choice of tech stack

Interview Preparation Tips

Interview preparation tips for other job seekers - In the Pair programming round, be interactive with the interviewer and try to improvise the existing code, implement functionality, test cases and communicate what you are thinking so that interviewer can work with you to move towards solution.

For Second round, Spark, Cloud Data Processing Components and being thorough with your previous experience will go a long way.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Oct 2023. There were 2 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 tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. About spark, data factory, Databricks etc
  • Q2. Need explain about these tools and technologies

Interview Preparation Tips

Topics to prepare for Tiger Analytics Senior Data Engineer interview:
  • Pyspark
  • Adf
  • Databricks
  • SQL
  • Python
  • Airflow
Interview preparation tips for other job seekers - Read the documents regarding spark
Practice pyspark code
Practice python,SQL, Window functions etc.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. SQL questions related to Data Engineering
Round 2 - Technical 

(1 Question)

  • Q1. SQL, Python and Data Engineering questions
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 tips
Round 2 - Technical 

(1 Question)

  • Q1. Sql , python basics of spark
Round 3 - Technical 

(1 Question)

  • Q1. Complete SQL in depth
  • Ans. 

    SQL is a programming language used for managing and manipulating relational databases.

    • SQL stands for Structured Query Language

    • It is used to create, modify, and query databases

    • Common SQL commands include SELECT, INSERT, UPDATE, and DELETE

    • SQL can be used with various database management systems such as MySQL, Oracle, and SQL Server

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Sql main thing to focus first 2 rounds are main things

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Mar 2022. There were 6 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Python coding test , SQL query analysis
Round 3 - Aptitude Test 

Coding test with SQL queries

Round 4 - Case Study 

Pyspark batch processing

Round 5 - HR 

(3 Questions)

  • Q1. How you handle teams?
  • Q2. Is there any layoffs?
  • Q3. What project you have been assigned?
Round 6 - Assignment 

Task with all good queries

Interview Preparation Tips

Interview preparation tips for other job seekers - All good
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What are accumulators in spark?
  • Ans. 

    Accumulators are shared variables that are updated by worker nodes and can be used for aggregating information across tasks.

    • Accumulators are used for implementing counters and sums in Spark.

    • They are only updated by worker nodes and are read-only by the driver program.

    • Accumulators are useful for debugging and monitoring purposes.

    • Example: counting the number of errors encountered during processing.

  • Answered by AI
  • Q2. Explain spark architecture
  • Ans. 

    Spark architecture is a distributed computing framework that consists of a driver program, cluster manager, and worker nodes.

    • Spark architecture includes a driver program that manages the execution of the Spark application.

    • It also includes a cluster manager that allocates resources and schedules tasks on worker nodes.

    • Worker nodes are responsible for executing the tasks and storing data in memory or disk.

    • Spark architectu...

  • Answered by AI
  • Q3. Write a query to find duplicate data using SQL
  • Ans. 

    Query to find duplicate data using SQL

    • Use GROUP BY and HAVING clause to identify duplicate records

    • Select columns to check for duplicates

    • Use COUNT() function to count occurrences of each record

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is pub/sub?
  • Ans. 

    Pub/sub is a messaging pattern where senders (publishers) of messages do not program the messages to be sent directly to specific receivers (subscribers).

    • Pub/sub stands for publish/subscribe.

    • Publishers send messages to a topic, and subscribers receive messages from that topic.

    • It allows for decoupling of components in a system, enabling scalability and flexibility.

    • Examples include Apache Kafka, Google Cloud Pub/Sub, and

  • Answered by AI
  • Q2. What services have you used in GCP
  • Ans. 

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

    • BigQuery for data warehousing and analytics

    • Dataflow for real-time data processing

    • Pub/Sub for messaging and event ingestion

    • Cloud Storage for storing data and files

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on SQL ,GCP ,Pyspark

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Coding Test 

1 hour, in your platform of choice. Must know OOPS concepts, TDD, Debugging, SOLID principles

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well, as they check if you're a culture fit for the company

Bridgei2i Analytics Solutions Interview FAQs

How many rounds are there in Bridgei2i Analytics Solutions Senior Data Engineer interview?
Bridgei2i Analytics Solutions interview process usually has 3 rounds. The most common rounds in the Bridgei2i Analytics Solutions interview process are Resume Shortlist, Technical and Behavioral.
What are the top questions asked in Bridgei2i Analytics Solutions Senior Data Engineer interview?

Some of the top questions asked at the Bridgei2i Analytics Solutions Senior Data Engineer interview -

  1. 1. Types of cloud 2.Different Activity in ADF 3.Advance SQL 4.Basic OPPS concep...read more
  2. 1. Secenario bases case study. 2.Performance tuning in Datebases and warehouse....read more

Tell us how to improve this page.

Bridgei2i Analytics Solutions Senior Data Engineer Salary
based on 4 salaries
₹9.4 L/yr - ₹15 L/yr
43% less than the average Senior Data Engineer Salary in India
View more details

Bridgei2i Analytics Solutions Senior Data Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

5.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Analytics Consultant
172 salaries
unlock blur

₹6 L/yr - ₹14.8 L/yr

Business Analyst
103 salaries
unlock blur

₹4.6 L/yr - ₹9 L/yr

Senior Analytics Consultant
96 salaries
unlock blur

₹9.2 L/yr - ₹19.5 L/yr

Project Manager
43 salaries
unlock blur

₹15 L/yr - ₹27 L/yr

Data Analyst
41 salaries
unlock blur

₹3 L/yr - ₹10.4 L/yr

Explore more salaries
Compare Bridgei2i Analytics Solutions with

Fractal Analytics

4.0
Compare

Mu Sigma

2.6
Compare

Tiger Analytics

3.6
Compare

LatentView Analytics

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