Upload Button Icon Add office photos
Engaged Employer

i

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

Kellton Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Kellton Software Developer Interview Questions and Answers

Updated 24 Mar 2024

Kellton Software Developer Interview Experiences

3 interviews found

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 Mar 2023. There were 2 interview rounds.

Round 1 - Assignment 

It was an assignment given to us. basic coding questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Basic coding questions

Interview Preparation Tips

Topics to prepare for Kellton Software Developer interview:
  • Computer Skills
Interview preparation tips for other job seekers - be good with the basics

I was interviewed in Mar 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 30 minutes
Round difficulty - Easy

We get 30 question for 30 minutes. All question had multiple choice. One question was to count the ways to reach the nth stairs mathematically. It was in the form of mcq.

  • Q1. 

    Count Ways to Climb Stairs Problem

    Given a staircase with a certain number of steps, you start at the 0th step, and your goal is to reach the Nth step. At every step, you have the option to move either on...

  • Ans. 

    The problem involves counting the number of distinct ways to climb a staircase with a certain number of steps by moving either one or two steps at a time.

    • Use dynamic programming to solve this problem efficiently.

    • Define a recursive function to calculate the number of ways to reach each step.

    • Consider base cases for 0 and 1 steps.

    • Use memoization to store and reuse intermediate results.

    • Return the final result modulo 10^9+7

  • Answered by AI
Round 2 - HR 

(1 Question)

Round duration - 5 minutes
Round difficulty - Medium

It was evening when my chance came. I went to HR cabin in proper discipline manner. I great him and then he ask to sit. Then I gave him my resume. He start asking basic details which are not mentioned in resume. Then He gave me one question from array (To print 3rd highest value from array without using sorting method). Then asked questions from database and Oops. After I gave answers he asked me do you like coding or want to do this for money. So I tell him I like coding so its my passion. Then He asked me to leave.

  • Q1. 

    Kth Largest Element Problem

    Given an array containing N distinct positive integers and a number K, determine the Kth largest element in the array.

    Example:

    Input:
    N = 6, K = 3, array = [2, 1, 5, 6, 3, ...
  • Ans. 

    Find the Kth largest element in an array of distinct positive integers.

    • Sort the array in non-increasing order and return the Kth element.

    • Use a priority queue or quick select algorithm for efficient solution.

    • Handle constraints like array size and element values.

    • Ensure all elements in the array are distinct.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in GurgaonEligibility criteriaNo CriteriaKellton Tech Solutions Limited interview preparation:Topics to prepare for the interview - Data Structure, OOPS, DBMS, Aptitude, Algorithm.Time required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice programs by yourself.
Tip 2 : Projects are important source of learning.
 

Application resume tips for other job seekers

Tip 1 : Build your resume yourself according to needs.
Tip 2 : Do not put wrong information.

Final outcome of the interviewSelected

Skills evaluated in this interview

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Find Duplicate in Array Problem Statement You are provided with a ... read more

I was interviewed in Mar 2021.

Round 1 - Video Call 

(1 Question)

Round duration - 30 minutes
Round difficulty - Medium

We had all rounds in afternoon. Environment of the office was giving positive vides. Interviewer was polite and kind.

  • Q1. 

    Reverse the String Problem Statement

    You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string.

    Example:

    Input:
    STR = "abcde"
    Output:
    "e...
  • Ans. 

    Reverse a given string containing alphabets, numbers, and special characters.

    • Iterate through the string from the end to the beginning and append each character to a new string.

    • Use built-in functions like reverse() or StringBuilder in languages like Python or Java for efficient reversal.

    • Handle special characters and numbers along with alphabets while reversing the string.

    • Ensure to consider the constraints provided in th...

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Developer in GurgaonEligibility criteriaNoKellton Tech Solutions Limited interview preparation:Topics to prepare for the interview - OOps,Data structures, Algorithm,C basic, SEOTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : practice daily 
Tip 2 : concentrate

Application resume tips for other job seekers

Tip 1 : do not put false things on resume
Tip 2 : have some projects

Final outcome of the interviewSelected

Interview questions from similar companies

I applied via Walk-in and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Basic Programming questions.
  • Q2. Fibonacci program
  • Q3. OOPS concepts.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic OOPS concepts and basic programs.

Interview Questionnaire 

2 Questions

  • Q1. They asked me on java and I have joined as a fresher they not much questions as I got selected as fresher on oops concepts and collections
  • Q2. Please be confident while facing interview and they will check your communication skills

I was interviewed in Mar 2021.

Interview Questionnaire 

1 Question

  • Q1. .net core , mvc basics and some scripting language

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to basics , know about your current project . If interviewer asks you if you have to ask anything , do ask . For my case I asked for his advice where I need to improve. He answered genuinely and even came to know about my other technical skills .

Interview Questionnaire 

1 Question

  • Q1. Time management

Interview Questionnaire 

1 Question

  • Q1. Sql joins

Interview Preparation Tips

Interview preparation tips for other job seekers - go to google and search it

Interview Questionnaire 

2 Questions

  • Q1. Python
  • Q2. Webdevelopment

I applied via Naukri.com and was interviewed in Mar 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Coding

Interview Preparation Tips

Interview preparation tips for other job seekers - It was nice experience
Contribute & help others!
anonymous
You can choose to be anonymous

Kellton Interview FAQs

How many rounds are there in Kellton Software Developer interview?
Kellton interview process usually has 2 rounds. The most common rounds in the Kellton interview process are Assignment and One-on-one Round.
How to prepare for Kellton Software 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 Kellton. The most common topics and skills that interviewers at Kellton expect are JEE, Java, SOA, Team Leading and Web Services.

Recently Viewed

INTERVIEWS

Aptroid Technologies

No Interviews

INTERVIEWS

Aptroid Technologies

No Interviews

INTERVIEWS

Concentrix Catalyst

No Interviews

INTERVIEWS

Concentrix Catalyst

No Interviews

INTERVIEWS

Kellton

No Interviews

INTERVIEWS

Practo

30 top interview questions

INTERVIEWS

Kellton

No Interviews

INTERVIEWS

Concentrix Catalyst

No Interviews

INTERVIEWS

GMR Group

No Interviews

INTERVIEWS

Concentrix Catalyst

No Interviews

Tell us how to improve this page.

Kellton Software Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Kellton Software Developer Salary
based on 143 salaries
₹2.8 L/yr - ₹9.1 L/yr
23% less than the average Software Developer Salary in India
View more details

Kellton Software Developer Reviews and Ratings

based on 16 reviews

3.2/5

Rating in categories

3.3

Skill development

3.1

Work-life balance

2.8

Salary

3.0

Job security

2.6

Company culture

2.8

Promotions

2.8

Work satisfaction

Explore 16 Reviews and Ratings
Senior Software Engineer
386 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
380 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Engineer
160 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
143 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Quality Analyst
89 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Kellton with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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