Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by MathCo Team. If you also belong to the team, you can get access from here

MathCo Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

MathCo Interview Questions and Answers

Updated 5 Jun 2025
Popular Designations

33 Interview questions

A Senior Data Analyst was asked 3mo ago
Q. What are the challenges faced in a supply chain industry with respect to RGM initiatives?
Ans. 

RGM initiatives in supply chain face challenges like data integration, demand forecasting, and stakeholder alignment.

  • Data Integration: Difficulty in consolidating data from various sources, leading to inconsistent insights. For example, merging sales data from different regions.

  • Demand Forecasting: Inaccurate predictions can lead to overstock or stockouts. For instance, seasonal demand spikes not being anticipated.

  • ...

View all Senior Data Analyst interview questions
A Senior Data Analyst was asked 3mo ago
Q. How do you write code to convert Roman numerals into Indo-Arabic numbers?
Ans. 

This code converts Roman numerals to Indo-Arabic numbers using a mapping of values and a loop to calculate the total.

  • Mapping Values: Create a dictionary to map Roman numerals to their corresponding values, e.g., {'I': 1, 'V': 5, 'X': 10, 'L': 50, 'C': 100, 'D': 500, 'M': 1000}.

  • Iterate Through Characters: Loop through each character in the Roman numeral string from left to right.

  • Check for Subtraction: If the curren...

View all Senior Data Analyst interview questions
An UX Designer was asked 6mo ago
Q. Tell me about your design process.
Ans. 

My design process involves research, ideation, prototyping, testing, and iteration to create user-centered solutions.

  • 1. Research: Conduct user interviews and surveys to understand needs. For example, I once interviewed patients to improve a health app.

  • 2. Ideation: Brainstorm ideas and create user personas to guide design decisions. I use techniques like mind mapping.

  • 3. Prototyping: Develop low-fidelity wireframes ...

View all UX Designer interview questions
A Softwaretest Engineer was asked 7mo ago
Q. Tell me more about XPath.
Ans. 

XPath is a query language used to select nodes from an XML document, essential for web automation and testing.

  • XPath uses path expressions to navigate through elements and attributes in XML.

  • Example: //div selects all <div> elements in the document.

  • You can use predicates to filter results, e.g., //input[@type='text'] selects all text input fields.

  • XPath supports various axes like child, parent, ancestor, etc. E...

View all Softwaretest Engineer interview questions
A Softwaretest Engineer was asked 7mo ago
Q. Tell me more about Java programs.
Ans. 

Java programs are versatile applications that can run on any device with a Java Virtual Machine (JVM).

  • Java is an object-oriented programming language, which means it uses objects to represent data and methods.

  • Java programs are compiled into bytecode, which can be executed on any platform with a JVM, ensuring portability.

  • Java supports multithreading, allowing concurrent execution of two or more threads for efficien...

View all Softwaretest Engineer interview questions
A Software Developer was asked 7mo ago
Q. Can the useEffect() hook run twice?
Ans. 

Yes, useEffect() hook can run twice under certain conditions.

  • useEffect() hook can run twice if the dependencies array changes between renders.

  • This can happen if the dependencies array contains values that change frequently.

  • For example, if a state variable is included in the dependencies array and it is updated in the component, useEffect() will run again.

View all Software Developer interview questions
A Software Developer was asked 7mo ago
Q. What are React Queries?
Ans. 

React Queries are a library for managing server state in React applications.

  • React Queries provide a way to fetch and cache data from an API in React components.

  • They offer features like caching, background fetching, and automatic refetching.

  • React Queries can handle complex data fetching requirements, such as pagination and infinite scrolling.

View all Software Developer interview questions
Are these interview questions helpful?
A Cloud Engineer 2 was asked 7mo ago
Q. System design for uber
Ans. 

System design for Uber involves creating a scalable and reliable platform for matching riders with drivers.

  • Use microservices architecture for scalability and fault tolerance

  • Implement geolocation services for real-time tracking of drivers and riders

  • Utilize a distributed database for storing user and trip data

  • Design a robust payment system for seamless transactions

  • Implement surge pricing algorithms to manage demand ...

View all Cloud Engineer 2 interview questions
A Trainee Analyst was asked 8mo ago
Q. Given an array containing n distinct numbers taken from 0, 1, 2, ..., n, find the one that is missing from the array.
Ans. 

Finding the missing element in an array of strings

  • Iterate through the array and check for any missing elements

  • Use a hash set to keep track of elements that have been seen

  • Compare the elements in the array to a reference list of all possible elements

  • Example: ['apple', 'banana', 'orange', 'grape'] - missing 'kiwi'

  • Example: ['red', 'blue', 'green', 'yellow'] - missing 'purple'

View all Trainee Analyst interview questions
A Trainee Analyst was asked 8mo ago
Q. A few audio clips will be played, and you need to repeat the sentences.
Ans. 

The task involves listening to audio clips and accurately repeating the sentences spoken in them.

  • Active listening is crucial; focus on the tone and pronunciation.

  • Practice repeating sentences to improve memory retention.

  • Use phonetic spelling if necessary to capture difficult words.

  • Break down longer sentences into smaller parts for easier repetition.

View all Trainee Analyst interview questions

MathCo Interview Experiences

116 interviews found

I applied via LinkedIn and was interviewed in Nov 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 - Technical 

(2 Questions)

  • Q1. Describe the Project Architecture End-to-End
  • Ans. 

    The project architecture end-to-end includes the overall design and structure of the project from start to finish.

    • The architecture should include the hardware and software components, as well as the communication protocols and data flow.

    • It should also consider the scalability, security, and performance of the system.

    • Examples of project architecture include client-server, microservices, and event-driven architectures.

    • Th...

  • Answered by AI
  • Q2. Explain how will you implement SCD Type 2.
Round 3 - Technical 

(2 Questions)

  • Q1. Display only those elements which do not occur more than once.
  • Ans. 

    Display non-repeated elements

    • Iterate through the elements and count their occurrences

    • Display only those elements with occurrence count of 1

    • Use a hash table or dictionary to store the counts

    • Time complexity: O(n)

  • Answered by AI
  • Q2. Difference between a list and a tuple. Explain a use case where you will use a tuple.
  • Ans. 

    List vs Tuple and use case for Tuple

    • List is mutable while Tuple is immutable

    • List uses square brackets while Tuple uses parentheses

    • Tuple is used when data needs to be protected from modification

    • Tuple is also used for returning multiple values from a function

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - - Understanding Basics is the key to success.
- Work on SQL Problems

Skills evaluated in this interview

Interview Questions & Answers

user image ABHISHEK JHA

posted on 27 Nov 2024

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

I applied via Company Website and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Technical 

(8 Questions)

  • Q1. End to end architecture of current project
  • Q2. Basic spark code to read & write files
  • Q3. How to upsert data in table in spark
  • Q4. How do you handle sudden increase in data volume
  • Q5. Discussion on delta tables & ACID transactions
  • Q6. Explain autoloader and use case in Databricks
  • Q7. SQL question using window functions Lead, row number
  • Q8. Python question using hashmap & String
Round 2 - One-on-one 

(4 Questions)

  • Q1. Current project understanding end to end
  • Q2. Data pipeline design for a ride sharing company, ask bunch of follow up questions on the conclude a particular design.
  • Q3. Explain how you follow SDLC(Agile, waterfall) ?
  • Q4. Why are you looking for a change now
Round 3 - HR 

(4 Questions)

  • Q1. Basic introductions
  • Q2. What kind of work are you looking for? what do you know about the company
  • Q3. Willing to relocate?
  • Q4. Personal hobbies and aspirations

Interview Preparation Tips

Topics to prepare for MathCo interview:
  • Spark
  • Python
  • SQL
  • System Design
  • Data Architecture
  • Streaming
Interview preparation tips for other job seekers - I had a brilliant experience interviewing at MathCo, Had awesome interviewers who push you thinking capabilities. Also given that I was at the end of my notice period, following rounds were scheduled quickly.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Aptitude mostly involves basic Apti Questions(Alegbra, PnC, Probability, Percentage) and Logical and Cognitive Question.
apart from this there will be 2 coding questions if i can recall well( it will easy-medium or medium )

Round 2 - Technical 

(5 Questions)

  • Q1. Basic Interests that you have
  • Ans. 

    I have a keen interest in data analysis, problem-solving, and continuous learning, particularly in finance and technology sectors.

    • Data Analysis: I enjoy working with data sets to uncover trends and insights, such as analyzing sales data to improve marketing strategies.

    • Problem-Solving: I love tackling complex problems, like optimizing processes in a project to enhance efficiency and reduce costs.

    • Continuous Learning: I a...

  • Answered by AI
  • Q2. About the project you worked on
  • Q3. Problem solving questions
  • Q4. Coding questions( Prime, factorial, fibonacci)
  • Q5. Suppose there are 3 students, everyone has x y and z salaries but no one is aware of each others salary. Find the avg of there salaries
  • Ans. 

    To find the average of the salaries of 3 students with unknown salaries, add x, y, and z and divide by 3.

    • Add the salaries of x, y, and z together

    • Divide the total sum by 3 to find the average salary

  • Answered by AI

UX Designer Interview Questions & Answers

user image Madhu Sudhan

posted on 4 Dec 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Tell me your Design Process
  • Ans. 

    My design process involves research, ideation, prototyping, testing, and iteration to create user-centered solutions.

    • 1. Research: Conduct user interviews and surveys to understand needs. For example, I once interviewed patients to improve a health app.

    • 2. Ideation: Brainstorm ideas and create user personas to guide design decisions. I use techniques like mind mapping.

    • 3. Prototyping: Develop low-fidelity wireframes and h...

  • Answered by AI
  • Q2. Tell most challenging project you worked on
  • Q3. Tell about your background
  • Ans. 

    I have a diverse background in design, technology, and user research, which fuels my passion for creating intuitive user experiences.

    • Bachelor's degree in Graphic Design, where I learned the fundamentals of visual communication.

    • Worked as a UI/UX intern at XYZ Company, where I redesigned their mobile app, increasing user engagement by 30%.

    • Completed a certification in User Experience Design, focusing on user research and ...

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

(2 Questions)

  • Q1. Portfolio Review
  • Q2. More about design process

Skills evaluated in this interview

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

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

Round 1 - Aptitude Test 

It was 1 hour test, with logical,numerical,english

Round 2 - Communication round 

(2 Questions)

  • Q1. Few audios will be played , and u need to repeat the sentences
  • Ans. 

    The task involves listening to audio clips and accurately repeating the sentences spoken in them.

    • Active listening is crucial; focus on the tone and pronunciation.

    • Practice repeating sentences to improve memory retention.

    • Use phonetic spelling if necessary to capture difficult words.

    • Break down longer sentences into smaller parts for easier repetition.

  • Answered by AI
  • Q2. English grammer questions , and correcting the wrong statements
Round 3 - One-on-one 

(2 Questions)

  • Q1. Finding the missing element in the array
  • Ans. 

    Finding the missing element in an array of strings

    • Iterate through the array and check for any missing elements

    • Use a hash set to keep track of elements that have been seen

    • Compare the elements in the array to a reference list of all possible elements

    • Example: ['apple', 'banana', 'orange', 'grape'] - missing 'kiwi'

    • Example: ['red', 'blue', 'green', 'yellow'] - missing 'purple'

  • Answered by AI
  • Q2. About the projects mentioned in resume
Round 4 - One-on-one 

(2 Questions)

  • Q1. It was hr round, and few puzzles were asked
  • Q2. And what do i actually expect from this job

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Basic python problems (leetcode easy)

Round 2 - One-on-one 

(3 Questions)

  • Q1. System design for uber
  • Ans. 

    System design for Uber involves creating a scalable and reliable platform for matching riders with drivers.

    • Use microservices architecture for scalability and fault tolerance

    • Implement geolocation services for real-time tracking of drivers and riders

    • Utilize a distributed database for storing user and trip data

    • Design a robust payment system for seamless transactions

    • Implement surge pricing algorithms to manage demand durin...

  • Answered by AI
  • Q2. Database you choose for transactions
  • Ans. 

    I would choose a relational database like MySQL or PostgreSQL for transactions due to their ACID compliance and strong support for transactions.

    • Relational databases like MySQL or PostgreSQL are commonly used for transactions due to their ACID compliance.

    • These databases provide strong support for transactions, ensuring data integrity and consistency.

    • Other options like NoSQL databases can also be considered depending on ...

  • Answered by AI
  • Q3. Deep architecture

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in what you're saying

Skills evaluated in this interview

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

Basic aptitude with pseudocode and scenario-based questions

Round 2 - speech 

(2 Questions)

  • Q1. Basic grammar, speech
  • Q2. A place you would like to visit
  • Ans. 

    I would love to visit the ancient city of Petra in Jordan.

    • Petra is a UNESCO World Heritage Site known for its rock-cut architecture and water conduit system.

    • The Treasury and the Monastery are iconic structures in Petra.

    • Exploring the narrow Siq canyon leading to the Treasury is a must-do experience.

    • Learning about the history and culture of the Nabatean civilization that once inhabited Petra.

    • Taking a camel ride through t...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Project based, how would u scale it further
  • Q2. Sort an array of integers, find the max of two numbers using sql
  • Ans. 

    Sorting and finding max of two numbers in an array using SQL

    • Use ORDER BY to sort the array of integers

    • Use LIMIT 2 to get the top two numbers

    • Use MAX function to find the maximum of the two numbers

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Introduction, scenario-based
  • Q2. What do u know about the company, what's ur goal 3 years down the line
  • Ans. 

    I know that the company is a leading financial services firm with a strong reputation. My goal in 3 years is to become a Senior Analyst and contribute significantly to the company's success.

    • The company is a well-established financial services firm known for its expertise in analytics and market research.

    • They have a strong reputation for providing innovative solutions to clients and maintaining high standards of profess...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare on your resume.

Skills evaluated in this interview

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 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude, verbal ,Pseudo-code, reasoning

Round 2 - Technical 

(1 Question)

  • Q1. 1) How are you updated about current changes in technology 2)Is it possible to have different datatypes in an array 3)Difference btw list and tuple 4)Challenges faced while doing the project. 5)Why wa...
  • Ans. 

    Answering questions related to technology, project management, and programming concepts in an interview for Trainee Analyst position.

    • Stay updated on technology changes through online resources, tech blogs, forums, and attending workshops/seminars.

    • Yes, it is possible to have different data types in an array in programming languages like Python.

    • List is mutable (can be changed) while tuple is immutable (cannot be changed)...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. 1)SQL/Python based puzzle output 2)Which position do you see in 10 years 3)What in your technical skills is ur favourite subject. 4)Did u do any applied Python projects 5)Type of questions you are expert i...
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 Aug 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

It was having basic aptitude questions

Round 2 - Communication 

(2 Questions)

  • Q1. They asked basic english question
  • Q2. And alos topic was provided so we had to speak on it.
Round 3 - Technical 

(2 Questions)

  • Q1. SQL syntax and difference between having and where clause
  • Ans. 

    HAVING clause is used with GROUP BY to filter grouped rows, WHERE clause is used to filter individual rows.

    • HAVING clause is used with GROUP BY to filter grouped rows based on aggregate functions

    • WHERE clause is used to filter individual rows based on conditions

    • HAVING clause is applied after GROUP BY, WHERE clause is applied before GROUP BY

    • HAVING clause can only be used with SELECT statement that contains a GROUP BY clau...

  • Answered by AI
  • Q2. Difference between array and linkedlist,stack and queue
  • Ans. 

    Arrays store elements in contiguous memory, while linked lists use nodes with pointers. Stacks follow LIFO, queues follow FIFO.

    • Arrays store elements in contiguous memory locations, allowing for constant time access to elements using indices.

    • Linked lists use nodes with pointers to the next node, allowing for dynamic memory allocation and insertion/deletion at any position.

    • Stacks follow Last In First Out (LIFO) principle...

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a data science enthusiast with a strong background in statistics and machine learning.

    • Completed coursework in data analysis, statistical modeling, and predictive analytics

    • Proficient in programming languages such as Python, R, and SQL

    • Experience with data visualization tools like Tableau and Power BI

    • Worked on projects involving regression analysis, clustering, and classification algorithms

  • Answered by AI
  • Q2. Why you want to join this role
  • Ans. 

    I am passionate about using data to solve complex problems and make informed decisions.

    • I have a strong background in statistics, mathematics, and programming, which are essential skills for a data science role.

    • I am excited about the opportunity to work with real-world data and apply machine learning algorithms to extract valuable insights.

    • I am eager to learn from experienced data scientists and contribute to innovative...

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What are React Queries?
  • Ans. 

    React Queries are a library for managing server state in React applications.

    • React Queries provide a way to fetch and cache data from an API in React components.

    • They offer features like caching, background fetching, and automatic refetching.

    • React Queries can handle complex data fetching requirements, such as pagination and infinite scrolling.

  • Answered by AI
  • Q2. Can useEffect() hook run twice?
  • Ans. 

    Yes, useEffect() hook can run twice under certain conditions.

    • useEffect() hook can run twice if the dependencies array changes between renders.

    • This can happen if the dependencies array contains values that change frequently.

    • For example, if a state variable is included in the dependencies array and it is updated in the component, useEffect() will run again.

  • Answered by AI

Skills evaluated in this interview

Analyst Interview Questions & Answers

user image Kirti

posted on 15 Aug 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(3 Questions)

  • Q1. What is array what is a linkedlist
  • Ans. 

    An array is a data structure that stores a collection of elements of the same type in contiguous memory locations. A linked list is a data structure that consists of nodes where each node contains a data field and a reference to the next node in the sequence.

    • Array is static in size and elements are accessed using indices.

    • Linked list is dynamic in size and elements are accessed sequentially by following the references.

    • E...

  • Answered by AI
  • Q2. What is search engine optimization
  • Q3. What is javas main method refers too
  • Ans. 

    The main method in Java refers to the entry point of a Java program where the execution begins.

    • The main method must be declared as public static void main(String[] args)

    • It is the starting point of a Java program where the JVM looks for the main method to start execution

    • The main method takes an array of strings as input which can be used to pass command line arguments

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Where do you want to see you in next five years
  • Ans. 

    In the next five years, I see myself advancing in my career as an Analyst, taking on more responsibilities and contributing to the growth of the company.

    • Continuing to develop my analytical skills through ongoing training and learning opportunities

    • Taking on leadership roles within the team or department

    • Contributing to strategic decision-making processes

    • Building strong relationships with clients and stakeholders

    • Possibly ...

  • Answered by AI
  • Q2. Introduce yourself

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
2w
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 MathCo?
Ask anonymously on communities.

MathCo Interview FAQs

How many rounds are there in MathCo interview?
MathCo interview process usually has 2-3 rounds. The most common rounds in the MathCo interview process are Technical, Aptitude Test and HR.
How to prepare for MathCo 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 MathCo. The most common topics and skills that interviewers at MathCo expect are Python, SQL, Data Warehousing, Cloud Computing and Project Management.
What are the top questions asked in MathCo interview?

Some of the top questions asked at the MathCo interview -

  1. How will you cut a piece of cake to 8 in minimum cut...read more
  2. Explain statistical concepts like Hypothesis testing, and type 1 and type 2 err...read more
  3. About a small scenario-based case study, how will you perf...read more
What are the most common questions asked in MathCo HR round?

The most common HR questions asked in MathCo interview are -

  1. What are your strengths and weakness...read more
  2. Why are you looking for a chan...read more
  3. What are your salary expectatio...read more
How long is the MathCo interview process?

The duration of MathCo 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.8/5

based on 113 interview experiences

Difficulty level

Easy 32%
Moderate 68%

Duration

Less than 2 weeks 76%
2-4 weeks 24%
View more

Interview Questions from Similar Companies

Fractal Analytics Interview Questions
4.0
 • 214 Interviews
Zeta Interview Questions
3.4
 • 74 Interviews
Kiya.ai Interview Questions
3.4
 • 50 Interviews
CoinDCX Interview Questions
3.8
 • 31 Interviews
MoEngage Interview Questions
3.9
 • 27 Interviews
Convin Interview Questions
4.3
 • 22 Interviews
View all

MathCo Reviews and Ratings

based on 410 reviews

3.0/5

Rating in categories

3.2

Skill development

2.7

Work-life balance

3.1

Salary

2.6

Job security

3.0

Company culture

3.0

Promotions

2.9

Work satisfaction

Explore 410 Reviews and Ratings
Product Delivery Lead

Bangalore / Bengaluru

10-15 Yrs

Not Disclosed

Client Experience Associate

Bangalore / Bengaluru

2-5 Yrs

₹ 7.4-17 LPA

Research Associate - Solutioning

Bangalore / Bengaluru

2-4 Yrs

Not Disclosed

Explore more jobs
Senior Associate
216 salaries
unlock blur

₹11 L/yr - ₹28 L/yr

Data Analyst
212 salaries
unlock blur

₹4 L/yr - ₹9 L/yr

Analyst
210 salaries
unlock blur

₹4 L/yr - ₹10 L/yr

Data Scientist
143 salaries
unlock blur

₹10 L/yr - ₹16 L/yr

Associate
138 salaries
unlock blur

₹7 L/yr - ₹17 L/yr

Explore more salaries
Compare MathCo with

Fractal Analytics

4.0
Compare

Kiya.ai

3.4
Compare

Innovatiview India Ltd

3.9
Compare

Zeta

3.4
Compare
write
Share an Interview