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

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 appeared for an interview 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. Validate Binary Tree Nodes Problem You are provided with 'N' bina ... read more

I appeared for an interview 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

Software Developer Jobs at Kellton

View all

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. They asked the multiple questions regarding to my profile likr about the project , skills, domain and about your future expectations.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just focus to the fundamentals and be confident.
Stick with your resume

I applied via Naukri.com and was interviewed in Jan 2021. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. Based on core java Advanced java
  • Q2.  I have completed software developer course from Jspiders
  • Q3. Please gives the interviews based on Core Java and advanced Java
  • Q4. I am very happy to work with your organization si can you please give me a one chance ?
  • Q5. I have good knowledge on Oops language so

Interview Preparation Tips

Interview preparation tips for other job seekers - I have good understanding about core java.
I have good knowledge on oops Concept.
Advanced java and stream APIs and stream framworks etc.

Interview Questionnaire 

1 Question

  • Q1. Runtime pollymorphism

Interview Preparation Tips

Round: Test
Experience: I scored good.
Tips: Core java good knowledge.
Duration: 30 minutes
Total Questions: 25

Round: Technical Interview
Experience: like this many ques from core java and hibernate and sql also and I scored good.
Tips: Command over core java and sql also.

I applied via Recruitment Consultant and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Method overloading, method overriding, life cycle of thread,oops concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - There were 4 rounds. 1. Technical written test, here, pattern, string, array questions were asked. 2.Face to face .
3. Manager round, here scenario based questions on jdbc,hybernate and other family background details.
4. HR round.
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 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic apps question plus java c mcq

Round 2 - Group Discussion 

Group gd about group activity and perform in group not single

Round 3 - Technical 

(1 Question)

  • Q1. Java html sql basic java question like oops concept login form

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn daily and consistent is very important
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was a good round i have cleared the round they were average questions were asked

Round 2 - Group Discussion 

GD was easy among 10-12 students our topic was "Hostelers should allowed to roam after 12"

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall good experience didn't get selected
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Easy GD points to discuss

Round 2 - Aptitude Test 

Easy if u hv prepared

Round 3 - Technical 

(2 Questions)

  • Q1. Basic on DBMS
  • Q2. SQL questions and code

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy

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.

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 - ₹11 L/yr
30% 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
Software Developer - Integration

Gurgaon / Gurugram

3-5 Yrs

₹ 5.2-12 LPA

Explore more jobs
Software Engineer
388 salaries
unlock blur

₹3 L/yr - ₹12.8 L/yr

Senior Software Engineer
388 salaries
unlock blur

₹5.5 L/yr - ₹22 L/yr

Lead Engineer
165 salaries
unlock blur

₹7 L/yr - ₹25 L/yr

Software Developer
143 salaries
unlock blur

₹2.8 L/yr - ₹11 L/yr

Software Quality Analyst
89 salaries
unlock blur

₹2.7 L/yr - ₹9 L/yr

Explore more salaries
Compare Kellton with

ITC Infotech

3.6
Compare

3i Infotech

3.5
Compare

Sify Technologies

3.8
Compare

Microland

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