Upload Button Icon Add office photos

Filter interviews by

Zifo RnD Solutions Data Manager Interview Questions and Answers

Updated 11 Feb 2024

Zifo RnD Solutions Data Manager Interview Experiences

1 interview found

Data Manager Interview Questions & Answers

user image Anonymous

posted on 11 Feb 2024

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

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

Round 1 - Aptitude Test 

Aptitude Test - 1 hr

Round 2 - Gamified Assessment 

(2 Questions)

  • Q1. This was a game designed to check our multi-tasking and analytical abilities.
  • Q2. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay Calm and be confident

Interview questions from similar companies

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

I was interviewed in Oct 2024.

Round 1 - Coding Test 

Python coding, and sql

Round 2 - Technical 

(3 Questions)

  • Q1. Spark, python, sql
  • Q2. Spark architechture
  • Q3. Python rcoding question
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

The first round was a combination of MCQs and SQL Coding test. It consisted of 23 MCQs on SQL, 10 MCQs on Power BI and 5 SQL Coding questions.

Round 2 - Technical 

(1 Question)

  • Q1. Simple questions on SQL were asked.
Round 3 - One-on-one 

(5 Questions)

  • Q1. What is pivot table in Excel?
  • Ans. 

    A pivot table in Excel is a data summarization tool that allows you to reorganize and summarize selected columns and rows of data.

    • Pivot tables allow you to analyze and summarize large amounts of data in a spreadsheet.

    • You can easily rearrange the layout of the data to view it from different perspectives.

    • Pivot tables can perform functions like sum, average, count, and more on the data.

    • They are useful for creating reports...

  • Answered by AI
  • Q2. What is 'Data Validation' in Excel?
  • Ans. 

    Data Validation in Excel ensures that data entered in a cell meets certain criteria or conditions.

    • Data Validation allows you to set rules for what can be entered in a cell, such as a range of values, a list of items, or a custom formula.

    • Examples of Data Validation include setting a drop-down list of options for a cell, restricting input to a certain number range, or ensuring dates are entered in a specific format.

    • Data ...

  • Answered by AI
  • Q3. What is the order of execution of an SQL query?
  • Ans. 

    The order of execution of an SQL query involves multiple steps to retrieve data from a database.

    • 1. Parsing: The SQL query is first parsed to check for syntax errors.

    • 2. Optimization: The query optimizer creates an execution plan to determine the most efficient way to retrieve data.

    • 3. Compilation: The optimized query is compiled into an executable form.

    • 4. Execution: The compiled query is executed by the database engine t...

  • Answered by AI
  • Q4. What is the difference between Tree Map and Heatmap in Tableau?
  • Ans. 

    Tree Map visualizes hierarchical data using nested rectangles, while Heatmap displays data values using color gradients.

    • Tree Map displays data hierarchically with nested rectangles, where the size and color represent different measures.

    • Heatmap visualizes data values using color gradients, with darker colors indicating higher values.

    • Tree Map is useful for showing hierarchical data structures, while Heatmap is effective ...

  • Answered by AI
  • Q5. What is the difference between 'Extract Data' and 'Live Connection' in Tableau?
  • Ans. 

    Extract Data saves a snapshot of data in Tableau workbook, while Live Connection directly connects to data source.

    • Extract Data creates a static copy of data in Tableau workbook, while Live Connection directly queries data source in real-time.

    • Extract Data is useful for working offline or with small datasets, while Live Connection is ideal for large datasets or when data is frequently updated.

    • Extract Data can improve per...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Affine Data Analyst interview:
  • SQL
  • Power Bi
  • Tableau
  • Excel

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Assignment 

It was a written test where theoretical SQL questions were asked like primary key, foreign key, set operators and some queries

Round 2 - Technical 

(1 Question)

  • Q1. All SQL Concepts like Join, normalization, trigger, stored procedure, keys, drop truncate del difference, where having difference, Aggregate scaler window functions, fetch duplicate records query, acid pro...

Interview Preparation Tips

Topics to prepare for Saama Technologies Data Engineer interview:
  • SQL
  • Python
  • Pyspark
Interview preparation tips for other job seekers - Clear your concepts deeply with examples sothat you can able to explain it..
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Company Website and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Self Introduction
  • Q2. Salary Expectation
Round 2 - Technical 

(1 Question)

  • Q1. 14 questions in excel formulas

Interview Preparation Tips

Interview preparation tips for other job seekers - To prepare Excel Formulas and Hlookup,vlookup and etc....
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response
Round 1 - Technical 

(5 Questions)

  • Q1. Ques -> Can you define difference b/w Azure data lake and Delta lake.
  • Ans. 

    Azure Data Lake is a cloud-based storage and analytics service, while Delta Lake is an open-source storage layer that adds reliability to data lakes.

    • Azure Data Lake is a service provided by Microsoft Azure for storing and analyzing large amounts of data.

    • Delta Lake is an open-source storage layer that adds ACID transactions and schema enforcement to data lakes.

    • Azure Data Lake is a cloud-based solution, while Delta Lake ...

  • Answered by AI
  • Q2. How to implemented Primary key and foreign key in delta tables.
  • Ans. 

    Primary keys and foreign keys can be implemented in delta tables using constraints and references.

    • Primary keys can be implemented using the PRIMARY KEY constraint, which ensures that each record in the table has a unique identifier.

    • Foreign keys can be implemented using the FOREIGN KEY constraint, which establishes a link between two tables based on a common column.

    • The referenced table must have a primary key defined, a...

  • Answered by AI
  • Q3. How to handle exception in python?
  • Ans. 

    Exception handling in Python allows for the graceful handling of errors and prevents program crashes.

    • Use try-except blocks to catch and handle exceptions.

    • Multiple except blocks can be used to handle different types of exceptions.

    • The finally block is executed regardless of whether an exception occurred or not.

    • Exceptions can be raised using the 'raise' keyword.

    • Custom exceptions can be defined by creating a new class that

  • Answered by AI
  • Q4. What is star schema and snowflake schema
  • Ans. 

    Star schema is a data modeling technique where a central fact table is connected to multiple dimension tables. Snowflake schema is an extension of star schema with normalized dimension tables.

    • Star schema is a simple and denormalized structure

    • It consists of a central fact table connected to multiple dimension tables

    • Dimension tables contain descriptive attributes

    • Star schema is easy to understand and query, but can lead t...

  • Answered by AI
  • Q5. Which are the most frequently change
  • Ans. 

    The most frequently changing data

    • Customer preferences

    • Market trends

    • Weather data

    • Stock prices

    • Social media trends

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. What were my grades in high school
  • Ans. 

    My grades in high school were consistently high, with a GPA of 3.8.

    • Consistently high grades throughout high school

    • Achieved a GPA of 3.8

    • Received honors and awards for academic performance

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

Object Detection on a subset of COCO dataset having Cars and Person classes

Round 2 - Technical 

(1 Question)

  • Q1. Technical discussion on Machine Learning, Deep Learning Concepts and coding round.
Round 3 - Technical 

(1 Question)

  • Q1. Technical discussion on Deep Learning and Computer Vision.
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Two coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. DBMS questions, keys
  • Q2. SQL related queries

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on data structure, DBMS, SQL queries

Data Engineer Interview Questions & Answers

DISYS user image Srinivasa moorthy

posted on 29 Feb 2024

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

(1 Question)

  • Q1. Explain process in adf
  • Ans. 

    ADF stands for Azure Data Factory, a cloud-based data integration service that allows you to create, schedule, and manage data pipelines.

    • ADF allows you to create data-driven workflows for orchestrating and automating data movement and data transformation.

    • You can use ADF to ingest data from various sources, process and transform the data, and then publish the data to different destinations.

    • ADF supports a wide range of d...

  • Answered by AI

Skills evaluated in this interview

Zifo RnD Solutions Interview FAQs

How many rounds are there in Zifo RnD Solutions Data Manager interview?
Zifo RnD Solutions interview process usually has 2 rounds. The most common rounds in the Zifo RnD Solutions interview process are Aptitude Test.
How to prepare for Zifo RnD Solutions Data Manager 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 Zifo RnD Solutions. The most common topics and skills that interviewers at Zifo RnD Solutions expect are Analytical, Clinical Trials, Data Collection, Data Management and Data Quality.

Tell us how to improve this page.

Zifo RnD Solutions Data Manager Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

IQVIA Interview Questions
3.9
 • 464 Interviews
Piramal Group Interview Questions
3.9
 • 62 Interviews
Magic Edtech Interview Questions
3.0
 • 50 Interviews
Affine Interview Questions
3.3
 • 48 Interviews
IT By Design Interview Questions
4.0
 • 39 Interviews
Jubilant Biosys Interview Questions
3.8
 • 36 Interviews
ConsultAdd Interview Questions
3.7
 • 36 Interviews
View all
Zifo RnD Solutions Data Manager Salary
based on 26 salaries
₹5.8 L/yr - ₹9.2 L/yr
18% less than the average Data Manager Salary in India
View more details

Zifo RnD Solutions Data Manager Reviews and Ratings

based on 4 reviews

4.3/5

Rating in categories

4.7

Skill development

3.7

Work-life balance

4.9

Salary

4.5

Job security

4.1

Company culture

4.3

Promotions

4.1

Work satisfaction

Explore 4 Reviews and Ratings
Associate Analyst
190 salaries
unlock blur

₹4.2 L/yr - ₹5.3 L/yr

Programmer Analyst
53 salaries
unlock blur

₹4.9 L/yr - ₹9.6 L/yr

Research Analyst
41 salaries
unlock blur

₹4.5 L/yr - ₹9.2 L/yr

Senior Programmer Analyst
27 salaries
unlock blur

₹8 L/yr - ₹12.1 L/yr

Data Manager
26 salaries
unlock blur

₹5.8 L/yr - ₹9.2 L/yr

Explore more salaries
Compare Zifo RnD Solutions with

Excelra

3.6
Compare

Aragen Life Sciences

4.0
Compare

Syngene International

3.9
Compare

Piramal Group

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