Upload Button Icon Add office photos
Engaged Employer

i

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

MiQ Digital Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

MiQ Digital Interview Questions and Answers

Updated 16 Feb 2025
Popular Designations

11 Interview questions

A Data Science Intern was asked 7mo ago
Q. What makes Naive Bayes 'naive'?
Ans. 

Naive Bayes assumes independence between features, hence 'naive'.

  • Naive Bayes assumes all features are independent of each other, which is often not true in real-world data.

  • Despite its simplifying assumption, Naive Bayes is still widely used in text classification and spam filtering.

  • The 'naive' assumption allows for fast and efficient classification, especially with large datasets.

View all Data Science Intern interview questions
A Data Science Manager was asked
Q. Explain the Gradient Descent Algorithm.
Ans. 

Gradient Descent is an optimization algorithm used to minimize the error of a model by adjusting its parameters iteratively.

  • Gradient Descent is used in machine learning to find the optimal parameters for a model by minimizing a cost function.

  • It works by calculating the gradient of the cost function at a given point and moving in the opposite direction to reach the minimum.

  • There are different variations of Gradient...

View all Data Science Manager interview questions
A Production Analyst was asked
Q. How do you find outliers using EDA in Python?
Ans. 

Outliers can be found using statistical methods such as z-score, IQR, or using machine learning algorithms like isolation forest.

  • Calculate z-score for each data point and consider points with z-score greater than 3 or less than -3 as outliers.

  • Use interquartile range (IQR) to identify outliers. Points outside the range of Q1 - 1.5*IQR and Q3 + 1.5*IQR are considered outliers.

  • Isolation Forest is a machine learning a...

View all Production Analyst interview questions
A SDE was asked
Q. How many swapping operations are required to sort the array [8,22,7,9,31,19,5,13] using the bubble sort algorithm?
Ans. 

The number of swaps required to sort an array using bubblesort

  • Bubble sort compares adjacent elements and swaps them if they are in the wrong order

  • Count the number of swaps required to sort the given array

  • The given array requires 19 swaps to be sorted using bubblesort

View all SDE interview questions
A SDE was asked
Q. Given the preorder traversal of a tree is DEBFGCA and the postorder traversal of the tree is ABDECFG, find the inorder traversal.
Ans. 

Given preorder and postorder traversal, find inorder traversal of a binary tree.

  • The last element of postorder traversal is the root of the tree

  • Find the root in preorder traversal and divide the tree into left and right subtrees

  • Recursively find the inorder traversal of left and right subtrees

  • Combine the inorder traversal of left subtree, root, and inorder traversal of right subtree

View all SDE interview questions
A SDE was asked
Q. Find the number of leaf nodes in a binary tree with 4 internal nodes.
Ans. 

A binary tree with 4 internal nodes has 5 leaf nodes.

  • A binary tree with n internal nodes has n+1 leaf nodes.

  • A leaf node is a node with no children.

  • Count the number of leaf nodes to find the answer.

View all SDE interview questions
A Senior Software Engineer 2 was asked 8mo ago
Q. Recursive problem
Ans. 

Recursive problem involving finding the factorial of a number.

  • Implement a recursive function to calculate the factorial of a number.

  • Base case: if n is 0 or 1, return 1.

  • Recursive case: return n * factorial(n-1).

View all Senior Software Engineer 2 interview questions
Are these interview questions helpful?
An Analyst II was asked
Q. SQL: 1. find the duplicates in a given dataset 2. order of execution 3. output of rank and dense rank 4. running total Tableau: 1. live vs extract 2. scatter plot and box plot 3. formula for IDR and outlier...
Ans. 

Interview questions for Analyst II position on SQL, Tableau, and Guesstimate

  • SQL: finding duplicates, order of execution, rank and dense rank, running total

  • Tableau: live vs extract, scatter plot and box plot, IDR and outliers formula

  • Guesstimate: estimating number of flights taking off from an airport in a day

View all Analyst II interview questions
A Senior Software Engineer 2 was asked 8mo ago
Q. Parking lot design
Ans. 

Parking lot design involves layout, capacity, accessibility, and efficiency.

  • Consider the layout of the parking lot to maximize space and ease of navigation.

  • Include designated spots for different types of vehicles (e.g. compact, electric, handicap).

  • Implement efficient traffic flow patterns to reduce congestion and improve safety.

  • Incorporate technology such as sensors or apps for real-time parking availability updat...

View all Senior Software Engineer 2 interview questions
A Business Analyst was asked 12mo ago
Q. Execution of SQL
Ans. 

Execution of SQL involves writing and running queries to retrieve, manipulate, and manage data in a database.

  • Write SQL queries to retrieve specific data from database tables

  • Use SQL functions and operators to manipulate data

  • Execute SQL statements to update or delete records in database

  • Manage database schema by creating, altering, or dropping tables

  • Optimize SQL queries for better performance

View all Business Analyst interview questions

MiQ Digital Interview Experiences

32 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I appeared for an interview in Sep 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Recursive problem
  • Ans. 

    Recursive problem involving finding the factorial of a number.

    • Implement a recursive function to calculate the factorial of a number.

    • Base case: if n is 0 or 1, return 1.

    • Recursive case: return n * factorial(n-1).

  • Answered by AI
  • Q2. Parking lot design
  • Ans. 

    Parking lot design involves layout, capacity, accessibility, and efficiency.

    • Consider the layout of the parking lot to maximize space and ease of navigation.

    • Include designated spots for different types of vehicles (e.g. compact, electric, handicap).

    • Implement efficient traffic flow patterns to reduce congestion and improve safety.

    • Incorporate technology such as sensors or apps for real-time parking availability updates.

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Aptitude Test 

The test was easy, containing data interpretation questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Case study to evaluate my approach
  • Q2. Guesstimate to evaluate my approach
  • Ans. 

    To evaluate your approach, I would estimate the number of cars passing through a busy intersection in a day.

    • Identify the average number of cars passing through the intersection per minute

    • Calculate the total number of minutes in a day

    • Multiply the average cars per minute by total minutes in a day to get an estimate

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The process was smooth and easy

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 17 Oct 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Questions were on my resume
  • Q2. And also questions more on SQL and python
  • Q3. Asked have you worked on any dash boards

HR Executive Interview Questions & Answers

user image Anonymous

posted on 2 Oct 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. About the previous roles and responsibilities
  • Q2. Knowledge on skills to which they are looking for the role
Round 2 - Technical 

(2 Questions)

  • Q1. Questions on taxes
  • Q2. Questions on excel
Round 3 - Culture fit 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a seasoned HR professional with 10+ years of experience in recruitment, employee relations, and performance management.

    • Bachelor's degree in Human Resources Management

    • SHRM-CP certification

    • Led successful recruitment campaigns resulting in 20% increase in staff retention

    • Implemented employee wellness program resulting in 15% decrease in absenteeism

  • Answered by AI
  • Q2. Where you want to be next 5 years
  • Ans. 

    In the next 5 years, I aim to advance to a leadership role within the HR department, further develop my skills through training and certifications, and contribute to the company's growth and success.

    • Advance to a leadership role within the HR department

    • Further develop skills through training and certifications

    • Contribute to the company's growth and success

  • Answered by AI

Interview Preparation Tips

Topics to prepare for MiQ Digital HR Executive interview:
  • Taxation
Interview preparation tips for other job seekers - Be prepared on the topic
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is naive in Naive Bayes?
  • Ans. 

    Naive Bayes assumes independence between features, hence 'naive'.

    • Naive Bayes assumes all features are independent of each other, which is often not true in real-world data.

    • Despite its simplifying assumption, Naive Bayes is still widely used in text classification and spam filtering.

    • The 'naive' assumption allows for fast and efficient classification, especially with large datasets.

  • Answered by AI
  • Q2. Probability questions

Skills evaluated in this interview

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

Two Medium DSA questions, then questions about react and springboot

Interview Preparation Tips

Interview preparation tips for other job seekers - One React problem solving question and then asked me to design the DB of bookMyshow
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Questions on SQL excel and BI tools

Round 2 - Case Study 

Technical skills deep understanding

Round 3 - Technical 

(1 Question)

  • Q1. Execution of SQL
  • Ans. 

    Execution of SQL involves writing and running queries to retrieve, manipulate, and manage data in a database.

    • Write SQL queries to retrieve specific data from database tables

    • Use SQL functions and operators to manipulate data

    • Execute SQL statements to update or delete records in database

    • Manage database schema by creating, altering, or dropping tables

    • Optimize SQL queries for better performance

  • Answered by AI
Round 4 - One-on-one 

(1 Question)

  • Q1. Fitment round and cultural

Skills evaluated in this interview

Analyst Interview Questions & Answers

user image Anonymous

posted on 12 Mar 2024

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

(2 Questions)

  • Q1. Prepare SQL and Pyspark well
  • Q2. Prepare well on SQL Joins
Round 2 - One-on-one 

(1 Question)

  • Q1. Read about Programmatic advertising
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude abd behavioural questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough in ML, AI, DL concepts with knowledge of DBMS, SQL, and python packages like pandas, scipy, etc. Have good projects in ML, DL, Data Science domain
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Coding Test 

It was a virtual coding round with coding questions on Java fundamentals, Array, LinkedList

Round 2 - Coding Test 

Questions on java fundamentals, some code snippets, Array

Round 3 - One-on-one 

(1 Question)

  • Q1. Behavioral round with discussion on previous experience and values
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Python and sql coding question basic mcqs on ML and Stats

Round 2 - Technical 

(1 Question)

  • Q1. Sql query question using window func, grouby, joins etc Python theory question on fuctions Statistics questions of distribution
Round 3 - Cultural fit 

(3 Questions)

  • Q1. What do know about MIQ
  • Q2. Why do you wanna join
  • Ans. 

    I am passionate about using data to solve real-world problems and I believe this internship will provide me with valuable experience.

    • Passionate about using data to solve real-world problems

    • Seeking valuable experience in the field

    • Excited about the opportunity to learn and grow as a data scientist

  • Answered by AI
  • Q3. Questions on projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Its easy be confident. Go thorough basic concepts

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about MiQ Digital?
Ask anonymously on communities.

MiQ Digital Interview FAQs

How many rounds are there in MiQ Digital interview?
MiQ Digital interview process usually has 2-3 rounds. The most common rounds in the MiQ Digital interview process are Technical, One-on-one Round and Coding Test.
How to prepare for MiQ Digital 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 MiQ Digital. The most common topics and skills that interviewers at MiQ Digital expect are Healthcare, Analytics, Python, SQL and Analytical.
What are the top questions asked in MiQ Digital interview?

Some of the top questions asked at the MiQ Digital interview -

  1. Find the number of leaf nodes to a binary tree with 4 internal nod...read more
  2. Given the preorder traversal of the tree is DEBFGCA and the postorder traversal...read more
  3. SQL: 1. find the duplicates in a given dataset 2. order of execution 3. output ...read more
How long is the MiQ Digital interview process?

The duration of MiQ Digital interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.9/5

based on 27 interview experiences

Difficulty level

Easy 23%
Moderate 77%

Duration

Less than 2 weeks 69%
2-4 weeks 31%
View more

Interview Questions from Similar Companies

Epsilon Interview Questions
3.8
 • 93 Interviews
Regalix Interview Questions
2.9
 • 50 Interviews
Denave Interview Questions
3.7
 • 42 Interviews
Xdbs Interview Questions
3.1
 • 39 Interviews
Smollan Group Interview Questions
4.0
 • 39 Interviews
InMobi Interview Questions
3.3
 • 35 Interviews
Mediamint Interview Questions
3.3
 • 35 Interviews
View all

MiQ Digital Reviews and Ratings

based on 95 reviews

3.3/5

Rating in categories

3.1

Skill development

3.5

Work-life balance

3.5

Salary

3.2

Job security

3.4

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 95 Reviews and Ratings
Technical Writer

Bangalore / Bengaluru

5-10 Yrs

Not Disclosed

ERP Data Engineer II

Bangalore / Bengaluru

2-3 Yrs

Not Disclosed

Sales Manager

Gurgaon / Gurugram

3-8 Yrs

Not Disclosed

Explore more jobs
Software Engineer
29 salaries
unlock blur

₹11 L/yr - ₹19.7 L/yr

Data Analyst
26 salaries
unlock blur

₹4.2 L/yr - ₹13.1 L/yr

Senior Software Engineer
24 salaries
unlock blur

₹23.6 L/yr - ₹31 L/yr

Senior Analyst
22 salaries
unlock blur

₹12 L/yr - ₹21 L/yr

Analyst
20 salaries
unlock blur

₹7 L/yr - ₹13.5 L/yr

Explore more salaries
Compare MiQ Digital with

Epsilon

3.8
Compare

Denave

3.6
Compare

Smollan Group

4.0
Compare

ChannelPlay

3.8
Compare
write
Share an Interview