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
4.0

based on 2.5k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Kyndryl Full Stack Developer Interview Questions and Answers

Updated 19 Jun 2023

1 interview found

Sort by: Popular

Full Stack Developer Interview Questions

user image Anonymous

posted on 19 Jun 2023

Interview experience
3
 Average
Difficulty level
 -
Duration
 -
Result
 -

3 Interview Rounds

1

Resume Shortlist Round

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
2

Coding Test Round

Coding related questions. They may ask System design also for experienced developer role.

3

Technical Round (4 Questions)

  • Q1. Prepare System design interview questions.
  • Q2. How security or authentication is implemented in your project.
  • Q3. Tell me about OAuth authenticaion.
  • Q4. React related question also they asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare coding as much as possible for a developer position.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
 Good
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
 -

I applied via Naukri.com and was interviewed in Oct 2024.

2 Interview Rounds

1

Aptitude Test Round

Quantitative , figure ,mcq question based on tech stack and 2 coding question which are basic. 90 minute time limit.

2

Technical Round (2 Questions)

  • Q1. Angular question
  • Q2. .net question and sql question
Interview experience
4
 Good
Difficulty level
 Easy
Duration
 Less than 2 weeks
Result
Selected  Selected

I applied via Campus Placement and was interviewed in Jan 2024.

2 Interview Rounds

1

Coding Test Round

Two coding question and some aptitude

2

Technical Round (1 Question)

  • Q1. Oops concepts and basic coding programs
Interview experience
4
 Good
Difficulty level
 -
Duration
 -
Result
 -

2 Interview Rounds

1

Coding Test Round

There are 4 coding questions in first round

2

One-on-one Round (1 Question)

  • Q1. Some basic statistics questions and data structure questions
Interview experience
4
 Good
Difficulty level
 Moderate
Duration
 2-4 weeks
Result
 Not Selected

I applied via LinkedIn and was interviewed in Aug 2023.

1 Interview Round

1

One-on-one Round (2 Questions)

  • Q1. How did you work on your previous project (processes)?
  • Q2. How do you work on complex tasks? Describe your approach

Interview Preparation Tips

Interview preparation tips for other job seekers - Use more examples from your daily experiance
Communication is a key
Interview experience
1
 Bad
Difficulty level
 -
Duration
 -
Result
 -

1 Interview Round

1

Technical Round (1 Question)

  • Q1. Basics Javascript

1 Interview Round

1

One-on-one Round (2 Questions)

  • Q1. Questions on OOPS mainly inheritance Questions on Core Java Tricky questions on collections Questions on Java 8
  • Q2. Questions on JavaScript What is a closure

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on Core java, collections, Java8 and JavaScript and Angular

I was interviewed in Sep 2021.

3 Interview Rounds

1

Coding Test Round (2 Questions)

Round duration - 90 Minutes
Round difficulty - Medium

It was at 9 am in the morning

  • Q1. Add two number as linked lists You have been given two singly Linked Lists, where each of them represents a positive number without any leading zeros. Your task...read more
  • Q2. Cycle Detection In Undirected Graph You have been given an undirected graph with 'N' vertices and 'M' edges. The vertices are labelled from 1 to...read more
2

Video Call Round (2 Questions)

Round duration - 50 Minutes
Round difficulty - Hard

  • Q1. Technical Questions What is OOPS . Tell the different OOps features. Implement method overloading in c++ What is Synchronisation. How can we implement synchroni...read more
  • Q2. Maximum Subarray Sum You are given an array/list ARR consisting of N integers. Your task is to find the maximum possible sum of a non-empty subarray(contagious)...read more
3

HR Round (1 Question)

Round duration - 30 Minutes
Round difficulty - Hard

Happened on teams

  • Q1. Basic HR Questions

    Explain yourself. How will you manage a team of 10 employees

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Fullstack Developer in NoidaEligibility criteria6.5 GPAPublicis Sapient interview preparation:Topics to prepare for the interview - Data Structures, DBMS, Algorithms, DP, Operating Systems , RecursiomTime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice Leetcode
Tip 2 : Solve COdeforces A,B,C

Application resume tips for other job seekers

Tip 1 : Make a clear resume with normal style
Tip 2 : Use overleaf for templates

Final outcome of the interviewRejected

Skills evaluated in this interview

I was interviewed in Aug 2021.

4 Interview Rounds

1

Coding Test Round (2 Questions)

Round duration - 100 minutes
Round difficulty - Hard

The test had 3 parts:
1. Aptitude - 20 questions to be done in 25 minutes. (Medium level)
2. Technical MCQs - 25 questions to be done in 35 minutes. (Medium-Hard level) (HTML, JS, CSS, SQL)
3. Coding - 2 out of 3 questions to be done in 40 minutes. 20 minutes were allotted for each question. No switching between the codes was allowed. (1-easy, 2-medium in total)

  • Q1. Count Set Bits You are given a positive integer ‘N’. Your task is to find the total number of ‘1’ in the binary representation of all the numbers from 1 to N. S...read more
  • Q2. Smallest number whose digits multiplication is ‘N’ You are given a positive integer ‘N’. The task is to find and return the smallest number, ‘M’, such that the ...read more
2

Video Call Round (1 Question)

Round duration - 45 minutes
Round difficulty - Medium

It was the first face-to-face technical round. The medium was ModernHire. There was only 1 member in the interview panel. This round tested me on C fundaments, Operating System basics, and problem-solving skills.
Questions asked:
What are the TRUNCATE, DELETE and DROP statements?
What are void elements in HTML?
Define multipart form data?
1. How does the C compiler works?
2. What are deadlocks and why does it happen?
3. How to resolve deadlock?
4. What is a kernel?
5. How to dynamically allocate memory in C?
6. What is makefile?
7. What is multi-threading and why is it useful?
8. What is the need for synchronization in OS?
9. How do you run a program of 10 GB using 2 GB memory?
10. What are semaphores and mutex?
11. How is HashMap implemented?
12. Difference between linker and loader.
13. Importance of header files.
14. What is Dynamic binding?
15. What type of database should you use where transactions are involved?
16. Brief discussion on the Internship experience.

  • Q1. Merge Sort Given a sequence of numbers ‘ARR’. Your task is to return a sorted sequence of ‘ARR’ in non-descending order with help of the merge sort algorithm. E...read more
3

Video Call Round (1 Question)

Round duration - 50 minutes
Round difficulty - Medium

This was a managerial cum technical round. I was asked to introduce myself (both technical details and hobbies). Then I was asked about my internship experiences and what I learnt from them. After that, he asked me questions about the projects mentioned in my resume. He tested my in-depth knowledge of the technologies that I used. He also asked me about the alternative solutions and the drawbacks of my solution.
After that, he asked me to speak about Operating Systems for 5 minutes without giving a pause. Then he asked me to speak about the OSI model and the TCP/IP model for the next 5-10 minutes again without giving a pause. He appreciated my perfomance and gave me a coding question.
What is User-defined function? What are its various types in SQL. What is an Alias in SQL?
Then he asked me whether I had any questions.

  • Q1. Find a Node in Linked List You have been given a singly linked list of integers. Write a function that returns the index/position of integer data denoted by ...read more
4

HR Round (1 Question)

Round duration - 15 minutes
Round difficulty - Easy

Typical HR questions were asked in this round.

  • Q1. Basic HR Questions

    Introduce yourself.
    Mention something that is not in your resume.
    Why are you fit for this role?
    Why HPE?
    Plans for higher studies.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Vellore Institute of Technology. I applied for the job as Fullstack Developer in BangaloreEligibility criteria7 CGPA and 70% in boardsHewlett Packard Enterprise interview preparation:Topics to prepare for the interview - Data Structures, Operating Systems, Computer Networks, SQL Queries, Dynamic ProgrammingTime required to prepare for the interview - 8 monthsInterview preparation tips for other job seekers

Tip 1 : Revise data structures and operating systems very well.
Tip 2 : Have a good resume with self-made projects and internship experiences as they add value to the candidature.
Tip 3 : Be confident and know the basics well.

Application resume tips for other job seekers

Tip 1 : Have some good projects and know the tech stack well enough.
Tip 2 : Never include anything which you are not confident about.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in May 2020.

1 Interview Round

Interview Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not apply to this company. At first they will accept your expected package , they will schedule the interviews . Once they selected you they will start bargaining over the packages they promised.They promised me of 29 Lakhs and they started to bargain from 12 Lakhs. They are very unprofessional and they will blame the client doesnt have budget. When i informed that client got in touch with me as i got selected. They said Innova solutions doesnt have budget. When i asked them to send an email , they altered the statement that Innova solutions policy for 8 years experience is to pay only 12 lakhs and HR has done the mistake of not noticing the expected package.I havent seen such a greedy and fake promises company in my career. DONT WASTE YOUR TIME.

Kyndryl Interview FAQs

How many rounds are there in Kyndryl Full Stack Developer interview?
Kyndryl interview process usually has 3 rounds. The most common rounds in the Kyndryl interview process are Resume Shortlist, Coding Test and Technical.
How to prepare for Kyndryl Full Stack Developer 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 Python, SQL, Data Structures, Ajax and Front End.
What are the top questions asked in Kyndryl Full Stack Developer interview?

Some of the top questions asked at the Kyndryl Full Stack Developer interview -

  1. How security or authentication is implemented in your proje...read more
  2. Tell me about OAuth authenticai...read more
  3. Prepare System design interview questio...read more

Tell us how to improve this page.

Join Kyndryl Kyndryl is the world's largest provider of IT infrastructure services.
Kyndryl Full Stack Developer Salary
based on 12 salaries
₹10 L/yr - ₹36 L/yr
120% more than the average Full Stack Developer Salary in India
View more details

Kyndryl Full Stack Developer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

5.0

Work-Life balance

3.0

Salary & Benefits

5.0

Job Security

5.0

Company culture

3.0

Promotions/Appraisal

4.0

Work Satisfaction

Explore 1 Review and Rating
System Administrator
1.3k salaries
unlock blur

₹2.9 L/yr - ₹12.3 L/yr

Project Manager
619 salaries
unlock blur

₹7.1 L/yr - ₹29 L/yr

Associate Technical Engineer
587 salaries
unlock blur

₹3.5 L/yr - ₹6.3 L/yr

Infrastructure Specialist
550 salaries
unlock blur

₹5.7 L/yr - ₹22.5 L/yr

SME
449 salaries
unlock blur

₹7.4 L/yr - ₹25.8 L/yr

Explore more salaries
Compare Kyndryl with

IBM

4.1
Compare

Accenture

3.9
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview