Upload Button Icon Add office photos
Engaged Employer

i

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

Faircent.com Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Faircent.com Interview Questions and Answers

Updated 28 Oct 2022

Faircent.com Interview Experiences

Popular Designations

3 interviews found

Team Manager Interview Questions & Answers

user image Anonymous

posted on 28 Oct 2022

I was interviewed in Apr 2022.

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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Questions related to the Dept
  • Q2. Questions related to Work Skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Get to learn in a exciting work environment! Lot of freedom to try new things

Team Manager Interview Questions asked at other Companies

Q1. To maintain SIEM solution which are the daily activities that you will perform?
View answer (4)
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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Advanced excel, sql and basic python
Round 3 - One-on-one 
Round 4 - HR 

(2 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?

Manager - Business Intelligence Interview Questions asked at other Companies

Q1. How to make pivot table range auto and how to adjust pivot to not show nil value.
View answer (1)
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 Resume tips
Round 2 - HR 

(4 Questions)

  • Q1. Where do you see yourself in 5 years?
  • Q2. What are your salary expectations?
  • Q3. Share details of your previous job.
  • Q4. Why should we hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - This the company to grow & also to get real corporate habit / life style

Jobs at Faircent.com

View all

Interview questions from similar companies

I was interviewed before Jun 2016.

Interview Questionnaire 

2 Questions

  • Q1.  Given k and DFS traversal string for a k-ary tree, construct the tree. The String contains P (if a parent) and L (if a leaf). E.g. - k=3, str="PPLLLLL" 2. All the strings are arranged in the following ord...
  • Ans. 

    The question asks to construct a k-ary tree using the given k and DFS traversal string.

    • Iterate through the DFS traversal string

    • If the current character is 'P', create a parent node

    • If the current character is 'L', create a leaf node

    • Link the nodes according to the DFS traversal order

  • Answered by AI
  • Q2. "How would you tell whether a graph has a node with n degree?"
  • Ans. 

    To determine if a graph has a node with n degree, iterate through all nodes and count their edges.

    • Iterate through each node in the graph

    • Count the number of edges connected to each node

    • If any node has n edges, then the graph has a node with n degree

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Questions on C++(Virtual fns, inheritance). Two on probability, 12 on Algorithms
Duration: 45 minutes

Round: Technical + HR Interview
Experience: He asked some more puzzles and some probability (expectation) questions. Then, he modified one question asked in the written test and asked me write code for it on paper.
Tips: First of all, prepare all the questions asked in the test before going for the interviews.


Skills evaluated in this interview

Round 1 - Technical 

(2 Questions)

  • Q1. What is Vector? How it is different from arrays?
  • Ans. 

    Vector is a dynamic array that can resize itself. It differs from arrays in its ability to change size during runtime.

    • Vectors are implemented as dynamic arrays, whereas arrays are static.

    • Vectors can resize themselves during runtime, whereas arrays have a fixed size.

    • Vectors can be used to store objects of any type, whereas arrays can only store objects of a specific type.

    • Vectors have built-in functions for easy manipula

  • Answered by AI
  • Q2. What is an abstract class?
  • Ans. 

    An abstract class is a class that cannot be instantiated and is used as a base class for other classes.

    • An abstract class can have abstract and non-abstract methods.

    • Abstract methods are declared but not implemented in the abstract class.

    • A non-abstract class that inherits from an abstract class must implement all abstract methods.

    • An abstract class can have constructors and fields like a regular class.

    • An abstract class ca...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear C++ concepts and also machine learning concepts.

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. How event loop works?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

DSA medium level questions were asked.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Design MakeMyTrip kind of application.
  • Ans. 

    MakeMyTrip is a travel booking application that allows users to book flights, hotels, and holiday packages.

    • Include features like flight/hotel search, booking, payment gateway integration, and user profiles.

    • Implement filters for search results, reviews/ratings for hotels, and notifications for booking updates.

    • Integrate maps for location tracking, weather forecasts, and customer support chatbot.

    • Offer discounts, loyalty p...

  • Answered by AI
  • Q2. Oops based questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for LLD.

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before Jan 2023. There were 3 interview rounds.

Round 1 - Coding Test 

2 leetcode medium questions were asked

Round 2 - System Design 

(1 Question)

  • Q1. 1 feature design end to end
  • Ans. 

    Designing a feature for a social media platform to allow users to create and share photo albums.

    • Allow users to create and name albums

    • Provide an interface for users to upload and organize photos within albums

    • Implement privacy settings to control who can view and contribute to albums

    • Include features like tagging, commenting, and liking photos within albums

    • Enable users to share albums with others via links or social media

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Basic hr questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Design Zomato Ordering System
  • Ans. 

    Design a Zomato Ordering System for online food delivery.

    • Allow users to browse restaurants and menus

    • Implement user authentication and profile management

    • Enable users to place orders and make payments online

    • Include features like order tracking and ratings/reviews

    • Integrate with restaurant partners for order fulfillment

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to be very strong on ur Design

Skills evaluated in this interview

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

I applied via Referral and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Coding Test 

2 Codes on Hackerrank

Round 2 - Technical 

(2 Questions)

  • Q1. Questions on Tree
  • Q2. Questions on Java
Round 3 - Technical 

(1 Question)

  • Q1. Hiring Manager Round

Interview Preparation Tips

Interview preparation tips for other job seekers - Just brush up on DSA And System Design
Contribute & help others!
anonymous
You can choose to be anonymous

Faircent.com Interview FAQs

How many rounds are there in Faircent.com interview?
Faircent.com interview process usually has 2-3 rounds. The most common rounds in the Faircent.com interview process are Resume Shortlist, HR and Technical.
How to prepare for Faircent.com 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 Faircent.com. The most common topics and skills that interviewers at Faircent.com expect are PDF, SIP, Direct Sales, Fixed Income and Portfolio Management.
What are the top questions asked in Faircent.com interview?

Some of the top questions asked at the Faircent.com interview -

  1. Advanced excel, sql and basic pyt...read more
  2. Questions related to Work Ski...read more
  3. Questions related to the D...read more

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

COMPANY BENEFITS

KNR Constructions

20 benefits

COMPANY BENEFITS

IRB Infrastructure

60 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

SALARIES

LenDenClub

JOBS

LenDenClub

No Jobs

SALARIES

LenDenClub

DESIGNATION

LIST OF COMPANIES

ArisGlobal

Overview

Tell us how to improve this page.

Faircent.com Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

LendingKart Interview Questions
3.1
 • 29 Interviews
Epimoney Interview Questions
3.3
 • 10 Interviews
Axio Interview Questions
3.7
 • 8 Interviews
ZipLoan Interview Questions
3.0
 • 2 Interviews
Rubique Interview Questions
2.4
 • 1 Interview
CoinTribe Interview Questions
4.2
 • 1 Interview
View all

Faircent.com Reviews and Ratings

based on 70 reviews

3.2/5

Rating in categories

3.2

Skill development

2.9

Work-life balance

3.1

Salary

2.8

Job security

2.9

Company culture

2.7

Promotions

2.9

Work satisfaction

Explore 70 Reviews and Ratings
Key Account Manager - Retail

Noida,

Gurgaon / Gurugram

2-7 Yrs

Not Disclosed

Explore more jobs
Deputy Manager
28 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Executive
23 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Portfolio Manager
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Faircent.com with

LendingKart

3.1
Compare

Axio

3.7
Compare

Rubique

2.4
Compare

NeoGrowth Credit

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