i
Indifi Technologies
Filter interviews by
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
Top trending discussions
I applied via Referral and was interviewed in Dec 2023. There were 2 interview rounds.
Aptitude test consists of DSA questions and theory questions on Java, SQL and object oriented programming
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 ...
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...
I was interviewed in Feb 2024.
2 hours HackerEarth coding round
HackerEarth test medium level question
posted on 8 Jun 2024
I applied via Referral and was interviewed in Dec 2023. There were 4 interview rounds.
4 coding problems + 1 sql problem
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
posted on 31 May 2022
I was interviewed in May 2022.
Round duration - 90 minutes
Round difficulty - Medium
Timings: it was late night. I started the test at 10 pm
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
Round duration - 45 minutes
Round difficulty - Medium
It was the interviw round.
the environment was good.
the interviewer was very nice to me.
The give...
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.
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.
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.
posted on 19 Oct 2024
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.
45 min , 45 questions
I was interviewed in Feb 2024.
There were DSA questions and time limit was 1 hr
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
based on 1 review
Rating in categories
Relationship Manager
470
salaries
| ₹2.2 L/yr - ₹5.1 L/yr |
Team Lead
75
salaries
| ₹3.9 L/yr - ₹9 L/yr |
Credit Officer
63
salaries
| ₹3 L/yr - ₹5 L/yr |
Senior Relationship Manager
62
salaries
| ₹3.2 L/yr - ₹5.5 L/yr |
Operations Executive
51
salaries
| ₹3 L/yr - ₹5 L/yr |
Axio
LendingKart
NeoGrowth Credit
Rubique