Premium Employer

i

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

Kiya.ai Verified Tick

Compare button icon Compare button icon Compare
3.5

based on 372 Reviews

Filter interviews by

Kiya.ai Analytics Consultant Interview Questions and Answers

Updated 12 Apr 2024

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Coding Test 

SQL and python questions on hackerrank

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

Senior Data Analyst Interview Questions & Answers

Subex user image Narendra Pendurthi

posted on 6 Aug 2024

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

(3 Questions)

  • Q1. Questions about SQL
  • Q2. Questions about python dataframes
  • Q3. Difference between random forest and decision tree
  • Ans. 

    Random forest is an ensemble learning method using multiple decision trees to improve accuracy and reduce overfitting.

    • Random forest uses multiple decision trees to make predictions.

    • Decision tree is a single tree structure used for classification and regression.

    • Random forest reduces overfitting by averaging the predictions of multiple trees.

    • Decision tree can be prone to overfitting if not pruned properly.

    • Random forest i...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - Assignment 

Sql and python coding question in hackerrank

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

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

Round 1 - Aptitude Test 

Verbal reasoning is a type of aptitude test that assesses your ability to understand,analyze,and interpret written information.

Round 2 - communication round 

(5 Questions)

  • Q1. TELL ME ABOUT YOURSELF
  • 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

    • Completed projects involving regression analysis, clustering, and classification algorithms

  • Answered by AI
  • Q2. TELL ME ABOUT PROJECT
  • Ans. 

    Developed a machine learning model to predict customer churn for a telecom company.

    • Used Python and scikit-learn for data preprocessing and model building

    • Performed feature engineering to create new variables for the model

    • Evaluated model performance using metrics like accuracy, precision, and recall

  • Answered by AI
  • Q3. About skills and how did u learn them
  • Q4. Why do u want to work with us
  • Ans. 

    I am passionate about data science and believe in the impact it can have on driving insights and decision-making.

    • I am excited about the opportunity to work with a team of experienced data scientists and learn from their expertise.

    • I am impressed by the innovative projects and cutting-edge technologies that your company is involved in.

    • I am eager to apply my skills and knowledge in data science to real-world problems and

  • Answered by AI
  • Q5. How do you stay clam when talking to difficult people
  • Ans. 

    I remain calm by actively listening, staying patient, and focusing on finding common ground.

    • Practice active listening to understand their perspective

    • Stay patient and avoid reacting emotionally

    • Focus on finding common ground or a solution to the issue

    • Use positive body language and tone of voice to convey understanding and empathy

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Python coding and sql coding

Round 2 - Technical 

(2 Questions)

  • Q1. List all the string which start with 'a'
  • Ans. 

    List of strings starting with 'a'

    • Use a loop to iterate through each string

    • Check if each string starts with 'a'

    • Add the string to the list if it starts with 'a'

  • Answered by AI
  • Q2. Find out max value from the given table
  • Ans. 

    Use SQL query to find max value from a table

    • Use SQL query SELECT MAX(column_name) FROM table_name;

    • For example, SELECT MAX(salary) FROM employees;

    • Ensure proper column name and table name are used in the query

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - great experience

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

There are 10 multiple-choice questions (MCQs) on Python, 20 MCQs on machine learning (ML), and 10 questions on deep learning (DL).

Round 2 - Technical 

(1 Question)

  • Q1. The technical round was divided in three phases - phase -1 : intro and professional projects They asked about the projects I have contributed in my full-time tenure. Then, asked me to pick any one of them...
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Hirect and was interviewed in May 2022. There were 5 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 

Basic python sql questions, mcq based and coding questions.

Round 3 - Technical 

(1 Question)

  • Q1. They asked the projects which I am working on and had discussion on the same. Asked few statistical questions like boxplots and normal distribution. Also asked basic questions on advance SQL
Round 4 - Behavioral 

(1 Question)

  • Q1. Problem solving questions. Gave a case study to check presence of mind
Round 5 - HR 

(1 Question)

  • Q1. Basic salary discussion

Interview Preparation Tips

Topics to prepare for MathCo Data Scientist interview:
  • SQL
  • python
Interview preparation tips for other job seekers - Just be appropriate in tech round and managerial round
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Referral and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Coding Test 

15 MCQ, 2 coding round

Round 2 - Technical 

(2 Questions)

  • Q1. What is PCA explain eigen values
  • Q2. How chatbot works really

Kiya.ai Interview FAQs

How many rounds are there in Kiya.ai Analytics Consultant interview?
Kiya.ai interview process usually has 1 rounds. The most common rounds in the Kiya.ai interview process are Technical.

Tell us how to improve this page.

Kiya.ai Analytics Consultant Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Join Kiya.ai Leading #FinTech Digital Solutions provider in the Financial sector

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 766 Interviews
PolicyBazaar Interview Questions
3.6
 • 341 Interviews
Meesho Interview Questions
3.7
 • 328 Interviews
PhonePe Interview Questions
4.0
 • 302 Interviews
Fractal Analytics Interview Questions
4.0
 • 205 Interviews
Razorpay Interview Questions
3.6
 • 149 Interviews
MathCo Interview Questions
3.0
 • 109 Interviews
Zeta Interview Questions
3.3
 • 69 Interviews
Groww Interview Questions
3.8
 • 64 Interviews
embedUR Systems Interview Questions
3.3
 • 47 Interviews
View all
Associate Consultant
748 salaries
unlock blur

₹4 L/yr - ₹14 L/yr

Senior Associate Consultant
410 salaries
unlock blur

₹5.5 L/yr - ₹19 L/yr

Consultant
149 salaries
unlock blur

₹7.2 L/yr - ₹23 L/yr

Senior Consultant
136 salaries
unlock blur

₹8 L/yr - ₹26 L/yr

Software Developer
110 salaries
unlock blur

₹3.7 L/yr - ₹13.5 L/yr

Explore more salaries
Compare Kiya.ai with

ZestMoney

4.0
Compare

Paytm

3.3
Compare

PhonePe

4.0
Compare

PolicyBazaar

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