Upload Button Icon Add office photos
Engaged 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

Filter interviews by

Kiya.ai Associate Consultant Trainee Interview Questions and Answers

Updated 22 Mar 2022

Kiya.ai Associate Consultant Trainee Interview Experiences

1 interview found

Round 1 - Aptitude Test 

All logical quantity aptitude MCQ question as well as java ,c++ mcq

Round 2 - Technical 

(1 Question)

  • Q1. Interview completely on java ,MySQL What is inheritance? Join query Find second largest Polymorphism Java platform independent
Round 3 - HR 

(3 Questions)

  • Q1. What is your family background?
  • Ans. 

    My family background is diverse and multicultural, with members from different professions and backgrounds.

    • My parents come from different countries, which has exposed me to different cultures and perspectives.

    • My father is a doctor and my mother is a lawyer, so I have been influenced by both the medical and legal fields.

    • I have relatives who are engineers, teachers, and artists, which has given me a well-rounded understa...

  • Answered by AI
  • Q2. What are your strengths and weaknesses?
  • Ans. 

    My strengths include strong analytical skills, excellent communication, and ability to work well in a team. My weaknesses include being overly critical of my own work and sometimes struggling with time management.

    • Strength: Strong analytical skills

    • Strength: Excellent communication

    • Strength: Ability to work well in a team

    • Weakness: Being overly critical of my own work

    • Weakness: Sometimes struggling with time management

  • Answered by AI
  • Q3. Tell me about yourself.
  • Ans. 

    I am a motivated and enthusiastic individual with a strong background in business and problem-solving skills.

    • Bachelor's degree in Business Administration

    • Experience in analyzing data and making strategic recommendations

    • Strong communication and interpersonal skills

    • Proven ability to work well in a team

    • Passionate about finding innovative solutions to complex problems

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Improve your skill , and gain knowledge try to create your own project

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 Kiya.ai?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is difference between flip-flop and Latches?
  • Ans. 

    Flip-flops and latches are sequential logic circuits used to store and manipulate binary data.

    • Flip-flops are edge-triggered devices, while latches are level-sensitive devices.

    • Flip-flops have separate clock and data inputs, while latches have a single input for both clock and data.

    • Flip-flops are used in synchronous circuits, while latches are used in asynchronous circuits.

    • Flip-flops are more complex and require more cir...

  • Answered by AI
  • Q2. Where is the money needed to recruited you for embedur system?.The Hr will ask.

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not apply or just putting resume to this company.As the hr will make money with this job. They don't deseve Talented candidates.They want referrals and salary cuts for hr to hire you.Instead of hiring candidates for software position, They should hire best Hr first (definitely in chennai)

Associate Consultant Trainee Interview Questions Asked at Other Companies

Q1. Tell me about CTRM (commodity trade risk management).
Q2. What do you know about the CTRM industry?

Interview Questionnaire 

1 Question

  • Q1. All regarding networking and c

I appeared for an interview before Dec 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 120 minutes
Round difficulty - Easy

After round 1 there was a break of 15 mins and the coding round started.
We had a choice to attempt the exam in R language & SQL or python & sql
I chose python and sql
It had 8 questions 4 python and 4 sql

  • Q1. 

    Longest Common Subsequence Problem Statement

    Given two strings, S and T with respective lengths M and N, your task is to determine the length of their longest common subsequence.

    A subsequence is a seque...

  • Ans. 

    The task is to find the length of the longest common subsequence between two given strings.

    • Use dynamic programming to solve this problem efficiently.

    • Create a 2D array to store the lengths of longest common subsequences of substrings.

    • Iterate through the strings to fill the array and find the length of the longest common subsequence.

    • Example: For strings 'abcde' and 'ace', the longest common subsequence is 'ace' with leng...

  • Answered by AI
Round 2 - Video Call 

Round duration - 15 minutes
Round difficulty - Medium

The interview was mostly analytical based and how you approach the round a few technical questions in dbms and oops were also asked.

Round 3 - Video Call 

(1 Question)

Round duration - 20 Minutes
Round difficulty - Medium

Similar to first round
For Shortlists after elimination from first round.

  • Q1. 

    Car Pooling Capacity Problem

    You are a cab driver with a car that initially has 'C' empty seats. The car moves in a straight line towards the forward direction only. Your job is to determine if it is poss...

  • Ans. 

    Determine if it is possible to accommodate all passenger trips within a car's capacity without exceeding it at any point.

    • Iterate through each trip and keep track of the total number of passengers in the car at each point.

    • Check if the total number of passengers exceeds the car capacity at any point.

    • Return 'True' if all trips can be accommodated within the car capacity, otherwise return 'False'.

  • Answered by AI
Round 4 - Video Call 

(1 Question)

Round duration - 20 minutes
Round difficulty - Easy

After two technical round interviews, the last round was a hr interview. The whole process can take up one whole day or more and your interview can be at any time
My process started at 5 pm and ended at 10:30 pm
All the interviewers were very friendly no pressure.

  • Q1. 

    Nth Fibonacci Number Problem Statement

    Calculate the Nth term in the Fibonacci sequence, where the sequence is defined as follows: F(n) = F(n-1) + F(n-2), with initial conditions F(1) = F(2) = 1.

    Input:

    ...
  • Ans. 

    Calculate the Nth Fibonacci number efficiently using dynamic programming.

    • Use dynamic programming to store previously calculated Fibonacci numbers to avoid redundant calculations.

    • Start with base cases F(1) and F(2) as 1, then iterate to calculate subsequent Fibonacci numbers.

    • Time complexity can be optimized to O(N) using dynamic programming.

    • Example: For N = 5, the 5th Fibonacci number is 5.

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaCgpa was initially 6 and above but was later on cut to 7 and above due to high no of applicationsFractal Analytics interview preparation:Topics to prepare for the interview - Machine learning, dbms, sql, oops, python,Time required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Be fast ans accurate on your aptitude amd verbal tests. 
Tip 2 : In coding round, depending on the difficulty of the questions the time in which you complete solving them should decrease .If almost everyone can solve them timming comes in to the equation for shortlisting
Tip 3 : While submitting your resume, please be honest about the projects you have done and do not bluff about it because in the interview when you ate drilled abt it, they can catch you easily.
Tip 4 : be confident and answer every question to the best of your ability and if u don't know something, tell them you don't know abt it .

Application resume tips for other job seekers

Tip 1 : Research the company and put the most revalent projects and skills that the company os looking for specifically
Tip 2 : Do not bluff or lie on your resume. It show's during the interview.

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Question on DSA, Trees
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Programming in C language
  • Ans. 

    C language is a powerful and efficient programming language commonly used for system programming and embedded systems.

    • C language is a procedural programming language

    • It is widely used for developing operating systems, compilers, and embedded systems

    • C is known for its efficiency and low-level access to memory

    • Example: Declaring an array in C - int arr[5];

  • Answered by AI
  • Q2. DS basics Linked list

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Basic questions of angular and javascript.
  • Q2. Es6 feature , typescript features
  • Q3. Promise, observable, focus on syntax of every thing like interceptor, routing, gaurd and all .
Round 2 - Technical 

(3 Questions)

  • Q1. Behaviour subject, subject, life cycle hooks
  • Q2. This round was not very easy in my case.
  • Q3. Be prepared for array and object of array questions. Like sorting, searching, filtering , any logic .
Round 3 - HR 

(1 Question)

  • Q1. Basic HR questions and managerial round. Not being hard . But learn about your project and past organisation
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 coding questions and 7 aptitude questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Linked List creation was asked
Round 3 - Assignment 

General HR questions

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
  • Q1. Implement loadash Set question
  • Q2. Webpack related question
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic Aptitude fill in type

Round 2 - Assignment 

English research assignment and essay writing

Round 3 - Technical 

(2 Questions)

  • Q1. Technical interview at their office
  • Q2. Explain abt project

Kiya.ai Interview FAQs

How many rounds are there in Kiya.ai Associate Consultant Trainee interview?
Kiya.ai interview process usually has 3 rounds. The most common rounds in the Kiya.ai interview process are HR, Aptitude Test and Technical.
What are the most common questions asked in Kiya.ai Associate Consultant Trainee HR round?

The most common HR questions asked in Kiya.ai Associate Consultant Trainee interview are -

  1. What are your strengths and weakness...read more
  2. What is your family backgrou...read more
  3. Tell me about yourse...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Fractal Analytics Interview Questions
4.0
 • 214 Interviews
MathCo Interview Questions
3.0
 • 116 Interviews
Zeta Interview Questions
3.4
 • 74 Interviews
embedUR Systems Interview Questions
3.2
 • 50 Interviews
Mitsogo Inc Interview Questions
2.9
 • 39 Interviews
CoinDCX Interview Questions
3.8
 • 31 Interviews
MoEngage Interview Questions
3.8
 • 27 Interviews
View all
Kiya.ai Associate Consultant Trainee Salary
based on 19 salaries
₹3.3 L/yr - ₹6 L/yr
13% less than the average Associate Consultant Trainee Salary in India
View more details

Kiya.ai Associate Consultant Trainee Reviews and Ratings

based on 3 reviews

1.8/5

Rating in categories

3.8

Skill development

1.8

Work-life balance

2.1

Salary

1.7

Job security

1.9

Company culture

2.0

Promotions

2.3

Work satisfaction

Explore 3 Reviews and Ratings
Associate Consultant
776 salaries
unlock blur

₹5 L/yr - ₹12.5 L/yr

Senior Associate Consultant
371 salaries
unlock blur

₹9.6 L/yr - ₹17.6 L/yr

Senior Consultant
165 salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Consultant
144 salaries
unlock blur

₹11.4 L/yr - ₹20 L/yr

Software Developer
110 salaries
unlock blur

₹5.4 L/yr - ₹12.6 L/yr

Explore more salaries
Compare Kiya.ai with

Fractal Analytics

4.0
Compare

MathCo

3.0
Compare

Watchyourhealth.com

4.7
Compare

Innovatiview India Ltd

3.9
Compare
write
Share an Interview