Upload Button Icon Add office photos

Filter interviews by

Vista Data Engineer Interview Questions and Answers

Updated 18 Nov 2022

Vista Data Engineer Interview Experiences

1 interview found

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 18 Nov 2022

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. Q1: Mostly on Kafka and hdfs Q2: Basics of coding
  • Q2. Unix questions basics of python libraries

Interview Preparation Tips

Interview preparation tips for other job seekers - overall great experience and it happened in less time

Interview questions from similar companies

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Sql order of execution
  • Ans. 

    SQL order of execution determines the sequence in which different clauses are processed in a query.

    • SQL query is parsed and validated first

    • Next, the query optimizer creates an execution plan

    • Execution plan includes steps like table scans, index scans, joins, etc.

    • Finally, the query is executed and results are returned

  • Answered by AI
  • Q2. Sql question on finding highest salary for each employee where employees and department table are given in each department.

Interview Preparation Tips

Topics to prepare for Ernst & Young Data Engineer interview:
  • SQL
  • Python
  • Pyspark
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Sep 2024.

Round 1 - Aptitude Test 

They asked various questions on guestimates and few SQL Questions

Round 2 - Technical 

(2 Questions)

  • Q1. They asked questions on spark, SQL and Python
  • Q2. They asked questions on ADF as well
Round 3 - Technical 

(2 Questions)

  • Q1. They majorly focused on PySpark and ADF in this round
  • Q2. They focused on the project also in this round
Round 4 - HR 

(1 Question)

  • Q1. They focused on managerial-related questions in this round

Data Engineer Interview Questions & Answers

WNS user image tribhuwan nath

posted on 1 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. List vs tuple ?
  • Q2. What is Slowly changing dimension
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Databricks, Internals of it, Optimization technique
  • Ans. 

    Databricks is a unified analytics platform that provides a collaborative environment for data scientists, engineers, and analysts.

    • Databricks is built on top of Apache Spark, providing a unified platform for data engineering, data science, and business analytics.

    • Internals of Databricks include a cluster manager, job scheduler, and workspace for collaboration.

    • Optimization techniques in Databricks include query optimizati...

  • Answered by AI
  • Q2. SQL questions of joins,group by
Round 2 - Technical 

(2 Questions)

  • Q1. Scenario based azure data factory questions
  • Q2. Project structres, pyspark dataframes related

Interview Preparation Tips

Interview preparation tips for other job seekers - Juat practice fundamentals

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. What Volume of data have you handled in your POCs ?
  • Ans. 

    I have handled terabytes of data in my POCs, including data from various sources and formats.

    • Handled terabytes of data in POCs

    • Worked with data from various sources and formats

    • Used tools like Hadoop, Spark, and SQL for data processing

  • Answered by AI
  • Q2. When will you decide to use repartition and coalesce?
  • Ans. 

    Repartition is used for increasing partitions for parallelism, while coalesce is used for decreasing partitions to reduce shuffling.

    • Repartition is used when there is a need for more partitions to increase parallelism.

    • Coalesce is used when there are too many partitions and need to reduce them to avoid shuffling.

    • Example: Repartition can be used before a join operation to evenly distribute data across partitions for bette...

  • Answered by AI
  • Q3. How will you design/configure a cluster if you have given 10 petabytes of data.
  • Ans. 

    Designing/configuring a cluster for 10 petabytes of data involves considerations for storage capacity, processing power, network bandwidth, and fault tolerance.

    • Consider using a distributed file system like HDFS or object storage like Amazon S3 to store and manage the large volume of data.

    • Implement a scalable processing framework like Apache Spark or Hadoop to efficiently process and analyze the data in parallel.

    • Utilize...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Sometimes you can easily detect that they want to rush your interview by asking irrelevant questions even though you have not mentioned such expertise in your resume. Also they have only shortlisted the resume just to reject. This breaks the confidence of the person who is looking for the job and honestly conveying the level of expertise he/she has.

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Its mandatory test even for experience people

Round 2 - Technical 

(1 Question)

  • Q1. Related to technology
Round 3 - HR 

(1 Question)

  • Q1. Very good discussion towards work culture, salary and all
Interview experience
4
Good
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Feb 2024. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What are cyclic linked lists
  • Ans. 

    Cyclic linked lists are linked lists where the last node points back to the first node, creating a loop.

    • Cyclic linked lists have no NULL pointers, making it difficult to determine the end of the list.

    • They can be used to efficiently represent circular data structures like a round-robin scheduling algorithm.

    • Detecting cycles in a linked list can be done using Floyd's cycle-finding algorithm.

  • Answered by AI
  • Q2. Coding question from BST
Round 2 - Technical 

(2 Questions)

  • Q1. About data modelling and Architecture
  • Q2. Real world problem and solution
  • Ans. 

    Real world problem: Predicting customer churn in a subscription-based service

    • Collect and analyze customer data such as usage patterns, demographics, and interactions

    • Use machine learning algorithms to identify factors leading to churn

    • Implement targeted retention strategies based on the analysis

    • Monitor and evaluate the effectiveness of the strategies over time

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Sql technical round
  • Q2. About various azure services
Round 4 - Technical 

(2 Questions)

  • Q1. About my work area
  • Q2. Managerial and company fit

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn DSA and in depth knowledge of your work and field

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Sql questions were
  • Q2. Spark related aswell
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Asked me two string array question one was to reverse a string without any pre build function and second one was a medium question to print the number and the count of it into the next level of the tree

Round 2 - HR 

(2 Questions)

  • Q1. Who is your idol?
  • Q2. How do you menage your work?
  • Ans. 

    I manage my work by prioritizing tasks, setting goals, staying organized, and communicating effectively with team members.

    • Prioritize tasks based on deadlines and importance

    • Set clear goals and milestones to track progress

    • Stay organized with tools like project management software

    • Communicate effectively with team members to ensure alignment and collaboration

  • Answered by AI

Vista Interview FAQs

How many rounds are there in Vista Data Engineer interview?
Vista interview process usually has 2 rounds. The most common rounds in the Vista interview process are Resume Shortlist and One-on-one Round.
What are the top questions asked in Vista Data Engineer interview?

Some of the top questions asked at the Vista Data Engineer interview -

  1. Q1: Mostly on Kafka and hdfs Q2: Basics of cod...read more
  2. Unix questions basics of python librar...read more

Tell us how to improve this page.

Technician
4 salaries
unlock blur

₹1.8 L/yr - ₹2.5 L/yr

Softwaretest Engineer
4 salaries
unlock blur

₹2 L/yr - ₹5.6 L/yr

Software Engineer
3 salaries
unlock blur

₹4.1 L/yr - ₹9.8 L/yr

Senior Analyst
3 salaries
unlock blur

₹17 L/yr - ₹20 L/yr

Process Associate
3 salaries
unlock blur

₹2.2 L/yr - ₹2.5 L/yr

Explore more salaries
Compare Vista with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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