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

Filter interviews by

Kiya.ai Angular Developer Interview Questions and Answers

Updated 23 Apr 2024

Kiya.ai Angular Developer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Angular version and Cordova tool
  • Q2. Im not used that tool

Interview questions from similar companies

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

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

Round 1 - Aptitude Test 

Percentage, logical reasoning

Round 2 - Group Discussion 

10 min and topics were chosen by ourselves

Round 3 - Technical 

(1 Question)

  • Q1. Technical interview with basic questions
Round 4 - HR 

(1 Question)

  • Q1. Questions from core dept
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Os,c,ds,aptitude(quants and logical)

Interview Preparation Tips

Interview preparation tips for other job seekers - 1st round aptitude(microprocessor,cn,os,aptitude),2rd round (group discussion) they asked related to our core subject like c,os,network,data structure.1st 2 round is easy to crack but 3rd ,4th they expect skill to strong in basic core concept
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was easy to crack.questions were quants and logical..amd some technical mcqs

Round 2 - Group Discussion 

Technical gd..questions were asked from cs fundamentals

Round 3 - Group Discussion 

Again a technical gd

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Nov 2022. There were 3 interview rounds.

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 - Aptitude Test 

Easy question. There are many similar questions.

Round 3 - Coding Test 

There was writing also in the second round. Coding was like series printing, pattern printing etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview completely depends on the job role they intend to hire you for. After the round in which there is writing and coding as well, they will let you know the role you will be assigned if selected. Many rounds are there and pattern printing and logic testing questions will be asked. Definitely not a company worth trying for as I heard that they fire employees when they don't perform very well. This cannot be justified as they give very minimal training. I haven't heard of a worser management.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Easy one basic aptitude questions same models from prev yrs

Round 2 - Coding Test 

Its a little bit tough cant solve it

Round 3 - Technical 

(1 Question)

  • Q1. A a a a a a

Interview Preparation Tips

Interview preparation tips for other job seekers - go for it
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It's logical Attitude test was conducted and there is No MCQ type Questions. its Like Fill In the Blank and we can have Accesses to the Calculator and workout sheet

Round 2 - Aptitude Test 

Logical, speed , Numbers ,age ,

Round 3 - HR 

(2 Questions)

  • Q1. Introduce yourself ?
  • Q2. Why should I Hire you for this role?
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 Sep 2023. 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 - Aptitude Test 

It is not an MCQ type interview but it is not proctored

Round 3 - Coding Test 

They asked 4 questions of Coding. you can choose whatever language to code

Interview Preparation Tips

Interview preparation tips for other job seekers - It will be easy only when you know what company you are going to attend for
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Array duplicates and burn binary tree

Round 2 - Technical 

(1 Question)

  • Q1. Project specific

I applied via Campus Placement and was interviewed in Aug 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 

Apti round took place in online mode but it is not proctored

Round 3 - Group Discussion 

This one is technical GD and shortlisted people will be divided into batches and will asked technical qns for which ppl has to answer

Round 4 - Case Study 

People who got shortlisted will be having another technical GD and the same process will be continued

Round 5 - Technical 

(5 Questions)

  • Q1. 1.What is paging? Ans: it is used by Operating system to page the process
  • Ans. 

    Paging is a memory management technique used by the operating system to store and retrieve data from secondary storage.

    • Paging divides the memory into fixed-size pages and stores them in secondary storage.

    • When a process needs a page, the operating system retrieves it from secondary storage and loads it into memory.

    • Paging allows for efficient use of memory and helps prevent fragmentation.

    • Examples of operating systems tha

  • Answered by AI
  • Q2. 2.what is the best sorting algorithm? Ans: Quick sort since it will be using the address of the variable,no additional memory is needed
  • Q3. 3.what are all the various searching methods? Ans: BFS,DFS,binary search,linear search
  • Ans. 

    Various searching methods include BFS, DFS, binary search, and linear search.

    • BFS (Breadth-First Search) explores all the vertices at the same level before moving to the next level.

    • DFS (Depth-First Search) explores as far as possible along each branch before backtracking.

    • Binary search is a divide and conquer algorithm that searches a sorted array by repeatedly dividing the search interval in half.

    • Linear search checks ea...

  • Answered by AI
  • Q4. 4.How does quick sort works? Ans: Quick sort works by having a pivot element and sorts by divide and conquer
  • Ans. 

    Quick sort works by selecting a pivot element and sorting the array by divide and conquer.

    • Select a pivot element from the array

    • Divide the array into two sub-arrays, one with elements smaller than the pivot and the other with elements greater than the pivot

    • Recursively apply the above steps to the sub-arrays

    • Combine the sorted sub-arrays to get the final sorted array

  • Answered by AI
  • Q5. 5.What is Min heap and Max heap Ans: Heap in which the root element or parent node is larger than the child it is called Max heap and vice viresa is called Min heap
  • Ans. 

    Max heap has the largest element at the root while Min heap has the smallest element at the root.

    • Max heap is a complete binary tree where the parent node is greater than or equal to its child nodes.

    • Min heap is a complete binary tree where the parent node is less than or equal to its child nodes.

    • Heaps are commonly used in sorting algorithms like Heap Sort and Priority Queues.

    • Insertion and deletion operations in heaps ta

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If u guys have electrical core and then u guys can try for this company

Skills evaluated in this interview

Kiya.ai Interview FAQs

How many rounds are there in Kiya.ai Angular Developer interview?
Kiya.ai interview process usually has 1 rounds. The most common rounds in the Kiya.ai interview process are One-on-one Round.
How to prepare for Kiya.ai Angular Developer 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 Kiya.ai. The most common topics and skills that interviewers at Kiya.ai expect are Angular, CSS, HTML, Javascript and UI Development.
What are the top questions asked in Kiya.ai Angular Developer interview?

Some of the top questions asked at the Kiya.ai Angular Developer interview -

  1. Angular version and Cordova t...read more
  2. Im not used that t...read more

Tell us how to improve this page.

Kiya.ai Angular Developer Interview Process

based on 1 interview

Interview experience

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

Interview Questions from Similar Companies

Fractal Analytics Interview Questions
4.0
 • 205 Interviews
MathCo Interview Questions
2.9
 • 112 Interviews
Zeta Interview Questions
3.4
 • 70 Interviews
embedUR Systems Interview Questions
3.2
 • 48 Interviews
Mitsogo Inc Interview Questions
3.1
 • 38 Interviews
Subex Interview Questions
3.5
 • 35 Interviews
CoinDCX Interview Questions
3.7
 • 29 Interviews
View all
Kiya.ai Angular Developer Salary
based on 4 salaries
₹5 L/yr - ₹9.5 L/yr
At par with the average Angular Developer Salary in India
View more details
Associate Consultant
754 salaries
unlock blur

₹3.5 L/yr - ₹14 L/yr

Senior Associate Consultant
420 salaries
unlock blur

₹5.5 L/yr - ₹20 L/yr

Consultant
172 salaries
unlock blur

₹6.5 L/yr - ₹23 L/yr

Senior Consultant
139 salaries
unlock blur

₹8 L/yr - ₹28.2 L/yr

Software Developer
116 salaries
unlock blur

₹3.4 L/yr - ₹15.1 L/yr

Explore more salaries
Compare Kiya.ai with

Fractal Analytics

4.0
Compare

Subex

3.5
Compare

MathCo

2.9
Compare

Innovatiview India Ltd

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