Kellton Tech Solutions Limited interview experience Real time questions & tips from candidates to crack your interview

SDE - 1

Kellton Tech Solutions Limited
upvote
share-icon
2 rounds | 2 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 3 months
Topics: Data Structure, OOPS, DBMS, Aptitude, Algorithm.
Tip
Tip

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

Application process
Where: Campus
Eligibility: No Criteria
Resume Tip
Resume tip

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

Interview rounds

01
Round
Easy
Online Coding Interview
Duration30 minutes
Interview date11 Mar 2021
Coding problem1

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.

1. Count ways to reach the nth stairs

Moderate
30m average time
80% success
0/80
Asked in companies
Expedia GroupFreshworksInfosys

You have been given a number of stairs. Initially, you are at the 0th stair, and you need to reach the Nth stair.


Each time, you can climb either one step or two steps.


You are supposed to return the number of distinct ways you can climb from the 0th step to the Nth step.

Example :
N=3

Example

We can climb one step at a time i.e. {(0, 1) ,(1, 2),(2,3)} or we can climb the first two-step and then one step i.e. {(0,2),(1, 3)} or we can climb first one step and then two step i.e. {(0,1), (1,3)}.
Try solving now
02
Round
Medium
HR Round
Duration5 minutes
Interview date11 Mar 2021
Coding problem1

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.

1. Kth largest element in the unsorted array

Moderate
10m average time
90% success
0/80
Asked in companies
FacebookUberMicrosoft

You are given an array consisting of 'N' distinct positive integers and a number 'K'. Your task is to find the kth largest element in the array.

Example:
Consider the array {2,1,5,6,3,8} and 'K' = 3, the sorted array will be {8, 6, 5, 3, 2, 1}, and the 3rd largest element will be 5.
Note:
1) Kth largest element in an array is the kth element of the array when sorted in non-increasing order. 

2) All the elements of the array are pairwise distinct.
Problem approach

Tip 1 : Presence of mind.
Tip 2 : Answer should be appropriate and short (Only Required answers not too much explanations)

Try solving now

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

Which array operation has O(n) worst-case time complexity?

Choose another skill to practice
Similar interview experiences
company logo
Software Engineer
2 rounds | 3 problems
Interviewed by Kellton Tech Solutions Limited
1172 views
0 comments
0 upvotes
company logo
Software Developer
2 rounds | 2 problems
Interviewed by Kellton Tech Solutions Limited
791 views
0 comments
0 upvotes
company logo
Software Engineer
2 rounds | 2 problems
Interviewed by Kellton Tech Solutions Limited
836 views
0 comments
0 upvotes
company logo
Software Engineer
2 rounds | 2 problems
Interviewed by Kellton Tech Solutions Limited
882 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
1 rounds | 2 problems
Interviewed by Tata Consultancy Services (TCS)
0 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 4 problems
Interviewed by Tata Consultancy Services (TCS)
6080 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 3 problems
Interviewed by BNY Mellon
5351 views
3 comments
0 upvotes