Upload Button Icon Add office photos

Filter interviews by

Modak Analytics Associate Software Engineer Interview Questions and Answers

Updated 18 Sep 2024

Modak Analytics Associate Software Engineer Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed before Sep 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Easy questions with all main topics like work, distance and time.

Round 2 - Coding Test 

Python,java coding questions with multiple choice also.

Round 3 - Technical 

(2 Questions)

  • Q1. Oops concepts and sql
  • Q2. Projects and resume based questions
Round 4 - HR 

(2 Questions)

  • Q1. Easy questions like what are your interests?
  • Q2. Where do you see yoourself in 2 years?
  • Ans. 

    In 2 years, I see myself as a skilled software engineer contributing to innovative projects and taking on more responsibilities.

    • Continuing to enhance my technical skills through ongoing learning and training opportunities

    • Taking on leadership roles within project teams

    • Contributing to the development of new software products or features

    • Building strong relationships with colleagues and mentors for career growth

    • Possibly pu...

  • Answered by AI

Interview questions from similar companies

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.
Interview experience
3
Average
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 - Aptitude Test 

It was an easy test. It consisted of MCQs and two coding qns. Prepare SQL well. It also had 2 programming question. Both were medium difficukty

Round 3 - One-on-one 

(1 Question)

  • Q1. It was mainly focussed on my projects. Be thorough with you resume. But it also depends on the interviewer.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare in-depth Java and you should know what is on your resume. Medium level of DSA is enough.
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

I applied via Company Website and was interviewed in May 2021. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. First round: 2 coding questions 1. Find minimum from sorted rotated array.
  • Q2. 2.relative sort leetcode....... second round: 1. Flower bed leetcode........2. find maximum subarray sum from an array

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewers are really good and helpful. Just focus on the questions and try to discuss it with the interviewer. Third round is the managerial where they will discuss about your projects.
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
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Valid parentheses
  • Q2. Currying with arrow function
  • Ans. 

    Currying is a technique in functional programming where a function with multiple arguments is transformed into a sequence of nested functions, each taking a single argument.

    • Currying can be achieved using arrow functions in JavaScript.

    • Arrow functions automatically bind 'this' and do not have their own 'this' value.

    • Example: const add = a => b => a + b;

    • Example: const addFive = add(5); const result = addFive(3); // result

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. DFS related problem
  • Q2. Machine coding round

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus more on ds & algo

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

3 questions 3 sum linked list missing sum

Round 2 - HR 

(2 Questions)

  • Q1. System Design and hr principles
  • Ans. 

    System design involves creating a high-level architecture of a software system, while HR principles focus on managing people effectively.

    • System design involves identifying components, defining their interactions, and ensuring scalability and reliability.

    • HR principles include hiring the right talent, providing training and development opportunities, and fostering a positive work culture.

    • Both system design and HR princip...

  • Answered by AI
  • Q2. Projects discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

Skills evaluated in this interview

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

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. DSA Next Greater element 2 Cycle in Linked List and if cycle remove it Best time to buy and sell stocks Coin Change
  • Ans. 

    Key DSA problems: Next Greater Element, Cycle in Linked List, Stock Trading, and Coin Change.

    • Next Greater Element: Find the next greater number for each element in an array. Example: For [4, 5, 2, 10], result is [5, 10, 10, -1].

    • Cycle in Linked List: Detect and remove a cycle using Floyd's Tortoise and Hare algorithm. If a cycle exists, find the start and remove it.

    • Best Time to Buy and Sell Stocks: Maximize profit by fi...

  • Answered by AI
  • Q2. Pyspark Optimisation techniques Wide and Narrow Transportmations Application Master
  • Q3. SQL Top 3 salaries per department Total working hours for an employee

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

Modak Analytics Interview FAQs

How many rounds are there in Modak Analytics Associate Software Engineer interview?
Modak Analytics interview process usually has 4 rounds. The most common rounds in the Modak Analytics interview process are Aptitude Test, Coding Test and Technical.
What are the top questions asked in Modak Analytics Associate Software Engineer interview?

Some of the top questions asked at the Modak Analytics Associate Software Engineer interview -

  1. projects and resume based questi...read more
  2. oops concepts and ...read more

Tell us how to improve this page.

Modak Analytics Associate Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
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 Associate Software Engineer Salary
based on 4 salaries
₹3.5 L/yr - ₹6 L/yr
16% less than the average Associate Software Engineer Salary in India
View more details
Software Development Engineer
54 salaries
unlock blur

₹4.8 L/yr - ₹10.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