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 Python Developer Interview Questions and Answers

Updated 8 Feb 2023

Kissflow Python Developer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
-
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 

Average but they expect to complete all the coding questions completely

Round 3 - Technical 

(2 Questions)

  • Q1. Polymorphism , oops , Logical questions Data structures Database
  • Q2. Linked list Oops Rdbms

Interview Preparation Tips

Interview preparation tips for other job seekers - They expect more from you but good company to work and learn

Interview questions from similar companies

Interview Preparation Tips

Round: Technical Interview
Experience: this was a telephonic round : There I was asked basics of web development (e.g Session, hidden variable difference between POST and GET etc. ) and basics of PHP e.g global variables etc , little bit of mysql e.g joins , difference between left and right joins.

Round: Technical Interview
Experience: This was pretty much about interview rounds. I got the offer.

Skills: Core java, OOP, PHP
College Name: na
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Aug 2022. There were 4 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 

Test of SQL, Tableau and other skills based on your resume on Skillate

Round 3 - Technical 

(1 Question)

  • Q1. SQL and other skills technical questions
Round 4 - One-on-one 

(1 Question)

  • Q1. Manager round / 2nd technical round

I applied via Campus Placement and was interviewed in Jan 2021. There were 5 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Oops concepts, database and SQL queries .
  • Q2. Example, what is method overloading, constructor, normalisation.
  • Ans. 

    Method overloading, constructor, and normalization are all concepts in software development.

    • Method overloading allows multiple methods with the same name but different parameters.

    • A constructor is a special method used to initialize objects.

    • Normalization is the process of organizing data in a database to reduce redundancy and improve efficiency.

  • Answered by AI
  • Q3. Shallow copy,deep copy.
  • Q4. Inheritance and its type
  • Ans. 

    Inheritance is a mechanism in OOP where a new class is derived from an existing class.

    • Types of inheritance: single, multiple, multilevel, hierarchical, hybrid

    • Single inheritance: A derived class inherits from a single base class

    • Multiple inheritance: A derived class inherits from multiple base classes

    • Multilevel inheritance: A derived class inherits from a base class, which in turn inherits from another base class

    • Hierarch...

  • Answered by AI
  • Q5. Data structure

Interview Preparation Tips

Interview preparation tips for other job seekers - Do focus on oops concepts and trying ever to give short and satisfaction answer not should to make story.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Dec 2021. There were 4 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 

The aptitude test was comprising of questions related to qualitative and quantitative reasoning along with basic computer science questions and coding questions also.

Round 3 - Technical 

(3 Questions)

  • Q1. Why are pointers not used in Java but in C and C++ ?
  • Ans. 

    Java has automatic memory management, so pointers are not needed.

    • Java has a garbage collector that automatically manages memory.

    • Pointers can lead to memory leaks and security vulnerabilities.

    • C and C++ are low-level languages that require manual memory management.

  • Answered by AI
  • Q2. Types of access modifiers.
  • Ans. 

    Access modifiers control the visibility and accessibility of class members.

    • Public: accessible from anywhere

    • Private: accessible only within the class

    • Protected: accessible within the class and its subclasses

    • Default: accessible within the same package

  • Answered by AI
  • Q3. Explain polymorphism.
  • Ans. 

    Polymorphism is the ability of an object to take on many forms.

    • Polymorphism allows objects of different classes to be treated as if they are of the same class.

    • It is achieved through method overriding and method overloading.

    • Examples include function overloading, operator overloading, and inheritance.

    • Polymorphism helps in achieving loose coupling and flexibility in code design.

  • Answered by AI
Round 4 - HR 

(3 Questions)

  • Q1. Tell me something about yourself.
  • Q2. Are you wishing to relocate ?
  • Q3. Do you know about the bond ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Revature is a recruitment company. They would train you for over 18 months and place you in companies mostly Infosys upto 5LPA package. They don't charge anything for training, rather they would pay you stipend of 5,000 per month.

Skills evaluated in this interview

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

I appeared for an interview in May 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. AWS basic questions were asked
  • Q2. MongoDB, MySQL basic questions were asked
Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

Easy to medium leetcode questions

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Walk-in

Round 1 - Technical 

(2 Questions)

  • Q1. How make a queue using a stack
  • Ans. 

    To implement a queue using a stack, use two stacks and simulate the queue operations.

    • Use two stacks, one for enqueue operation and one for dequeue operation.

    • For enqueue operation, simply push elements onto the stack used for enqueueing.

    • For dequeue operation, if the dequeue stack is empty, pop all elements from enqueue stack and push onto dequeue stack.

    • Then pop from the dequeue stack to simulate dequeue operation.

  • Answered by AI
  • Q2. Create a linked list
  • Ans. 

    A linked list is a data structure consisting of nodes where each node points to the next node in the sequence.

    • Create a Node class with data and next pointer

    • Initialize a head pointer to null

    • Add nodes by updating next pointers

    • Traverse the list by following next pointers

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Google and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Coding questions about array and string.

Round 2 - Coding Test 

Cosing questions about sql and ds.

Round 3 - HR 

(1 Question)

  • Q1. Personal and behavioral questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well with the fundamentals.

I applied via Campus Placement and was interviewed in Jul 2022. There were 4 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 

It was done on hackerrank the first question was related to array and second was on linked list and last was on sql

Round 3 - Technical 

(1 Question)

  • Q1. Oops concept stack program SQL basics
Round 4 - HR 

(1 Question)

  • Q1. Normal question related to me and job

Interview Preparation Tips

Topics to prepare for Cyfuture Software Developer interview:
  • Linked list
  • Data Structures
Interview preparation tips for other job seekers - Just do practise of programming and interview is easy

Kissflow Interview FAQs

How many rounds are there in Kissflow Python Developer interview?
Kissflow interview process usually has 3 rounds. The most common rounds in the Kissflow interview process are Resume Shortlist, Coding Test and Technical.
How to prepare for Kissflow Python 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 Kissflow. The most common topics and skills that interviewers at Kissflow expect are AWS, Cloud, Design Development, MongoDB and Python.
What are the top questions asked in Kissflow Python Developer interview?

Some of the top questions asked at the Kissflow Python Developer interview -

  1. Polymorphism , oops , Logical questions Data structures Datab...read more
  2. Linked list Oops Rd...read more

Tell us how to improve this page.

Kissflow Python Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 797 Interviews
Zoho Interview Questions
4.3
 • 510 Interviews
Mu Sigma Interview Questions
2.6
 • 230 Interviews
Freshworks Interview Questions
3.5
 • 160 Interviews
Ramco Systems Interview Questions
3.9
 • 66 Interviews
View all
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

Product Designer
8 salaries
unlock blur

₹4 L/yr - ₹9.5 L/yr

Automation Test Engineer
8 salaries
unlock blur

₹7.2 L/yr - ₹15 L/yr

Explore more salaries
Compare Kissflow with

Maxgen Technologies

4.5
Compare

Cyfuture

3.0
Compare

Value Point Systems

3.6
Compare

JoulestoWatts Business Solutions

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