Upload Button Icon Add office photos
Engaged Employer

i

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

Vertoz Verified Tick

Compare button icon Compare button icon Compare
3.4

based on 67 Reviews

Filter interviews by

Vertoz Data Engineer Interview Questions and Answers

Updated 14 Aug 2024

Vertoz Data Engineer Interview Experiences

1 interview found

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 14 Aug 2024

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. SQL Window Functions and RANK, DENSE RANK Difference
  • Ans. 

    SQL Window Functions like RANK and DENSE RANK are used to assign a rank to rows within a partition.

    • RANK function assigns a unique rank to each distinct row within a partition.

    • DENSE RANK function assigns a unique rank to each distinct row within a partition, but without any gaps.

    • Both functions are used with the OVER() clause in SQL to define the partition and order of rows.

  • Answered by AI
  • Q2. Hadoop Default Replication Factor

Interview Preparation Tips

Topics to prepare for Vertoz Data Engineer interview:
  • SQL
  • Spark
  • Hadoop
  • YARN
Interview preparation tips for other job seekers - Easy questions asked related to SQL Window Functions, Spark Repartition and Coalesce, Spark Architecture, YARN, Hadoop Replication Factor, Spark Write Modes and many such easy questions.

Salary offered is below industry standard.
Overall not a good experience.

Skills evaluated in this interview

Data Engineer Jobs at Vertoz

View all

Interview questions from similar companies

I applied via Referral and was interviewed in Nov 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Difference between coalesce and repartition
  • Ans. 

    Coalesce is used to select the first non-null value from a set of columns. Repartition is used to shuffle data across nodes.

    • Coalesce reduces the number of partitions to the minimum required.

    • Repartition increases or decreases the number of partitions.

    • Coalesce is a narrow transformation while repartition is a wide transformation.

    • Coalesce is used to optimize data for queries while repartition is used to balance data acros...

  • Answered by AI
  • Q2. How to optimise joins
  • Ans. 

    Optimizing joins involves selecting appropriate join types, indexing tables, and minimizing data movement.

    • Choose the appropriate join type based on the size and structure of the tables being joined

    • Index the tables on the join columns to speed up the join process

    • Minimize data movement by selecting only the necessary columns and filtering rows before joining

    • Consider using denormalization or materialized views to precompu

  • Answered by AI
  • Q3. Spark optimizations
  • Q4. Difference between RDD dataset and dataframe
  • Ans. 

    RDD is a low-level distributed data structure while DataFrame is a high-level structured data abstraction.

    • RDD is immutable and unstructured while DataFrame is structured and has a schema

    • DataFrames are optimized for SQL queries and can be cached in memory

    • RDDs are more flexible and can be used for complex data processing tasks

    • DataFrames are easier to use and provide a more concise syntax for data manipulation

    • RDDs are the...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The major focus was on Apache Spark.

Skills evaluated in this interview

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

I applied via campus placement at Dhirubhai Ambani Institute of Information and Communication Technology (DA-IICT), Gandhinagar and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It was a 100-minute test consisting of mcqs and one coding question on articulation points in the graph.

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is the difference between Postgresql and MySQL?
  • Ans. 

    Postgresql is known for its advanced features and support for complex queries, while MySQL is popular for its ease of use and speed.

    • Postgresql is known for its advanced features such as support for complex queries, indexing, and JSON data types.

    • MySQL is popular for its ease of use, speed, and compatibility with various platforms.

    • Postgresql has a strong focus on standards compliance and extensibility, while MySQL is mor...

  • Answered by AI
  • Q2. What are ACID properties in DBMS?
  • Ans. 

    ACID properties in DBMS ensure data integrity and consistency in transactions.

    • Atomicity: All operations in a transaction are completed successfully or none at all.

    • Consistency: Data is always in a valid state before and after a transaction.

    • Isolation: Transactions are executed independently without interference from other transactions.

    • Durability: Once a transaction is committed, changes are permanent and cannot be lost.

    • E...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your resume well.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Javascript basic question asked like closure hoisting some output based question
Round 2 - Technical 

(1 Question)

  • Q1. React app optimization and advanced hooks
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is invoke controller?
  • Ans. 

    Invoke controller is a component in a software application that manages the flow of requests and responses between the user interface and the backend services.

    • Manages the communication between user interface and backend services

    • Handles the routing of requests to appropriate functions or methods

    • Coordinates the flow of data and actions within the application

  • Answered by AI
  • Q2. What is facade in laravel?
  • Ans. 

    Facade in Laravel is a design pattern that provides a simple interface to a complex subsystem.

    • Facade provides a static interface to classes that are available in the application's service container.

    • It is used to simplify the usage of complex classes by providing a simpler interface.

    • Facade allows you to access Laravel's features without needing to instantiate objects or use dependency injection.

    • Example: The Auth facade ...

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Build a MMX Model for the dataset given and share the insights
  • Ans. 

    Build a MMX Model for a given dataset and share insights

    • Preprocess the data by handling missing values and encoding categorical variables

    • Split the data into training and testing sets

    • Build the MMX model using appropriate algorithms like decision trees or random forests

    • Evaluate the model using metrics like accuracy, precision, recall, and F1 score

    • Interpret the model results to gain insights and make data-driven decisions

  • Answered by AI
  • Q2. How to evaluate Time series analysis
  • Ans. 

    Time series analysis can be evaluated by examining the accuracy of forecasts, the model's ability to capture trends and patterns, and the overall performance metrics.

    • Evaluate forecast accuracy using metrics like Mean Absolute Error (MAE) or Root Mean Squared Error (RMSE)

    • Assess the model's ability to capture trends and patterns by visualizing the data and comparing it to the model's predictions

    • Analyze the overall perfor...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The final round was taken by onsite technical head and he will ask all the basics

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Difference between union and union all in SQL?
  • Ans. 

    Union combines and removes duplicates, Union All combines without removing duplicates.

    • Union combines result sets and removes duplicates

    • Union All combines result sets without removing duplicates

    • Union is slower than Union All as it involves removing duplicates

    • Example: SELECT column1 FROM table1 UNION SELECT column1 FROM table2;

    • Example: SELECT column1 FROM table1 UNION ALL SELECT column1 FROM table2;

  • Answered by AI
  • Q2. How to show top 5 in pandas?
  • Ans. 

    To show top 5 in pandas, use the nlargest() function.

    • Use the nlargest() function with the 'n' parameter set to 5 to get the top 5 values in a pandas DataFrame.

    • For example: df['column_name'].nlargest(5) will return the top 5 values in the specified column.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. If we have 3 numerical columns, which chart is a better representation these column?
  • Ans. 

    A scatter plot is a better representation for 3 numerical columns.

    • Use a scatter plot to show the relationship between the numerical columns.

    • Scatter plots are effective for visualizing correlations and patterns in data.

    • Each point on the plot represents a data point with values from all 3 columns.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Omnicom Media Group Data Analyst interview:
  • SQL Server
  • Pandas
  • Power Bi

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Sep 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 - Technical 

(2 Questions)

  • Q1. Why XG boost Than random forest
  • Ans. 

    XGBoost is preferred over Random Forest due to its faster execution speed and better performance in complex datasets.

    • XGBoost is faster than Random Forest due to its optimized implementation of gradient boosting algorithm.

    • XGBoost generally performs better in complex datasets with high-dimensional features.

    • XGBoost allows for more fine-tuning of hyperparameters compared to Random Forest.

    • XGBoost has regularization techniqu...

  • Answered by AI
  • Q2. About Projects experience

Interview Preparation Tips

Interview preparation tips for other job seekers - They are taking forever to feedback us

Skills evaluated in this interview

I applied via campus placement at Crescent Engineering College, Chennai and was interviewed in May 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic general English language

Round 2 - Group Discussion 

Basic question

Interview Preparation Tips

Interview preparation tips for other job seekers - I have good job and good salary experience
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Oct 2022. There were 4 interview rounds.

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

Basic dsa question in python and data engineering questions ,sql

Round 3 - Coding Test 

Basic dsa question in python and data engineering questions

Round 4 - HR 

(1 Question)

  • Q1. Salary negotiation

Vertoz Interview FAQs

How many rounds are there in Vertoz Data Engineer interview?
Vertoz interview process usually has 1 rounds. The most common rounds in the Vertoz interview process are Technical.
How to prepare for Vertoz 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 Vertoz. The most common topics and skills that interviewers at Vertoz expect are Hive, Big Data, Python, SQL and Architecture.
What are the top questions asked in Vertoz Data Engineer interview?

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

  1. SQL Window Functions and RANK, DENSE RANK Differe...read more
  2. Hadoop Default Replication Fac...read more

Tell us how to improve this page.

Vertoz Data Engineer Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

InMobi Interview Questions
3.6
 • 35 Interviews
Groupm Media Interview Questions
4.0
 • 35 Interviews
PubMatic Interview Questions
4.1
 • 29 Interviews
Moris Media Interview Questions
4.5
 • 23 Interviews
Z1 Tech Interview Questions
4.1
 • 11 Interviews
Sincro Interview Questions
3.5
 • 8 Interviews
View all
Vertoz Data Engineer Salary
based on 4 salaries
₹4 L/yr - ₹11 L/yr
44% less than the average Data Engineer Salary in India
View more details

Vertoz Data Engineer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

3.0

Skill development

3.0

Work-life balance

3.0

Salary

3.0

Job security

3.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Data Engineer

Mumbai

3-6 Yrs

Not Disclosed

Explore more jobs
Software Engineer
16 salaries
unlock blur

₹2.4 L/yr - ₹8 L/yr

AD Operations Specialist
12 salaries
unlock blur

₹2.5 L/yr - ₹6 L/yr

Business Development Specialist
12 salaries
unlock blur

₹2.2 L/yr - ₹3 L/yr

Talent Acquisition Specialist
9 salaries
unlock blur

₹2 L/yr - ₹2.3 L/yr

System Administrator
7 salaries
unlock blur

₹2.4 L/yr - ₹5.5 L/yr

Explore more salaries
Compare Vertoz with

InMobi

3.5
Compare

Komli Media

4.0
Compare

Affle

3.1
Compare

Amagi Media Labs

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