i
Kyndryl
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
I applied via Company Website and was interviewed in Jan 2024. There was 1 interview round.
Extract India players from a dictionary using list comprehension
Use list comprehension to filter out players with nationality as 'India'
Create a new list with only the India players
Example: [player for player, nationality in CSK.items() if nationality == 'India']
Use sets to find common elements in three lists.
Convert the lists to sets for efficient comparison.
Use the intersection method to find common elements.
Return the common elements as a set or list.
Printing specific rows from a database using Pandas in Python
Use Pandas library to read the database into a DataFrame
Use iloc method to select specific rows by index
Print the selected rows
Use scikit-learn library to split dataset into train, test, and validation sets
Import train_test_split from sklearn.model_selection
Specify test_size and validation_size when splitting the dataset
Example: X_train, X_test, y_train, y_test = train_test_split(X, y, test_size=0.2, random_state=42)
Use DISTINCT keyword to print unique values and DELETE with a subquery to remove duplicate rows.
Use SELECT DISTINCT column_name FROM table_name to print unique values.
Use DELETE FROM table_name WHERE row_id NOT IN (SELECT MAX(row_id) FROM table_name GROUP BY column_name) to delete duplicate rows.
Use SQL SELECT statement with WHERE clause to filter rows based on a specific criterion.
Use SELECT statement with WHERE clause to specify the criterion (ex: salary > 100000)
Example: SELECT * FROM employees WHERE salary > 100000;
Ensure proper syntax and column names are used in the query
Use subquery to find rows with second highest criterion value in SQL without using offset function.
Use a subquery to find the maximum criterion value
Then use another subquery to find the maximum value that is less than the maximum value found in the first subquery
Finally, select rows with the second highest criterion value
Print rows with the same set of values in a column
Identify unique sets of values in the column
Group rows based on these unique sets of values
Print out the rows for each unique set of values
Power BI is a Microsoft product focused on business intelligence and data visualization, while Tableau is a standalone data visualization tool.
Power BI is more user-friendly and integrates well with other Microsoft products.
Tableau is known for its powerful data visualization capabilities and flexibility in creating complex visualizations.
Power BI is often preferred by organizations already using Microsoft products, wh...
Power BI and Tableau have limitations in terms of data connectivity, customization, and pricing.
Limited data connectivity options compared to other tools
Limited customization capabilities for advanced analytics
High pricing for enterprise-level features
Tableau has better visualization capabilities but can be more complex to use
Power BI is more user-friendly but may lack certain advanced features
Types of regression models include linear regression, logistic regression, polynomial regression, ridge regression, and lasso regression.
Linear regression: used to model the relationship between a dependent variable and one or more independent variables.
Logistic regression: used for binary classification problems, where the output is a probability value between 0 and 1.
Polynomial regression: fits a curve to the data by...
Linear regression is used for continuous variables, while logistic regression is used for binary outcomes.
Linear regression predicts continuous outcomes, while logistic regression predicts binary outcomes.
Linear regression uses a linear equation to model the relationship between the independent and dependent variables.
Logistic regression uses the logistic function to model the probability of a binary outcome.
Linear reg...
Random Forest is an ensemble method using multiple decision trees, while Decision Tree is a single tree-based model.
Random Forest is a collection of decision trees that are trained on random subsets of the data.
Decision Tree is a single tree structure that makes decisions by splitting the data based on features.
Random Forest reduces overfitting by averaging the predictions of multiple trees.
Decision Tree can be prone t...
ETL stands for Extract, Transform, Load. It is a process of extracting data from various sources, transforming it into a usable format, and loading it into a target database.
ETL tools include Informatica PowerCenter, Talend, Apache Nifi, Microsoft SQL Server Integration Services (SSIS), and IBM InfoSphere DataStage.
Extract: Data is extracted from various sources such as databases, files, APIs, etc.
Transform: Data is cl...
I appeared for an interview in Feb 2025.
Cybersecurity is the practice of protecting systems, networks, and data from digital attacks and unauthorized access.
Involves measures to safeguard information technology assets.
Includes practices like encryption, firewalls, and intrusion detection systems.
Examples of threats include malware, phishing, and ransomware attacks.
Cybersecurity is crucial for protecting sensitive data in sectors like finance and healthcare.
The current version of Microsoft Windows Server is Windows Server 2019. Hyper-V is a virtualization platform. Active Directory is a directory service. DNS is a system that translates domain names to IP addresses. DHCP is a network protocol that assigns IP addresses to devices. WSUS is Windows Server Update Services. The current version of client Windows operating system is Windows 10.
Windows Server 2019 is the latest v...
VMware vSphere is a virtualization platform that provides virtualization, management, resource optimization, and more.
DRS (Distributed Resource Scheduler) in VMware is a feature that automatically balances computing workloads across a cluster of ESXi hosts.
High availability in VMware ensures that virtual machines are restarted on another host in case of a host failure.
Fault Tolerance in VMware provides continuous avail...
Microsoft Azure Cloud is a cloud computing service provided by Microsoft, offering a variety of services and resources for building, deploying, and managing applications.
Provides infrastructure as a service (IaaS), platform as a service (PaaS), and software as a service (SaaS) offerings
Offers services such as virtual machines, databases, AI and machine learning tools, and more
Allows for scalability, flexibility, and co...
FSMO stands for Flexible Single Master Operations. They are specialized roles in Active Directory that handle specific tasks.
There are 5 FSMO roles: Schema Master, Domain Naming Master, RID Master, PDC Emulator, and Infrastructure Master.
Each FSMO role is responsible for a specific aspect of the Active Directory environment.
For example, the PDC Emulator role handles password changes and time synchronization within a do
What people are saying about Kyndryl
Service Delivery involves providing services to customers in a timely and efficient manner.
Service Delivery focuses on meeting customer needs and expectations
It involves ensuring services are delivered on time and within budget
Service Delivery often includes managing relationships with customers and stakeholders
Examples of Service Delivery include IT support, logistics, and customer service
Incident is an unplanned event that disrupts or degrades a service, while Problem is the underlying cause of one or more incidents.
Incident is a specific event that causes an interruption or reduction in the quality of a service.
Problem is the root cause of one or more incidents and is identified through the analysis of incidents.
Incidents are typically resolved quickly to restore service, while problems require invest...
I prioritize tasks, stay organized, communicate effectively, and remain calm to manage work under pressure.
Prioritize tasks based on urgency and importance
Stay organized by creating to-do lists and setting deadlines
Communicate effectively with team members and stakeholders to manage expectations
Remain calm by taking deep breaths and focusing on solutions rather than problems
Kyndryl interview questions for popular designations
DNS is a domain name system that translates domain names to IP addresses.
DNS stands for Domain Name System
It translates human-readable domain names (like www.example.com) to IP addresses (like 192.168.1.1)
DNS helps in locating websites and other resources on the internet
DNS operates through a distributed database system that stores domain names and their corresponding IP addresses
DHCP is a protocol used to automatically assign IP addresses to devices on a network.
DHCP eliminates the need for manual IP address configuration on each device
It helps in efficient management of IP addresses in a network
DHCP servers lease IP addresses to devices for a specific period of time
Example: When a new device connects to a network, DHCP assigns it an available IP address
Get interview-ready with Top Kyndryl Interview Questions
I applied via Naukri.com and was interviewed in Nov 2024. There were 3 interview rounds.
A Web Application Firewall (WAF) is a security solution that monitors and filters HTTP traffic between a web application and the Internet.
Monitoring and filtering HTTP traffic to protect against common web application attacks such as SQL injection, cross-site scripting (XSS), and cross-site request forgery (CSRF)
Configuring and maintaining rules to block malicious traffic while allowing legitimate traffic to pass throu...
I have extensive experience in network security and have successfully implemented various security measures in my previous roles.
I have a strong background in network security protocols and technologies
I have experience in implementing firewalls, intrusion detection systems, and VPNs
I have successfully managed security incidents and conducted security audits
I have a track record of staying up-to-date with the latest se
I applied via Approached by Company
I appeared for an interview in Mar 2025, where I was asked the following questions.
Multiple questions are given to evaluate how you collaborate with others to reach a decision.
My area of interest is artificial intelligence and machine learning. I am well-informed about various technologies and stay updated through continuous learning.
I have a strong interest in artificial intelligence and machine learning, and have completed several projects in this field.
I regularly attend workshops, seminars, and online courses to stay updated on the latest technologies and trends.
I actively participate in...
My area of focus is strategic planning and implementation. I propose to use data-driven decision-making and cross-functional collaboration to drive change.
Utilize data analytics to identify key trends and opportunities for improvement
Implement agile methodologies to quickly adapt to changing market conditions
Foster a culture of innovation by encouraging team members to think creatively and share ideas
Collaborate with s...
I appeared for an interview in Oct 2024, where I was asked the following questions.
VLANs segment networks, STP prevents loops, and trunking allows multiple VLANs over a single link.
VLANs (Virtual Local Area Networks) create isolated networks within a switch, improving security and reducing broadcast traffic.
Example: VLAN 10 for HR and VLAN 20 for Finance, keeping their traffic separate.
Spanning Tree Protocol (STP) prevents network loops in redundant switch configurations by blocking certain paths.
Exa...
Rebooting a switch involves a series of steps to ensure minimal disruption and proper functionality.
1. Access the switch console via SSH or direct connection.
2. Save the current configuration using the command 'write memory' or 'copy running-config startup-config'.
3. Check for any active connections to minimize disruption.
4. Issue the reboot command, typically 'reload' or 'reboot'.
5. Confirm the reboot when prompted, e...
Some of the top questions asked at the Kyndryl interview -
The duration of Kyndryl interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 193 interviews
Interview experience
based on 2.9k reviews
Rating in categories
Bangalore / Bengaluru
12-20 Yrs
Not Disclosed
System Administrator
1.3k
salaries
| ₹2.9 L/yr - ₹12 L/yr |
Project Manager
620
salaries
| ₹7.1 L/yr - ₹28.5 L/yr |
Associate Technical Engineer
590
salaries
| ₹3.5 L/yr - ₹6.5 L/yr |
Infrastructure Specialist
579
salaries
| ₹4.7 L/yr - ₹23 L/yr |
SME
419
salaries
| ₹7.5 L/yr - ₹25.5 L/yr |
Genpact
DXC Technology
Sutherland Global Services
Optum Global Solutions