Upload Button Icon Add office photos

Modak Analytics

Compare button icon Compare button icon Compare

Filter interviews by

Modak Analytics Interview Questions and Answers

Updated 10 Mar 2025
Popular Designations

14 Interview questions

A Software Engineer was asked
Q. Write a program to sort an infinitely long array containing only -1, 0, and 1.
Ans. 

Sorting an array of infinite length with only three elements (-1, 0, 1)

  • Use counting sort algorithm to count the frequency of each element

  • Create a new array with sorted elements based on their frequency

  • Time complexity is O(n) and space complexity is O(1)

  • Example: [-1, 1, 0, 1, -1, 0, 1, -1, 0, 1, ...]

View all Software Engineer interview questions
A Software Developer was asked 10mo ago
Q. Inheritance in java
Ans. 

Inheritance in Java allows a class to inherit properties and behaviors from another class.

  • Allows for code reusability and promotes the concept of 'is-a' relationship

  • Subclass inherits fields and methods from superclass

  • Can override methods in subclass to provide specific implementation

  • Super keyword is used to access superclass methods and fields

  • Example: class Dog extends Animal {}

View all Software Developer interview questions
A Software Developer was asked 10mo ago
Q. Overriding in java
Ans. 

Overriding in Java allows a subclass to provide a specific implementation of a method that is already provided by its superclass.

  • Inheritance is a key concept in overriding, where a subclass inherits methods from its superclass.

  • To override a method, the method in the subclass must have the same name, return type, and parameters as the method in the superclass.

  • The @Override annotation can be used to ensure that a me...

View all Software Developer interview questions
A Software Engineer was asked
Q. Explain about data structures
Ans. 

Data structures are ways of organizing and storing data in a computer so that it can be accessed and used efficiently.

  • Data structures can be linear or non-linear

  • Examples of linear data structures include arrays, linked lists, and stacks

  • Examples of non-linear data structures include trees and graphs

  • Choosing the right data structure can greatly impact the efficiency of algorithms

View all Software Engineer interview questions

Modak Analytics Interview Experiences

23 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

It is a test of total 150+ questions in which we have some java pseudocodes ,python ,aptitude reasoning questions as well and english questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Short inteoduction and project discussion.
  • Q2. Check the given sentence is palindrome or not by taking input by user.
  • Ans. 

    The program checks if a given sentence is a palindrome or not.

    • Prompt the user to input a sentence

    • Remove all spaces and punctuation from the sentence

    • Reverse the sentence and compare it with the original sentence to check for palindrome

  • Answered by AI
  • Q3. Final,Finally,finalize keywords
Round 3 - HR 

(2 Questions)

  • Q1. Introduce your self
  • Q2. Soft skills and other basic questions

Interview Preparation Tips

Topics to prepare for Modak Analytics Software Development Engineer interview:
  • Java core
  • MySQL
  • Project

Skills evaluated in this interview

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

Comprehensive questions covered wide range of topics

Round 2 - Coding Test 

Coding was typically

Round 3 - Technical 

(1 Question)

  • Q1. What programming language were used to develop the test.
  • Ans. 

    The test was developed using a combination of programming languages tailored for specific functionalities.

    • JavaScript was used for front-end development to create interactive user interfaces.

    • Python was utilized for back-end services due to its simplicity and extensive libraries.

    • SQL was employed for database management to handle data storage and retrieval efficiently.

    • Java could have been used for building robust server-s...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. About work life balance
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Sep 2024.

Round 1 - Aptitude Test 

In that apptitude, reasoning,verbal,SQL queries

Round 2 - Technical 

(3 Questions)

  • Q1. In that based on resume questions asked like skills Java so preferred language asked basic coding problems and SQL queries
  • Q2. Display the student name with grade from 8 to 9
  • Ans. 

    Retrieve student names with grades between 8 and 9 from a dataset, filtering based on specified criteria.

    • Data Source: Ensure you have access to a dataset containing student names and their corresponding grades.

    • Filtering Logic: Use a filtering mechanism (like a loop or a query) to select students whose grades are between 8 and 9.

    • Example: If using JavaScript, you might use the filter method: students.filter(student =>...

  • Answered by AI
  • Q3. Select stdname from student where cgpa between 8 and 9
  • Ans. 

    This SQL query retrieves student names with a CGPA between 8 and 9 from the student database.

    • SQL Query Structure: The query uses the SELECT statement to specify the column (stdname) to retrieve from the student table.

    • BETWEEN Operator: The BETWEEN operator is used to filter records where the CGPA falls within the specified range (8 to 9).

    • Data Retrieval: This query will return all student names whose CGPA is greater than...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. In that it's like all about communication
  • Q2. What are your hobbies? What do you get by that
  • Ans. 

    I enjoy reading, hiking, and coding personal projects, which enhance my creativity, problem-solving skills, and overall well-being.

    • Reading: Expands my knowledge and improves my analytical skills. For example, I recently read a book on software architecture.

    • Hiking: Helps me stay physically active and clear my mind, allowing for better focus when I return to work.

    • Coding personal projects: Keeps my programming skills shar...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - confident in technically I easily cracked technical round hr interview i don't cracked

PMO Analyst Interview Questions & Answers

user image Anonymous

posted on 27 Sep 2024

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

I applied via Walk-in and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. All BA technical questions
  • Q2. All reports and calculations or formula asked.

Interview Preparation Tips

Topics to prepare for Modak Analytics PMO Analyst interview:
  • Business Analysis
Interview preparation tips for other job seekers - Never ever go to interview at Modak Analytics! It's just waste of time waste company.
So rude people including HR's.
They simple send emails and invite for walking just to collect Resumes and never get back.
Far location with limited public transport and parking.
No proper interviewers to take interview, as it's small company of Analytics with limited resources so clear cut company politics was visible on faces.
Don't be surprised if you are being interviewed for Java role by a Fullstack interviewer OR PM role being interviewed by BA.
Just ont waste your time and go to companies where first round if virtual.

Intern Interview Questions & Answers

user image Anonymous

posted on 13 Feb 2025

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

I appeared for an interview in Aug 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Basic Java, Python, SQL Technical Questions.
Round 2 - Technical 

(2 Questions)

  • Q1. Questions from SQL, Python, Java.
  • Q2. Asked to print 2 max salary in emp table.
  • Ans. 

    To find the top two maximum salaries from the emp table, we can use SQL queries with ORDER BY and LIMIT clauses.

    • Use SQL query: SELECT DISTINCT salary FROM emp ORDER BY salary DESC LIMIT 2;

    • DISTINCT ensures unique salary values are considered.

    • ORDER BY salary DESC sorts the salaries in descending order.

    • LIMIT 2 restricts the output to the top two salaries.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Basic Personal questions.
Round 4 - Coding Test 

Total 10ques, 3 from python and java, 4 from SQL.

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

I applied via Campus Placement and was interviewed in Jul 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

There were 90 questions that need to solved in 60 min. Only eligible to next round if qualified in this round

Round 2 - Technical 

(2 Questions)

  • Q1. Overriding in java
  • Ans. 

    Overriding in Java allows a subclass to provide a specific implementation of a method that is already provided by its superclass.

    • Inheritance is a key concept in overriding, where a subclass inherits methods from its superclass.

    • To override a method, the method in the subclass must have the same name, return type, and parameters as the method in the superclass.

    • The @Override annotation can be used to ensure that a method ...

  • Answered by AI
  • Q2. Inheritance in java
  • Ans. 

    Inheritance in Java allows a class to inherit properties and behaviors from another class.

    • Allows for code reusability and promotes the concept of 'is-a' relationship

    • Subclass inherits fields and methods from superclass

    • Can override methods in subclass to provide specific implementation

    • Super keyword is used to access superclass methods and fields

    • Example: class Dog extends Animal {}

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Introduction of yourself
  • Ans. 

    I am a software developer with 5 years of experience in Java, Python, and SQL.

    • Experienced in Java, Python, and SQL programming languages

    • Worked on developing web applications using frameworks like Spring and Django

    • Familiar with database management systems like MySQL and PostgreSQL

  • Answered by AI
  • Q2. SQL based questions
Round 4 - HR 

(2 Questions)

  • Q1. Suggests few places in Hyderabad
  • Ans. 

    Hyderabad is a vibrant city with a mix of historical landmarks, modern attractions, and delicious food options.

    • Charminar - iconic monument in the heart of the city

    • Golconda Fort - historic fort with stunning architecture

    • Hussain Sagar Lake - picturesque lake with a giant Buddha statue

    • Ramoji Film City - world's largest film studio complex

    • Birla Mandir - beautiful temple dedicated to Lord Venkateswara

  • Answered by AI
  • Q2. Favourite tv show
  • Ans. 

    My favourite TV show is Game of Thrones.

    • Epic fantasy series with complex characters and storylines

    • Based on the book series 'A Song of Ice and Fire' by George R.R. Martin

    • Known for its shocking plot twists and intense battles

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was easy

Skills evaluated in this interview

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

Apptitude test is so easy it consists of English, technical mcqs

Round 2 - Technical 

(2 Questions)

  • Q1. SQL rank function
  • Q2. Difference between count, count(*)

Skills evaluated in this interview

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

Most of the questions from the quant ,they covered mostly train problems , work and time ,pipes,simple interest,profit and loss

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 Aug 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Aptitude test based on quantitative,logical,dsa,java,python mcqs

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

There will be two sessions in first round , first there will be 60+ of aptitude and second session will be of reasoning which consists of 15 questions ,but overall they will give you 90 mins of time to complete all the questions and result will be displayed immediately whether you qualified for next round or not

Round 2 - Coding Test 

There will be coding round after qualifying the first round and these will be hard , many of students will disqualify in this round

Interview Preparation Tips

Interview preparation tips for other job seekers - Time management will play a key role ,given time will be very less ,students must have grip on java and dsa

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Modak Analytics?
Ask anonymously on communities.

Modak Analytics Interview FAQs

How many rounds are there in Modak Analytics interview?
Modak Analytics interview process usually has 2-3 rounds. The most common rounds in the Modak Analytics interview process are Technical, Aptitude Test and HR.
How to prepare for Modak Analytics interview?
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 Python, AWS, Azure, SCALA and Hadoop.
What are the top questions asked in Modak Analytics interview?

Some of the top questions asked at the Modak Analytics interview -

  1. Logic for a program to sort an array in which we have an array of infinite leng...read more
  2. Check the given sentence is palindrome or not by taking input by us...read more
  3. Write a program to get minimum number of coin...read more
How long is the Modak Analytics interview process?

The duration of Modak Analytics interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.9/5

based on 20 interview experiences

Difficulty level

Easy 29%
Moderate 71%

Duration

Less than 2 weeks 88%
2-4 weeks 6%
4-6 weeks 6%
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.1
 • 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

Modak Analytics Reviews and Ratings

based on 47 reviews

3.4/5

Rating in categories

3.8

Skill development

3.3

Work-life balance

2.9

Salary

3.1

Job security

3.1

Company culture

2.7

Promotions

3.6

Work satisfaction

Explore 47 Reviews and Ratings
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
30 salaries
unlock blur

₹3.5 L/yr - ₹10.5 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.1
Compare

GfK MODE

3.4
Compare

Dunnhumby

4.0
Compare
write
Share an Interview