Upload Button Icon Add office photos
Engaged Employer

i

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

Kissht Finance Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Kissht Finance Software Development Engineer II Interview Questions and Answers

Updated 21 Feb 2024

Kissht Finance Software Development Engineer II Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. What is for loop,
  • Ans. 

    A for loop is a control flow statement for specifying iteration, which allows code to be executed repeatedly.

    • Used to iterate over a sequence of elements

    • Consists of initialization, condition, and increment/decrement expressions

    • Example: for(int i=0; i<5; i++) { // code block }

  • Answered by AI
  • Q2. What is jobs and queues
  • Ans. 

    Jobs and queues are concepts used in computer science to manage tasks and data flow in a systematic manner.

    • Jobs refer to individual tasks or processes that need to be executed.

    • Queues are data structures that store jobs in a specific order for processing.

    • Jobs are added to the queue and processed in a first-in, first-out (FIFO) manner.

    • Queues help in managing the order of execution and prioritizing tasks based on their im...

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. What are containers in laravel
  • Ans. 

    Containers in Laravel are lightweight and portable units that package up code and all its dependencies, allowing for easy deployment and scaling.

    • Containers in Laravel are created using Docker, a popular containerization platform.

    • They provide a consistent environment for running applications, regardless of the underlying infrastructure.

    • Containers help in isolating applications and their dependencies, making it easier to...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn about laravel containers, loops, routes, middlewares, jobs and queues, and artisan cli

Skills evaluated in this interview

Interview questions from similar companies

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

The aptitude round consists of approx 20 q's, out of which half the q's were based on LR and aptitude and half based on computer fundamentals.

Round 2 - Coding Test 

The coding test consisted of 4 q's. The selection criteria was to complete at least 3 q's.

Round 3 - Technical 

(2 Questions)

  • Q1. Tell me something about yourself
  • Ans. 

    I am a passionate software engineer with experience in developing web applications using various technologies.

    • Experienced in developing web applications using HTML, CSS, JavaScript, and frameworks like React and Angular

    • Proficient in backend development with Node.js and databases like MongoDB and MySQL

    • Familiar with version control systems like Git and project management tools like Jira

  • Answered by AI
  • Q2. Questions on React.js, as i had build projects using react.js.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Consisted of basic dsa questions and time complexity questions

Round 2 - Coding Test 

4 dsa questions to be solved in one hour

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

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

Round 1 - Coding Test 

It was leetcode questions for 60 min for 2 questions.

Round 2 - HR 

(1 Question)

  • Q1. Tell me about your self
Round 3 - One-on-one 

(1 Question)

  • Q1. Tell me about your work experience

Interview Preparation Tips

Interview preparation tips for other job seekers - no tips such.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Oct 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 Resume tips
Round 2 - Coding Test 

2 hackerearth problem solving questions was asked.

Round 3 - Technical 

(2 Questions)

  • Q1. 1. Trees related questions were asked.
  • Q2. 2. Some java basic questions were asked
Round 4 - Technical 

(1 Question)

  • Q1. Kinda cultural fitment round where manager use to ask what you’ll do in situation like that.
Round 5 - HR 

(1 Question)

  • Q1. Asked about expectations and all

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview is quite hard to crack but with better ds algorithm and system design experience it’ll be easier to crack it.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Reverse a string
  • Ans. 

    Reverse a string by iterating through the characters and swapping them

    • Create a function that takes a string as input

    • Initialize two pointers, one at the beginning and one at the end of the string

    • Swap the characters at the two pointers and move them towards the center until they meet

  • Answered by AI
  • Q2. 2 sum arrays problem
Round 2 - One-on-one 

(2 Questions)

  • Q1. Project discussions
  • Q2. Cv discussion was held
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

MVVM was asked and swift questions

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare swift concepts well and design pattern
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. How event loop works?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jan 2023. There were 3 interview rounds.

Round 1 - Coding Test 

2 leetcode medium questions were asked

Round 2 - System Design 

(1 Question)

  • Q1. 1 feature design end to end
  • Ans. 

    Designing a feature for a social media platform to allow users to create and share photo albums.

    • Allow users to create and name albums

    • Provide an interface for users to upload and organize photos within albums

    • Implement privacy settings to control who can view and contribute to albums

    • Include features like tagging, commenting, and liking photos within albums

    • Enable users to share albums with others via links or social media

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Basic hr questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Design Zomato Ordering System
  • Ans. 

    Design a Zomato Ordering System for online food delivery.

    • Allow users to browse restaurants and menus

    • Implement user authentication and profile management

    • Enable users to place orders and make payments online

    • Include features like order tracking and ratings/reviews

    • Integrate with restaurant partners for order fulfillment

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to be very strong on ur Design

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Kissht Finance Interview FAQs

How many rounds are there in Kissht Finance Software Development Engineer II interview?
Kissht Finance interview process usually has 2 rounds. The most common rounds in the Kissht Finance interview process are Technical and One-on-one Round.
What are the top questions asked in Kissht Finance Software Development Engineer II interview?

Some of the top questions asked at the Kissht Finance Software Development Engineer II interview -

  1. what is jobs and que...read more
  2. what are containers in lara...read more
  3. what is for lo...read more

Recently Viewed

JOBS

Gushwork

14 jobs

JOBS

Browse jobs

Discover jobs you love

JOBS

GroundTruth

33 jobs

PHOTOS

Growisto

7 office photos

INTERVIEWS

Kissht Finance

No Interviews

SALARIES

Birlasoft

JOBS

Ncr Eduservices

No Jobs

SALARIES

Ncr Eduservices

SALARIES

Ncr Eduservices

INTERVIEWS

Kissht Finance

No Interviews

Tell us how to improve this page.

Kissht Finance Software Development Engineer II Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

BharatPe Interview Questions
3.5
 • 38 Interviews
LendingKart Interview Questions
3.1
 • 29 Interviews
Jupiter Money Interview Questions
3.3
 • 29 Interviews
FNZ Interview Questions
2.4
 • 28 Interviews
Uni Cards Interview Questions
4.3
 • 22 Interviews
Experian Interview Questions
3.8
 • 22 Interviews
View all
Kissht Finance Software Development Engineer II Salary
based on 10 salaries
₹10.4 L/yr - ₹30 L/yr
31% less than the average Software Development Engineer II Salary in India
View more details

Kissht Finance Software Development Engineer II Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

1.0

Skill development

3.0

Work-life balance

2.0

Salary

4.0

Job security

4.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Team Lead
104 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Collections Executive
86 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

City Manager
64 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
50 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Telecaller
42 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Kissht Finance with

ZestMoney

4.0
Compare

Axio

3.7
Compare

EarlySalary Services

3.8
Compare

MoneyTap

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