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 Interview Questions, Process, and Tips

Updated 24 Jan 2025

Top Kellton Interview Questions and Answers

View all 45 questions

Kellton Interview Experiences

Popular Designations

50 interviews found

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

I applied via Campus Placement and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is oops concept why is used
  • Ans. 

    OOPs (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Inheritance: Allowing a class to inherit properties and behavior from another class.

    • Polymorphism: The ability of different classes to be treated as instances of th...

  • Answered by AI
  • Q2. Why inheritance used in projects
  • Ans. 

    Inheritance is used in projects to promote code reusability, reduce redundancy, and improve maintainability.

    • Inheritance allows for the creation of a hierarchy of classes where common attributes and methods can be defined in a base class and inherited by subclasses.

    • It helps in promoting code reusability by allowing subclasses to inherit properties and methods from a base class, reducing redundancy in code.

    • Inheritance al...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Company is Veri low package provide dot joine if you are fresher

DOT NET Developer Interview Questions asked at other Companies

Q1. What is the difference between windows application development and web based development?
View answer (11)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic javascript questions like closures and hoisting
  • Q2. What is difference between react and angular
  • Ans. 

    React is a JavaScript library for building user interfaces, while Angular is a full-fledged framework for building web applications.

    • React is a library, while Angular is a framework

    • React uses a virtual DOM, while Angular uses a real DOM

    • React is more lightweight and flexible, while Angular has more built-in features and tools

    • React is easier to learn for beginners, while Angular has a steeper learning curve

    • React is mainta...

  • Answered by AI

Skills evaluated in this interview

Top Kellton Senior Software Engineer Interview Questions and Answers

Q1. How to manage memory management in Python?
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)
Kellton Interview Questions and Answers for Freshers
illustration image
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Ask technical questions
Round 2 - Technical 

(2 Questions)

  • Q1. 2 hours taking technical interview
  • Q2. Testing process, bug life cycle, approaches
Round 3 - HR 

(1 Question)

  • Q1. Offer letter regarding discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - please do learn manual and automation properly.

Quality Analyst Interview Questions asked at other Companies

Q1. How you will maintain the balance between operations and quality so that they do not have any conflicts of interest
View answer (3)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Normal HR discussions
Round 2 - Technical 

(3 Questions)

  • Q1. Technicals questions asked related to swift programming and iOS
  • Q2. What is mvvm how to use in project
  • Ans. 

    MVVM is a software architectural pattern that separates the user interface from the business logic and data.

    • MVVM stands for Model-View-ViewModel

    • Model represents the data and business logic

    • View represents the user interface

    • ViewModel acts as a mediator between the Model and View

    • ViewModel exposes data and commands to the View

    • MVVM promotes separation of concerns and testability

    • Example: Using MVVM in a mobile app, the ViewM...

  • Answered by AI
  • Q3. What is tuple, clousures, delegates, notifications
  • Ans. 

    Tuple is an ordered collection of elements. Closures are self-contained blocks of code. Delegates are references to functions. Notifications are a way to send messages between objects.

    • Tuple: Used to group multiple values together. Example: (1, 'apple', True)

    • Closures: Encapsulate code and capture variables. Example: { (x: Int) -> Int in return x * 2 }

    • Delegates: Allow one object to communicate with another. Example: UITa...

  • Answered by AI
Round 3 - Coding Test 

Asked to hit a xml api and show data to table view

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic things in swift and be confident

Skills evaluated in this interview

Top Kellton Senior Software Engineer Interview Questions and Answers

Q1. How to manage memory management in Python?
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

Kellton interview questions for popular designations

 Software Engineer

 (11)

 Senior Software Engineer

 (6)

 Software Developer

 (3)

 Quality Analyst

 (2)

 Project Manager

 (2)

 Technical Lead

 (2)

 DOT NET Developer

 (2)

 Business Analyst

 (2)

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jul 2022. There were 3 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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. SQL related questions and PowerBI related questions
Round 3 - HR 

(1 Question)

  • Q1. They asked me general questions about my salary and work experience

Senior Power BI Developer Interview Questions asked at other Companies

Q1. What strategies can be employed to optimize a slow-performing Power BI report?
View answer (1)

Get interview-ready with Top Kellton Interview Questions

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

I applied via Campus Placement and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

MCQ round containing mathematical questions like upstream downstream, etc

Round 2 - One-on-one 

(1 Question)

  • Q1. Asked about OOPs concepts, merge sort with code, quick sort with code. Discussion on problem solving questions based on OOPs
Round 3 - HR 

(1 Question)

  • Q1. Company polices elaborated and discussed.

Top Kellton Software Engineer Interview Questions and Answers

Q1. Find All Pairs Adding Up to Target Given an array of integers ARR of length N and an integer Target, your task is to return all pairs of elements such that they add up to the Target. Input: The first line contains an integer 'T' denoting th... read more
View answer (2)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (197)

Jobs at Kellton

View all
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

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Module Lead Interview Questions & Answers

user image Anonymous

posted on 8 Sep 2022

Round 1 - Technical 

(1 Question)

  • Q1. What is an array, define with an example?
  • Ans. 

    An array is a collection of similar data types stored in contiguous memory locations.

    • Arrays can be of fixed size or dynamic size

    • Elements in an array can be accessed using their index

    • Example: int arr[5] = {1, 2, 3, 4, 5};

    • The above array has 5 elements of type int

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics of programing skills
Database knowledge

Skills evaluated in this interview

Module Lead Interview Questions asked at other Companies

Q1. 1) describe the Cloud architecture for the azure storage, blob , cloud services? 2) describe the integration of Web API related questions for email and sms applications? 3) describe the .net core aspects for solid programming implementation... read more
View answer (2)

Interview Questions & Answers

user image Anonymous

posted on 16 Feb 2022

I applied via Naukri.com

Round 1 - HR 

(4 Questions)

  • Q1. What are your salary expectations?
  • Q2. Why are you looking for a change?
  • Q3. Share details of your previous job.
  • Q4. Tell me about yourself.
Round 2 - Technical 

(1 Question)

  • Q1. SQL related question or incident & problem

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared give answer confidential.

I applied via LinkedIn and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Difference between stateless and stateful widget.
  • Ans. 

    Stateless widgets are immutable and don't change over time. Stateful widgets can change their state over time.

    • Stateless widgets are used for displaying static content.

    • Stateful widgets are used for displaying dynamic content.

    • Stateless widgets are faster and consume less memory than stateful widgets.

    • Stateful widgets have a State object that stores mutable state.

    • Examples of stateless widgets include Text, Icon, and Image.

    • ...

  • Answered by AI
  • Q2. Lifecycle of stateful widget.
  • Ans. 

    Stateful widget goes through various stages during its lifecycle.

    • Stateful widget is created using createState() method.

    • When the widget is inserted into the widget tree, initState() method is called.

    • When the widget is updated, didUpdateWidget() method is called.

    • When the widget is removed from the widget tree, dispose() method is called.

    • build() method is called whenever the widget needs to be rebuilt.

  • Answered by AI
  • Q3. What is setState in stateful widget?
  • Ans. 

    setState is a method used in stateful widgets to update the state of the widget and trigger a rebuild of the UI.

    • setState is called with a callback function that updates the state variables.

    • The callback function is executed asynchronously.

    • The new state values are merged with the old state values.

    • The widget is rebuilt with the updated state values.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Kellton Flutter Developer interview:
  • Flutter
  • Dart
Interview preparation tips for other job seekers - They ask very basic questions on flutter. Just go through some theoretical questions before interview, that's it.

Skills evaluated in this interview

Flutter Developer Interview Questions asked at other Companies

Q1. Write the code on paper how to intigrate the api in your flutter app?
View answer (2)
Contribute & help others!
anonymous
You can choose to be anonymous

Kellton Interview FAQs

How many rounds are there in Kellton interview?
Kellton interview process usually has 1-2 rounds. The most common rounds in the Kellton interview process are Technical, HR and One-on-one Round.
How to prepare for Kellton 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 Javascript, SQL, HTML, Python and JQuery.
What are the top questions asked in Kellton interview?

Some of the top questions asked at the Kellton interview -

  1. What is Sql joins, cte, Sp vs function, user defined typ...read more
  2. How to manage memory management in Pyth...read more
  3. what is setState in stateful widg...read more
How long is the Kellton interview process?

The duration of Kellton interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

JOBS

Kellton

No Jobs

INTERVIEWS

Kellton

No Interviews

INTERVIEWS

Practo

No Interviews

INTERVIEWS

Concentrix Catalyst

No Interviews

SALARIES

Aptroid Technologies

SALARIES

Concentrix Catalyst

INTERVIEWS

Practo

No Interviews

INTERVIEWS

GMR Group

No Interviews

INTERVIEWS

GMR Group

No Interviews

Tell us how to improve this page.

Kellton Interview Process

based on 37 interviews

Interview experience

3.6
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
ITC Infotech Interview Questions
3.6
 • 334 Interviews
View all

Kellton Reviews and Ratings

based on 378 reviews

2.8/5

Rating in categories

2.7

Skill development

2.7

Work-life balance

2.7

Salary

2.6

Job security

2.7

Company culture

2.4

Promotions

2.7

Work satisfaction

Explore 378 Reviews and Ratings
Full Stack Java Developer

Gurgaon / Gurugram

2-6 Yrs

Not Disclosed

US IT & Non IT Recruiter - Hyderabad Location

Hyderabad / Secunderabad

0-1 Yrs

Not Disclosed

Explore more jobs
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