Upload Button Icon Add office photos

Filter interviews by

Ozibook Data Analyst Intern Interview Questions and Answers

Updated 13 Jan 2025

Ozibook Data Analyst Intern Interview Experiences

3 interviews found

Data Analyst Intern Interview Questions & Answers

user image Vijayprakash Naik

posted on 2 Feb 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Internshala

Round 1 - Assignment 

Contains of technical questions

Round 2 - Interview 

(2 Questions)

  • Q1. Explain about data preprocessing?
  • Ans. 

    Data preprocessing is the process of cleaning, transforming, and organizing raw data to make it suitable for analysis.

    • Data preprocessing involves removing irrelevant or duplicate data.

    • It also includes handling missing values and outliers.

    • Data normalization and standardization are important preprocessing techniques.

    • Feature scaling and encoding categorical variables are part of preprocessing.

    • Data preprocessing improves d...

  • Answered by AI
  • Q2. Supervised vs Unsupervised learning
  • Ans. 

    Supervised learning involves labeled data and predicting outcomes, while unsupervised learning involves finding patterns and relationships in unlabeled data.

    • Supervised learning uses labeled data to train a model and make predictions.

    • Examples of supervised learning include classification and regression.

    • Unsupervised learning finds patterns and relationships in unlabeled data.

    • Examples of unsupervised learning include clus

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Excellent

Skills evaluated in this interview

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

(1 Question)

  • Q1. Introduce Yourself

Data Analyst Intern Interview Questions Asked at Other Companies

Q1. PuzzleThere is an island with 100 prisoners, all of who have gree ... read more
Q2. Water Jug ProblemYou are given two water jugs with capacities X a ... read more
Q3. Insertion Sort in Linked ListYou are given an arbitrary linked li ... read more
Q4. PuzzleI was asked to generalize a puzzle for 'n' values from the ... read more
Q5. PuzzleYou have 9 balls, equally big, equally heavy - except for o ... read more
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Internshala and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What are the data preprocessing steps.
  • Ans. 

    Data preprocessing steps involve cleaning, transforming, and organizing raw data before analysis.

    • Handling missing values by imputation or deletion

    • Removing duplicates

    • Normalization or standardization of data

    • Encoding categorical variables

    • Feature scaling

    • Data transformation (e.g. log transformation)

    • Feature engineering (creating new features)

    • Handling outliers

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
-
Round 1 - Coding Test 

They will ask you to code some basic coding question.

Round 2 - Technical 

(1 Question)

  • Q1. They will ask you some basic questions in sql, java
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Time series and regression

Round 2 - Group Discussion 

Queries and commands

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on power bi
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

It was a training+ internship

Round 2 - Technical 

(1 Question)

  • Q1. NUmber of groups and group wise projects
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at Andhra University and was interviewed in Aug 2022. There were 3 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 - Aptitude Test 

Aptitude test was the basics asked in every exam

Round 3 - Technical 

(2 Questions)

  • Q1. What is difference between 4stroke and 2 stroke engine?
  • Ans. 

    4-stroke engines have 4 strokes per cycle, while 2-stroke engines have 2 strokes per cycle.

    • 4-stroke engines are more fuel-efficient and produce less pollution than 2-stroke engines.

    • 2-stroke engines are simpler and lighter than 4-stroke engines.

    • 4-stroke engines have separate intake, compression, power, and exhaust strokes, while 2-stroke engines combine intake and compression, and power and exhaust strokes.

    • Examples of 4...

  • Answered by AI
  • Q2. What is a bevel gear? Give an example
  • Ans. 

    A bevel gear is a type of gear used to transmit power between shafts at an angle.

    • Bevel gears have conical shapes and are used to change the direction of rotation.

    • They are commonly used in automobiles, airplanes, and power plants.

    • An example of a bevel gear is the ring and pinion gear in a car's differential.

    • Another example is the bevel gear used in a hand drill to transmit power from the motor to the chuck.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong , be calm and you can crack the interview

I applied via Campus Placement and was interviewed in Mar 2022. There were 3 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 - Pseudo code, verbal, gaming 

(1 Question)

  • Q1. Questions will be related to ds, pseudo code and logical reasoning
Round 3 - Technical 

(6 Questions)

  • Q1. Tell me about yourself
  • Q2. Exceptional handling in java
  • Ans. 

    Exceptional handling in Java is a mechanism to handle runtime errors and prevent program crashes.

    • Java provides try-catch blocks to handle exceptions

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

    • Finally block is used to execute code regardless of whether an exception is thrown or not

  • Answered by AI
  • Q3. Primary key, unique key, candidate key in sql
  • Q4. Oops concepts in java
  • Ans. 

    Oops concepts are fundamental to Java programming and include inheritance, polymorphism, encapsulation, and abstraction.

    • Inheritance allows a class to inherit properties and methods from a parent class.

    • Polymorphism allows objects to take on multiple forms and behave differently based on their context.

    • Encapsulation hides the implementation details of a class and only exposes necessary information.

    • Abstraction focuses on t...

  • Answered by AI
  • Q5. Memory management and hash map in java
  • Ans. 

    Memory management and hash map are important concepts in Java programming.

    • Memory management is the process of allocating and deallocating memory in a program.

    • Java uses automatic memory management through garbage collection.

    • Hash map is a data structure that stores key-value pairs and uses hashing to retrieve values efficiently.

    • Java's HashMap class implements the Map interface and provides constant-time performance for b...

  • Answered by AI
  • Q6. List all languages in sql
  • Ans. 

    List of SQL languages

    • MySQL

    • Oracle

    • PostgreSQL

    • Microsoft SQL Server

    • SQLite

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Capgemini Data Analyst Intern interview:
  • Pseudo code
  • Data Structures
  • Any programming language
  • MySQL
Interview preparation tips for other job seekers - Technical assessment consists of four rounds data structure and pseudo code, logical ability, gaming and finally behavioral questions each round is an elimination round
Once clearing it we get mail regarding tr round
Interviewer asked questions related to skills I mentioned in resume
Don't lie in resume
They can easily find out
After 20 days i got message that i got selected
Go through capgemini technical assessment video in YouTube
To get better understanding

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Oct 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Psudo code round, verbal, gaming 

(1 Question)

  • Q1. Question from pseudo code, ds and grammar are asked
Round 3 - Technical 

(8 Questions)

  • Q1. Tell me about yourself
  • Q2. Exception handling in java
  • Ans. 

    Exception handling in Java allows for the handling of errors and exceptions that may occur during program execution.

    • Java provides try-catch blocks to handle exceptions.

    • The try block contains the code that may throw an exception.

    • The catch block catches and handles the thrown exception.

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

    • The finally block is optional and is executed regardless of whe...

  • Answered by AI
  • Q3. Memory management in java
  • Ans. 

    Memory management in Java involves automatic garbage collection and manual memory allocation.

    • Java uses automatic garbage collection to free up memory

    • Developers can manually allocate memory using the 'new' keyword

    • Java also has a 'finalize' method to clean up resources before garbage collection

    • Memory leaks can occur if objects are not properly released

  • Answered by AI
  • Q4. What is Hash map in java
  • Ans. 

    Hash map is a data structure that stores key-value pairs and allows fast retrieval of values based on keys.

    • Hash map uses hashing to store and retrieve values based on keys

    • It allows null values and null keys

    • It is not synchronized and not thread-safe

    • Example: HashMap map = new HashMap<>();

    • map.put("apple", 1); int value = map.get("apple");

  • Answered by AI
  • Q5. Primary key and candidate key difference
  • Ans. 

    Primary key uniquely identifies a record while candidate key can also uniquely identify a record but may not be chosen as primary key.

    • Primary key is a column or set of columns that uniquely identifies each record in a table

    • Candidate key is a column or set of columns that can also uniquely identify each record in a table

    • A table can have multiple candidate keys but only one primary key

    • Primary key cannot have null values ...

  • Answered by AI
  • Q6. Super key and foreign key difference
  • Ans. 

    Super key is a set of attributes that uniquely identifies a record, while foreign key is a reference to a primary key in another table.

    • Super key is a combination of one or more attributes that uniquely identifies a record in a table.

    • Foreign key is a field in a table that refers to the primary key of another table.

    • Super key can have additional attributes that are not necessary for uniqueness.

    • Foreign key establishes a re...

  • Answered by AI
  • Q7. List all languages in Sql and explain
  • Ans. 

    List of SQL languages and their brief explanation

    • SQL (Structured Query Language) is a standard language for managing relational databases

    • T-SQL (Transact-SQL) is a proprietary extension of SQL used by Microsoft SQL Server

    • PL/SQL (Procedural Language/Structured Query Language) is Oracle Corporation's proprietary extension of SQL

    • MySQL is an open-source relational database management system that uses SQL

    • PostgreSQL is an ope...

  • Answered by AI
  • Q8. And some questions related to project

Interview Preparation Tips

Topics to prepare for Capgemini Data Analyst Intern interview:
  • SQL Server
  • Java
  • Python
Interview preparation tips for other job seekers - My interview process :
First I registered myself in the link provided by the college and then I got mail for attending technical assessment, It consists of four rounds namely Data Structure& Pseudo Code, logical ability,gaming round and finally Behavioral questions round each round is elimination after clearing all those rounds.I was assigned to attend my technical interview after clearing that I got a message in Capgemini what's up saying ,I am selected to be a part of Capgemini Technology Service India Limited .
Don't lie in resume
Before attending any exam see related videos in YouTube to perform better

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Newspaper Ad and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Case Study 

Python sql powerbi excel

Ozibook Interview FAQs

How many rounds are there in Ozibook Data Analyst Intern interview?
Ozibook interview process usually has 1-2 rounds. The most common rounds in the Ozibook interview process are Assignment, One-on-one Round and Technical.
What are the top questions asked in Ozibook Data Analyst Intern interview?

Some of the top questions asked at the Ozibook Data Analyst Intern interview -

  1. What are the data preprocessing ste...read more
  2. Explain about data preprocessi...read more
  3. Supervised vs Unsupervised learn...read more

Tell us how to improve this page.

Ozibook Data Analyst Intern Interview Process

based on 3 interviews in last 1 year

Interview experience

3.7
  
Good

People are getting interviews through

based on 2 Ozibook interviews
Job Portal
100%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Ozibook Data Analyst Intern Salary
based on 6 salaries
₹1 L/yr - ₹3 L/yr
48% less than the average Data Analyst Intern Salary in India
View more details

Ozibook Data Analyst Intern Reviews and Ratings

based on 4 reviews

2.2/5

Rating in categories

2.7

Skill development

2.2

Work-Life balance

1.4

Salary & Benefits

2.9

Job Security

2.2

Company culture

3.3

Promotions/Appraisal

2.2

Work Satisfaction

Explore 4 Reviews and Ratings
Data Analyst Intern
6 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

Business Analyst
3 salaries
unlock blur

₹3 L/yr - ₹3.2 L/yr

Data Analyst
3 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

Social Media Manager
3 salaries
unlock blur

₹6 L/yr - ₹7 L/yr

Explore more salaries
Compare Ozibook with

Flipkart

4.0
Compare

Amazon

4.1
Compare

Snapdeal

3.8
Compare

Paytm

3.3
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview