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, Process, and Tips

Updated 16 Feb 2025

Top MiQ Digital Interview Questions and Answers

View all 12 questions

MiQ Digital Interview Experiences

Popular Designations

32 interviews found

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

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)

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

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)
MiQ Digital Interview Questions and Answers for Freshers
illustration image

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

HR Executive Interview Questions asked at other Companies

Q1. What do you know about Labor Law
View answer (6)
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

Data Science Intern Interview Questions asked at other Companies

Q1. Rotate Matrix by 90 Degrees Problem Statement Given a square matrix 'MATRIX' of non-negative integers, rotate the matrix by 90 degrees in an anti-clockwise direction using only constant extra space. Input: The first line of input contains a... read more
View answer (1)

MiQ Digital interview questions for popular designations

 Analyst

 (3)

 Software Engineer

 (3)

 Data Science Intern

 (3)

 Data Scientist

 (2)

 Business Analyst

 (2)

 Senior Data Analyst

 (2)

 SDE

 (2)

 Senior Analyst

 (1)

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

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

Get interview-ready with Top MiQ Digital Interview Questions

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

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)

Jobs at MiQ Digital

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

I was interviewed 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

Senior Software Engineer 2 Interview Questions asked at other Companies

Q1. What microservices patterns are you aware ? let's assume that there is a microservice based architecture and service A is calling service B which in turn service C. If service b fails, how will you manage transaction and logging ?
View answer (1)

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

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 + 7. Formula: F(n) = F(n-... read more
View answer (1)
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

Data Scientist Interview Questions asked at other Companies

Q1. for a data with 1000 samples and 700 dimensions, how would you find a line that best fits the data, to be able to extrapolate? this is not a supervised ML problem, there's no target. and how would you do it, if you want to treat this as a s... read more
View answer (5)
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

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)
Contribute & help others!
anonymous
You can choose to be anonymous

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 Analytics, Healthcare, Python, Analytical and SQL.
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.

Recently Viewed

JOBS

CPM India Sales & Marketing

No Jobs

JOBS

Genpact

No Jobs

JOBS

CBRE

No Jobs

JOBS

Foxconn

No Jobs

JOBS

PepsiCo

No Jobs

JOBS

JLL

No Jobs

DESIGNATION

REVIEWS

PepsiCo

No Reviews

JOBS

Abbott

No Jobs

LIST OF COMPANIES

Nexgen

Overview

Tell us how to improve this page.

MiQ Digital Interview Process

based on 27 interviews

Interview experience

3.9
  
Good
View more

Interview Questions from Similar Companies

Regalix Interview Questions
2.9
 • 44 Interviews
Denave Interview Questions
3.6
 • 39 Interviews
InMobi Interview Questions
3.5
 • 35 Interviews
Adglobal360 Interview Questions
3.2
 • 24 Interviews
Affle Interview Questions
3.1
 • 4 Interviews
AdPushup Interview Questions
3.8
 • 3 Interviews
Adlift Interview Questions
3.5
 • 2 Interviews
Komli Media Interview Questions
4.0
 • 1 Interview
View all

MiQ Digital Reviews and Ratings

based on 92 reviews

3.3/5

Rating in categories

3.1

Skill development

3.5

Work-life balance

3.5

Salary

3.3

Job security

3.4

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 92 Reviews and Ratings
Senior Product Analyst

Bangalore / Bengaluru

2-4 Yrs

₹ 17.15-17.15 LPA

Marketing Manager

Bangalore / Bengaluru

8-10 Yrs

Not Disclosed

Graphic Designer

Bangalore / Bengaluru

5-8 Yrs

Not Disclosed

Explore more jobs
Software Engineer
29 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Analyst
24 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Analyst
21 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Analyst
20 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Scientist
20 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare MiQ Digital with

Affle

3.1
Compare

InMobi

3.5
Compare

Komli Media

4.0
Compare

Deloitte Digital

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