Code360 powered by Coding Ninjas X Naukri.com. Code360 powered by Coding Ninjas X Naukri.com
Kellton Tech Solutions Limited interview experience Real time questions & tips from candidates to crack your interview

Software Engineer

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

Interview preparation journey

expand-icon
Preparation
Duration: 3 months
Topics: oops,Dbms,Algorithms,Array,Data structure.
Tip
Tip

Tip 1 : Learn new topics and revised that topic .
Tip 2 : one question is always in the mind to think
Tip 3 : Do a project

Application process
Where: Campus
Eligibility: No percentage criteria(good in aptitude/logic and good in data structure)
Resume Tip
Resume tip

Tip 1 : Technology you know, projects
Tip 2 : No false information in your resume

Interview rounds

01
Round
Easy
Online Coding Test
Duration30 minutes
Interview date6 Jan 2021
Coding problem1

It was in the evening. Platform used for this round was hackerrank. Questions were of moderate level.

1. Maximum Subarray Sum

Moderate
35m average time
81% success
0/80
Asked in companies
AccentureSAP LabsDunzo

You are given an array 'arr' of length 'n', consisting of integers.


A subarray is a contiguous segment of an array. In other words, a subarray can be formed by removing 0 or more integers from the beginning and 0 or more integers from the end of an array.


Find the sum of the subarray (including empty subarray) having maximum sum among all subarrays.


The sum of an empty subarray is 0.


Example :
Input: 'arr' = [1, 2, 7, -4, 3, 2, -10, 9, 1]

Output: 11

Explanation: The subarray yielding the maximum sum is [1, 2, 7, -4, 3, 2].
Try solving now
02
Round
Easy
Online Coding Test
Duration30 minutes
Interview date9 Feb 2021
Coding problem1

It was in the evening. I have practiced coding questions a lot so my thinking abilities got improved. Questions were of moderate level.

1. Maximum length of same indexed subarrays

Moderate
0/80
Asked in company
Kellton Tech Solutions Limited

Given two arrays ‘A’ and ‘B’ and an integer ‘C’, the task is to find the maximum possible length, say K, of the same indexed subarrays such that the sum of the maximum element in the K-length subarray in ‘B’ with the product between K and sum of the K-length subarray in ‘A’ does not exceed ‘C’.

More Formally you have to find the maximum length subarray, which starts and end at the same point in ‘A’ and ‘B’, and the sum of, maximum element of ‘B’ in that subarray, with the product of the length of the subarray and sum of a subarray in ‘A’ is less than or equal to ‘C’.

For example

Given:
‘N’ = 6, ‘C’ = 23
‘A’[] = {5, 19, 13, 2, 4, 0} 
‘B’[] = {10, 4, 7, 4, 5, 14}
The max-length subarray will be 2, consider the subarray from 3 to 4 (0-based indexing) and here, the subarray sum of ‘A’ = 6 max element in ‘B’ = 5. Therefore 6*2 + 5 = 17, Which is less than 23. Hence 2 is the final answer. 

If there are multiple answers, you can choose any subarray.

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 is a DDL command in SQL?

Choose another skill to practice
Start a Discussion
Similar interview experiences
company logo
Software Engineer
2 rounds | 3 problems
Interviewed by Kellton Tech Solutions Limited
1045 views
0 comments
0 upvotes
company logo
Software Engineer
2 rounds | 2 problems
Interviewed by Kellton Tech Solutions Limited
735 views
0 comments
0 upvotes
company logo
Software Engineer
2 rounds | 2 problems
Interviewed by Kellton Tech Solutions Limited
913 views
0 comments
0 upvotes
company logo
Software Engineer
2 rounds | 2 problems
Interviewed by Kellton Tech Solutions Limited
787 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Engineer
4 rounds | 1 problems
Interviewed by Newgen Software
2292 views
2 comments
0 upvotes
company logo
Software Engineer
3 rounds | 6 problems
Interviewed by HashedIn
1513 views
0 comments
0 upvotes
Software Engineer
2 rounds | 2 problems
Interviewed by Ernst & Young (EY)
0 views
0 comments
0 upvotes