Upload Button Icon Add office photos
Engaged Employer

i

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

_VOIS Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

_VOIS Data Engineer Interview Questions and Answers

Updated 3 Oct 2024

_VOIS Data Engineer Interview Experiences

4 interviews found

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 25 Apr 2024

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

I applied via Naukri.com and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Types of join and explain self join
  • Ans. 

    Types of join include inner, outer, left, and right join. Self join is when a table is joined with itself.

    • Types of join: inner, outer, left, right

    • Self join: table is joined with itself

    • Example: SELECT e1.name, e2.name FROM employees e1, employees e2 WHERE e1.manager_id = e2.employee_id

  • Answered by AI
  • Q2. 2nd highest salary in SQL
  • Ans. 

    Use SQL query with ORDER BY and LIMIT to find the 2nd highest salary.

    • Use SELECT statement to retrieve the salary column from the table.

    • Use ORDER BY clause to sort the salaries in descending order.

    • Use LIMIT 1,1 to skip the highest salary and retrieve the 2nd highest salary.

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - HR 

(2 Questions)

  • Q1. Tell us about yourself
  • Ans. 

    I am a data engineer with a strong background in programming and data analysis.

    • Experienced in programming languages such as Python, SQL, and Java

    • Skilled in data manipulation, ETL processes, and data modeling

    • Worked on projects involving big data technologies like Hadoop and Spark

  • Answered by AI
  • Q2. Describe a situation where you had to deal with conflict in the workspace
  • Ans. 

    Handled conflict by facilitating open communication and finding a mutually beneficial solution

    • Identified the root cause of the conflict

    • Encouraged all parties involved to share their perspectives

    • Facilitated a discussion to find common ground and reach a resolution

    • Ensured that all parties felt heard and respected

    • Implemented strategies to prevent similar conflicts in the future

  • Answered by AI

Data Engineer Interview Questions Asked at Other Companies

asked in Cisco
Q1. Optimal Strategy for a Coin Game You are playing a coin game with ... read more
asked in Sigmoid
Q2. Next Greater Element Problem Statement You are given an array arr ... read more
asked in Sigmoid
Q3. Problem: Search In Rotated Sorted Array Given a sorted array that ... read more
asked in Cisco
Q4. Covid Vaccination Distribution Problem As the Government ramps up ... read more
asked in LTIMindtree
Q5. 1) If you are given a card with 1-1000 numbers and there are 4 bo ... read more

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 16 Jul 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. About my previous project
  • Q2. Questions where about pyspark

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn the basics
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Pattern Questions
Questions based on JP

Round 2 - Group Discussion 

Behavioral
Salary Discussion

_VOIS interview questions for designations

 Gcp Data Engineer

 (1)

 Data Analyst

 (2)

 Data Scientist

 (1)

 Data Analytics Analyst

 (1)

 QA Engineer

 (1)

 Devops Engineer

 (1)

 Senior Network Engineer

 (2)

 Senior Software Engineer

 (2)

Interview questions from similar companies

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

(4 Questions)

  • Q1. What is the architecture of Apache Spark?
  • Ans. 

    Apache Spark architecture includes a cluster manager, worker nodes, and driver program.

    • Apache Spark architecture consists of a cluster manager, which allocates resources and schedules tasks.

    • Worker nodes execute tasks and store data in memory or disk.

    • Driver program coordinates tasks and communicates with the cluster manager.

    • Spark applications run as independent sets of processes on a cluster, coordinated by the SparkCon...

  • Answered by AI
  • Q2. What is the difference between the reduceBy and groupBy transformations in Apache Spark?
  • Ans. 

    reduceBy is used to aggregate data based on key, while groupBy is used to group data based on key.

    • reduceBy is a transformation that combines the values of each key using an associative function and a neutral 'zero value'.

    • groupBy is a transformation that groups the data based on a key and returns a grouped data set.

    • reduceBy is more efficient for aggregating data as it reduces the data before shuffling, while groupBy shu...

  • Answered by AI
  • Q3. What is the difference between RDD (Resilient Distributed Datasets) and DataFrame in Apache Spark?
  • Ans. 

    RDD is a low-level abstraction representing a distributed collection of objects, while DataFrame is a higher-level abstraction representing a distributed collection of data organized into named columns.

    • RDD is more suitable for unstructured data and low-level transformations, while DataFrame is more suitable for structured data and high-level abstractions.

    • DataFrames provide optimizations like query optimization and code...

  • Answered by AI
  • Q4. What are the different modes of execution in Apache Spark?
  • Ans. 

    The different modes of execution in Apache Spark include local mode, standalone mode, YARN mode, and Mesos mode.

    • Local mode: Spark runs on a single machine with one executor.

    • Standalone mode: Spark runs on a cluster managed by a standalone cluster manager.

    • YARN mode: Spark runs on a Hadoop cluster using YARN as the resource manager.

    • Mesos mode: Spark runs on a Mesos cluster with Mesos as the resource manager.

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How can you design an Azure Data Factory pipeline to copy data from a folder containing files with different delimiters to another folder?
  • Q2. Write a pyspark program that reads multiple csv files and creates a data frame with count of records against each file
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Write code in regular expression to remove the special characters
  • Ans. 

    Use regular expression to remove special characters from a string

    • Use the regex pattern [^a-zA-Z0-9\s] to match any character that is not a letter, digit, or whitespace

    • Use the replace() function in your programming language to replace the matched special characters with an empty string

    • Example: input string 'Hello! How are you?' will become 'Hello How are you' after removing special characters

  • Answered by AI
  • Q2. Questions on resume
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Python SQL question
Round 2 - Technical 

(1 Question)

  • Q1. More on Project side
Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion
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
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Sql questions were
  • Q2. Spark related aswell

_VOIS Interview FAQs

How many rounds are there in _VOIS Data Engineer interview?
_VOIS interview process usually has 1-2 rounds. The most common rounds in the _VOIS interview process are Coding Test, Group Discussion and Technical.
How to prepare for _VOIS 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 _VOIS. The most common topics and skills that interviewers at _VOIS expect are Docker, Java, Kubernetes, Python and SCALA.
What are the top questions asked in _VOIS Data Engineer interview?

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

  1. Types of join and explain self j...read more
  2. 2nd highest salary in ...read more
  3. questions where about pysp...read more

Tell us how to improve this page.

_VOIS Data Engineer Interview Process

based on 4 interviews

Interview experience

4
  
Good
View more
_VOIS Data Engineer Salary
based on 33 salaries
₹5 L/yr - ₹14.2 L/yr
16% less than the average Data Engineer Salary in India
View more details

_VOIS Data Engineer Reviews and Ratings

based on 5 reviews

3.5/5

Rating in categories

3.2

Skill development

3.9

Work-life balance

3.6

Salary

3.2

Job security

3.3

Company culture

3.0

Promotions

3.1

Work satisfaction

Explore 5 Reviews and Ratings
Deputy Manager
662 salaries
unlock blur

₹8 L/yr - ₹24 L/yr

Senior Executive
544 salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Assistant Manager
543 salaries
unlock blur

₹4.5 L/yr - ₹13.5 L/yr

Manager
293 salaries
unlock blur

₹13.2 L/yr - ₹33 L/yr

Senior Manager
153 salaries
unlock blur

₹19.1 L/yr - ₹40 L/yr

Explore more salaries
Compare _VOIS with

Bharti Airtel

4.0
Compare

Jio

3.9
Compare

TCS

3.7
Compare

Infosys

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