Upload Button Icon Add office photos

Filter interviews by

Adani Digital Labs Executive Analyst Interview Questions and Answers

Updated 15 Oct 2024

Adani Digital Labs Executive Analyst Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Aptitude Test 

Easy cat level questions

Round 2 - Technical 

(2 Questions)

  • Q1. What is first function
  • Ans. 

    The first function is the initial step or action performed in a process or system.

    • It sets the foundation for subsequent functions.

    • It often determines the overall success or failure of the process.

    • Examples include data collection, analysis, planning, and decision-making.

  • Answered by AI
  • Q2. Oops concepts were asked

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed before Dec 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is sem in digital marketing?
  • Ans. 

    SEM stands for Search Engine Marketing, which involves promoting websites by increasing their visibility in search engine results pages.

    • SEM involves paid advertising on search engines like Google and Bing

    • It includes strategies like keyword research, ad copywriting, and bid management

    • SEM can be used to drive traffic, increase brand awareness, and generate leads or sales

    • Examples of SEM platforms include Google Ads, Bing

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prep well. do well and they will go in detail for each thing on the cv

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Tell us about the projects you worked on earlier
  • Q2. Case study discussion for amazon
Round 2 - Case Study 

Case study of you tube video success

Round 3 - HR 

(2 Questions)

  • Q1. Tell us about your self
  • Q2. Willing to relocate

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with your resume and case studies on media marketing
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Where do see yourself in 5 years?
  • Ans. 

    In 5 years, I see myself as a senior business analyst leading a team and contributing to strategic decision-making.

    • Leading a team of analysts

    • Contributing to strategic decision-making

    • Continuing professional development and certifications

    • Possibly pursuing a management role

    • Enhancing industry knowledge and expertise

  • Answered by AI
  • Q2. Why Epsilon? And why are you leaving your current organisation?
  • Ans. 

    I am interested in Epsilon's innovative approach to data analytics and leaving my current organization for career growth opportunities.

    • Epsilon's reputation for cutting-edge data analytics solutions

    • Opportunity for career growth and development at Epsilon

    • Excited about working with a new team and learning new skills

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is rank in sql .. kind of scenario based
  • Q2. Examples of with/ sub query in sql
  • Ans. 

    Using subqueries in SQL allows for more complex queries by nesting queries within other queries.

    • Subquery in SELECT statement: SELECT column_name FROM table_name WHERE column_name = (SELECT column_name FROM table_name)

    • Subquery in WHERE clause: SELECT column_name FROM table_name WHERE column_name IN (SELECT column_name FROM table_name)

    • Subquery in FROM clause: SELECT column_name FROM (SELECT column_name FROM table_name) A

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Tell about work experience
  • Q2. Details about skill set

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Sep 2023. There were 5 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 

Simple aptitude questions

Round 3 - Coding Test 

One easy leetcode problem and few MCQ on SQL/SAS/R/Python

Round 4 - Technical 

(1 Question)

  • Q1. Interview on statistics, probability
Round 5 - HR 

(1 Question)

  • Q1. Behavioural questions

Interview Preparation Tips

Interview preparation tips for other job seekers - keep calm and give your best.
prepare statistics concepts well. Coding will be easy
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

30 mins, Aptitude questions

Round 2 - Coding Test 

SQL queries and bascis Python questions

Round 3 - Technical 

(1 Question)

  • Q1. Questions on my resume, my projects, basic python questions
Round 4 - HR 

(1 Question)

  • Q1. Behavioural questions

I applied via Naukri.com and was interviewed in Jan 2022. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. All questions were related to SQL and Context of the role
  • Q2. Joins, Unions and case scenario

Interview Preparation Tips

Interview preparation tips for other job seekers - HR's Ghosted after rounds of interview 😂, Tried reaching them so many times but they disappeared, not even reverting and probably the worst management I have ever came across.

I applied via LinkedIn and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Details of current Role & responsibilities and usual BA questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy & quick process, They look for someone of that particular domain.

Adani Digital Labs Interview FAQs

How many rounds are there in Adani Digital Labs Executive Analyst interview?
Adani Digital Labs interview process usually has 2 rounds. The most common rounds in the Adani Digital Labs interview process are Aptitude Test and Technical.
What are the top questions asked in Adani Digital Labs Executive Analyst interview?

Some of the top questions asked at the Adani Digital Labs Executive Analyst interview -

  1. what is first funct...read more
  2. oops concepts were as...read more

Tell us how to improve this page.

Adani Digital Labs Executive Analyst Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

R.R. Donnelley Interview Questions
3.8
 • 108 Interviews
Epsilon Interview Questions
3.9
 • 90 Interviews
3 Minds Digital Interview Questions
4.4
 • 71 Interviews
Publicis Interview Questions
3.7
 • 53 Interviews
Regalix Interview Questions
2.9
 • 45 Interviews
Denave Interview Questions
3.6
 • 40 Interviews
Xdbs Interview Questions
3.1
 • 39 Interviews
Smollan Group Interview Questions
4.0
 • 36 Interviews
View all
Deputy General Manager
19 salaries
unlock blur

₹41 L/yr - ₹66 L/yr

Deputy Manager
16 salaries
unlock blur

₹15 L/yr - ₹21 L/yr

Associate Manager
14 salaries
unlock blur

₹16.4 L/yr - ₹30 L/yr

Assistant Manager
11 salaries
unlock blur

₹6.9 L/yr - ₹14.5 L/yr

Senior Executive
9 salaries
unlock blur

₹7 L/yr - ₹13.1 L/yr

Explore more salaries
Compare Adani Digital Labs with

R.R. Donnelley

3.8
Compare

Epsilon

3.9
Compare

Denave

3.6
Compare

Smollan Group

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