Fidelity International interview experience Real time questions & tips from candidates to crack your interview

SDE - Intern

Fidelity International
upvote
share-icon
3 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 6 months
Topics: Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic Programming, Java
Tip
Tip

Tip 1 : Practice Atleast 250 Questions 
Tip 2 : Focus on OS, DBMS
Tip 3 : Make your concepts clear

Application process
Where: Campus
Resume Tip
Resume tip

Tip 1 : Be honest and confident
Tip 2 : Keep it short and precise

Interview rounds

01
Round
Easy
Online Coding Interview
Duration105 minutes
Interview date1 Feb 2020
Coding problem2

The online test was held on the Hirepro platform. The test had four broad sections (each section was separately timed), namely:

Section 1. English (10 MCQ’s – 15 minutes)- Standard English questions on fill up with an appropriate word, passage comprehension, and synonyms of underlined sections of sentences.

Section 2. Technical (20 MCQ’s – 30 minutes) – Basic CS fundamentals and DSA questions.

Section 3. Coding (2 – 60 minutes) – 2 questions

Easy
30m average time
80% success
0/40
Asked in companies
AdobeOlaWalmart

You are given an input string 'S'. Your task is to find and return all possible permutations of the input string.

Note:
1. The input string may contain the same characters, so there will also be the same permutations.

2. The order of permutation does not matter.
Problem approach

In our recursive function to find all permutations, we can use unordered_set for taking care of duplicate element remaining in the active string. While iterating over the elements of the string, we will check for that element in the unordered_set and if it found then we will skip that iteration or otherwise we will insert that element into unordered_set. As on an average all the unordered_set operations like insert() and find() are in O(1) time then the algorithm time complexity will not change by using unordered_set.

Try solving now

2. Find Minimum Number Of Coins

Easy
15m average time
85% success
0/40
Asked in companies
Goldman SachsMicrosoftAmazon

Given an infinite supply of Indian currency i.e. [1, 2, 5, 10, 20, 50, 100, 500, 1000] valued coins and an amount 'N'.


Find the minimum coins needed to make the sum equal to 'N'. You have to return the list containing the value of coins required in decreasing order.


For Example
For Amount = 70, the minimum number of coins required is 2 i.e an Rs. 50 coin and a Rs. 20 coin.
Note
It is always possible to find the minimum number of coins for the given amount. So, the answer will always exist.
Problem approach

This problem is a simple variation of coin change problem. Here Greedy approach works as the given system is canonical

Try solving now
02
Round
Medium
Face to Face
Duration50 minutes
Interview date2 Feb 2020
Coding problem1

After introducing himself, the interviewer asked for my introduction.
Discussion into my projects (My project was Android Application connected with firebase.).
Simultaneously, he was glancing over my resume and inquiring about the section on achievements and certifications.
 

1. Theory Questions

What do you know about cloud storage?

Problem approach

Tip 1 : Understand OS thoroughly.
Tip 2 : Do practice for SQL queries.

03
Round
Easy
HR Round
Duration40 minutes
Interview date2 Feb 2020
Coding problem1

Basic HR round

1. Basic HR Questions

Any achievement that isn’t related to your studies.
Have you ever been in charge of a team or a project?
Why do you want to work for our company?
What are your strengths?
How do you work as a team or as an individual?
We discussed my project as well.

Problem approach

Tip 1 : Be confident
Tip 2 : Clarify your doubts if any

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
company logo
Full Stack Engineering Intern
3 rounds | 3 problems
Interviewed by Fidelity International
1429 views
1 comments
0 upvotes
company logo
SDE - Intern
2 rounds | 4 problems
Interviewed by Fidelity International
1887 views
0 comments
0 upvotes
company logo
Technology Consultant - Associate
2 rounds | 4 problems
Interviewed by Fidelity International
627 views
0 comments
0 upvotes
company logo
SDE - Intern
2 rounds | 2 problems
Interviewed by Fidelity International
1305 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - Intern
2 rounds | 4 problems
Interviewed by Arcesium
3739 views
0 comments
0 upvotes
company logo
SDE - Intern
3 rounds | 5 problems
Interviewed by Arcesium
2683 views
0 comments
0 upvotes
company logo
SDE - Intern
3 rounds | 5 problems
Interviewed by BNY Mellon
2348 views
0 comments
0 upvotes