Filter interviews by
I applied via Company Website and was interviewed in Apr 2024. There was 1 interview round.
I am a motivated and detail-oriented finance student with a strong interest in investment management.
Currently pursuing a degree in finance
Completed relevant coursework in investment analysis and portfolio management
Previous internship experience in financial services industry
Strong analytical and problem-solving skills
I recently read the book 'The Great Gatsby' by F. Scott Fitzgerald.
The Great Gatsby is a classic novel set in the 1920s Jazz Age
The story follows the mysterious millionaire Jay Gatsby and his obsession with Daisy Buchanan
Themes of love, wealth, and the American Dream are explored throughout the book
I applied via Campus Placement and was interviewed in Mar 2024. There were 2 interview rounds.
The test carried 7 sections of aptitude with no negative markings and the questions were also easy with time duration of 1 hours which was to be used for the coding round also
Basic understanding was checked, if basics are clear of DSA and computer science fundamentals then very easy to crack
I was interviewed in Jan 2021.
Round duration - 100 minutes
Round difficulty - Easy
Test started at 04:00 PM sharp and complete the same by 06:00 PM.
The test duration is 1 hour 40 minutes.
Environment (Amcat) is user friendly.
Web cam and mic were enabled
The main idea behind this approach is to use recursion. The idea is to compare the first character of the string A[i..j] with its last character. There are two possibilities:
Round duration - 45 minutes
Round difficulty - Hard
Interview stared at 11:00 am and went for 90 min.
Interview was held in zoom
Environment was very much user friendly
Keeping in mind the fact that both node and its children can not be considered for the maximum sum at the same time, we know that if we take a node into our sum, then we will directly call recursively for its grandchildren, OR if we don't take the node into our consideration, we will call for its child nodes and finally consider the maximum sum from both these results.
Considering the above idea, ...
There are 3 mislabeled jars, with apple and oranges in the first and second jar respectively. The third jar contains a mixture of apples and oranges. You can pick as many fruits as required to...
Tip 1 : practice on gfg and coding ninjas
Tip 2 : compete on codechef and codeforces
Tip 3 : learn DSA and practice regularly
Tip 1 : put your entire valuable experience in brief
Tip 2 : put the handle of you competitive coding profiles
Tip 3 : try to put those things that really attracts the recruiter, will be better if your past experiences relates to the company
I was interviewed in Nov 2020.
Round duration - 120 minutes
Round difficulty - Easy
This round consisted of 4 sections, namely,
1. English
2. Technical MCQs
3. Coding
4. Algorithms
1. English: This section consisted of 10 questions in all(Time limit was 15min). 5 questions were based on a given passage which were of moderate level. Remaining questions were on vocabulary, error correction and phrases which were easy to moderate.
2. Technical MCQs: This section consisted of 20 technical questions(Time limit was 30min). Questions were mainly on simple SQL commands, Tracing the output of recursive or iterative code snippet, basics of networking(components of IP address), Output of a given algorithm, output of a given code snippet. This round was of moderate level.
3. Coding: In this section we were supposed to solve two coding questions in 60min. First question was simple which was based on basic operations on a 2D matrix. The second question was of moderate level. It was one of the well known problems, 'The longest increasing substring'.
4. Algorithm: This section had two questions(Time limit was 15min). We were required to design a suitable algorithm and type that for the given problem statement. The questions were
a. Add two polynomials as linked lists(Problem URL: shorturl.at/dPVX5)
b. Conversion of an infix expression to postfix(Problem URL: shorturl.at/ltDG6)
we were required to write algorithms for the above problems
This online screening test was conducted on 29th of October from 4PM to 6PM. It was conducted on HirePro platform and it was audio and video proctored. Switching tabs were not allowed.
We have a simple brute force solution for this problem.
O(1).
Constant space is used.
Time Complexity: OtherExplanation:O(N ^ 2 * log(N ^ 2)), where N is t...
Step 1: Brute did not work for me.
Step 2: DP solution was expected.
Round duration - 30 minutes
Round difficulty - Medium
This round was purely technical. It was scheduled for me from 9AM. Most questions focused on OOP in C++/java.
First I was asked to explain Dynamic binding in OOP with a suitable code snippet. Then a code was shown by the interviewer and i was asked to verify if it was an example of static or dynamic binding.
Then, I was asked about synchronization in java and to explain various methods to bring in synchronization in a multi-threaded program in java.
Then i was asked about rand() function in C++. I was asked to write a suitable code to demonstrate rand() function and explain srand() too.
I was then asked to solve the problem: Find the second largest element in an unsorted array without sorting
Then i was asked to explain about a project which i had done.
Next I was asked few questions on basics of HTML and CSS.
a) Duplicate elements...
I said that i would find the largest element using brute force, delete it and again find the largest element to find the second largest element.
Tip 1 : Master all the OOP concepts
Tip 2 : Be very confident while giving the interview
Tip 3 : Be very true in the resume
Tip 1 : Mention only those thing which you have done honestly in resume.
Tip 2 : Keep it simple and one paged.
Fidelity International interview questions for popular designations
posted on 28 Jun 2024
I applied via LinkedIn and was interviewed in May 2024. There were 3 interview rounds.
My design process involves research, ideation, prototyping, testing, and iteration to create user-centered solutions.
Research: Gather information about user needs, market trends, and competition.
Ideation: Brainstorm and generate ideas for potential solutions.
Prototyping: Create low-fidelity and high-fidelity prototypes to visualize concepts.
Testing: Conduct user testing to gather feedback and iterate on designs.
Iterati...
Whatever the prompt, is deliver it to perfection, everything is scrutinised.
I applied via Campus Placement and was interviewed before Dec 2023. There were 2 interview rounds.
The topics allotted for the group discussion were general enough to ensure that all contestants had the opportunity to present their thoughts.
DCF modeling is essential in fixed income product industry for valuing bonds and other securities based on their future cash flows.
DCF modeling helps in determining the present value of future cash flows from fixed income securities.
It takes into account factors like interest rates, bond maturity, and credit risk to calculate the fair value of bonds.
DCF modeling is crucial for pricing bonds, assessing risk, and making ...
The spread between government securities and corporate bonds typically varies based on factors such as credit risk, maturity, and market conditions.
The spread between government securities and corporate bonds is influenced by the credit risk associated with the corporate bond issuer. Higher credit risk typically leads to a wider spread.
Maturity also plays a role in determining the spread, with longer-term bonds general...
posted on 26 Sep 2023
The linkage between the 3 financial analysis involves understanding how the income statement, balance sheet, and cash flow statement are interconnected.
Income statement shows the company's profitability over a period of time.
Balance sheet provides a snapshot of the company's financial position at a specific point in time.
Cash flow statement tracks the inflow and outflow of cash within the company.
Changes in one stateme...
CFO stands for Cash Flow from Operations. It is a measure of a company's ability to generate cash from its core business activities.
CFO is calculated by starting with net income and adding back non-cash expenses (such as depreciation and amortization) and adjusting for changes in working capital.
Formula: CFO = Net Income + Non-cash Expenses + Changes in Working Capital
CFO is a key metric used by investors and analysts ...
posted on 27 Feb 2024
I applied via LinkedIn and was interviewed in Aug 2023. There was 1 interview round.
Test cases for a pen
Verify that the pen writes smoothly on paper
Check if the pen's ink is visible and does not smudge
Ensure that the pen's cap can be easily removed and replaced
Test if the pen's clip is sturdy and functional
Verify that the pen's grip is comfortable to hold
posted on 30 May 2024
I applied via Referral and was interviewed before May 2023. There was 1 interview round.
Some of the top questions asked at the Fidelity International interview for freshers -
The duration of Fidelity International interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 541 reviews
Rating in categories
Gurgaon / Gurugram,
Delhi/Ncr
4-7 Yrs
₹ 12-22 LPA
Senior Programmer Analyst
451
salaries
| ₹9 L/yr - ₹27.5 L/yr |
Programmer Analyst
305
salaries
| ₹7.5 L/yr - ₹17.6 L/yr |
Technical Specialist
210
salaries
| ₹16.8 L/yr - ₹39 L/yr |
Associate
180
salaries
| ₹3 L/yr - ₹7 L/yr |
Senior Associate
154
salaries
| ₹4.3 L/yr - ₹10.6 L/yr |
Fidelity Investments
Blackrock
Vanguard
State Street Global Advisors