Upload Button Icon Add office photos

Filter interviews by

Shriram Fortune Solutions Interview Questions and Answers for Freshers

Updated 28 May 2024

Shriram Fortune Solutions Interview Experiences for Freshers

Popular Designations

1 interview found

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

I applied via Company Website and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. Asking about you is a way to break the ice at an interview and make you feel more comfortable. It's also a ...
  • Answered Anonymously
  • Q2. Why do you want this job?
  • Ans. What They Want to Know: Why did you apply for this position? What do you find most interesting about the job and the organization ...
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Best company in the world Shriram fortune Delivering prosperity bot salary is let salary credit date is 12-23-14 please makeup salary date is month fast date 5-6 day credit in account please 🙏🏻

Insurance Adviser Interview Questions asked at other Companies

Q1. How to tell people about insurance
View answer (2)

Jobs at Shriram Fortune Solutions

View all

Interview questions from similar companies

I applied via Approached by Company and was interviewed before Aug 2021. 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 

(1 Question)

  • Q1. Background, customer handling quality, working experiences and current market scenario and knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear and specific and do not show over of yourself.

Interview Questionnaire 

1 Question

  • Q1. About whole topic of stock market

Interview Preparation Tips

Interview preparation tips for other job seekers - Always keep the same topic on the interview, on which you are expert so that he does not go to that topic, which you know less about. And he thought u know everything....

I applied via Recruitment Consultant and was interviewed before Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Would you like to be a part of a team that does financial loans and services?

Interview Preparation Tips

Interview preparation tips for other job seekers - The above is a one question as many questions are asked,some basic questions are bio data,complete resume,and interview.
The interview usually takes place in the morning and before afternoon all the candidates should be ready to attend the interview,so interviews can be conducted till the end of afternoon.The interview time usually varies from one person to an another.i.e.deserving candidates are interviewed for a longer time.Almost any designation here requires some good physical strength as travel is must and is a mandatory question that has to be yes to proceed to the next question.Having good communication skill is very necessary for any job,also a certificate is an added skill.
Skill set other than communication skills are customer handling,adhering to seniors and getting the desired target along with good idea on fin-tech can be a reason to get a better placement here.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 2022. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Past experience, hni clients handling.
  • Q2. Life insurance sales

Interview Preparation Tips

Interview preparation tips for other job seekers - Explain your experience.
You should have life insurance sales experience

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

I applied via Referral and was interviewed before Dec 2021. 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. Normal Question Take it easy
  • Q2. General questions so take it easy

Interview Preparation Tips

Interview preparation tips for other job seekers - Direct interview with Your Reporting manager, after then interview with Sr. manager. General questions in interview....So don't worry..

I applied via Referral and was interviewed before Jun 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Tell me something about yourself ?
  • Q2. Why do you want to join this company ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident , whatever they ask

I appeared for an interview in Jun 2021.

Interview Questionnaire 

2 Questions

  • Q1. About share marketing.
  • Q2. Regarding SIP

Interview Preparation Tips

Interview preparation tips for other job seekers - knowledge about share marketing, Previous job experiences and works.
They will check your attitude confidence and your work fashion answer there questions with full confidence.

I applied via Recruitment Consultant and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Why do you want to join kotak securities?
  • Ans. 

    I want to join Kotak Securities for its innovative approach, strong market presence, and commitment to client success.

    • Kotak Securities has a strong reputation in the financial services industry, which aligns with my career goals.

    • The company's focus on technology and innovation, such as its user-friendly trading platform, excites me.

    • I admire Kotak's commitment to customer service and financial literacy, which resonates ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't panic.keep calm.all the best

Shriram Fortune Solutions Interview FAQs

How many rounds are there in Shriram Fortune Solutions interview for freshers?
Shriram Fortune Solutions interview process for freshers usually has 1 rounds. The most common rounds in the Shriram Fortune Solutions interview process for freshers are HR.
How to prepare for Shriram Fortune Solutions 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 Shriram Fortune Solutions. The most common topics and skills that interviewers at Shriram Fortune Solutions expect are Communication Skills and Teaching English.
What are the top questions asked in Shriram Fortune Solutions interview for freshers?

Some of the top questions asked at the Shriram Fortune Solutions interview for freshers -

  1. All the required questions but company is froud . He is not giving the salary w...read more
  2. What is Fixed deposit rate current...read more
  3. About some basic Questions about insura...read more

Tell us how to improve this page.

Shriram Fortune Solutions Interview Process for Freshers

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Morningstar Interview Questions
3.9
 • 244 Interviews
Kotak Securities Interview Questions
3.6
 • 116 Interviews
Mr Cooper Interview Questions
4.0
 • 88 Interviews
Axis Direct Interview Questions
3.8
 • 79 Interviews
Synchrony Interview Questions
4.3
 • 78 Interviews
CSC Interview Questions
3.5
 • 57 Interviews
View all

Shriram Fortune Solutions Reviews and Ratings

based on 174 reviews

4.0/5

Rating in categories

3.7

Skill development

3.8

Work-life balance

3.6

Salary

3.8

Job security

3.8

Company culture

3.5

Promotions

3.7

Work satisfaction

Explore 174 Reviews and Ratings
Back Office Executive

Kolkata

Not Disclosed

Explore more jobs
Business Development Manager
56 salaries
unlock blur

₹1.8 L/yr - ₹4.2 L/yr

Branch Manager
31 salaries
unlock blur

₹3.8 L/yr - ₹6.2 L/yr

Senior Business Development Manager
14 salaries
unlock blur

₹2.2 L/yr - ₹5 L/yr

Branch Head
13 salaries
unlock blur

₹2.6 L/yr - ₹5.4 L/yr

Customer Service Executive
13 salaries
unlock blur

₹1.2 L/yr - ₹2.5 L/yr

Explore more salaries
Compare Shriram Fortune Solutions with

Axis Direct

3.8
Compare

Kotak Securities

3.6
Compare

Morningstar

3.9
Compare

Synchrony

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