Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Kaleidofin Softwaretest Engineer Interview Questions and Answers

Updated 5 Jul 2024

Kaleidofin Softwaretest Engineer Interview Experiences

1 interview found

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

2 DSA questions .. 1 easy LC and 1 Medium LC level

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are confident to tackle even medim level DSA qsns go for it. Interviewer was quite friendly.

Interview questions from similar companies

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

I was interviewed in Jun 2024.

Round 1 - Coding Test 

Basic leetcode easy question. Find unique number in strung

Round 2 - Technical 

(2 Questions)

  • Q1. Sql - Find nth highest salary of employees
  • Q2. DSA - Sorted array to BST
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Coding Test 

2 Codes on Hackerrank

Round 2 - Technical 

(2 Questions)

  • Q1. Questions on Tree
  • Q2. Questions on Java
Round 3 - Technical 

(1 Question)

  • Q1. Hiring Manager Round

Interview Preparation Tips

Interview preparation tips for other job seekers - Just brush up on DSA And System Design

I applied via Approached by company and was interviewed in Dec 2021. There were 4 interview rounds.

Round 1 - Coding Test 

2 questions. 1 was basic level. 2 was of medium level.

Round 2 - One-on-one 

(2 Questions)

  • Q1. An ambiguous problem statement was given. Asking relevant questions revealed the problem to be largest island in a binary matrix. Was asked to code on an ide. And reduce space complexity to O(1).
  • Q2. Maximum sum path from root to leaf in an N-ary tree. Was asked to design an appropriate data structure. Then code the solution in O(n) time and O(1) space.
Round 3 - One-on-one 

(3 Questions)

  • Q1. Through discuss of projects. Methods used.
  • Q2. First missing positive number in an array of integer in O(n) time O(1) space.
  • Ans. 

    Find first missing positive number in an array in O(n) time and O(1) space.

    • Traverse the array and mark the presence of each positive integer by changing the sign of the corresponding index.

    • Traverse the array again and return the index of the first positive integer.

    • If all integers are present, return the length of the array + 1.

    • Example: [3, 4, -1, 1] => mark 3rd and 4th index as negative => return 2.

    • Example: [1, 2, 0] =...

  • Answered by AI
  • Q3. Given an integer, print the relevant column name in an excel sheet. Ex: 1- A , 2-B.......... 26-Z , 27-AA, 28-AB........ Was asked code on an ide and test cases were given.
  • Ans. 

    Given an integer, print the relevant column name in an excel sheet.

    • Create a string array of alphabets from A to Z

    • Use modulo operator to get remainder and divide by 26 to get quotient

    • Append the corresponding alphabet to the result string

    • Reverse the result string

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. What are your salary expectations?

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on DSA and past experience.

Skills evaluated in this interview

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

Maths,quant for 1 hour duration

Round 2 - Coding Test 

Arrays, strings, linked list, palindrome

Interview Questionnaire 

1 Question

  • Q1. Online Test: First was the online test for 1hr you have to solve 2 coding questions.(Street light coverage & Candy distribution) After clearing the coding round, HR called me scheduling for technical in...
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before May 2023. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Leet code easy to medium level 4 questions
Round 2 - Technical 

(1 Question)

  • Q1. Had a walk through of last round problems n new problem on graph
Round 3 - Technical 

(1 Question)

  • Q1. This round was with a manager , who asked about my current company projects and architecture
Round 4 - One-on-one 

(1 Question)

  • Q1. This round was for negotiations

Interview Preparation Tips

Topics to prepare for PhonePe Software Engineer interview:
  • Data Structures
  • Algorithms
  • Architecture
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Types of REST API methods?
  • Ans. 

    Types of REST API methods include GET, POST, PUT, DELETE, PATCH, and more.

    • GET - Retrieve data from a server

    • POST - Create new data on a server

    • PUT - Update existing data on a server

    • DELETE - Remove data from a server

    • PATCH - Partially update data on a server

  • Answered by AI

Interview Preparation Tips

Topics to prepare for PhonePe Software Engineer interview:
  • RESTful webservices
  • SQL
  • Java

Skills evaluated in this interview

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

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

Round 1 - Technical 

(1 Question)

  • Q1. 3 sum problem and number of operations required to make 2 strings same
  • Ans. 

    3 sum problem involves finding 3 numbers in an array that add up to a target sum. Number of operations to make 2 strings same involves finding the minimum number of operations (insert, delete, replace) needed to transform one string into another.

    • For 3 sum problem, use a hashmap to store complements of each number and check if the complement exists in the hashmap while iterating through the array.

    • For number of operation...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Nearby app machine coding
Round 3 - Technical 

(1 Question)

  • Q1. Project and practices followed and hld for inshort
  • Ans. 

    I have experience working on projects using high-level design (HLD) practices.

    • Utilized UML diagrams to create HLD for projects

    • Followed industry best practices for software design

    • Collaborated with team members to ensure HLD aligns with project goals

  • Answered by AI

Skills evaluated in this interview

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
Contribute & help others!
anonymous
You can choose to be anonymous

Kaleidofin Interview FAQs

How many rounds are there in Kaleidofin Softwaretest Engineer interview?
Kaleidofin interview process usually has 1 rounds. The most common rounds in the Kaleidofin interview process are Coding Test.

Recently Viewed

INTERVIEWS

Oriflame India

No Interviews

INTERVIEWS

Cavinkare

No Interviews

SALARIES

Arcadia

SALARIES

Testo India

SALARIES

Outlook

SALARIES

Outlook

INTERVIEWS

Oriflame India

No Interviews

SALARIES

Applicate

INTERVIEWS

FM LOGISTIC

No Interviews

INTERVIEWS

FM LOGISTIC

No Interviews

Tell us how to improve this page.

Kaleidofin Softwaretest Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

PolicyBazaar Interview Questions
3.6
 • 356 Interviews
PhonePe Interview Questions
4.0
 • 300 Interviews
Groww Interview Questions
3.7
 • 66 Interviews
Mobikwik Interview Questions
3.7
 • 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

₹0 L/yr - ₹0 L/yr

Data Scientist
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Development Engineer
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Manager
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Analyst
7 salaries
unlock blur

₹0 L/yr - ₹0 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