Upload Button Icon Add office photos

Modak Analytics

Compare button icon Compare button icon Compare

Filter interviews by

Modak Analytics Internship Trainee Interview Questions and Answers

Updated 16 Mar 2023

Modak Analytics Internship Trainee Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2022. There were 5 interview rounds.

Round 1 - Aptitude Test 

English Communication Test.It will be on the articles and small English blanks .

Round 2 - Aptitude Test 

We need to be fast in maths to crack this round...we will have 100 mins of time

Round 3 - Coding Test 

In this round we will have small (basic)java mcqs which is easy to crack if you are good in basic

Round 4 - Technical 

(1 Question)

  • Q1. Basics of Python and Java..Good to have knowledge on sql
Round 5 - HR 

(1 Question)

  • Q1. There will be some basic questions only like What do you know about the company and tests your communication skills in this round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Its a Good company to start your career with different technologies

Top trending discussions

View All
Interview Tips & Stories
2w (edited)
timepasstiwari
·
A Digital Markter
Nailed the interview, still rejected
Just had the BEST interview ever – super positive and encouraging! But got rejected. Interviewer said I was the most prepared, knew it was a full-time role (unlike others), and loved my answers. One of my questions was even called "the best ever asked!" He showed me around, said I was exactly what they wanted, and would get back by Friday. I was so hyped! Then today, I got the rejection email. No reason given, just "went with someone else." Feels bad when your best isn't enough. Anyone else been there? How'd you cope?
Got a question about Modak Analytics?
Ask anonymously on communities.

Interview questions from similar companies

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 - Coding Test 

Two easy questions two wasy questions two easy questions two easy questions

Round 3 - Technical 

(2 Questions)

  • Q1. Technical interviews was very easy techijcal interviews was very easy very easy very easy
  • Q2. Interviews was conducted in advance of a news conference in the United Kingdom and the European government on Tuesday

Interview Preparation Tips

Interview preparation tips for other job seekers - Ghar was the second man killed by an twowwywiwywuw The new rules would be similar y

Internship Trainee Interview Questions Asked at Other Companies

asked in ESAB
Q1. Tell about your UG project? How will you design a table for 1 ton ... read more
Q2. What could be the reason a website doesn't rank at the top for a ... read more
Q3. What do you know about the technology you are applying for?
Q4. What are the difgerent wavelengths at which optical fibre communi ... read more
Q5. What are timers in Microprocessors and how can you trigger them?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Maximal rectangal
  • Ans. 

    Find the largest rectangle containing only 1s in a binary matrix.

    • Use dynamic programming to track heights of consecutive 1s.

    • For each row, treat it as a histogram and calculate the maximal rectangle.

    • Utilize a stack to efficiently compute the largest rectangle in a histogram.

    • Example: For a matrix [[0,1,1],[1,1,0],[1,1,1]], the largest rectangle has area 4.

  • Answered by AI
  • Q2. Loop in linked list
  • Ans. 

    Loop in linked list is a situation where a node points to a previous node in the list, creating an infinite loop.

    • Check for loops using Floyd's cycle detection algorithm

    • Use two pointers, one moving twice as fast as the other, to detect a loop

    • If the fast pointer catches up to the slow pointer, there is a loop

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Basic hr question regarding your project and all
  • Q2. He was more interested in what is my thinking pattern

Skills evaluated in this interview

I applied via Referral and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Find k min elements in given array.
  • Ans. 

    Find k min elements in given array.

    • Sort the array and return the first k elements.

    • Use a min heap of size k to find the k min elements.

    • Use quickselect algorithm to find the kth smallest element and return first k elements smaller than it.

  • Answered by AI
  • Q2. Find that given tree is BST or not.
  • Ans. 

    Check if a given tree is a Binary Search Tree (BST) or not.

    • Traverse the tree in-order and check if the elements are in ascending order.

    • Check if the maximum value in the left subtree is less than the root and the minimum value in the right subtree is greater than the root.

    • Use recursion to check if all subtrees are BSTs.

    • Time complexity: O(n), Space complexity: O(h) where h is the height of the tree.

  • Answered by AI
  • Q3. Find pair in BST with given sum
  • Ans. 

    Given a BST and a sum, find a pair of nodes whose values add up to the given sum.

    • Traverse the BST in-order and store the nodes in a list

    • Use two pointers approach to find the pair with the given sum

    • If the sum is less than the current pair, move the right pointer to the left

    • If the sum is greater than the current pair, move the left pointer to the right

    • If the sum is equal to the current pair, return the pair

    • Time complexit...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was Focused on DS Algo mostly.
2 technical round ( DS Algo)
1 managerial round ( General past working experiences questions)

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

1 coding question, and basic MCQ

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Two coding questions, one is easy and the other is difficult. Who solved 2nd question was shortlisted for an interview.

Round 2 - Interview 

(1 Question)

  • Q1. Introduce yourself—questions from OS, DBMS, DSA, Project, and one coding problem.

I applied via Naukri.com and was interviewed before Oct 2021. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. This is the HR round where they will generally check the process knowledge and comma skills.
  • Q2. Process related questions. Additional skills Typing speed

Interview Preparation Tips

Interview preparation tips for other job seekers - Of you are looking for a good office to work in kolkata. You can try VRCM. The work environment is good.
Are these interview questions helpful?

I applied via Naukri.com and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Basic Introduction, Why u want to join this company, why u want to do this work?
  • Q2. Strengths and weekness, Where do u see urself in x year?

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing to worry, Chill interview session, Main focus should be on Written test that include Apti, Resoning, and Company related task(easy).

I applied via Campus Placement and was interviewed in Sep 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 

Logical reasoning and Essay writing as well as some comprehension based.

Round 3 - Case Study 

Estimate revenue of Haldirams of C.P outlet

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for guesstimates and case studies, from Case in point book, refer to some you tube channels, Mckinsey case studies etc.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before May 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 - Coding Test 

Python technical questions

Round 3 - Assignment 

Basic HR questions like background , why should i hire you

Modak Analytics Interview FAQs

How many rounds are there in Modak Analytics Internship Trainee interview?
Modak Analytics interview process usually has 6 rounds. The most common rounds in the Modak Analytics interview process are Aptitude Test, Resume Shortlist and Coding Test.

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Easy 100%

Duration

2-4 weeks 100%
View more

Interview Questions from Similar Companies

Sigmoid Interview Questions
3.4
 • 62 Interviews
ZoomRx Interview Questions
3.0
 • 38 Interviews
Jasper Colin Interview Questions
4.0
 • 31 Interviews
Dunnhumby Interview Questions
4.0
 • 31 Interviews
Everest Group Interview Questions
3.3
 • 25 Interviews
GfK MODE Interview Questions
3.4
 • 23 Interviews
View all
Software Development Engineer
57 salaries
unlock blur

₹4 L/yr - ₹9 L/yr

Data Engineer
50 salaries
unlock blur

₹5 L/yr - ₹13 L/yr

Software Developer
36 salaries
unlock blur

₹4.8 L/yr - ₹12 L/yr

Software Engineer
31 salaries
unlock blur

₹4 L/yr - ₹11.9 L/yr

Hadoop Administrator
19 salaries
unlock blur

₹5.6 L/yr - ₹16 L/yr

Explore more salaries
Compare Modak Analytics with

Markelytics Solutions

4.8
Compare

Jasper Colin

4.0
Compare

GfK MODE

3.4
Compare

Dunnhumby

4.0
Compare
write
Share an Interview