Upload Button Icon Add office photos

KFintech

Compare button icon Compare button icon Compare

Filter interviews by

KFintech Fund Accounting Analyst Interview Questions and Answers for Experienced

Updated 31 Jul 2024

KFintech Fund Accounting Analyst Interview Experiences for Experienced

1 interview found

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - HR 

(5 Questions)

  • Q1. HR Round interview
  • Q2. Technical Round interview
  • Q3. Self introduction
  • Q4. Investment Banking questions
  • Q5. General Accounting

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic accounting question like Deprciation, Accrual Entries and general accounting questions and corporate accounting, Investment Banking question if your attending for fund accounting role

Interview questions from similar companies

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

I was interviewed in Sep 2024.

Round 1 - Aptitude Test 

Finance and accounting related test

Round 2 - HR 

(2 Questions)

  • Q1. Employee knowledge
  • Q2. Employee confident
Round 3 - Technical 

(3 Questions)

  • Q1. Finance related hiring the question
  • Q2. Taxation related
  • Q3. Job related questions

Interview Questionnaire 

3 Questions

  • Q1. 1hr long.
  • Q2. 1 Hr.
  • Q3. Chilled out. Salary compensation

Interview Preparation Tips

Round: Resume Shortlist
Experience: CGPA 6 Above shortlisted

Round: Technical Interview
Experience: DSA, Analytics, Business Knowledge

Round: Technical Interview
Experience: Project, DBMS, OOPS, DW, Probability, Puzzles

Interview Preparation Tips

Round: Test
Experience: Test was consist of two sections
1.Quant
2.Aptitude
Tips: Since initial shortlisting was based on Test so focus on Quant and Aptitude
Duration: 40 minutes
Total Questions: 30

Round: Interview
Experience: Tested communication skill for the purpose of client interaction.

Round: Interview
Experience: Asked Questions relating to resume. the first part of the 2nd round was mostly on my intern,the profile of which matched with what they were looking for.Data mining ,Data analyst etc.they went in depth about my intern and asked every detail of how i proceeded in getting the final results. second part focussed on PAYPAL .
Tips: They didn't expect the candidate to know everything about PAYPAL but it is always good to know about the company as much as you can before attending the interview.

Round: Interview
Experience: They looked at the approach and tried to push us to the limits.
The most important factor is how you approach the problem and not if you end up with result then there was other question,they tested the approach even for that one.
Tips: Preparation on guesstimate and case studies will help you deal with question like that.

Skills: Communication skill, Problem solving skill
College Name: IIT MADRAS
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Difference between rank & dense rank
  • Ans. 

    Rank assigns unique numbers to each row based on the order specified, while dense rank assigns consecutive numbers without gaps.

    • Rank leaves gaps in the ranking sequence if there are ties, while dense rank does not

    • Rank function is used to assign a unique rank to each row, while dense rank function is used to assign a unique rank to each distinct row

    • For example, if there are two rows with the same value and rank 1, the n...

  • Answered by AI
  • Q2. Given two tables Tell how many values would be there for left right inner outer join
  • Ans. 

    The number of values in different types of joins depends on the relationship between the tables.

    • In a left join, all values from the left table are included along with matching values from the right table. The number of values will be equal to the number of rows in the left table.

    • In a right join, all values from the right table are included along with matching values from the left table. The number of values will be equ...

  • Answered by AI
  • Q3. Find the newest customer id for every product
  • Ans. 

    Use SQL query to find the newest customer id for every product

    • Use GROUP BY clause to group by product

    • Use MAX() function to find the newest customer id for each product

    • Join the tables if necessary

  • Answered by AI

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Sep 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude reasoning quant and permutations and combinations

Round 2 - Group Discussion 

A topic was given for a group ..eg cryptocurrency is boon or bane

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and prepare accordingly for the role .

Analyst Interview Questions & Answers

Paytm user image Anonymous

posted on 10 Mar 2024

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

I applied via LinkedIn and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Guestimate about cars in city

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good

I applied via Campus Placement and was interviewed in Dec 2016. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Questions about projects
  • Q2. Why Paypal?
  • Ans. 

    Paypal is a leading online payment platform with a strong reputation and global presence.

    • Paypal is a well-established and trusted online payment platform used by millions of users worldwide.

    • It offers secure and convenient payment options for both individuals and businesses.

    • Paypal has a strong focus on innovation and technology, making it an exciting place to work for software engineers.

    • Working at Paypal provides opport...

  • Answered by AI
  • Q3. What does Paypal do?
  • Ans. 

    Paypal is a digital payment platform that allows individuals and businesses to make online transactions.

    • Paypal provides a secure way to send and receive money online.

    • It allows users to link their bank accounts, credit cards, or debit cards to their Paypal account.

    • Users can make payments to merchants or individuals using their Paypal balance or linked payment methods.

    • Paypal offers buyer and seller protection, dispute re...

  • Answered by AI
  • Q4. How do you see yourself in 5 years?
  • Ans. 

    In 5 years, I see myself as a senior software engineer leading a team of developers on innovative projects.

    • Continuing to enhance my technical skills and knowledge through ongoing learning and certifications

    • Taking on more leadership responsibilities and mentoring junior team members

    • Contributing to the development of cutting-edge software solutions

    • Building strong relationships with colleagues and stakeholders to drive pr

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: One Programming and 15 multiple choice Questions.
Duration: 1 hour 30 minutes
Total Questions: 16

Round: Technical Interview
Experience: All details about projects you have written on resume. Some different implementation of some parts of your project.

Skills: Knowledge about Database Managements Systems, Problem Solving Skills
College Name: IIT Madras

I applied via Campus Placement and was interviewed in Dec 2016. There were 5 interview rounds.

Interview Questionnaire 

11 Questions

  • Q1. Detecting loop in linked list
  • Ans. 

    Detecting loop in a linked list

    • Use two pointers, one moving one node at a time and the other moving two nodes at a time

    • If there is a loop, the two pointers will eventually meet

    • If any of the pointers reach the end of the list, there is no loop

  • Answered by AI
  • Q2. Write code for dfs
  • Ans. 

    DFS (Depth-First Search) is a graph traversal algorithm that explores as far as possible along each branch before backtracking.

    • DFS uses a stack to keep track of visited nodes and explore adjacent nodes.

    • It can be implemented recursively or iteratively.

    • DFS is useful for solving problems like finding connected components, detecting cycles, and solving mazes.

  • Answered by AI
  • Q3. How to find cycle in graph
  • Ans. 

    To find a cycle in a graph, use depth-first search (DFS) and keep track of visited nodes.

    • Implement DFS algorithm to traverse the graph

    • Maintain a visited array to keep track of visited nodes

    • If a visited node is encountered again during DFS, a cycle exists

  • Answered by AI
  • Q4. What is hashing and how will you implement?
  • Ans. 

    Hashing is a process of converting data into a fixed-size numerical value called a hash code.

    • Hashing is used to quickly retrieve data from large datasets.

    • It is commonly used in data structures like hash tables and hash maps.

    • Hash functions should be fast, deterministic, and produce unique hash codes for different inputs.

    • Examples of hash functions include MD5, SHA-1, and SHA-256.

  • Answered by AI
  • Q5. Questions related to to resume
  • Q6. No of pairs between 1 and N satisfy relation pow(a,3)+pow(b,3)=pow(c,3)+pow(d,3).a,b,c,d<=N
  • Ans. 

    The question asks for the number of pairs between 1 and N that satisfy a specific mathematical relation.

    • The relation is pow(a,3) + pow(b,3) = pow(c,3) + pow(d,3)

    • The values of a, b, c, and d should be less than or equal to N

    • Count the number of pairs that satisfy the relation

  • Answered by AI
  • Q7. -----.php?pid=514
  • Q8. Questions related to resume
  • Q9. Explain Merge sort
  • Ans. 

    Merge sort is a divide-and-conquer algorithm that recursively divides an array into two halves, sorts them, and then merges them.

    • Divide the array into two halves

    • Recursively sort each half

    • Merge the sorted halves back together

    • Repeat until the entire array is sorted

  • Answered by AI
  • Q10. Why do you want to join in paypal?
  • Ans. 

    I want to join PayPal because of its innovative technology, global impact, and strong company culture.

    • Innovative technology - PayPal is known for its cutting-edge technology and digital payment solutions.

    • Global impact - Working at PayPal would allow me to contribute to a company that has a worldwide reach and influence.

    • Strong company culture - I value a company that prioritizes diversity, inclusion, and employee well-b...

  • Answered by AI
  • Q11. Explain anything whatever you learned recently?
  • Ans. 

    I recently learned about the benefits of using Docker for containerization.

    • Docker allows for easy packaging and deployment of applications

    • It helps in creating consistent environments across different platforms

    • Docker containers are lightweight and efficient

    • Example: I used Docker to containerize a microservices architecture for a recent project

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: coding question related to palindrome portioning.MCQs related to cs fundamentals
Duration: 1 hour 30 minutes

Skills: General Coding And Problem Solving
College Name: IIT Madras

Skills evaluated in this interview

I applied via Campus Placement

Interview Preparation Tips

Round: Resume Shortlist
Experience: Initially test was conducted. But they also considered resume for shortlisting to interview. Even if you do test badly, resume will come to your rescue if it is good enough.
Tips: Test consists of both aptitude and coding. Basic coding skills in C will be sufficient to solve the coding questions.

General Tips: Interviewing people are very friendly during the interview. Concentrate on concepts like linked lists, basic problems on strongs.
Skill Tips: Any basic C programming book.
Skills: Basic Coding, Basic C/C++
Duration: 2.5
College Name: IIT Madras
Motivation: Diverse fields in which company is working.

KFintech Interview FAQs

How many rounds are there in KFintech Fund Accounting Analyst interview for experienced candidates?
KFintech interview process for experienced candidates usually has 1 rounds. The most common rounds in the KFintech interview process for experienced candidates are HR.
What are the top questions asked in KFintech Fund Accounting Analyst interview for experienced candidates?

Some of the top questions asked at the KFintech Fund Accounting Analyst interview for experienced candidates -

  1. What is AIF, Mutual f...read more
  2. Technical Round interv...read more
  3. Investment Banking questi...read more

Tell us how to improve this page.

KFintech Fund Accounting Analyst Interview Process for Experienced

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 752 Interviews
PhonePe Interview Questions
4.0
 • 299 Interviews
PayPal Interview Questions
3.9
 • 207 Interviews
Fiserv Interview Questions
3.0
 • 172 Interviews
Razorpay Interview Questions
3.6
 • 148 Interviews
SBI Securities Interview Questions
3.8
 • 146 Interviews
Visa Interview Questions
3.5
 • 138 Interviews
MasterCard Interview Questions
3.9
 • 134 Interviews
CAMS Interview Questions
3.7
 • 115 Interviews
View all
KFintech Fund Accounting Analyst Salary
based on 5 salaries
₹1.1 L/yr - ₹7 L/yr
28% less than the average Fund Accounting Analyst Salary in India
View more details

KFintech Fund Accounting Analyst Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

3.0

Skill development

4.0

Work-life balance

3.0

Salary

5.0

Job security

5.0

Company culture

2.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Senior Associate
1.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Executive
719 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Process Associate
597 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
558 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate
553 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare KFintech with

CAMS

3.7
Compare

National Securities Depository

3.2
Compare

Central Depository Services (I)

3.3
Compare

Link Intime

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