Upload Button Icon Add office photos
Premium Employer

i

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

Fareportal

Compare button icon Compare button icon Compare

Filter interviews by

Fareportal Interview Questions, Process, and Tips

Updated 30 Jan 2025

Top Fareportal Interview Questions and Answers

View all 18 questions

Fareportal Interview Experiences

Popular Designations

28 interviews found

Sr manager payroll and accounts Interview Questions & Answers

user image Anonymous

posted on 6 Jan 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jan 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Can you please tell me about yourself?
  • Q2. What is your past experience, and what are your expectations?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and proactive.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jan 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

All about your work that you’ve mentioned in your cv

Round 2 - Group Discussion 

Critical situations with clients basically a scenario

Senior Accounts Executive Interview Questions asked at other Companies

Q1. How To Prepare Cash Flow, What Is GR-IR, Which Type of Invoice Booking Has Done, What TDS Rate Do You Know.
View answer (1)

Sales Person Interview Questions & Answers

user image Anonymous

posted on 11 Oct 2022

I applied via Recruitment Consulltant and was interviewed in Sep 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 - One-on-one 

(2 Questions)

  • Q1. Explain the gaps between experience
  • Q2. Why do you want to join fareportal

Interview Preparation Tips

Interview preparation tips for other job seekers - Pathetic experience with interview as they just exploit your valuable time and energy...and even money as you have to spend almost ₹800 to n fro traveling and make you wait until 1:30 am -2 am in the night from 5pm evening you are just waiting for ops mgr to start interviews

Sales Person Interview Questions asked at other Companies

Q1. Why sales? What is the difference between sales and marketing
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

20 mins test aptitute

Round 2 - One-on-one 

(1 Question)

  • Q1. Basic oops ques

Software Development Engineer Intern Interview Questions asked at other Companies

Q1. Say you're dealing with really long integers. They're too long to fit into a regular datatype, so linked lists are used to store them, with each node of the list containing one digit. Now the problem is, given two linked lists, i.e. two rea... read more
View answer (2)

Fareportal interview questions for popular designations

 Senior Software Engineer

 (3)

 Senior Executive

 (2)

 Software Engineer

 (2)

 Assistant Manager Transport

 (1)

 Associate - Team Lead

 (1)

 Executive

 (1)

 Fraud Analyst

 (1)

 Full Stack Software Developer

 (1)

Round 1 - Assignment 

They will ask you for the versant.

Round 2 - HR 

(1 Question)

  • Q1. Will be asking your experience and expectations and all.
Round 3 - One-on-one 

(1 Question)

  • Q1. Operation round will check your knowledge.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and true keep answering all the questions that will be asked during the interview

Senior Executive Interview Questions asked at other Companies

Q1. If oneday the men power is very less due to some problem and lode is more that day as a senior Exucative, how will u handle your team ?
View answer (55)

Get interview-ready with Top Fareportal Interview Questions

Fraud Analyst Interview Questions & Answers

user image Anonymous

posted on 31 Oct 2023

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

I applied via Walk-in and was interviewed before Oct 2022. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Intro, experience, what do you know abt fare portal , expected salary comfortable in 24*7 environment
  • Ans. Be confident introduce perfectly share your profile and work experience study abt fraud and travel
  • Answered Anonymously
Round 2 - Aptitude Test 

Versant practice versant download app

Round 3 - One-on-one 

(1 Question)

  • Q1. That's. Operation round with manager he would check your communication and your knowledge ablity to work under pressure
  • Ans. Just explain your work profile and show willingness to work in the company
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Always prepare and practice interviews what I used to do if I want to join one perticular company before that company I used to appear for an interview in other companies it was a part of preparation

Fraud Analyst Interview Questions asked at other Companies

Q1. What is the difference between customer service and customer Support ?
View answer (3)

Jobs at Fareportal

View all

Team Lead Interview Questions & Answers

user image Anonymous

posted on 1 Jun 2022

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. What is your goal or where do yourself in next 5 years

Interview Preparation Tips

Interview preparation tips for other job seekers - If interviewer ask about your future goal, always say something related to the job profile only, never say you want to be an actor or something which is not related to the job. It shows that wont stay with the organisation for long as you have other goals to achieve.

Team Lead Interview Questions asked at other Companies

Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
View answer (3)

I was interviewed in Aug 2021.

Round 1 - Video Call 

(4 Questions)

Round duration - 60 minutes
Round difficulty - Medium

Technical Interview round with questions on C#, Design patterns, OOPS etc.

  • Q1. What is a base class?
  • Ans. 

    A base class, in the context of C#, is a class that is used to create, or derive, other classes. Classes derived from a base class are called child classes, subclasses or derived classes. A base class does not inherit from any other class and is considered parent of a derived class.
    The base class forms the means by which inheritance is accomplished through derivation. A class derived from a base class inherits both dat

  • Answered Anonymously
  • Q2. What is a singleton design pattern?
  • Ans. 

    Singleton design pattern in C# is one of the most popular design patterns. In this pattern, a class has only one instance in the program that provides a global point of access to it. In other words, a singleton is a class that allows only a single instance of itself to be created and usually gives simple access to that instance.
    The following are the common characteristics of a singleton pattern.
    Private and parameter le...

  • Answered Anonymously
  • Q3. What are the different access modifiers in C#?
  • Ans. 

    C# has the following access modifiers:
    Modifier Description
    public The code is accessible for all classes
    private The code is only accessible within the same class
    protected The code is accessible within the same class, or in a class that is inherited from that class. You will learn more about inheritance in a later chapter
    internal The code is only accessible within its own assembly, but not from another assembly. You will

  • Answered Anonymously
  • Q4. What is the default access modifier in C#?
  • Ans. 

    By Default, access modifier of Class is 'Internal' and 'Private' for Data Member and Member Function of Class.

  • Answered Anonymously

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAFareportal interview preparation:Topics to prepare for the interview - C#, Design patterns, Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 5 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewRejected

Skills evaluated in this interview

Top Fareportal Senior Software Engineer Interview Questions and Answers

Q1. C# QuestionWhat is a base class?
View answer (2)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Components of service
  • Ans. 

    Components of a service include functionality, reliability, availability, and performance.

    • Functionality: The service should perform the intended tasks and meet the requirements.

    • Reliability: The service should consistently deliver the expected results.

    • Availability: The service should be accessible and operational when needed.

    • Performance: The service should perform efficiently and meet performance expectations.

  • Answered by AI
  • Q2. Lifecycles of web api
  • Ans. 

    The lifecycle of a web API refers to the stages it goes through from development to retirement.

    • The lifecycle typically includes stages like planning, development, testing, deployment, and retirement.

    • During planning, the requirements and design of the API are defined.

    • Development involves writing the code and implementing the functionality.

    • Testing ensures the API works as expected and meets the requirements.

    • Deployment in...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Corec# prepare well

Skills evaluated in this interview

Top Fareportal Senior Software Engineer Interview Questions and Answers

Q1. What is a base class?
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - HR 

(2 Questions)

  • Q1. 1. Introduction? 2. Experience?
  • Q2. 1. Keep the introduction simple and add more things to your skill set so it matches the role of the position 2. If you are experienced enough 1-2years or more. They might ask you about previous organizat...
Round 3 - VNA 

(1 Question)

  • Q1. They might ask phonetics and pronunciation of few countries or cities. airport codes ,fluency while speaking.
  • Ans. Do not hesitate while answering any question, trying to maintain US or UK accent if any , If not you may use Indian accent , read the pronounciations before the interview.
  • Answered Anonymously
Round 4 - Operation 

(1 Question)

  • Q1. Scenario based question
  • Ans. If you are experienced enough you will be able to answer each question, just stay confident while answering the questions , It is important to give answer for each and every question, doesn't matter if you are up to the mark or not. It all depends on your confidence, If you have no idea about any question just tell the interviewer simply and request them to elaborate or explain the question to you, It should be refl
  • Answered Anonymously

Interview Preparation Tips

Topics to prepare for Fareportal Senior Executive interview:
  • Gds (amadeus,sabre,galileo )
  • basics of travel
  • general routings by flights
  • Geography
  • airport names ana codes
Interview preparation tips for other job seekers - Won't be suggesting this company's to anyone , due to corporate politics, social distress , inequality, baisness,salary deductions, department transfer,no incentives etc.

Senior Executive Interview Questions asked at other Companies

Q1. If oneday the men power is very less due to some problem and lode is more that day as a senior Exucative, how will u handle your team ?
View answer (55)

Fareportal Interview FAQs

How many rounds are there in Fareportal interview?
Fareportal interview process usually has 2-3 rounds. The most common rounds in the Fareportal interview process are HR, Technical and Resume Shortlist.
How to prepare for Fareportal 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 Fareportal. The most common topics and skills that interviewers at Fareportal expect are C#, Javascript, Travel Sales, Azure and SQL.
What are the top questions asked in Fareportal interview?

Some of the top questions asked at the Fareportal interview -

  1. What is aingleton and how it ia thread sa...read more
  2. How we can access different types of hardware on conso...read more
  3. What ia base class of class in ...read more
How long is the Fareportal interview process?

The duration of Fareportal interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Fareportal Interview Process

based on 21 interviews

Interview experience

3.6
  
Good
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 430 Interviews
MakeMyTrip Interview Questions
3.7
 • 121 Interviews
Expedia Group Interview Questions
3.8
 • 81 Interviews
Yatra Interview Questions
3.4
 • 31 Interviews
EaseMyTrip.com Interview Questions
4.5
 • 25 Interviews
Ixigo.com Interview Questions
3.6
 • 22 Interviews
Cleartrip Interview Questions
3.4
 • 17 Interviews
TravelTriangle Interview Questions
3.8
 • 13 Interviews
Goibibo Interview Questions
4.3
 • 6 Interviews
Via.com Interview Questions
4.1
 • 6 Interviews
View all

Fareportal Reviews and Ratings

based on 691 reviews

3.3/5

Rating in categories

3.2

Skill development

3.2

Work-life balance

3.3

Salary

3.0

Job security

3.0

Company culture

2.8

Promotions

3.1

Work satisfaction

Explore 691 Reviews and Ratings
Lead - Information Security GRC (ISO & TPRM)

Gurgaon / Gurugram

4-9 Yrs

Not Disclosed

Lead - Information Security GRC (PCI DSS)

Gurgaon / Gurugram

4-9 Yrs

Not Disclosed

Sr. Analyst/ATL - EMS (NOC Operations)

Gurgaon / Gurugram

2-7 Yrs

Not Disclosed

Explore more jobs
Senior Executive
415 salaries
unlock blur

₹2.5 L/yr - ₹6.5 L/yr

Team Lead
133 salaries
unlock blur

₹4.2 L/yr - ₹16 L/yr

Senior Software Engineer
129 salaries
unlock blur

₹9 L/yr - ₹32.7 L/yr

Executive
112 salaries
unlock blur

₹1.8 L/yr - ₹6 L/yr

Assistant Manager
103 salaries
unlock blur

₹5.7 L/yr - ₹17 L/yr

Explore more salaries
Compare Fareportal with

MakeMyTrip

3.7
Compare

Yatra

3.4
Compare

Cleartrip

3.4
Compare

Goibibo

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