Upload Button Icon Add office photos

Filter interviews by

Krutrim AI Software Developer Interview Questions and Answers

Updated 16 Jan 2025

Krutrim AI Software Developer Interview Experiences

1 interview found

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

I applied via Approached by Company and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Basic Python syntax, along with problem-solving techniques and code structure, has been covered.

Round 2 - Technical 

(1 Question)

  • Q1. Ask about project previous work. What you good at it then low level system design. And sql intermediate question

Interview Preparation Tips

Interview preparation tips for other job seekers - Refine your project and prepare for problem-solving and syntax relevant to the technology for which they are hiring.

Interview questions from similar companies

I applied via Approached by Company and was interviewed before May 2021. There were 4 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Questions on job Profile
Round 2 - Technical 

(1 Question)

  • Q1. Technical questions on banking domain
Round 3 - Technical 

(1 Question)

  • Q1. Work flow and responsibility of existing company
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and notice period negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Scale wise best, Good work environment few teams exceptional
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. You have a hotel and how will you create a complete schema for hotel
  • Ans. 

    To create a complete schema for a hotel, you need to consider various entities like rooms, guests, reservations, staff, amenities, etc.

    • Entities to include: rooms, guests, reservations, staff, amenities, invoices, payments

    • Relationships between entities: guest stays in a room, staff manages reservations, amenities are available in rooms

    • Attributes for each entity: room number, guest name, reservation date, staff ID, ameni

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Linked List Palindrome
  • Q2. Combination Sum
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 Jan 2023. There were 3 interview rounds.

Round 1 - Coding Test 

In the first round test was conducted on hackerrank platform
it consist of one coding question and one sql question and total 4 mcq are there
the difficulty of coding(dsa) problem is leetcode medium-hard and sql is hard

Round 2 - Technical 

(3 Questions)

  • Q1. 1. Maths puzzle 2. a dp question 3. questions on inheritance 4. some css related question 5. dom application and why we are using dom? 6. DBMS questions
  • Q2. Dp question and then optimised to o(n) solution
  • Q3. Questions on oops and inheritance
Round 3 - HR 

(1 Question)

  • Q1. 1. some projects that i did 2. why you want to join bizongo? 3. what will you bring to the company if we select you? 4. some behavioural questions...

Interview Preparation Tips

Topics to prepare for BIZONGO Software Developer interview:
  • OOPS
  • DSA
  • Web Development
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Inverted right angle triangle
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Simple questions ,logical reasoning questions easy to crack the round

Round 2 - Coding Test 

Array related questions and string related question.4 question will be there in coding

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

I was interviewed before Aug 2023.

Round 1 - Aptitude Test 

I attend online aptitude test.

Round 2 - Coding Test 

Coding test was bit difficult.

Round 3 - Technical 

(2 Questions)

  • Q1. Question about dbms
  • Q2. Some coding task
Round 4 - HR 

(1 Question)

  • Q1. About relocation

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

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

Krutrim AI Interview FAQs

How many rounds are there in Krutrim AI Software Developer interview?
Krutrim AI interview process usually has 2 rounds. The most common rounds in the Krutrim AI interview process are Coding Test and Technical.

Tell us how to improve this page.

Krutrim AI Software Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Krutrim AI Software Developer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

3.0

Skill development

1.0

Work-life balance

3.0

Salary

1.0

Job security

1.0

Company culture

2.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Data Scientist
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Scientist 2
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Development Engineer II
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Krutrim AI with

Watchyourhealth.com

4.7
Compare

Subex

3.5
Compare

Kiya.ai

3.2
Compare

Sedemac Mechatronics

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