i
kipi.ai
Filter interviews by
Effective conflict handling involves communication, empathy, and problem-solving to reach a resolution that satisfies all parties.
Listen actively to all parties involved to understand their perspectives.
Use 'I' statements to express feelings without placing blame, e.g., 'I feel overwhelmed when deadlines are tight.'
Encourage collaboration by brainstorming solutions together, fostering a sense of ownership.
Remain c...
Debounce and throttling are techniques used in web development to limit the number of times a function is called.
Debounce delays the execution of a function until after a specified time period has elapsed without additional calls.
Throttling limits the rate at which a function is called, ensuring it is not called more than once within a specified time interval.
Debounce is useful for handling events like resizing a ...
Git merge combines changes from different branches, while rebase moves the current branch to the tip of another branch.
Merge creates a new commit with combined changes, while rebase rewrites commit history.
Merge preserves the commit history of both branches, while rebase creates a linear history.
Merge is non-destructive and suitable for public branches, while rebase is destructive and should be used for private br...
Git fork creates a copy of a repository under your GitHub account, while git clone creates a local copy of a repository.
Fork creates a copy on GitHub, clone creates a local copy on your machine
Forking allows you to make changes without affecting the original repository
Cloning downloads the entire repository to your local machine
Forking is commonly used for contributing to open source projects
DOM in React stands for Document Object Model, representing the structure of a web page as a tree of objects.
DOM in React is a virtual representation of the actual HTML elements on a web page.
React uses a virtual DOM to improve performance by updating only the necessary components.
Changes to the virtual DOM are compared with the real DOM, and only the differences are updated.
This helps in minimizing the number of ...
IT project management involves managing projects related to information technology, while regular project management can encompass a wider range of industries and sectors.
IT project management requires specific technical knowledge and expertise in areas such as software development, network infrastructure, and cybersecurity.
Regular project management may involve industries such as construction, healthcare, marketi...
The code prints the sum of elements in an array.
The code initializes an array of integers with values 1, 2, 3, 4, 5.
It then calculates the sum of all elements in the array and prints it.
Account making is the process of creating a new account, while account search is the process of finding existing accounts.
Account making involves gathering necessary information and creating a new account for a user or entity.
Account search involves searching for existing accounts based on specific criteria or parameters.
Account making may include tasks such as collecting personal information, setting up login cre...
Various types of documents are used in business analysis to document requirements, processes, and project deliverables.
Business Requirements Document (BRD) - outlines the high-level business objectives and requirements
Functional Requirements Document (FRD) - details the specific functional requirements of a system or application
Use Case Document - describes the interactions between users and a system
Process Flow D...
Authentication is the process of verifying the identity of a user, while authorization determines what resources a user can access.
Authentication is the process of verifying the identity of a user.
Authorization determines what resources a user can access.
In Node.js, authentication and authorization can be implemented using various libraries and techniques such as Passport.js, JSON Web Tokens (JWT), and role-based ...
I appeared for an interview in Jan 2025.
Discussed education and research experiences in detail.
Discussed my academic background, including degrees obtained and relevant coursework.
Talked about any research projects I have worked on, including methodologies used and results achieved.
Highlighted any publications or presentations related to data science or relevant fields.
Mentioned any internships or work experience in data analysis or research roles.
My research topics focus on developing scalable machine learning models for predictive analytics in finance.
I have researched and implemented various machine learning algorithms such as random forests, gradient boosting, and neural networks.
I have explored techniques for feature engineering and model optimization to improve scalability and performance.
I have chosen specific models based on their ability to handle large...
I have a strong educational background in data science and have conducted research in machine learning and predictive analytics.
Completed a Master's degree in Data Science from XYZ University
Conducted research on machine learning algorithms for predictive analytics during my internship at ABC Company
Published a research paper on the application of deep learning in natural language processing
I have conducted research in machine learning and natural language processing, and I would approach problems by first understanding the data and then applying appropriate algorithms.
Conducted research in machine learning and natural language processing
Approach problems by understanding the data first
Apply appropriate algorithms based on the problem
Utilize data visualization techniques to gain insights
I have a Master's degree in Data Science and have conducted research on machine learning algorithms.
Master's degree in Data Science
Research experience in machine learning algorithms
Parameters are learned from data; hyperparameters are set before training to control the learning process.
Parameters are internal to the model, like weights in a neural network.
Hyperparameters are external configurations, such as learning rate or number of trees in a random forest.
Example of parameters: weights in linear regression.
Example of hyperparameters: batch size, number of epochs in training.
Yes, Logistic Regression can be adapted for multi-class classification using techniques like One-vs-Rest or Softmax regression.
Logistic Regression is inherently binary, but can be extended to multi-class using One-vs-Rest (OvR) strategy.
In OvR, a separate binary classifier is trained for each class, treating it as the positive class and all others as negative.
Another approach is Softmax regression, which generalizes lo...
Increasing K in KNN can lead to smoother decision boundaries but may also introduce bias and reduce model sensitivity.
Higher K values can smooth out noise in the data, leading to more generalized predictions.
For example, with K=1, the model may overfit to noise, while K=10 may provide a more stable prediction.
Increasing K can lead to underfitting, where the model fails to capture the underlying patterns in the data.
Cho...
Use techniques like data sampling, mini-batch training, or cloud resources to handle large datasets on limited RAM.
Data Sampling: Use a subset of the data, e.g., 5 GB, to train the model initially.
Mini-Batch Training: Train the model on smaller batches of data, e.g., 256 MB at a time.
Data Augmentation: Generate synthetic data to reduce reliance on the full dataset.
Use Cloud Services: Leverage platforms like AWS or Goog...
I applied via Job Portal and was interviewed in Nov 2024. There were 2 interview rounds.
ETL involves extracting data, transforming it, and then loading it into a target system. ELT involves extracting data, loading it into a target system, and then transforming it.
ETL: Extract, Transform, Load
ELT: Extract, Load, Transform
ETL is suitable for scenarios where data needs to be cleansed and transformed before loading into the target system.
ELT is suitable for scenarios where raw data needs to be quickly loaded...
I appeared for an interview in Feb 2025.
They asked mcqs on all formats of aptitude
I applied via Referral and was interviewed in May 2024. There was 1 interview round.
I applied via Referral and was interviewed in May 2024. There was 1 interview round.
The project life cycle consists of phases that guide project management from initiation to closure.
1. Initiation: Define the project scope and objectives, e.g., creating a project charter.
2. Planning: Develop a detailed project plan, including timelines and resources, e.g., Gantt charts.
3. Execution: Implement the project plan, e.g., coordinating team activities and resources.
4. Monitoring and Controlling: Track projec...
Effective conflict handling involves communication, empathy, and problem-solving to reach a resolution that satisfies all parties.
Listen actively to all parties involved to understand their perspectives.
Use 'I' statements to express feelings without placing blame, e.g., 'I feel overwhelmed when deadlines are tight.'
Encourage collaboration by brainstorming solutions together, fostering a sense of ownership.
Remain calm a...
I applied via Approached by Company and was interviewed in Apr 2024. There was 1 interview round.
DOD vs DOR vs acceptance criteria
Definition: DOD (Definition of Done) is a checklist of criteria that a product must meet before it can be considered complete.
Definition: DOR (Definition of Ready) is a checklist of criteria that a user story must meet before it can be worked on.
Acceptance Criteria: Specific conditions that a product must meet to be accepted by the customer.
DOD ensures the quality of the final product, ...
IT project management involves managing projects related to information technology, while regular project management can encompass a wider range of industries and sectors.
IT project management requires specific technical knowledge and expertise in areas such as software development, network infrastructure, and cybersecurity.
Regular project management may involve industries such as construction, healthcare, marketing, a...
I applied via LinkedIn and was interviewed in Apr 2024. There were 5 interview rounds.
I applied via Approached by Company and was interviewed in Jan 2024. There were 4 interview rounds.
Various types of documents are used in business analysis to document requirements, processes, and project deliverables.
Business Requirements Document (BRD) - outlines the high-level business objectives and requirements
Functional Requirements Document (FRD) - details the specific functional requirements of a system or application
Use Case Document - describes the interactions between users and a system
Process Flow Diagra...
Account making is the process of creating a new account, while account search is the process of finding existing accounts.
Account making involves gathering necessary information and creating a new account for a user or entity.
Account search involves searching for existing accounts based on specific criteria or parameters.
Account making may include tasks such as collecting personal information, setting up login credenti...
Top trending discussions
The duration of kipi.ai interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 60 interview experiences
Difficulty level
Duration
based on 267 reviews
Rating in categories
5-6 Yrs
Not Disclosed
7-8 Yrs
Not Disclosed
Senior Software Engineer
181
salaries
| ₹9 L/yr - ₹16 L/yr |
Lead Engineer
105
salaries
| ₹11 L/yr - ₹37.1 L/yr |
Senior Leader Engineer
68
salaries
| ₹15 L/yr - ₹42 L/yr |
Solution Architect
41
salaries
| ₹28 L/yr - ₹56 L/yr |
Data Engineer
38
salaries
| ₹5.3 L/yr - ₹20.2 L/yr |
Medcode
Cyfuture
Maxgen Technologies
JoulestoWatts Business Solutions