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 Business Analyst Interview Questions and Answers

Updated 13 Dec 2024

MiQ Digital Business Analyst Interview Experiences

2 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
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

asked in Evalueserve
Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with ... read more
asked in Infosys
Q2. What is your strong point in terms of technical knowledge? Like J ... read more
Q3. There are 100 people standing in a circle, the first person has a ... read more
asked in Paytm
Q4. Sum of Squares of First N Natural Numbers Problem Statement You a ... read more
asked in EXL Service
Q5. If I have 333 digits to number pages of a book, How many pages ca ... read more

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. EXPLAINATION of DSP and SSP
  • Ans. 

    DSP stands for Demand-Side Platform and SSP stands for Supply-Side Platform in the context of programmatic advertising.

    • DSP is a platform used by advertisers to purchase ad inventory in real-time auctions.

    • SSP is a platform used by publishers to sell their ad inventory to advertisers.

    • DSPs and SSPs work together in programmatic advertising to automate the buying and selling of ad space.

    • DSPs use data and algorithms to targ...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test from one of the popular platform

Round 2 - Group Discussion 

Was given a topic and had to speak for a min about it

Round 3 - Technical 

(1 Question)

  • Q1. Dbms conceptual questions, About projects

Interview Questionnaire 

2 Questions

  • Q1. Little discussion on my project
  • Q2. Given a chessboard and the initial position of horse. If “n” is the number of steps the horse can make then what is probability that it goes out of board ?
  • Ans. 

    Probability of a horse going out of a chessboard in 'n' steps.

    • The total number of possible moves for a horse is 8.

    • The probability of going out of the board depends on the position of the horse.

    • For example, if the horse is at a corner, the probability of going out of the board is higher.

    • The probability can be calculated using combinatorics and geometry.

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: They did not expect any code in this round. An algo or pseudo code is fine.



1) You are given 2 vessels with capacity M liters and N liters capacity and infinite supply of water. You need to find the minimum number of steps required to get P liters. Any of the below action is considered a step



     a) Filling vessel with water



     b) Emptying vessel



     c) Pouring water from one vessel to another vessel.



2) Given n sets each containing m integers. You need to create MinDiff set by picking exactly 1 element from each set. The difference between the maximum and minimum elements in the MinDiff set should be minimum.



eg: for the sets {30, 20, 10, 40},{ 22, 33, 44, 99},{ 16, 17, 18, 19} min diff set is {19, 20, 22}. Max and min elements in MinDiff set are 22 and 19 and their difference is 3.

Round: Technical Interview
Experience: 1) you will be given the binary representation of the numbers in the form of 2D array.eg: r1- 00001

r2- 00100

r3- 01010

r4- 00110

r5- 00111 This means the elements are 1, 4, 10 , 6 and 7.

A number “n” is given. Let us say that n can be formed by doing bitwise OR operation on rows of given matrix. What is the minimum number of rows that needs to be deleted from the matrix so that “n” can never be formed by doing the OR of the rows.

If n is 14(01110) then it can be formed by doing r2|r3 or r3|r4. You can prevent n formation either by deleting {r2,r4} or {r3}. But {r3} has least number of elements so it is the required set.2) Find the average of mid 50% of elements in the running stream of integersI have not cleared round-II so no further questions.

College Name: IIT GANDHINAGAR

Analyst Interview Questions & Answers

InMobi user image abishek saju

posted on 15 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Why do you want to work here
Round 2 - One-on-one 

(1 Question)

  • Q1. Explain your previous work experience
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Automation testing platforms
  • Q2. Java programs for list and strings
  • Ans. 

    Java programs for manipulating lists and strings.

    • Use ArrayList class for lists and String class for strings.

    • To add elements to a list: list.add(element);

    • To access elements in a list: list.get(index);

    • To concatenate strings: string1 + string2;

    • To find the length of a string: string.length();

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

(4 Questions)

  • Q1. Related to your previous experience
  • Q2. Costing questions basics
  • Q3. Accounting end to end
  • Q4. Taxation basics
Round 3 - HR 

(1 Question)

  • Q1. Location, expecting package
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basic Fibonacci and prime number questions.

MiQ Digital Interview FAQs

How many rounds are there in MiQ Digital Business Analyst interview?
MiQ Digital interview process usually has 3 rounds. The most common rounds in the MiQ Digital interview process are Aptitude Test, One-on-one Round and Case Study.
What are the top questions asked in MiQ Digital Business Analyst interview?

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

  1. Guesstimate to evaluate my appro...read more
  2. Execution of ...read more
  3. Case study to evaluate my appro...read more

Tell us how to improve this page.

MiQ Digital Business Analyst Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Regalix Interview Questions
2.9
 • 44 Interviews
Denave Interview Questions
3.6
 • 39 Interviews
Xdbs Interview Questions
3.2
 • 39 Interviews
InMobi Interview Questions
3.5
 • 35 Interviews
Smollan Group Interview Questions
4.2
 • 34 Interviews
Mediamint Interview Questions
3.4
 • 32 Interviews
Adglobal360 Interview Questions
3.2
 • 24 Interviews
View all
MiQ Digital Business Analyst Salary
based on 21 salaries
₹9 L/yr - ₹14.5 L/yr
21% more than the average Business Analyst Salary in India
View more details

MiQ Digital Business Analyst Reviews and Ratings

based on 3 reviews

4.3/5

Rating in categories

4.0

Skill development

4.1

Work-life balance

4.2

Salary

4.2

Job security

4.2

Company culture

3.4

Promotions

3.4

Work satisfaction

Explore 3 Reviews and Ratings
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