Upload Button Icon Add office photos
Engaged Employer

i

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

Fia Technology Services Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Fia Technology Services Interview Questions and Answers for Freshers

Updated 19 Feb 2025

Fia Technology Services Interview Experiences for Freshers

Popular Designations

1 interview found

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

I applied via Referral and was interviewed before Jan 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 - HR 

(2 Questions)

  • Q1. Why are you interested for this job?
  • Q2. What's you former salary?

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are fresher and going for interview, after interview please listen carefully interviewer questions then apply normaly with accuracy.

Computer Data Entry Executive Interview Questions asked at other Companies

Q1. What's salery
View answer (1)

Jobs at Fia Technology Services

View all

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Work Information wat the target

Round 2 - Group Discussion 

Discussion with zm And Working Experience shared

I applied via Naukri.com and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Native Android
  • Q2. Java Oops concepts
  • Q3. Previously Worked project

Interview Preparation Tips

Interview preparation tips for other job seekers - They are Very Good. Be confident and Best of Luck

Interview Questionnaire 

1 Question

  • Q1. Related to payment

I applied via Referral and was interviewed before Jun 2021. There were 4 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 - HR 

(2 Questions)

  • Q1. What is your previous experience in this job?
  • Q2. How to sale a product. Plz sale this item .
  • Ans. 

    To sell a product, understand the customer's needs and show how the product can fulfill them.

    • Identify the customer's pain points and how the product can solve them

    • Highlight the unique features and benefits of the product

    • Create a sense of urgency or scarcity to encourage purchase

    • Offer a guarantee or trial period to reduce risk for the customer

    • Build rapport and establish trust with the customer

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why should I hiring you.
Round 4 - One-on-one 

(1 Question)

  • Q1. Introduce yourself ,are you comfortable to the field sales.

Interview Preparation Tips

Interview preparation tips for other job seekers - Best forever , that job was comfortable for us
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Intermediate level coding round

Round 2 - Technical 

(2 Questions)

  • Q1. Project explaination
  • Q2. Explain project ind detail
  • Ans. 

    Developed a predictive analytics model to forecast customer churn for a telecommunications company.

    • Collected and cleaned customer data from various sources

    • Performed exploratory data analysis to identify patterns and trends

    • Built a machine learning model using logistic regression to predict customer churn

    • Evaluated the model's performance using metrics such as accuracy, precision, and recall

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Open Financial Technologies Private Limited Data Analyst interview:
  • SQL
  • Python
  • Dashboards
Interview preparation tips for other job seekers - all the best
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

They have problem of K sorted array and you need to make an sorted array of it.

Round 2 - HR 

(2 Questions)

  • Q1. Your current job role
  • Q2. Software Developer

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for the DSA and basic OOPs question.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before May 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic questions on data structures
Round 2 - Behavioral 

(1 Question)

  • Q1. Second round was Managerial Round. The interviewer basically had a conversation with me and asked some hr questions also.
Round 3 - HR 

(1 Question)

  • Q1. Basic HR questions

I applied via Job Portal and was interviewed in Apr 2022. There were 5 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 - Coding Test 

It was simple program of url shorting for registered and non registered users each request must have unique shortened url.

Round 3 - Technical 

(2 Questions)

  • Q1. Palindrome implementation and run time
  • Ans. 

    A palindrome is a word or phrase that reads the same backward as forward. Implementing it involves comparing the first and last characters and iterating towards the middle.

    • Implement a function that takes a string as input and returns true if it is a palindrome, false otherwise.

    • Use two pointers, one starting from the beginning and the other from the end, and compare the characters at each position.

    • If the characters matc...

  • Answered by AI
  • Q2. DSA and various algorithms and run time
Round 4 - One-on-one 

(1 Question)

  • Q1. This round was one on one with VP of engineering. Basic q and a regarding role and responsibilities
Round 5 - HR 

(1 Question)

  • Q1. Relocation, Reason For job change, future plan, careers objective

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice DSA and algorithms
In coding test they asked you explain code and if there is any improvement needed in code.

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Jan 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Easy coding questions DSA

Round 2 - Technical 

(2 Questions)

  • Q1. Reverse a linked list
  • Ans. 

    Reverse a linked list by changing the pointers direction

    • Start with three pointers: current, previous, and next

    • Iterate through the linked list, updating the pointers to reverse the direction

    • Update the head pointer to point to the new first node

  • Answered by AI
  • Q2. Find middle of linked list
  • Ans. 

    To find the middle of a linked list, use the slow and fast pointer technique.

    • Initialize two pointers, slow and fast, both pointing to the head of the linked list.

    • Move slow pointer by one step and fast pointer by two steps until fast reaches the end of the list.

    • The position of the slow pointer will be the middle of the linked list.

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Pick from a basket of oranges
  • Ans. 

    The question is asking to pick an orange from a basket.

    • Carefully select a ripe orange without any bruises or blemishes

    • Gently twist the orange off the stem to avoid damaging the fruit

    • Check for firmness and weight to determine ripeness

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Open Financial Technologies Private Limited Software Engineer interview:
  • Easy DSA

Skills evaluated in this interview

Fia Technology Services Interview FAQs

How many rounds are there in Fia Technology Services interview for freshers?
Fia Technology Services interview process for freshers usually has 2 rounds. The most common rounds in the Fia Technology Services interview process for freshers are Resume Shortlist and HR.
How to prepare for Fia Technology Services interview for freshers?
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 Fia Technology Services. The most common topics and skills that interviewers at Fia Technology Services expect are fraud control, Communication Skills, Fraud Detection, Field Work and Bank Audit.
What are the top questions asked in Fia Technology Services interview for freshers?

Some of the top questions asked at the Fia Technology Services interview for freshers -

  1. I will give you an interview as per your convenien...read more
  2. Just general discussion and some mins game questio...read more
  3. Questions on RLS, Data Modelling, Dax, Gateway connecti...read more
How long is the Fia Technology Services interview process?

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

Tell us how to improve this page.

Fia Technology Services Interview Process for Freshers

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

BharatPe Interview Questions
3.5
 • 38 Interviews
Kissht Finance Interview Questions
3.9
 • 33 Interviews
FNZ Interview Questions
2.5
 • 29 Interviews
Uni Cards Interview Questions
3.8
 • 24 Interviews
indiagold Interview Questions
4.2
 • 22 Interviews
Experian Interview Questions
3.9
 • 22 Interviews
iServeU Interview Questions
3.4
 • 18 Interviews
View all

Fia Technology Services Reviews and Ratings

based on 92 reviews

3.8/5

Rating in categories

3.5

Skill development

3.7

Work-life balance

3.6

Salary

3.4

Job security

3.5

Company culture

3.3

Promotions

3.4

Work satisfaction

Explore 92 Reviews and Ratings
Chief Technology Officer

Gurgaon / Gurugram

18-20 Yrs

₹ 60-70 LPA

Finance Controller

Gurgaon / Gurugram

14-17 Yrs

Not Disclosed

Head Operations

Gurgaon / Gurugram

10-15 Yrs

₹ 22.5-25 LPA

Explore more jobs
Operations Executive
10 salaries
unlock blur

₹1.2 L/yr - ₹3.8 L/yr

Executive
8 salaries
unlock blur

₹3.4 L/yr - ₹4 L/yr

Data Analyst
8 salaries
unlock blur

₹2 L/yr - ₹7 L/yr

Senior Executive
7 salaries
unlock blur

₹3.2 L/yr - ₹4.1 L/yr

MIS Executive
6 salaries
unlock blur

₹2.2 L/yr - ₹3.5 L/yr

Explore more salaries
Compare Fia Technology Services with

Experian

3.9
Compare

LenDenClub

3.0
Compare

IG Group

3.1
Compare

Uni Cards

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