Upload Button Icon Add office photos

Filter interviews by

Kaleidofin SDE Interview Questions and Answers

Updated 17 Jul 2024

Kaleidofin SDE Interview Experiences

1 interview found

SDE Interview Questions & Answers

user image Anonymous

posted on 17 Jul 2024

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

I applied via Recruitment Consulltant and was interviewed before Jul 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Asked questions on arrays

Round 2 - LLD 

(1 Question)

  • Q1. Design File system
  • Ans. 

    Designing a file system involves organizing and managing data on a storage device.

    • Consider the file system structure (e.g. hierarchical, flat, distributed)

    • Define file operations (e.g. create, read, write, delete)

    • Implement file system security and permissions

    • Include features like file compression, encryption, and backup

    • Optimize file system performance and storage efficiency

  • Answered by AI
Round 3 - HLD 

(1 Question)

  • Q1. Asked questions on Projects
Round 4 - HR 

(1 Question)

  • Q1. Basic HR questions

Skills evaluated in this interview

Interview questions from similar companies

SDE Interview Questions & Answers

PhonePe user image Anonymous

posted on 6 Sep 2023

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 Aug 2023. 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 - Coding Test 

4 medium to difficult questions

Round 3 - Technical 

(1 Question)

  • Q1. 2 DSA questions on arrays
Round 4 - Technical 

(1 Question)

  • Q1. 3 DSA questions on DP , Trees
Round 5 - HR 

(1 Question)

  • Q1. Entire Resume was discussed

SDE Interview Questions & Answers

PhonePe user image Anonymous

posted on 23 Jul 2024

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

2 questions 90 mins, dynamic programming and graph based

Round 2 - HR 

(2 Questions)

  • Q1. Dont remember dont remember
  • Q2. I dont remember dont remember

SDE Interview Questions & Answers

PhonePe user image Rohith D

posted on 29 Jun 2024

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

(2 Questions)

  • Q1. Last projects worked on
  • Q2. What are you good at
  • Ans. 

    I am good at problem-solving, coding, and collaborating with team members.

    • Strong problem-solving skills

    • Proficient in coding languages like Java, Python, and C++

    • Effective communication and collaboration with team members

  • Answered by AI

SDE Interview Questions & Answers

Mobikwik user image Anonymous

posted on 21 May 2022

I appeared for an interview before May 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

  • Q1. 

    Reverse Linked List Problem Statement

    Given a singly linked list of integers, return the head of the reversed linked list.

    Example:

    Initial linked list: 1 -> 2 -> 3 -> 4 -> NULL
    Reversed link...
  • Ans. 

    Reverse a singly linked list of integers and return the head of the reversed linked list.

    • Iterate through the linked list and reverse the pointers to point to the previous node instead of the next node.

    • Use three pointers - prev, current, and next - to keep track of the nodes while reversing the linked list.

    • Update the head of the reversed linked list as the last node encountered during reversal.

  • Answered by AI
Round 2 - Video Call 

Round duration - 60 minutes
Round difficulty - Medium

Round 3 - HR 

Round duration - 50 minutes
Round difficulty - Easy

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE in GurgaonEligibility criteria6.5 CGPAMobiKwik interview preparation:Topics to prepare for the interview - Python, Django, Java, Html, Bootstrap, C++, Data structure.Time required to prepare for the interview - 7 monthsInterview preparation tips for other job seekers

Tip 1 : Prepare as many questions you can
Tip 2 : Give the competitive contest
Tip 3 : Aptitude

Application resume tips for other job seekers

Tip 1 : Minimum 2 projects.
Tip 2 : Concise and accurate

Final outcome of the interviewSelected

Skills evaluated in this interview

SDE Interview Questions & Answers

Groww user image Anonymous

posted on 2 May 2024

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

Tree , Graph , DP , Arrays ,

Round 2 - Technical 

(1 Question)

  • Q1. React , React native , app development

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

I applied via Campus Placement and was interviewed in Jul 2022. There were 2 interview rounds.

Round 1 - Coding Test 

90 min long test, with 4 coding questions on data structures and algorithms, 2 of them being the medium and other medium-hard.

Round 2 - Technical 

(1 Question)

  • Q1. Distinct subsequences, leetcode problem link: leetcode.com/problems/distinct-subsequences

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm, Be yourself, they are not looking for correct codes but good and concise approaches
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 Jun 2024. There was 1 interview round.

Round 1 - Coding Test 

1.5 hours, 4 coding questions: 1 math, 1 DP, 2 Graphs

Interview Preparation Tips

Topics to prepare for PhonePe Software Engineer interview:
  • Graph
  • Dynamic Programming
Interview preparation tips for other job seekers - prepare coding questions well
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

4 question (1.5 hrs test) 400 points (100 points for question each)

Round 2 - Technical 

(2 Questions)

  • Q1. Calculate the no.of consecutive zeroes in a binary array
  • Ans. 

    Count consecutive zeroes in a binary array

    • Iterate through the binary array and keep track of the maximum consecutive zeroes encountered

    • Reset the count of consecutive zeroes when a non-zero element is encountered

    • Return the maximum consecutive zeroes found

  • Answered by AI
  • Q2. Return k pairs of subsets having sum=num
  • Ans. 

    Return k pairs of subsets with sum=num

    • Use a nested loop to iterate through all possible pairs of subsets

    • Check if the sum of the subsets equals the target num

    • Store the valid pairs in an array and return k pairs

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Assignment 

Alert notification and logging system

Round 2 - Assignment 

Snakes and Ladder problem

Round 3 - Coding Test 

2-3 coding questions were asked - from easy -> medium -> hard level. 1st and 2nd questions were around dynamic programming. Couldn't reach till third question since 1st two questions took time.

Interview Preparation Tips

Interview preparation tips for other job seekers - - Prepare Design patterns well
- Make sure you proactively drive interview and interviewer needs to provide minimal hints
- Practice easy and medium questions and increase your speed of solving questions

Kaleidofin Interview FAQs

How many rounds are there in Kaleidofin SDE interview?
Kaleidofin interview process usually has 4 rounds. The most common rounds in the Kaleidofin interview process are Coding Test and HR.

Tell us how to improve this page.

Kaleidofin SDE Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

PolicyBazaar Interview Questions
3.6
 • 358 Interviews
PhonePe Interview Questions
4.0
 • 300 Interviews
Groww Interview Questions
3.7
 • 66 Interviews
Mobikwik Interview Questions
3.6
 • 47 Interviews
Upstox Interview Questions
3.7
 • 35 Interviews
Link Group Interview Questions
3.8
 • 34 Interviews
LendingKart Interview Questions
3.2
 • 29 Interviews
Paytm Money Interview Questions
3.2
 • 27 Interviews
View all
Cluster Manager
18 salaries
unlock blur

₹2.5 L/yr - ₹5 L/yr

Data Scientist
13 salaries
unlock blur

₹7.5 L/yr - ₹21.5 L/yr

Software Development Engineer
12 salaries
unlock blur

₹12 L/yr - ₹23 L/yr

Product Manager
12 salaries
unlock blur

₹10 L/yr - ₹33 L/yr

Data Analyst
7 salaries
unlock blur

₹8.5 L/yr - ₹14 L/yr

Explore more salaries
Compare Kaleidofin with

Paytm Money

3.2
Compare

Groww

3.7
Compare

Upstox

3.7
Compare

Zerodha

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