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 for Freshers

Updated 27 Mar 2025

Top Kellton Interview Questions and Answers for Freshers

View all 22 questions

Kellton Interview Experiences for Freshers

Popular Designations

13 interviews found

Intern Interview Questions & Answers

user image vajrala varsha1016

posted on 28 Aug 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Python coding (basic)
  • Q2. Python coding basics on java
  • Q3. Tell about your self
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.

    • Graduated with a degree in Computer Science

    • Skilled in coding and problem-solving

    • Passionate about technology and innovation

  • Answered by AI
  • Q4. About my google apprenticeship

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Recruitment Consulltant and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Technical 

(11 Questions)

  • Q1. How to manage memory management in Python?
  • Ans. 

    Memory management in Python involves automatic memory allocation and deallocation through garbage collection.

    • Python uses automatic memory management through garbage collection, so manual memory management is not required.

    • Use tools like memory_profiler to identify memory leaks and optimize memory usage.

    • Avoid creating unnecessary objects and use data structures efficiently to minimize memory usage.

  • Answered by AI
  • Q2. Difference between Async , Sync and multithread?
  • Ans. 

    Async is non-blocking, Sync is blocking, Multithread allows multiple threads to run concurrently.

    • Async allows the program to continue executing other tasks while waiting for a response, commonly used in web development with AJAX calls.

    • Sync blocks the program until a task is completed, commonly used in simple sequential programs.

    • Multithreading allows multiple threads to run concurrently, improving performance by utilizi...

  • Answered by AI
  • Q3. CI/CD pipeline deployment?
  • Q4. How to revert last commit?
  • Ans. 

    Use 'git revert' command to revert the last commit.

    • Use 'git log' to find the commit hash of the last commit

    • Run 'git revert ' to revert the last commit

    • Commit the revert changes with a new commit message

Answered by AI
  • Q5. Difference between select_related vs prefetch_related with example?
  • Ans. 

    select_related follows foreign key relationships and retrieves related objects in a single query, while prefetch_related retrieves related objects separately to avoid performance issues.

    • select_related is used for accessing related objects in a single query, reducing database hits

    • prefetch_related is used for accessing related objects separately to avoid performance issues

    • select_related is more efficient for one-to-one o...

  • Answered by AI
  • Q6. What is decorater write example?
  • Ans. 

    Decorator is a design pattern in software development that allows behavior to be added to individual objects, either statically or dynamically.

    • Decorators are used to modify the behavior of functions or classes without changing their source code.

    • In Python, decorators are implemented using the @ symbol followed by the decorator function name.

    • Example: @decorator_function def some_function(): # function implementation

    • ...

  • Answered by AI
  • Q7. How to optimise query?
  • Ans. 

    Optimizing query involves indexing, minimizing data retrieval, using proper joins, and avoiding unnecessary functions.

    • Use indexes on columns frequently used in WHERE clauses

    • Minimize data retrieval by selecting only necessary columns

    • Use proper joins (INNER JOIN, LEFT JOIN, etc.) instead of subqueries

    • Avoid unnecessary functions in WHERE clauses

  • Answered by AI
  • Q8. What is normalisation?
  • Ans. 

    Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization is used to eliminate redundant data and ensure data dependencies are logical.

    • It involves dividing a database into two or more tables and defining relationships between them.

    • Normalization helps in reducing data redundancy, improving data integrity, and making data maintenance easier.

    • There are diffe...

  • Answered by AI
  • Q9. How to increase performance?
  • Ans. 

    To increase performance, optimize code, use efficient algorithms, parallel processing, caching, and database indexing.

    • Optimize code by reducing unnecessary loops and improving data structures

    • Use efficient algorithms like binary search instead of linear search

    • Implement parallel processing to utilize multiple CPU cores

    • Utilize caching to store frequently accessed data for faster retrieval

    • Implement database indexing to spe

  • Answered by AI
  • Q10. How to secure your API’s?
  • Ans. 

    Securing APIs involves using authentication, authorization, encryption, and monitoring.

    • Implement authentication mechanisms such as OAuth, JWT, or API keys to verify the identity of clients accessing the API.

    • Use authorization to control access to different parts of the API based on roles and permissions.

    • Encrypt data transmitted between clients and the API using HTTPS to prevent eavesdropping.

    • Implement rate limiting and ...

  • Answered by AI
  • Q11. How single design patterns work?
  • Ans. 

    Single design patterns work by providing a reusable solution to common problems in software development.

    • Design patterns help in organizing code and making it more maintainable.

    • They promote code reusability and flexibility.

    • Examples of single design patterns include Singleton, Factory, and Observer.

  • Answered by AI
    Round 2 - Client Interview 

    (1 Question)

    • Q1. Questions from your resume.
    Round 3 - HR 

    (1 Question)

    • Q1. Salary discussion and your tenure employments.

    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. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
    View answer (2)
    Interview experience
    4
    Good
    Difficulty level
    Easy
    Process Duration
    Less than 2 weeks
    Result
    Not Selected

    I applied via Campus Placement and was interviewed in Mar 2024. There were 3 interview rounds.

    Round 1 - Aptitude Test 

    Basic apti questions

    Round 2 - Technical 

    (1 Question)

    • Q1. Basic testing knowledge
    Round 3 - HR 

    (1 Question)

    • Q1. About yourself s s

    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
    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 (12)

    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)

    I appeared for an interview in Mar 2021.

    Round 1 - Coding Test 

    (1 Question)

    Round duration - 30 minutes
    Round difficulty - Easy

    It was in the evening. Questions were of moderate level.

    • Q1. 

      Divide Chocolates Problem Statement

      Ninja bought chocolate consisting of several chunks, and the sweetness of each chunk is represented in an array ARR. He wants to divide the chocolate into K + 1 parts (...

    • Ans. 

      The task is to maximize the total sweetness of the part that Ninja will get by dividing chocolates into K + 1 parts.

      • Iterate through all possible cuts to find the maximum sweetness Ninja can obtain.

      • Keep track of the minimum sweetness in each part after the cut.

      • Return the maximum of these minimum sweetness values as the result.

    • Answered by AI
    Round 2 - Coding Test 

    (1 Question)

    Round duration - 30 minutes
    Round difficulty - Easy

    It was in the evening. Platform used for this round was hackerrank.

    • Q1. 

      Partition to K Equal Sum Subsets Problem

      Given an array of integers and a positive integer 'K', determine if it is possible to divide the array into 'K' non-empty subsets such that the sum of elements in ...

    • Ans. 

      The problem involves dividing an array into K subsets with equal sum.

      • Use backtracking to try all possible combinations of dividing the array into K subsets

      • Keep track of the sum of elements in each subset and check if they are equal to the target sum

      • Optimize by sorting the array in descending order before starting the backtracking process

    • Answered by AI

    Interview Preparation Tips

    Eligibility criteriaNo percentage criteria(good in aptitude/logic and good in data structure)Kellton Tech Solutions Limited interview preparation:Topics to prepare for the interview - OOPS, data structure, searching,recurtionsTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

    Tip 1 : do multiple questions 
    Tip 2 : apply the questions practically 
    Tip 3 : make projects

    Application resume tips for other job seekers

    Tip 1 : internship or other achievement certificate 
    Tip 2 : project and skills

    Final outcome of the interviewRejected

    Skills evaluated in this interview

    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 (223)

    I appeared for an interview in Feb 2021.

    Round 1 - Coding Test 

    (1 Question)

    Round duration - 30 minutes
    Round difficulty - Easy

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

    • Q1. 

      Maximum Subarray Sum Problem Statement

      Given an array arr of length N consisting of integers, find the sum of the subarray (including empty subarray) with the maximum sum among all subarrays.

      Explanation...

    • Ans. 

      Find the sum of the subarray with the maximum sum among all subarrays in an array of integers.

      • Iterate through the array and keep track of the maximum sum subarray seen so far.

      • At each index, decide whether to include the current element in the subarray or start a new subarray.

      • Update the maximum sum subarray if a new maximum is found.

      • Consider edge cases like all negative numbers in the array.

      • Example: For input arr = [-2,

    • Answered by AI
    Round 2 - Coding Test 

    (1 Question)

    Round duration - 30 minutes
    Round difficulty - Easy

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

    • Q1. 

      Max Length of Same Indexed Subarrays Problem

      Given two integer arrays A and B, and an integer C, the goal is to determine the maximum possible length K of the same indexed subarrays. The condition is that...

    • Ans. 

      Find the maximum length of same indexed subarrays based on given conditions.

      • Iterate through the arrays to find the maximum length of same indexed subarrays.

      • Calculate the sum of subarrays from A and B, and check if the condition is met.

      • Return the maximum length that satisfies the condition.

    • Answered by AI

    Interview Preparation Tips

    Professional and academic backgroundI completed Computer Science Engineering from College of Technology Pantnagar. I applied for the job as Software Engineer in DelhiEligibility criteriaNo percentage criteria(good in aptitude/logic and good in data structure)Kellton Tech Solutions Limited interview preparation:Topics to prepare for the interview - oops,Dbms,Algorithms,Array,Data structure.Time required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

    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 resume tips for other job seekers

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

    Final outcome of the interviewRejected

    Skills evaluated in this interview

    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 (223)

    Jobs at Kellton

    View all

    I appeared for an interview in Jan 2021.

    Round 1 - Coding Test 

    (1 Question)

    Round duration - 30 minutes
    Round difficulty - Easy

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

    • Q1. 

      Max Length of Same Indexed Subarrays Problem

      Given two integer arrays A and B, and an integer C, the goal is to determine the maximum possible length K of the same indexed subarrays. The condition is that...

    • Ans. 

      The goal is to determine the maximum possible length of same indexed subarrays based on given conditions.

      • Iterate through the arrays A and B to find the maximum possible length of same indexed subarrays.

      • Calculate the sum of the maximum element in the K-length subarray from B and the product of K and the sum of the K-length subarray from A.

      • Check if the sum does not exceed the given value C to determine the maximum length

    • Answered by AI
    Round 2 - Coding Test 

    Round duration - 30 minutes
    Round difficulty - Easy

    It was in the night around 9:00PM. Platform used for this round was skype.

    Interview Preparation Tips

    Professional and academic backgroundI completed Computer Science Engineering from Bhagwan Parshuram Institute of Technology. I applied for the job as Software Engineer in DelhiEligibility criteriaNo percentage criteriaKellton Tech Solutions Limited interview preparation:Topics to prepare for the interview - oops, array, algorithms, recursion, loops,Time required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

    Tip 1 : Learn new topics regular and revised that topic .
    Tip 2 : Apply practically.
    Tip 3 : project work with written processes

    Application resume tips for other job seekers

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

    Final outcome of the interviewRejected

    Skills evaluated in this interview

    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 (223)

    I appeared for an interview in Mar 2021.

    Round 1 - Coding Test 

    (1 Question)

    Round duration - 30 minutes
    Round difficulty - Medium

    • 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 ...
    • Ans. 

      The task is to find all pairs of elements in an array that add up to a given target.

      • Iterate through the array and for each element, check if the target minus the element exists in a hash set.

      • If it exists, add the pair to the result. If not, add the element to the hash set.

      • Handle cases where the same element is used twice to form a pair.

      • If no pair is found, return (-1, -1) for that test case.

    • Answered by AI
    Round 2 - Face to Face 

    (2 Questions)

    Round duration - 90 minutes
    Round difficulty - Medium

    • Q1. 

      Minimum Number of Swaps to Sort an Array

      Find the minimum number of swaps required to sort a given array of distinct elements in ascending order.

      Input:

      T (number of test cases)
      For each test case:
      N (siz...
    • Ans. 

      The minimum number of swaps required to sort a given array of distinct elements in ascending order.

      • Use a graph-based approach to find cycles in the array

      • Count the number of swaps needed to fix each cycle

      • Sum up the swaps needed for all cycles to get the total minimum swaps

    • Answered by AI
    • Q2. 

      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.

      • Ensure all elements in the array are distinct.

      • Handle multiple test cases efficiently.

    • Answered by AI

    Interview Preparation Tips

    Professional and academic backgroundI completed Computer Science Engineering from Acharya Institutes. I applied for the job as Software Engineer in GurgaonEligibility criteriaNo percentage criteria(good in aptitude/logic and good in data structure)Kellton Tech Solutions Limited interview preparation:Topics to prepare for the interview - oops,Dbms,Algorithms,Array,Data structure.Time required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

    Tip 1 : Learn new topics regular and revised that topic .
    Tip 2 : Apply practically.
    Tip 3 : Do a project

    Application resume tips for other job seekers

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

    Final outcome of the interviewSelected

    Skills evaluated in this interview

    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 (223)

    I appeared for an interview in Jan 2021.

    Round 1 - Coding Test 

    (1 Question)

    Round duration - 30 minutes
    Round difficulty - Easy

    It was in the evening.
    Questions were of moderate level.

    • Q1. 

      Distinct Subsequences Problem Statement

      Given two strings S and T consisting of lowercase English letters, the task is to count the distinct occurrences of T in S as a subsequence.

      Explanation

      A subsequ...

    • Ans. 

      Count the distinct occurrences of a given subsequence in a string.

      • Iterate through the string S and keep track of the count of distinct occurrences of T as a subsequence.

      • Use dynamic programming to efficiently solve the problem by considering all possible subsequences of T in S.

      • Handle edge cases such as empty strings or when T is longer than S.

      • Example: For S = 'banana' and T = 'ban', the output is 3 as T appears as [ban]

    • Answered by AI
    Round 2 - Face to Face 

    Round duration - 30 minutes
    Round difficulty - Medium

    It was in the night around 9:00PM.
    platform used in round is skype

    Interview Preparation Tips

    Professional and academic backgroundI applied for the job as Software Engineer in DelhiEligibility criteriaNo percentage criteria(good in aptitude/logic and good in data structure)Kellton Tech Solutions Limited interview preparation:Topics to prepare for the interview - DBMS, Algorithms, Array, Data structure, pointerTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

    Tip 1 : solve questipons regularly
    Tip 2 : practice more and more 
    Tip 3 : marks the doubts

    Application resume tips for other job seekers

    Tip 1 : latest Technology projects
    Tip 2 : no false information information in your resume

    Final outcome of the interviewRejected

    Skills evaluated in this interview

    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 (223)

    I appeared for an interview in Jan 2021.

    Round 1 - Coding Test 

    (1 Question)

    Round duration - 30 minutes
    Round difficulty - Easy

    Platform used for this round was hackerrank. 
    Questions were of moderate level.

    • Q1. 

      Partition to K Equal Sum Subsets Problem

      Given an array of integers and a positive integer 'K', determine if it is possible to divide the array into 'K' non-empty subsets such that the sum of elements in ...

    • Ans. 

      The problem involves dividing an array into K subsets with equal sum.

      • Use backtracking to try all possible combinations of dividing the array into K subsets

      • Keep track of the sum of elements in each subset and check if they are equal to the target sum

      • Optimize by sorting the array in descending order and assigning elements to subsets greedily

    • Answered by AI
    Round 2 - Face to Face 

    Round duration - 30 minutes
    Round difficulty - Easy

    Platform used for this round was skype.

    Interview Preparation Tips

    Professional and academic backgroundI completed Computer Science Engineering from College of Technology Pantnagar. I applied for the job as Software Engineer in DelhiEligibility criteriaNo percentage criteria(good in aptitude/logic and good in data structure)Kellton Tech Solutions Limited interview preparation:Topics to prepare for the interview - OOPS,Dbms,Algorithms,Data structure,searchingTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

    Tip 1 : learn something daily
    Tip 2 : Apply practically.
    Tip 3 : one question was always ready in the mind

    Application resume tips for other job seekers

    Tip 1 : your best working project on latest technology
    Tip 2 : mention your skills brightly

    Final outcome of the interviewRejected

    Skills evaluated in this interview

    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 (223)

    Kellton Interview FAQs

    How many rounds are there in Kellton interview for freshers?
    Kellton interview process for freshers usually has 2 rounds. The most common rounds in the Kellton interview process for freshers are Technical, HR and Aptitude Test.
    How to prepare for Kellton interview for freshers?
    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 Communication Skills, US IT Recruitment, Excel, US Staffing and IT Recruitment.
    What are the top questions asked in Kellton interview for freshers?

    Some of the top questions asked at the Kellton interview for freshers -

    1. How to manage memory management in Pyth...read more
    2. Difference between select_related vs prefetch_related with examp...read more
    3. Difference between Async , Sync and multithre...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.

    Tell us how to improve this page.

    Kellton Interview Process for Freshers

    based on 4 interviews

    Interview experience

    4.3
      
    Good
    View more

    Interview Questions from Similar Companies

    ITC Infotech Interview Questions
    3.6
     • 341 Interviews
    NeoSOFT Interview Questions
    3.6
     • 268 Interviews
    3i Infotech Interview Questions
    3.5
     • 145 Interviews
    Microland Interview Questions
    3.4
     • 132 Interviews
    Sify Technologies Interview Questions
    3.8
     • 123 Interviews
    Mastek Interview Questions
    3.5
     • 120 Interviews
    Maveric Systems Interview Questions
    3.5
     • 118 Interviews
    View all

    Kellton Reviews and Ratings

    based on 398 reviews

    2.7/5

    Rating in categories

    2.7

    Skill development

    2.7

    Work-life balance

    2.6

    Salary

    2.5

    Job security

    2.6

    Company culture

    2.4

    Promotions

    2.6

    Work satisfaction

    Explore 398 Reviews and Ratings
    Senior Full Stack Developer

    Hyderabad / Secunderabad

    6-10 Yrs

    ₹ 15-25 LPA

    Senior Load Tester

    Hyderabad / Secunderabad,

    Gurgaon / Gurugram

    5-8 Yrs

    ₹ 8-17 LPA

    Node Js Developer

    Gurgaon / Gurugram

    3-6 Yrs

    Not Disclosed

    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