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 Senior Software Engineer Interview Questions, Process, and Tips for Freshers

Updated 12 Jul 2024

Kellton Senior Software Engineer Interview Experiences for Freshers

1 interview found

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

    Interview questions from similar companies

    Interview Preparation Tips

    Round: Resume Shortlist
    Experience: A telephonic of technical round basics about C concepts and Embedded C Concepts in order to call for next round .

    I applied via Other and was interviewed in Nov 2017. There were 5 interview rounds.

    Interview Questionnaire 

    4 Questions

    • Q1. Brief Role on job and tools and technology I worked with day to day activity
    • Ans. 

      As a Senior Software Engineer, I worked with various tools and technologies to develop and maintain software applications.

      • Developed and maintained software applications using Java, Python, and C++ programming languages

      • Used Agile methodology for software development and collaborated with cross-functional teams

      • Worked with various tools such as Git, JIRA, Jenkins, and Docker for version control, issue tracking, continuous...

    • Answered by AI
    • Q2. In-depth technical interview which went around 40 min. since i had 8 years of experience
    • Q3. Fully technical
    • Q4. Salary discussion and Document verification.

    Interview Preparation Tips

    Round: Resume Shortlist
    Experience: Keywords that I put in of the technology, tools , experience.. (I guess )

    General Tips: Just stay calm. Do not show fake experience, Speak genuinely, Answer to the point and explain if you have to add on more depending on your experience. Do not be over confident. Speak start to the eyes
    Skills: Communication, Problem Solving, Analytical Skills, Leadership, Presentation Skills, Decision Making Skills
    Duration: 1-3 Months

    Interview Preparation Tips

    Round: Technical Interview
    Experience: Has a 1 hr interview. He asked the Qs on my experience, what I have put in my resume. Its good conversation with interviewer.

    Round: HR Interview
    Experience: In HR interview he asked about my salary and what he is going to offer me. I left for the day. There is no response for 5 days from the HR. After a week I got the call my HR and discussion was happened about the salary again and said to upload some documents. I did it. There is no response for 4 days again. I got call again after 4 days and this time she said there is no suitable position for my experience so she is going to reject my application. Its very painful to listen like this.

    I applied via Recruitment Consultant and was interviewed in Jul 2018. There were 3 interview rounds.

    Interview Questionnaire 

    4 Questions

    • Q1. What is the biggest challenge you faced in developing azure solution?
    • Ans. 

      The biggest challenge in developing Azure solution was managing the complexity of the cloud environment.

      • Managing the complexity of the cloud environment

      • Ensuring scalability and reliability

      • Integrating with existing systems

      • Securing the solution

      • Optimizing cost

      • Example: Migrating a legacy application to Azure

    • Answered by AI
    • Q2. In azure data factory how would you implement the functionality of tumbling window without actually using that feature already available?
    • Ans. 

      Implementing tumbling window in Azure Data Factory without using the feature

      • Create a pipeline with a trigger that runs at the desired interval

      • Use a lookup activity to retrieve the data for the current window

      • Use a foreach activity to iterate over the retrieved data

      • Perform the required operations on the data within the foreach activity

      • Write the output to the desired destination

    • Answered by AI
    • Q3. What would be your suggestion for implementation in azure data factory v2?
    • Ans. 

      My suggestion for implementation in Azure Data Factory v2 is to use the Mapping Data Flow feature.

      • Utilize Mapping Data Flow for complex data transformations

      • Take advantage of the visual interface to design and debug data flows

      • Leverage the built-in data integration capabilities with other Azure services

      • Use data flow parameters and expressions for dynamic transformations

      • Monitor and optimize data flow performance using dat

    • Answered by AI
    • Q4. I was given a project scenario and was requested to choose from below cluster or cluster less , hive or u-sql?

    Interview Preparation Tips

    General Tips: Be pretty confident on the current project you are working on. It's ok that you do not know the complete technology but you should have the complete picture of stuff you are working on. Be clear as to why are using specific technology for your project and not the other one. For example, i worked on azure and drilled my way to understand the edge azure has over aws. I did good work onto why are we using hive language and azure data ware house for our project instead of using u-sql and azure SQL data base. Do not bluff, better be humble to accept that we are not fully aware of something and given a chance to work on, we will. And last thing, smile and appreciate the effort put in by interviewer.
    Skills: Coding Skills, Datawarehousing, Azure data factory, Problem Solving, Analytical Skills
    Duration: <1 week

    Skills evaluated in this interview

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

    Interview Questionnaire 

    2 Questions

    • Q1. What is C++
    • Ans. 

      C++ is a high-level programming language used for developing system software, application software, device drivers, and video games.

      • C++ is an extension of the C programming language.

      • It supports object-oriented programming concepts like classes, inheritance, polymorphism, and encapsulation.

      • C++ is used in developing operating systems, browsers, databases, and other software applications.

      • It is known for its performance an...

    • Answered by AI
    • Q2. What is Link List
    • Ans. 

      A data structure that stores a sequence of elements in a linear order.

      • Consists of nodes that contain data and a pointer to the next node.

      • Can be singly linked or doubly linked.

      • Used for implementing stacks, queues, and hash tables.

      • Example: Singly linked list - 1 -> 2 -> 3 -> null

      • Example: Doubly linked list - null <- 1 <-> 2 <-> 3 -> null

    • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Don't go

    Skills evaluated in this interview

    Interview Questionnaire 

    3 Questions

    • Q1. Technical stuff from SDH,MPLS,VLAN,IP tables etc
    • Q2. Under which principle does VLAN work?
    • Ans. 

      VLAN works under the principle of network segmentation.

      • VLAN separates a physical network into multiple logical networks.

      • It improves network performance, security, and management.

      • VLAN tags packets with a unique identifier to identify the network they belong to.

      • Example: VLAN can be used to separate guest and employee networks in a company.

    • Answered by AI
    • Q3. What is current CTC and expected CTC
    • Ans. 

      The question asks about the candidate's current and expected salary.

      • Be honest and transparent about your current salary.

      • Research the market rates for your role and level of experience to determine a reasonable expected salary.

      • Consider other benefits and perks besides the base salary.

      • Avoid discussing salary expectations too early in the interview process.

      • Focus on the value you can bring to the company rather than just t

    • Answered by AI

    Skills evaluated in this interview

    I applied via Naukri.com and was interviewed in Nov 2019. There were 3 interview rounds.

    Interview Questionnaire 

    2 Questions

    • Q1. Why are you looking for the job change?
    • Q2. Relevant technical questions, as per my current technology

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Keep it simple and be yourself. That's what the interviewers looked into. Also a thorough understanding of the technology is a must and that is what will help you in cracking the interview. You don't have to go in-depth, just the overview and what happens when is what they look for. Good communication skills is also an added incentive, something I always try to work on. All the best

    I applied via Naukri.com and was interviewed before Dec 2019. There was 1 interview round.

    Interview Questionnaire 

    1 Question

    • Q1. We were asked to make a hotel booking app in reactjs.
    • Ans. 

      To make a hotel booking app in ReactJS

      • Create a form to input booking details

      • Use a calendar component to select dates

      • Display available rooms and prices

      • Implement payment gateway

      • Include user authentication and booking history

    • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - I got the job by winning third place at a women's hackathon which was held at hcl technologies. Practice building an app on your own and use routing and material ui components.

    I applied via Recruitment Consultant and was interviewed in Mar 2020. There were 3 interview rounds.

    Interview Questionnaire 

    1 Question

    • Q1. Interview was easy with basic questions from Appian . Read the basic things about process models report basic of integration, you're good to go

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Just be calm and try to answer everything.

    Kellton Interview FAQs

    How many rounds are there in Kellton Senior Software Engineer interview for freshers?
    Kellton interview process for freshers usually has 3 rounds. The most common rounds in the Kellton interview process for freshers are Technical, Client Interview and HR.
    How to prepare for Kellton Senior Software Engineer 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 Javascript, Debugging, Front End, Gaming and Information Technology.
    What are the top questions asked in Kellton Senior Software Engineer interview for freshers?

    Some of the top questions asked at the Kellton Senior Software Engineer 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

    Tell us how to improve this page.

    Kellton Senior Software Engineer Interview Process for Freshers

    based on 1 interview

    Interview experience

    4
      
    Good
    View more
    Kellton Senior Software Engineer Salary
    based on 386 salaries
    ₹5.5 L/yr - ₹21.5 L/yr
    11% less than the average Senior Software Engineer Salary in India
    View more details

    Kellton Senior Software Engineer Reviews and Ratings

    based on 44 reviews

    3.0/5

    Rating in categories

    2.8

    Skill development

    2.8

    Work-life balance

    2.8

    Salary

    2.7

    Job security

    3.0

    Company culture

    2.5

    Promotions

    2.8

    Work satisfaction

    Explore 44 Reviews and Ratings
    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