Upload Button Icon Add office photos

Filter interviews by

KFintech Senior Data Engineer Interview Questions and Answers

Updated 12 Jan 2025

KFintech Senior Data Engineer Interview Experiences

1 interview found

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

I applied via LinkedIn and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It was an MCQ based coding round on platform "Mettl" and there were various questions on topics associated to DevOps tools, Cloud technologies as well as core Scala based concepts, followed by 2 coding question based on DSA concepts.

Round 2 - Technical 

(3 Questions)

  • Q1. Given an sorted array of integers, assume if each element is squared, provide the sorted array for squared elements in the least possible time complexity.
  • Q2. Explain Transaction Isolation, and what are the various types of Transaction isolation in RDBMS ?
  • Q3. Given infinite coins of some currency of denominations : 1,2,5,10, so In how many unique distinct ways can we obtain a total amount of say: 25 ? Same thing how to do it for non-unique repeated combination...

Interview Preparation Tips

Topics to prepare for KFintech Senior Data Engineer interview:
  • SQL
  • DBMS
  • Big Data
  • Spark
  • Javascript
  • Python
  • OOP
  • AWS
  • System Design
  • Devops
Interview preparation tips for other job seekers - Extensive knowledge tested on concepts of SQL/DBMS, OOPs, Cloud Computing, System Design, FullStack Application Development, DevOps tools. Good to have knowledge on Big Data technologies as well.

Senior Data Engineer Jobs at KFintech

View all

Interview questions from similar companies

Senior Data Engineer Interview Questions & Answers

Bosch user image Keerthana Subramanian

posted on 9 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Data pipeline implementations
  • Ans. 

    Data pipeline implementations involve the process of moving and transforming data from source to destination.

    • Data pipeline is a series of processes that extract data from sources, transform it, and load it into a destination.

    • Common tools for data pipeline implementations include Apache NiFi, Apache Airflow, and AWS Glue.

    • Data pipelines can be batch-oriented or real-time, depending on the requirements of the use case.

  • Answered by AI
  • Q2. ETL process related questions and experience based questions

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Apr 2023. There were 6 interview rounds.

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 - Technical 

(1 Question)

  • Q1. It was a 1.5 hours if pure technical round based on python, shell scripting and SQL.
Round 3 - Technical 

(1 Question)

  • Q1. Question on python and shell scripting but tough from 1st round
Round 4 - Technical 

(1 Question)

  • Q1. This is will be techno managerial round and they will ask about project details ans technical questions on deep big data technologies.
Round 5 - Technical 

(1 Question)

  • Q1. This is also same as 3rd round with tough questions.
Round 6 - Technical 

(1 Question)

  • Q1. This was a round arranged specially for me for just rejecting purpose.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please ignore from giving interview in this particular organisation as they will not release offer, on the name of product company they will ask you to wait and offer less than what you have in hand and then at the end of the day when all your offers are gone they will reject you by arranging a new round and reject you .
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at National Institute of Technology (NIT), Patna and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

1 hr test , basics C++, oops, pointers

Round 2 - Technical 

(1 Question)

  • Q1. Oops concepts , smart pointers, ask me write code of oops concepts and then cross questioning

Interview Preparation Tips

Interview preparation tips for other job seekers - go through the jd throughly and prepare accodingly ,
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

String manipulation of java based questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Why do you want to switch?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. How can Logistic regression be applied for multiclasstext classification
  • Ans. 

    Logistic regression can be applied for multiclasstext classification by using one-vs-rest or softmax approach.

    • One-vs-rest approach: Train a binary logistic regression model for each class, treating it as the positive class and the rest as the negative class.

    • Softmax approach: Use the softmax function to transform the output of the logistic regression into probabilities for each class.

    • Evaluate the model using appropriate...

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jun 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(3 Questions)

  • Q1. What is tokenization in NLP? and, to get raw tokens for a sentence with words seperated by space, why use tokenizers from nltk instead of str.split()?
  • Ans. 

    Tokenization in NLP is the process of breaking down text into smaller units called tokens.

    • Tokenization is a fundamental step in NLP for text preprocessing.

    • Tokens can be words, phrases, or even individual characters.

    • Tokenization helps in preparing text data for further analysis or modeling.

    • NLTK tokenizers provide additional functionalities like handling contractions, punctuation, etc.

    • str.split() may not handle complex t...

  • Answered by AI
  • Q2. While tokenzing, if you want to not break some word pairs(or triplets), for ex, to not tokenize the words 'first' and 'name' when they occur together and consider them as a single token, how would you do i...
  • Q3. For a data with 1000 samples and 700 dimensions, how would you find a line that best fits the data, to be able to extrapolate? this is not a supervised ML problem, there's no target. and how would you do i...
  • Ans. 

    To find a line that best fits the data with 1000 samples and 700 dimensions, we can use linear regression.

    • For unsupervised ML approach, we can use Principal Component Analysis (PCA) to reduce dimensions and then fit a line using linear regression.

    • For supervised ML approach, we need to select a target column. We can choose any of the 700 dimensions as the target and treat it as a regression problem.

    • Potential problems of...

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

(3 Questions)

  • Q1. This round was entirely based on my projects on the resume!!!!
  • Q2. Explain project starting from the business problem to the deployment? [I was being interrupted for clarifications and questions]
  • Q3. [all of the follow up questions were baed on my answers] (some questions on businesss problem and rationale behing it, end users, how success will be measured and data collection that I can't disclose) a...

Interview Preparation Tips

Interview preparation tips for other job seekers - do not chase the HR, they just don't reply and your application will be forwarded, only when a candidate doesn't join or something like that. they had called me and told me that all the 3 rounds(2 technical + 1 manager) will completed in 3 days and didn't get back to me after the first round, in which the interviewer had explicitly told me that he has forwarded me to the next round and HR will get in touch with me for scheduling the 2nd technical round.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Aug 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

Problem would be given to solve

Round 3 - Technical 

(2 Questions)

  • Q1. Questions will be based on their the first round
  • Q2. Questions will be from their projects
Round 4 - HR 

(1 Question)

  • Q1. Behavioral questions

I applied via campus placement at Amrita Vishwa Vidyapeetham, Amritapuri Campus and was interviewed in Jul 2022. There were 5 interview rounds.

Round 1 - Aptitude Test 

The first round was aptitude conducted through AMCAT. It had logical, verbal and quantitative aptitude (gamified aptitude round) and technical quiz. And the shortlists from this round had Automata coding test

Round 2 - Group Discussion 

The GD was for about 45 min and with two topics. The topic i got was "Is driverlesscar suitable for India? "

Round 3 - Technical 

(1 Question)

  • Q1. This was a purely technical round . Most of the questions were related to the projects from bachelors and masters
Round 4 - One-on-one 

(1 Question)

  • Q1. There was a one on one coding round, where you were asked to write the programs and explain it to the panel.
Round 5 - HR 

(1 Question)

  • Q1. These were some usual questions like what are your plans for five years, where would you want to see yourself in 5 years , etc,...

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you are well prepared and confident with your project

I applied via Naukri.com

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. C & Linux based questions along with project details.
  • Q2. C programming question
Round 3 - Technical 

(1 Question)

  • Q1. More coding round and programming basics
Round 4 - HR 

(2 Questions)

  • Q1. Personality test with HR basic question on background.
  • Q2. About companies policies

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't mention anything extra that you don't know. Interviewers questions will mainly revolve around your resume

KFintech Interview FAQs

How many rounds are there in KFintech Senior Data Engineer interview?
KFintech interview process usually has 2 rounds. The most common rounds in the KFintech interview process are Coding Test and Technical.
How to prepare for KFintech Senior Data Engineer 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 KFintech. The most common topics and skills that interviewers at KFintech expect are Hadoop Administration, Java, Kafka, Performance Tuning and Python.
What are the top questions asked in KFintech Senior Data Engineer interview?

Some of the top questions asked at the KFintech Senior Data Engineer interview -

  1. Given infinite coins of some currency of denominations : 1,2,5,10, so In how ma...read more
  2. Explain Transaction Isolation, and what are the various types of Transaction is...read more
  3. Given an sorted array of integers, assume if each element is squared, provide t...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

KPMG India Interview Questions
3.5
 • 791 Interviews
JSW Steel Interview Questions
3.9
 • 565 Interviews
Bosch Interview Questions
4.2
 • 330 Interviews
KPIT Technologies Interview Questions
3.5
 • 293 Interviews
HARMAN Interview Questions
3.8
 • 254 Interviews
Johnson Controls Interview Questions
3.6
 • 253 Interviews
Adobe Interview Questions
4.0
 • 249 Interviews
VVDN Technologies Interview Questions
3.6
 • 190 Interviews
View all
Senior Data Engineer

Bhubaneswar

3-8 Yrs

Not Disclosed

Explore more jobs
Senior Associate
1.5k salaries
unlock blur

₹1 L/yr - ₹4.5 L/yr

Executive
693 salaries
unlock blur

₹1.8 L/yr - ₹5.9 L/yr

Assistant Manager
590 salaries
unlock blur

₹2.5 L/yr - ₹7.5 L/yr

Process Associate
551 salaries
unlock blur

₹0.6 L/yr - ₹4 L/yr

Associate
519 salaries
unlock blur

₹1.1 L/yr - ₹3.5 L/yr

Explore more salaries
Compare KFintech with

CAMS

3.7
Compare

National Securities Depository

3.1
Compare

Central Depository Services (I)

3.4
Compare

Link Intime

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