Upload Button Icon Add office photos
Engaged Employer

i

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

Indifi Technologies Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 251 Reviews

Filter interviews by

Indifi Technologies Intern Interview Questions and Answers

Updated 29 Apr 2024

Indifi Technologies Intern Interview Experiences

1 interview found

Intern Interview Questions & Answers

user image Anonymous

posted on 29 Apr 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. How well do you know python
  • Ans. 

    I have a strong understanding of Python and have used it extensively in various projects.

    • Proficient in Python syntax and data structures

    • Experience with popular libraries like NumPy, Pandas, and Matplotlib

    • Developed web applications using Django framework

    • Used Python for automation and scripting tasks

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Referral and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude test consists of DSA questions and theory questions on Java, SQL and object oriented programming

Round 2 - Technical 

(3 Questions)

  • Q1. Explain Object oriented programming
  • Ans. 

    Object oriented programming is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOP focuses on creating objects that interact with each other to solve problems

    • Encapsulation, inheritance, and polymorphism are key principles of OOP

    • Classes and objects are used to create reusable code and organize data

    • Example: In a banking system, a 'Customer' object may have attributes like name and ...

  • Answered by AI
  • Q2. Explain Design principles
  • Ans. 

    Design principles are fundamental concepts used to guide the process of designing products or systems.

    • Design principles help ensure consistency, usability, and aesthetic appeal in the final product.

    • They often include principles such as simplicity, consistency, hierarchy, balance, and emphasis.

    • For example, the principle of simplicity in design aims to eliminate unnecessary elements and focus on the essential features.

    • Co...

  • Answered by AI
  • Q3. Solve a dsa questions live

Interview Preparation Tips

Interview preparation tips for other job seekers - Be careful with the management.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Feb 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself?
  • Q2. Based on resume and past experiences
Interview experience
4
Good
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 - Coding Test 

2 hours HackerEarth coding round

Round 3 - One-on-one 

(1 Question)

  • Q1. Some medium level of question
Round 4 - Coding Test 

HackerEarth test medium level question

Interview Preparation Tips

Interview preparation tips for other job seekers - follow previous interview exprience
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Dec 2023. There were 4 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about your self
Round 2 - One-on-one 

(1 Question)

  • Q1. Know about the process
Round 3 - One-on-one 

(1 Question)

  • Q1. Mental ability check like u r capable for this role or not
Round 4 - One-on-one 

(1 Question)

  • Q1. Very toughest round like overall in this round u need to tell and as well as they asked we should know properly what kind of process they r running

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to be confident
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

4 coding problems + 1 sql problem

Round 2 - Technical 

(2 Questions)

  • Q1. Gas Station Problem On leetcode
  • Q2. Simple Tree Traversal Problem LC medium
  • Ans. 

    Given a binary tree, return the inorder traversal of its nodes' values.

    • Inorder traversal: left subtree, root, right subtree

    • Use recursion to traverse the tree

    • Implement a stack-based iterative solution for better space complexity

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basics and have deep understanding of your project and also focus on cs fundamentals.

Skills evaluated in this interview

I was interviewed in May 2022.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

Timings: it was late night. I started the test at 10 pm

  • Q1. Partial BST

    Given a binary tree with N number of nodes, check if that input tree is Partial BST (Binary Search Tree) or not. If yes, return true, return false otherwise.

    A binary search tree (BST) is sai...

  • Ans. 

    Method 2 above runs slowly since it traverses over some parts of the tree many times. A better solution looks at each node only once. The trick is to write a utility helper function isBSTUtil(struct node* node, int min, int max) that traverses down the tree keeping track of the narrowing min and max allowed values as it goes, looking at each node only once. The initial values for min and max should be INT_MIN and INT_M

  • Answered by CodingNinjas
Round 2 - Video Call 

(1 Question)

Round duration - 45 minutes
Round difficulty - Medium

It was the interviw round.
the environment was good.
the interviewer was very nice to me.

  • Q1. Merge two sorted linked lists

    You are given two sorted linked lists. You have to merge them to produce a combined sorted linked list. You need to return the head of the final linked list.

    Note:

    The give...
  • Ans. 

    Merge is one of those nice recursive problems where the recursive solution code is much cleaner than the iterative code. You probably wouldn’t want to use the recursive version for production code, however, because it will use stack space which is proportional to the length of the lists.

  • Answered by CodingNinjas

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Chitkara University. I applied for the job as SDE - Intern in BengaluruEligibility criterianoneJupiter Money interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, Spring Boot with java, Operating Systems, Database Management System, Amazon Web ServicesTime required to prepare for the interview - 8 monthsInterview preparation tips for other job seekers

Tip 1 : Please have a strong hold on data structures mainly linked lists, arrays, maths, stacks, trees
Tip 2 : Must explore about DBMS. Means SQL, writing efficient queries, about indexing and other SQL backend process.
Tip 3 : Should work on spring boot. try build some project using spring boot with java (Gradle) as Jupiter's backend tech is mainly based on spring boot with java.

Application resume tips for other job seekers

Tip 1 : Mention only those skills on which you have worked on properly. no need to flood the resume with skills about which you need a little.
Tip 2 : Must mention the links of projects which you have worked on.

Final outcome of the interviewSelected

Skills evaluated in this interview

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

I applied via campus placement at Indian Institute of Information Technology and Management (ABV-IIITM), Gwalior and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

45 min , 45 questions

Round 2 - Technical 

(2 Questions)

  • Q1. Technical question( PowerBI, data science)
  • Q2. Behaviourial question

Interview Preparation Tips

Interview preparation tips for other job seekers - Combination of: Data Mining , Data Science, Basic Statistics, Database Management
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Feb 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself?
  • Q2. Based on resume and past experiences
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

There were DSA questions and time limit was 1 hr

Round 2 - Technical 

(2 Questions)

  • Q1. Calculate factorial using tabulation
  • Ans. 

    Factorial calculation using tabulation in dynamic programming

    • Create an array to store factorial values up to n

    • Initialize the array with base cases (0! = 1, 1! = 1)

    • Iterate from 2 to n and calculate factorial using previous values in the array

    • Return the factorial value at index n

  • Answered by AI
  • Q2. Wildcard matching question

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA well

Skills evaluated in this interview

Indifi Technologies Interview FAQs

How many rounds are there in Indifi Technologies Intern interview?
Indifi Technologies interview process usually has 1 rounds. The most common rounds in the Indifi Technologies interview process are One-on-one Round.

Tell us how to improve this page.

Intern Interview Questions from Similar Companies

Visa Intern Interview Questions
3.6
 • 2 Interviews
View all

Indifi Technologies Intern Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-Life balance

5.0

Salary & Benefits

3.0

Job Security

5.0

Company culture

5.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 1 Review and Rating
Relationship Manager
470 salaries
unlock blur

₹2.2 L/yr - ₹5.1 L/yr

Team Lead
75 salaries
unlock blur

₹3.9 L/yr - ₹9 L/yr

Credit Officer
63 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Senior Relationship Manager
62 salaries
unlock blur

₹3.2 L/yr - ₹5.5 L/yr

Operations Executive
51 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Explore more salaries
Compare Indifi Technologies with

Axio

3.8
Compare

LendingKart

3.2
Compare

NeoGrowth Credit

3.4
Compare

Rubique

2.4
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