Premium Employer

i

This company page is being actively managed by Kyndryl Team. If you also belong to the team, you can get access from here

Kyndryl Verified Tick

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Kyndryl Technical Support Executive Interview Questions and Answers

Updated 14 Aug 2023

Kyndryl Technical Support Executive Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. Talk about your self & experience
Round 3 - One-on-one 

(1 Question)

  • Q1. Job oriented questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All basics and some advance questions of .net

Interview Preparation Tips

Interview preparation tips for other job seekers - Be genuine and honest and answer confidently

I applied via Recruitment Consultant and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. AWS Architecture
  • Q2. Python Programming

Interview Preparation Tips

Interview preparation tips for other job seekers - First round of technical discussion followed by techno managerial round.
Final round would be of hr discussion

I applied via Approached by Company and was interviewed before May 2021. There were 3 interview rounds.

Round 1 - Coding Test 

Short basic algorithms test

Round 2 - Technical 

(1 Question)

  • Q1. Java OOPS Concept Questions, Multithreading
Round 3 - HR 

(1 Question)

  • Q1. Team Management Skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay strong and firm, make sure they are convinced of your skills

I appeared for an interview in Mar 2022.

Round 1 - Technical 

(2 Questions)

  • Q1. Scenario based technical question
  • Q2. Code Test , write pseudo code for problem
Round 2 - Coding Test 

Scenario based question and pseudo code for technical problem

Round 3 - HR 

(1 Question)

  • Q1. What are your salary expectations?

Interview Preparation Tips

Interview preparation tips for other job seekers - Tough interview process and detail discussion
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. Is live data is life cycle aware. If it's aware what does ViewModel do?
  • Ans. 

    Yes

    • LiveData is lifecycle aware and can be used to observe changes in data.

    • ViewModel provides a way to store and manage UI-related data across configuration changes.

    • ViewModel can hold LiveData objects to provide data to the UI.

    • LiveData and ViewModel work together to ensure data consistency and prevent memory leaks.

  • Answered by AI
  • Q2. How does viewmodel survive when activity is destroyed on configuration?
  • Ans. 

    The ViewModel survives configuration changes by being retained by the system.

    • ViewModels are designed to survive configuration changes like screen rotations or language changes.

    • When an activity is destroyed and recreated, the ViewModel is not destroyed and retains its data.

    • The ViewModel is associated with the activity's lifecycle and is retained until the activity is finished.

    • The retained ViewModel instance can be acces...

  • Answered by AI
  • Q3. Advantage of mvp over mvc.
  • Ans. 

    MVP offers better separation of concerns and easier unit testing compared to MVC.

    • MVP separates the presentation layer from the business logic, making it easier to maintain and modify the codebase.

    • MVP allows for easier unit testing as the presenter can be tested independently from the view.

    • MVP provides better decoupling between components, enabling easier code reuse and scalability.

    • MVP promotes a clear separation of con...

  • Answered by AI
  • Q4. How does SSL pinning works?
  • Ans. 

    SSL pinning is a security technique that ensures a client only communicates with a server using a pre-defined public key.

    • SSL pinning involves hardcoding the server's public key in the client's code or configuration.

    • During the SSL handshake, the client checks if the server's public key matches the pinned key.

    • If the keys match, the connection is established; otherwise, it is rejected.

    • Pinning prevents man-in-the-middle at

  • Answered by AI
  • Q5. How do you achieve data security when saving data persistanly.
  • Ans. 

    Data security can be achieved through encryption, access controls, backups, and regular security audits.

    • Encrypt sensitive data using strong encryption algorithms.

    • Implement access controls to restrict unauthorized access to the data.

    • Regularly backup the data to prevent data loss.

    • Conduct regular security audits to identify and fix vulnerabilities.

    • Use secure protocols and communication channels for data transfer.

    • Implement...

  • Answered by AI
  • Q6. Where to save encription key?
  • Ans. 

    Encryption keys should be securely stored in a separate key management system.

    • Encryption keys should not be stored alongside the encrypted data.

    • Use a dedicated key management system (KMS) to store and manage encryption keys.

    • Implement strong access controls and authentication mechanisms for the KMS.

    • Consider using hardware security modules (HSMs) for added security.

    • Regularly rotate encryption keys to minimize the impact

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare your current implementation projected thoroughly.

Skills evaluated in this interview

Technical Lead Interview Questions & Answers

Nagarro user image Ravinder Deshwal

posted on 13 Mar 2025

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

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Good core understanding
  • Q2. Architectural concept based

I applied via Naukri.com and was interviewed in Sep 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. They asked about my previous experience
  • Q2. As iam from sale field they asked to sale a Sony product to them
  • Q3. Some technical questions
  • Ans. About the Genpact like CEO of genpact
  • Answered by mohammed mazhar ahmed

Interview Preparation Tips

Interview preparation tips for other job seekers - Get knowledge of the company like CEO,head office and year of starting
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Coding Test 

Use java 8 to find the first repeated character in a given string

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

I applied via Referral and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Design a restaurant management application
  • Ans. 

    A restaurant management application to streamline operations and enhance customer experience.

    • Features for managing menu items, orders, reservations, and staff schedules

    • Integration with POS systems for seamless transactions

    • Analytics dashboard for tracking sales, inventory, and customer feedback

    • Mobile app for customers to place orders and make reservations

    • Automated alerts for low inventory or high demand items

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Difference between design pattern and design principle
  • Ans. 

    Design patterns are reusable solutions to common problems in software design, while design principles are guidelines to follow for good design practices.

    • Design patterns provide specific solutions to recurring problems in software design, such as Singleton, Factory, and Observer patterns.

    • Design principles are general guidelines that help in designing software that is maintainable, scalable, and flexible, such as SOLID p...

  • Answered by AI

Skills evaluated in this interview

Kyndryl Interview FAQs

How many rounds are there in Kyndryl Technical Support Executive interview?
Kyndryl interview process usually has 3 rounds. The most common rounds in the Kyndryl interview process are Resume Shortlist, HR and One-on-one Round.
How to prepare for Kyndryl Technical Support Executive interview?
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 Kyndryl. The most common topics and skills that interviewers at Kyndryl expect are Desktop Support and Technical Support.

Tell us how to improve this page.

Kyndryl Technical Support Executive Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Join Kyndryl Kyndryl is the world's largest provider of IT infrastructure services.

Interview Questions from Similar Companies

Genpact Interview Questions
3.8
 • 3.2k Interviews
DXC Technology Interview Questions
3.7
 • 802 Interviews
Nagarro Interview Questions
4.0
 • 762 Interviews
NTT Data Interview Questions
3.8
 • 627 Interviews
Publicis Sapient Interview Questions
3.5
 • 618 Interviews
GlobalLogic Interview Questions
3.6
 • 591 Interviews
UST Interview Questions
3.8
 • 517 Interviews
View all
Kyndryl Technical Support Executive Salary
based on 51 salaries
₹2.5 L/yr - ₹6 L/yr
9% more than the average Technical Support Executive Salary in India
View more details

Kyndryl Technical Support Executive Reviews and Ratings

based on 8 reviews

2.9/5

Rating in categories

2.9

Skill development

2.8

Work-life balance

2.7

Salary

3.1

Job security

2.6

Company culture

2.4

Promotions

2.6

Work satisfaction

Explore 8 Reviews and Ratings
System Administrator
1.3k salaries
unlock blur

₹2.9 L/yr - ₹12.1 L/yr

Project Manager
620 salaries
unlock blur

₹7.1 L/yr - ₹28.5 L/yr

Associate Technical Engineer
588 salaries
unlock blur

₹3.5 L/yr - ₹6.3 L/yr

Infrastructure Specialist
572 salaries
unlock blur

₹4.7 L/yr - ₹22.6 L/yr

SME
419 salaries
unlock blur

₹7.5 L/yr - ₹25.5 L/yr

Explore more salaries
Compare Kyndryl with

Genpact

3.8
Compare

DXC Technology

3.7
Compare

Sutherland Global Services

3.5
Compare

Optum Global Solutions

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview