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

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 & 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

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
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

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

_VOIS interview questions for designations

 Gcp Data Engineer

 (1)

 Data Analyst

 (3)

 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

I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Explain the project which you worked?
  • Ans. 

    I worked on a project analyzing customer data to identify trends and improve marketing strategies.

    • Analyzed customer data to identify patterns and trends

    • Used statistical techniques to segment customers based on their behavior

    • Developed predictive models to forecast customer behavior

    • Collaborated with marketing team to implement targeted marketing campaigns

    • Evaluated the effectiveness of marketing strategies through data an...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please answer questions with confidence and explain the project life cycle clearly.

I applied via Naukri.com and was interviewed before Aug 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. I interviewed here for Fidelity, so bith technical rounds were conducted by Fidelity associates. They asked me deeper as well as common questions from Power Bi and SQL query writing.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer i got was very cooperative and engaging as well as appreciative.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Related to market,trending hotels,car selling websites etc
  • Q2. Nothing else was asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Only be confident and flexible in speaking.

I applied via Naukri.com and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Questions on ETL, case statements to handle failures
  • Q2. Basic SQL questions
  • Q3. Basics of Python & Libraries
  • Q4. Unix Commands

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall Great experience & it happened within less period of time.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain your previous projects and what were your responsibilities? How did that help contribute to the team and the project?
  • Q2. What was your team size and how did you work on adapting requirements and deliver results on a tight deadline?
Round 2 - HR 

(2 Questions)

  • Q1. How do you keep yourself up to date and what are your plans on career progression within our company?
  • Q2. Explain a situation where your disagreed?. How did you feel and deal with that situation within a team?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in the core skills and problem-solving abilities to understand the project needs and be able to provide tailor-made solutions in the interview situational rounds. Cheer up and speak about your value addition to the company and strengths that you can bring on to the table.

I applied via Recruitment Consultant and was interviewed in Sep 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Sql join with data given and predict output from the given inputs
  • Q2. Query using sql case conditions
  • Q3. Query using sql window functions
  • Ans. 

    SQL window functions allow for calculations over a specific subset of data.

    • Window functions are used to perform calculations over a specific subset of data

    • They are used with the OVER() clause and can be used with aggregate functions

    • Examples include ROW_NUMBER(), RANK(), and LAG()

    • They are useful for calculating running totals, rankings, and comparing values across rows

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - We should have strong base in sql also i was asked on some linux commands basics

Skills evaluated in this interview

_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 36 salaries
₹5 L/yr - ₹13.6 L/yr
17% 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
648 salaries
unlock blur

₹8 L/yr - ₹25 L/yr

Assistant Manager
604 salaries
unlock blur

₹3.9 L/yr - ₹14 L/yr

Senior Executive
568 salaries
unlock blur

₹3.5 L/yr - ₹9.5 L/yr

Manager
301 salaries
unlock blur

₹13.2 L/yr - ₹32.5 L/yr

Senior Manager
151 salaries
unlock blur

₹19.1 L/yr - ₹41 L/yr

Explore more salaries
Compare _VOIS with

Genpact

3.8
Compare

DXC Technology

3.7
Compare

Virtusa Consulting Services

3.8
Compare

CGI Group

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