Upload Button Icon Add office photos

Fidelity International

Compare button icon Compare button icon Compare

Filter interviews by

Fidelity International Software Developer Interview Questions and Answers

Updated 11 Jul 2022

Fidelity International Software Developer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Tell me about yourself?
  • Q2. What is the mean of RPA?
  • Ans. 

    RPA stands for Robotic Process Automation.

    • RPA is a technology that uses software robots to automate repetitive tasks.

    • It can be used to automate tasks such as data entry, invoice processing, and customer service.

    • RPA can help increase efficiency, reduce errors, and free up employees to focus on more complex tasks.

    • Popular RPA tools include UiPath, Automation Anywhere, and Blue Prism.

  • Answered by AI
  • Q3. Short description of my major project?
Round 2 - One-on-one 

(2 Questions)

  • Q1. How can we decide the time line of project? And what are the parameters for it.
  • Ans. 

    Project timeline can be decided based on project scope, resources, team size, complexity, and risk factors.

    • Define project scope and deliverables

    • Assess available resources and team size

    • Consider project complexity and risk factors

    • Create a detailed project plan with milestones and deadlines

    • Regularly review and adjust the timeline as needed

  • Answered by AI
  • Q2. Are you aware about agile methodology? Can you please describe about Jira Story.
  • Ans. 

    Jira Story is a feature or functionality that needs to be developed and delivered in an Agile project using Jira software.

    • Jira Story is a user story that describes a feature or functionality from the user's perspective.

    • It is written in a specific format, including a title, description, acceptance criteria, and estimation points.

    • Jira Story is used to track the progress of the development team and ensure that the project...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why do you want to join fidelity?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest with your answer and resume.
Keep patience it takes lots of time to complete full process.

Skills evaluated in this interview

Interview questions from similar companies

I appeared for an interview before Dec 2020.

Round 1 - Coding Test 

(3 Questions)

Round duration - 90 minutes
Round difficulty - Medium

The round consisted of 3 coding Questions and 20 Technical MCQs.

  • Q1. 

    Connect Ropes Problem Statement

    Given a number of ropes denoted as 'N' and an array containing the lengths of these ropes, your task is to connect the ropes into one single rope. The cost to connect two r...

  • Ans. 

    The task is to find the minimum cost required to connect all the ropes by summing their lengths.

    • Iterate through the ropes and connect the two shortest ropes at each step to minimize cost

    • Use a priority queue to efficiently find the shortest ropes

    • Keep track of the total cost as you connect the ropes

    • Example: For input [4, 3, 2, 6], connect 2 and 3 (cost 5), then connect 4 and 5 (cost 9), then connect 9 and 6 (cost 15) for

  • Answered by AI
  • Q2. 

    Idempotent Matrix Verification

    Determine if a given N * N matrix is an idempotent matrix. A matrix is considered idempotent if it satisfies the following condition:

    M * M = M

    Input:

    The first line cont...
  • Ans. 

    Check if a given matrix is idempotent by verifying if M * M = M.

    • Iterate through the matrix and multiply it with itself to check if it equals the original matrix.

    • If the condition M * M = M is satisfied, then the matrix is idempotent.

    • If the condition is not satisfied, then the matrix is not idempotent.

  • Answered by AI
  • Q3. 

    Sum of LCM Problem Statement

    Given an integer 'N', calculate and print the sum of the least common multiples (LCM) for each integer from 1 to N with N.

    The sum is represented as:
    LCM(1, N) + LCM(2, N) + ....

  • Ans. 

    Calculate and print the sum of least common multiples (LCM) for each integer from 1 to N with N.

    • Iterate from 1 to N and calculate LCM of each number with N

    • Add all the calculated LCM values to get the final sum

    • Return the sum for each test case

  • Answered by AI
Round 2 - Coding Test 

Round duration - 120 minutes
Round difficulty - Medium

This round is a Long Coding Round. Every Candidate was assigned with a mentor who guides them, We were given a real-life scenario for which we have to construct a database with required tables. We should draw an ER Diagram to demonstrate the Database. After the Database Completion, We have to Start Coding the Application. The Design(like Placing the button or background colour) is not given much importance. They mainly test the practical knowledge of candidates in OOPS and expertise in a C, C++, Java, Android or any other language were OOPS Concepts can be applied.

Round 3 - Video Call 

(1 Question)

Round duration - 180 Minutes
Round difficulty - Medium

This Round is a technical Interview. I was asked Questions to test my Technical Knowledge.

  • Q1. 

    Sort 0 1 2 Problem Statement

    Given an integer array arr of size 'N' containing only 0s, 1s, and 2s, write an algorithm to sort the array.

    Input:

    The first line contains an integer 'T' representing the n...
  • Ans. 

    Sort an array of 0s, 1s, and 2s in linear time complexity.

    • Use three pointers to keep track of 0s, 1s, and 2s while iterating through the array.

    • Swap elements based on the values encountered to sort the array in-place.

    • Time complexity of the algorithm should be O(N) where N is the size of the array.

  • Answered by AI
Round 4 - HR 

Round duration - 20 Minutes
Round difficulty - Easy

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Developer in ChennaiEligibility criteria7 CGPAMr. Cooper interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, Dynamic Programming, OOPS, Database Management SystemTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Do Atleast 2 Projects
Tip 2 : Be Strong in what you have in your resume
Tip 3 : Be Confident and Polite

Application resume tips for other job seekers

Tip 1 : Keep it Short to one or two pages
Tip 2 : Keep it standout..as it is what projects you uniquely.

Final outcome of the interviewRejected

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Jul 2022. There were 6 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 - Aptitude Test 

Simple aptitude test ............

Round 3 - Coding Test 

3 question leetcode medium .......

Round 4 - Technical 

(1 Question)

  • Q1. Basic programming based questions
Round 5 - Technical 

(1 Question)

  • Q1. Project based questions
Round 6 - HR 

(1 Question)

  • Q1. Basic personal questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Feb 2025.

Round 1 - Coding Test 

Duration 3 hours topics medium level coding from hackerearth

Round 2 - Technical 

(2 Questions)

  • Q1. Long programming
  • Q2. Er diagrams

Interview Preparation Tips

Interview preparation tips for other job seekers - hard work brings success much more than we expect
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Aptitude Test 

ROUND 1 is an mcq based and they asked to solve 3 codes with your flexible language like c,c++ etc

Round 3 - long programming 

(1 Question)

  • Q1. They gave a scenario of the project. They are asked to draw the class diagram or ER diagram for that scenario and in between the panels will question u about your diagram. They are very friendly
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed before Apr 2022. There were 3 interview rounds.

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 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a software developer with 5 years of experience in developing web applications using Java and JavaScript.

    • 5 years of experience in software development

    • Proficient in Java and JavaScript

    • Developed web applications using Java and JavaScript

  • Answered by AI
  • Q2. What do you know about our company
  • Ans. 

    Our company is a leading software development firm specializing in creating innovative solutions for various industries.

    • Established in 2005

    • Headquartered in Silicon Valley

    • Known for developing cutting-edge mobile applications

    • Clients include Fortune 500 companies

    • Received multiple industry awards for excellence in software development

  • Answered by AI
Round 3 - Coding Test 

(1 Question)

  • Q1. In this they will give 45 mins to solve a problem

Interview Preparation Tips

Topics to prepare for Mr Cooper Software Developer interview:
  • C
  • C++
  • Java
  • Javascript
  • OOPS
Interview preparation tips for other job seekers - Be prepared to the worst case
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Apr 2023. There were 3 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 - Coding Test 

Apart from the problem solving coding round there was a design round where are tested with out ability to design and execute real life scenarios with various class and functionalities

Round 3 - Technical 

(1 Question)

  • Q1. There was 2 tech rounds of which the first was just a glimpse on everything that one goes through in their CSE degree and the second round is specifically for data structures, SQL
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Not done yet ,test on tomorrow

Round 2 - Technical 

(2 Questions)

  • Q1. Connect the rope problrm
  • Ans. 

    The connect the rope problem involves connecting ropes of different lengths to minimize the cost.

    • Sort the ropes by length

    • Connect the two shortest ropes at a time

    • Repeat the process until all ropes are connected

  • Answered by AI
  • Q2. E 3 dk 4j c4 cj j c k

Interview Preparation Tips

Interview preparation tips for other job seekers - i am fresser
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is linked list
  • Ans. 

    A linked list is a data structure where each element points to the next element in the sequence.

    • Consists of nodes connected by pointers

    • Can be singly linked (each node points to the next) or doubly linked (each node points to the next and previous)

    • Allows for dynamic size and efficient insertion/deletion operations

  • Answered by AI
Round 2 - Coding Test 

Hacker earth problem

Round 3 - HR 

(1 Question)

  • Q1. Ds , oops , sql
Round 4 - HR 

(1 Question)

  • Q1. About me , prefered location

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic Arithmetic Aptitude , Computer Application and SQL

Round 2 - System Design 

(1 Question)

  • Q1. Create a Fitness Tracking Application
  • Ans. 

    A fitness tracking application to monitor and track user's physical activities and progress.

    • Include features like tracking steps, calories burned, distance traveled, and workout sessions.

    • Allow users to set goals, view progress charts, and receive notifications for reminders.

    • Integrate with wearable devices like Fitbit or Apple Watch for real-time data syncing.

    • Provide social sharing options to motivate users and compete ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Mr Cooper Software Developer interview:
  • System Design
  • SQL
  • OOPS

Skills evaluated in this interview

Fidelity International Interview FAQs

How many rounds are there in Fidelity International Software Developer interview?
Fidelity International interview process usually has 3 rounds. The most common rounds in the Fidelity International interview process are Technical, One-on-one Round and HR.
What are the top questions asked in Fidelity International Software Developer interview?

Some of the top questions asked at the Fidelity International Software Developer interview -

  1. How can we decide the time line of project? And what are the parameters for ...read more
  2. Are you aware about agile methodology? Can you please describe about Jira Sto...read more
  3. What is the mean of R...read more

Tell us how to improve this page.

Fidelity International Software Developer Salary
based on 13 salaries
₹6.8 L/yr - ₹18 L/yr
38% more than the average Software Developer Salary in India
View more details

Fidelity International Software Developer Reviews and Ratings

based on 5 reviews

4.2/5

Rating in categories

2.8

Skill development

2.1

Work-life balance

2.3

Salary

4.2

Job security

2.3

Company culture

2.3

Promotions

3.0

Work satisfaction

Explore 5 Reviews and Ratings
Senior Programmer Analyst
460 salaries
unlock blur

₹9.5 L/yr - ₹30 L/yr

Programmer Analyst
322 salaries
unlock blur

₹7 L/yr - ₹18.5 L/yr

Technical Specialist
226 salaries
unlock blur

₹16.8 L/yr - ₹45 L/yr

Associate
188 salaries
unlock blur

₹3 L/yr - ₹7 L/yr

Senior Associate
167 salaries
unlock blur

₹4.8 L/yr - ₹12 L/yr

Explore more salaries
Compare Fidelity International with

Fidelity Investments

4.2
Compare

Apex Group

2.7
Compare

Morningstar

3.9
Compare

Kroll

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