i
Kellton
Filter interviews by
Clear (1)
I applied via Recruitment Consulltant and was interviewed in Dec 2023. There were 3 interview rounds.
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.
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...
Use 'git revert' command to revert the last commit.
Use 'git log' to find the commit hash of the last commit
Run 'git revert
Commit the revert changes with a new commit message
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...
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
...
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
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...
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
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 ...
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.
I applied via Approached by Company and was interviewed before Jun 2023. There was 1 interview round.
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...
Kellton interview questions for designations
I applied via Naukri.com and was interviewed before Feb 2023. There were 3 interview rounds.
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...
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...
Asked to hit a xml api and show data to table view
Get interview-ready with Top Kellton Interview Questions
I applied via Naukri.com and was interviewed in May 2021. There were 4 interview rounds.
Top trending discussions
posted on 14 May 2022
I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.
I applied via Company Website and was interviewed before Mar 2021. There were 3 interview rounds.
Java assesment.
I applied via Walk-in and was interviewed in Jul 2019. There were 3 interview rounds.
I applied via Naukri.com and was interviewed before Jan 2021. There was 1 interview round.
based on 5 interviews
1 Interview rounds
based on 44 reviews
Rating in categories
Senior Software Engineer
386
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
380
salaries
| ₹0 L/yr - ₹0 L/yr |
Lead Engineer
160
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Developer
143
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Quality Analyst
89
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Infosys
Wipro
HCLTech