Upload Button Icon Add office photos
Engaged Employer

i

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

FundsIndia Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

FundsIndia System Administrator Interview Questions and Answers

Updated 20 Aug 2024

FundsIndia System Administrator Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Group Discussion 

About my profile, sharing my knowledge

Round 2 - HR 

(2 Questions)

  • Q1. About my salary
  • Q2. Notice period to join

Interview questions from similar companies

I applied via Approached by company and was interviewed in Dec 2021. There were 4 interview rounds.

Round 1 - Coding Test 

2 questions. 1 was basic level. 2 was of medium level.

Round 2 - One-on-one 

(2 Questions)

  • Q1. An ambiguous problem statement was given. Asking relevant questions revealed the problem to be largest island in a binary matrix. Was asked to code on an ide. And reduce space complexity to O(1).
  • Q2. Maximum sum path from root to leaf in an N-ary tree. Was asked to design an appropriate data structure. Then code the solution in O(n) time and O(1) space.
Round 3 - One-on-one 

(3 Questions)

  • Q1. Through discuss of projects. Methods used.
  • Q2. First missing positive number in an array of integer in O(n) time O(1) space.
  • Ans. 

    Find first missing positive number in an array in O(n) time and O(1) space.

    • Traverse the array and mark the presence of each positive integer by changing the sign of the corresponding index.

    • Traverse the array again and return the index of the first positive integer.

    • If all integers are present, return the length of the array + 1.

    • Example: [3, 4, -1, 1] => mark 3rd and 4th index as negative => return 2.

    • Example: [1, 2, 0] =...

  • Answered by AI
  • Q3. Given an integer, print the relevant column name in an excel sheet. Ex: 1- A , 2-B.......... 26-Z , 27-AA, 28-AB........ Was asked code on an ide and test cases were given.
  • Ans. 

    Given an integer, print the relevant column name in an excel sheet.

    • Create a string array of alphabets from A to Z

    • Use modulo operator to get remainder and divide by 26 to get quotient

    • Append the corresponding alphabet to the result string

    • Reverse the result string

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. What are your salary expectations?

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on DSA and past experience.

Skills evaluated in this interview

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

Maths,quant for 1 hour duration

Round 2 - Coding Test 

Arrays, strings, linked list, palindrome

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via LinkedIn and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Strength and weakness
Round 2 - Technical 

(1 Question)

  • Q1. Private equity waterfall

Interview Preparation Tips

Topics to prepare for ICICI Direct Senior Associate interview:
  • Investment Banking
  • Hedge Funds
  • Private Equity

Interview Questionnaire 

1 Question

  • Q1. Online Test: First was the online test for 1hr you have to solve 2 coding questions.(Street light coverage & Candy distribution) After clearing the coding round, HR called me scheduling for technical in...
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - Behavioral 

(2 Questions)

  • Q1. Tell me a tough challenge
  • Ans. 

    Leading a team through a major project deadline with limited resources

    • Delegating tasks effectively to maximize efficiency

    • Finding creative solutions to overcome resource constraints

    • Maintaining team morale and motivation during high-pressure situations

  • Answered by AI
  • Q2. Tell me about how you convinced your superiors
  • Ans. 

    I convinced my superiors by presenting a well-researched and data-driven proposal that clearly outlined the benefits and potential outcomes.

    • Researched the topic thoroughly to gather relevant data and information

    • Prepared a detailed proposal highlighting the benefits and potential outcomes

    • Presented the proposal in a clear and concise manner, addressing any concerns or objections

    • Provided examples of successful implementat

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your work history well. It should come out as a story
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Same as posted in advice

Interview Preparation Tips

Interview preparation tips for other job seekers - JavaScript-based interview.
In-depth questions around JS topics such as promises, polyfills, output questions, event loops, web APIs, context, closures, and this.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Coding Test 

1 hour 10 mins, MERN Stack, Face to Face. Mongodb, medium DSA Question, callback, eventloop, NodeJS asynchronous working

Interview Preparation Tips

Interview preparation tips for other job seekers - you should have prior experience in coding
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2022. There were 2 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 

(2 Questions)

  • Q1. What is financial budgeting and analysis
  • Ans. 

    Financial budgeting and analysis involves creating and managing a financial plan to achieve business goals.

    • Financial budgeting involves creating a plan for income and expenses over a specific period of time.

    • Financial analysis involves reviewing financial data to identify trends, opportunities, and potential risks.

    • Both budgeting and analysis are important for making informed financial decisions and achieving business ob...

  • Answered by AI
  • Q2. Talk about the topic and also highlight the best practices you use.
  • Ans. 

    The topic is best practices for senior associates.

    • One best practice is to prioritize tasks and manage time effectively.

    • Another best practice is to communicate clearly and effectively with team members and clients.

    • A third best practice is to continuously learn and stay updated on industry trends and developments.

    • Additionally, building strong relationships and networking with colleagues and clients is crucial.

    • Lastly, att...

  • Answered by AI
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Self introduction
Round 2 - Assignment 

PPT Assignment comparing all APIs

Round 3 - One-on-one 

(1 Question)

  • Q1. Domain knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - The HR is non responsive. After spending 3-4 days completing the assignment, traveling to their office for a final round they don't even have the courtesy to give the candidate proper feedback. I followed up every 3 days and after 2 weeks they just dropped me a message saying that I'm not selected without even giving any feedback.

FundsIndia Interview FAQs

How many rounds are there in FundsIndia System Administrator interview?
FundsIndia interview process usually has 2 rounds. The most common rounds in the FundsIndia interview process are HR and Group Discussion.

Tell us how to improve this page.

FundsIndia System Administrator Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Angel One Interview Questions
3.9
 • 135 Interviews
Kotak Securities Interview Questions
3.6
 • 116 Interviews
HDFC Securities Interview Questions
3.6
 • 104 Interviews
Sharekhan Interview Questions
3.8
 • 81 Interviews
Groww Interview Questions
3.7
 • 66 Interviews
MagicPin Interview Questions
2.7
 • 50 Interviews
Upstox Interview Questions
3.7
 • 35 Interviews
Paytm Money Interview Questions
3.2
 • 27 Interviews
Shaadi.com Interview Questions
3.3
 • 27 Interviews
View all
FundsIndia System Administrator Salary
based on 6 salaries
₹3 L/yr - ₹3.5 L/yr
39% less than the average System Administrator Salary in India
View more details

FundsIndia System Administrator Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 2 Reviews and Ratings
Financial Advisor
31 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Investment Advisor
24 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Equity Advisor
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Onboarding Executive
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare FundsIndia with

Kuvera

3.5
Compare

Zerodha

4.1
Compare

Groww

3.7
Compare

Upstox

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