Upload Button Icon Add office photos

Filter interviews by

Modak Analytics Project Manager Interview Questions and Answers for Experienced

Updated 23 Nov 2023

Modak Analytics Project Manager Interview Experiences for Experienced

1 interview found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What are the challenges that you faced in a similar role?
  • Q2. What are the three biggest learnings?
  • Ans. 

    The three biggest learnings as a Project Manager

    • Importance of effective communication

    • Adaptability and flexibility in managing changes

    • The significance of risk management

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Well I don't know what to advise but sharing that they invited me for an f2f interview with just a day notice and they never gave any update on the interview.

Interview questions from similar companies

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

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 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
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

First round was aptitude with coding round it was easy

Round 2 - Communication round 

(1 Question)

  • Q1. To check communication
Round 3 - Technical 

(1 Question)

  • Q1. Ask question based on datastructures

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on Data structures and Algorithms
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

1 coding question, and basic MCQ

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

1st round was DSA round. Pretty easy

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

(3 Questions)

  • Q1. How do you prioritise features? Give an example
  • Ans. 

    I prioritize features based on customer needs, business goals, and impact on user experience.

    • Identify customer needs and pain points through user research and feedback

    • Align features with business goals and objectives

    • Consider impact on user experience and usability

    • Use frameworks like MoSCoW method or Kano model for prioritization

    • Regularly review and adjust priorities based on feedback and data

    • Example: Prioritizing a new...

  • Answered by AI
  • Q2. What is product lifecycle?
  • Ans. 

    Product lifecycle refers to the stages a product goes through from introduction to withdrawal from the market.

    • Introduction stage - product is launched into the market

    • Growth stage - sales and market share increase

    • Maturity stage - sales peak and competition intensifies

    • Decline stage - sales decrease and product is eventually withdrawn

    • Examples: iPhone (introduction), Coca-Cola (maturity), Blackberry (decline)

  • Answered by AI
  • Q3. Asked 2 puzzles

Interview Preparation Tips

Interview preparation tips for other job seekers - Read about company well.
Interview experience
3
Average
Difficulty level
Hard
Process Duration
-
Result
No response

I appeared for an interview in Feb 2024.

Round 1 - Technical 

(5 Questions)

  • Q1. Data structures
  • Q2. Solid Principles
  • Q3. Single responsibility principle
  • Ans. 

    Single responsibility principle states that a class should have only one reason to change.

    • Each class should have only one responsibility

    • Helps in making code more maintainable and easier to understand

    • Promotes separation of concerns

    • Example: A class that handles user authentication should not also handle file management

  • Answered by AI
  • Q4. Javascript question
  • Q5. Object oriented concepts

Skills evaluated in this interview

Round 1 - One-on-one 

(1 Question)

  • Q1. HR interview, salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - - be confident
- articulate your thoughts well
- do not lie

Modak Analytics Interview FAQs

How many rounds are there in Modak Analytics Project Manager interview for experienced candidates?
Modak Analytics interview process for experienced candidates usually has 2 rounds. The most common rounds in the Modak Analytics interview process for experienced candidates are Resume Shortlist and Technical.
How to prepare for Modak Analytics Project Manager interview for experienced candidates?
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 Modak Analytics. The most common topics and skills that interviewers at Modak Analytics expect are PMP, Change Management, Kanban, MS Visio and Project Management.

Tell us how to improve this page.

Modak Analytics Project Manager Interview Process for Experienced

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

Sigmoid Interview Questions
3.3
 • 60 Interviews
ZoomRx Interview Questions
3.0
 • 36 Interviews
Dunnhumby Interview Questions
4.0
 • 30 Interviews
Jasper Colin Interview Questions
4.1
 • 25 Interviews
Everest Group Interview Questions
3.3
 • 25 Interviews
GfK MODE Interview Questions
3.3
 • 23 Interviews
View all
Modak Analytics Project Manager Salary
based on 5 salaries
₹12.5 L/yr - ₹16 L/yr
16% less than the average Project Manager Salary in India
View more details
Software Development Engineer
56 salaries
unlock blur

₹4.8 L/yr - ₹9.5 L/yr

Data Engineer
51 salaries
unlock blur

₹5 L/yr - ₹13 L/yr

Software Developer
35 salaries
unlock blur

₹4.8 L/yr - ₹12 L/yr

Software Engineer
34 salaries
unlock blur

₹4 L/yr - ₹11.7 L/yr

Hadoop Administrator
25 salaries
unlock blur

₹5.2 L/yr - ₹16 L/yr

Explore more salaries
Compare Modak Analytics with

Markelytics Solutions

4.7
Compare

Savista Global Solutions

4.0
Compare

Jasper Colin

4.1
Compare

GfK MODE

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