Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Kissflow Team. If you also belong to the team, you can get access from here

Kissflow Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Kissflow Software Engineer Interview Questions and Answers

Updated 20 Jan 2025

Kissflow Software Engineer Interview Experiences

3 interviews found

Software Engineer Interview Questions & Answers

user image Kannappan Suresh

posted on 1 Oct 2024

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

I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Permutations and combination

Interview Preparation Tips

Interview preparation tips for other job seekers - be clear with recursion concepts
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic question related to python topics ...like file handling,exception handling,difference between list and tuple
  • Q2. Topics related to oops and python coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - be well prepared for coding questions ..practice a lot and very in depth knowledge on python concepts

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 2024. There were 4 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. OOPS concepts and class design
  • Q2. Python basics and concepts
  • Q3. Database design and concepts
Round 2 - Technical 

(1 Question)

  • Q1. Python programming question
Round 3 - Technical 

(1 Question)

  • Q1. Python programming question
Round 4 - HR 

(2 Questions)

  • Q1. Previous work experience
  • Ans. 

    I have 5 years of experience working as a software engineer in a tech company.

    • Developed and maintained software applications for various platforms

    • Collaborated with cross-functional teams to deliver projects on time

    • Participated in code reviews and provided feedback for improvements

    • Implemented new features and enhancements based on client requirements

  • Answered by AI
  • Q2. Understading how to handle challenges at work
  • Ans. 

    I handle challenges at work by breaking them down, seeking help when needed, and staying calm under pressure.

    • Break down the challenge into smaller tasks to make it more manageable

    • Seek help from colleagues or mentors if needed

    • Stay calm and focused under pressure to make rational decisions

    • Learn from past challenges to improve problem-solving skills

  • Answered by AI

Interview questions from similar companies

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

I applied via Indeed and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basics of Python
  • Q2. Basics of Django
Round 2 - Technical 

(2 Questions)

  • Q1. Python concepts knowledge check
  • Q2. Django architecture and projects discussion
Round 3 - Behavioral 

(1 Question)

  • Q1. General communication about the role and previous experience
Round 4 - HR 

(1 Question)

  • Q1. Package negotiation and culture check
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 2024. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. What do u mean by data
  • Ans. 

    Data refers to facts, statistics, or information collected for analysis or reference.

    • Data is raw, unprocessed information.

    • It can be in the form of numbers, text, images, or any other format.

    • Examples include customer names, product prices, and sales figures.

    • Data can be structured (organized in a specific way) or unstructured (not organized).

  • Answered by AI
  • Q2. What is preprocessed data
  • Ans. 

    Preprocessed data is data that has been cleaned, transformed, and organized for analysis or modeling.

    • Preprocessed data is often used in machine learning and data analysis to improve the accuracy and efficiency of models.

    • Common preprocessing steps include removing missing values, scaling features, and encoding categorical variables.

    • Examples of preprocessing techniques include normalization, standardization, one-hot enco

  • Answered by AI
  • Q3. What do u mean by info
  • Ans. 

    Info refers to data or knowledge that provides details or context about a specific topic or subject.

    • Info can be in the form of facts, statistics, or explanations.

    • It helps to understand a topic better or make informed decisions.

    • Examples of info include news articles, research papers, and educational resources.

  • Answered by AI
  • Q4. How to copy from 2 tables and paste in 3rd one in sql
  • Ans. 

    Use SQL INSERT INTO SELECT statement to copy data from 2 tables and paste into a 3rd table.

    • Use INSERT INTO SELECT statement to copy data from 2 tables and paste into a 3rd table.

    • Specify the columns you want to copy from each table in the SELECT statement.

    • Make sure the columns in the SELECT statement match the columns in the 3rd table where you are pasting the data.

  • Answered by AI
  • Q5. Reverse string using any language you know
  • Ans. 

    Reverse a string using any programming language

    • Use built-in functions like reverse() or slice() in languages like Python or JavaScript

    • Iterate through the string in reverse order and append each character to a new string

    • Use a stack data structure to push each character onto the stack and then pop them off to reverse the string

  • Answered by AI
  • Q6. A puzzle question was asked but i don't remeber it.

Skills evaluated in this interview

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

(1 Question)

  • Q1. Given the react machine coding example
Round 2 - Behavioral 

(1 Question)

  • Q1. Explain about your projects
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding Rount
DSA Round + Puzzle
SQL + Project Discussion
JS

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Dsa problems dp and tress problem

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Projects and intership

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn DSA
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Given an array Reverse array
  • Ans. 

    Reverse array of strings

    • Iterate through the array and swap elements from start to end

    • Use two pointers, one at the beginning and one at the end, and swap elements until they meet

  • Answered by AI
  • Q2. Giaven a string Reverse string
  • Ans. 

    Reverse a given string

    • Use built-in functions like reverse() or loop through the string in reverse order

    • Create a new string and append characters from the original string in reverse order

    • Convert the string to an array of characters, reverse the array, and then join it back into a string

  • Answered by AI
  • Q3. Given array find sum of all elements
  • Ans. 

    Calculate sum of all elements in a given array of strings

    • Iterate through the array and convert each element to integer before adding to sum

    • Handle edge cases like empty array or non-numeric elements

    • Return the final sum after iterating through all elements

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA well

Skills evaluated in this interview

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

I applied via campus placement at National Institute of Technology (NIT), Karnataka and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Coding Test 

Question based on array string linkedlist

Kissflow Interview FAQs

How many rounds are there in Kissflow Software Engineer interview?
Kissflow interview process usually has 2 rounds. The most common rounds in the Kissflow interview process are Technical and HR.
What are the top questions asked in Kissflow Software Engineer interview?

Some of the top questions asked at the Kissflow Software Engineer interview -

  1. understading how to handle challenges at w...read more
  2. basic question related to python topics ...like file handling,exception handlin...read more
  3. topics related to oops and python coding questi...read more

Tell us how to improve this page.

Kissflow Software Engineer Interview Process

based on 3 interviews

1 Interview rounds

  • Technical Round
View more
Kissflow Software Engineer Salary
based on 20 salaries
₹6 L/yr - ₹15.5 L/yr
24% more than the average Software Engineer Salary in India
View more details

Kissflow Software Engineer Reviews and Ratings

based on 4 reviews

4.4/5

Rating in categories

4.8

Skill development

4.6

Work-life balance

3.2

Salary

4.6

Job security

4.8

Company culture

4.1

Promotions

4.8

Work satisfaction

Explore 4 Reviews and Ratings
Software Engineer
20 salaries
unlock blur

₹6 L/yr - ₹15.5 L/yr

Senior Software Engineer
12 salaries
unlock blur

₹12 L/yr - ₹20 L/yr

Product Consultant
10 salaries
unlock blur

₹7.2 L/yr - ₹12 L/yr

Automation Test Engineer
8 salaries
unlock blur

₹7.2 L/yr - ₹15 L/yr

Product Designer
8 salaries
unlock blur

₹4 L/yr - ₹9.5 L/yr

Explore more salaries
Compare Kissflow with

Zoho

4.3
Compare

Freshworks

3.5
Compare

Tally Solutions

4.2
Compare

LTIMindtree

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