Upload Button Icon Add office photos
Engaged Employer

i

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

Ketto Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 205 Reviews

Filter interviews by

Ketto Senior Software Engineer Interview Questions and Answers

Updated 24 Jan 2025

Ketto Senior Software Engineer Interview Experiences

1 interview found

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

I was interviewed in Dec 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Senior taking technical round
Round 2 - Technical 

(1 Question)

  • Q1. Manger Taking technical round
Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion

Interview questions from similar companies

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

I applied via Company Website and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

1 hour duration. Sliding window problem. On hacker rank platform. Expected to write a working code and solve it optimally/scalable solution.

Round 2 - Technical 

(1 Question)

  • Q1. Again a coding test. LLD + hash map. 1 hour on hacker rank.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Techical questions and coding questions related profile.
  • Q2. Basic concepts about your programming skills.

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice company and positive interview response and smooth interview process and recommend to join .
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Delete nth node from end in linked list
  • Ans. 

    To delete the nth node from the end in a linked list, we can use a two-pointer approach.

    • Use two pointers, one to traverse the list and another to keep track of the nth node from the end.

    • Move the second pointer n steps ahead of the first pointer.

    • When the second pointer reaches the end of the list, the first pointer will be at the nth node from the end.

    • Adjust the pointers to delete the nth node.

  • Answered by AI
  • Q2. Project discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - revise your latest projects and technologies used thoroughly, prepare trees and linked list in DSA

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Question on dsa and string theory along with oops concepts

Round 2 - Technical 

(1 Question)

  • Q1. Question on java strings and arrays
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed before May 2023.

Round 1 - Technical 

(1 Question)

  • Q1. DSA - level order traversal, sliding window.
Round 2 - One-on-one 

(1 Question)

  • Q1. Atomic transaction in distributed system
  • Ans. 

    Atomic transactions ensure that all operations in a transaction are completed successfully or none at all in a distributed system.

    • Atomic transactions guarantee that all operations within a transaction are either all successful or all rolled back.

    • In distributed systems, atomic transactions are crucial for maintaining data consistency across multiple nodes.

    • ACID properties (Atomicity, Consistency, Isolation, Durability) a...

  • Answered by AI
Interview experience
3
Average
Difficulty level
Hard
Process Duration
-
Result
Not Selected

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

Round 1 - Coding Test 

It was a 1 hour Technical screening round, coding question in java (you cna choose your own language). They asked a difficult version of regex matching question (Leetcode medium-hard).

I was interviewed in Sep 2021.

Interview Questionnaire 

2 Questions

  • Q1. Logical with array arrangements
  • Q2. OPPS, Abstraction, interface, traits...

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be logically strong.
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 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Program for a palindrome Number.
  • Ans. 

    Program to check if a number is a palindrome.

    • Convert the number to a string to easily check for palindrome

    • Reverse the string and compare it with the original string

    • If they are the same, the number is a palindrome

  • Answered by AI
  • Q2. React Lifecycle methods
  • Q3. Hooks in react?
  • Ans. 

    Hooks are a feature in React that allow you to use state and other React features in functional components.

    • Hooks were introduced in React 16.8.

    • They allow you to use state and other React features without writing a class.

    • Commonly used hooks include useState, useEffect, useContext, and useReducer.

    • Hooks must be used at the top level of your functional component.

    • Example: const [count, setCount] = useState(0);

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Create a High-level design
  • Ans. 

    Design a high-level architecture for a software system

    • Identify the main components of the system

    • Define the interactions between the components

    • Consider scalability, security, and performance

    • Choose appropriate technologies and frameworks

    • Create a diagram to visualize the architecture

  • Answered by AI
  • Q2. Questions on the design you created

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before May 2022. There were 2 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 - Technical 

(2 Questions)

  • Q1. How can we improve the performance of a Front End System
  • Ans. 

    Improving Front End System Performance

    • Optimize images and reduce their size

    • Minimize HTTP requests and use caching

    • Use lazy loading for images and videos

    • Reduce the number of DOM elements

    • Use a Content Delivery Network (CDN)

    • Minimize the use of external scripts and plugins

    • Use asynchronous loading for scripts

    • Optimize CSS and JavaScript files

    • Use browser caching

    • Implement server-side rendering

  • Answered by AI
  • Q2. What is Event Loop and give an example on how it works.
  • Ans. 

    Event Loop is a mechanism that allows JavaScript to handle multiple tasks simultaneously.

    • Event Loop is a part of JavaScript runtime that continuously checks the call stack and the task queue.

    • It prioritizes the tasks in the queue and pushes them to the call stack when it's empty.

    • This allows JavaScript to handle I/O operations and other asynchronous tasks without blocking the main thread.

    • Example: setTimeout() function ad...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep focusing on basics, JavaScript is a must, no matter what framework you use.

Skills evaluated in this interview

Ketto Interview FAQs

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

Some of the top questions asked at the Ketto Senior Software Engineer interview -

  1. Senior taking technical ro...read more
  2. Manger Taking technical ro...read more

Tell us how to improve this page.

Ketto Senior Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

MagicPin Interview Questions
3.0
 • 48 Interviews
Tokopedia Interview Questions
4.0
 • 27 Interviews
Meritto Interview Questions
3.6
 • 22 Interviews
Furlenco Interview Questions
3.3
 • 20 Interviews
Droom Interview Questions
3.8
 • 19 Interviews
Nestaway Interview Questions
4.0
 • 17 Interviews
Inshorts Interview Questions
4.0
 • 16 Interviews
Xome Interview Questions
4.2
 • 12 Interviews
Confluent Interview Questions
3.8
 • 12 Interviews
View all
Ketto Senior Software Engineer Salary
based on 4 salaries
₹6.6 L/yr - ₹12.2 L/yr
33% less than the average Senior Software Engineer Salary in India
View more details

Ketto Senior Software Engineer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

3.0

Skill development

4.0

Work-life balance

2.0

Salary

4.0

Job security

4.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Business Development Executive
46 salaries
unlock blur

₹2.3 L/yr - ₹4 L/yr

Production Analyst
12 salaries
unlock blur

₹9 L/yr - ₹10 L/yr

Senior Digital Marketing Executive
10 salaries
unlock blur

₹3.5 L/yr - ₹5 L/yr

Team Lead
9 salaries
unlock blur

₹2.5 L/yr - ₹6 L/yr

Relationship Executive
8 salaries
unlock blur

₹3.4 L/yr - ₹4.6 L/yr

Explore more salaries
Compare Ketto with

RangDe

1.0
Compare

GiveIndia

4.2
Compare

BitGiving

4.8
Compare

Milaap

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