Upload Button Icon Add office photos
Engaged Employer

i

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

Futures First info Services Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Futures First info Services Software Developer Interview Questions and Answers

Updated 10 May 2015

Futures First info Services Software Developer Interview Experiences

1 interview found

Interview Questionnaire 

7 Questions

  • Q1. Choose between Mahatma Gandhi and Subhash Chandra Bose.
  • Ans. 

    Both Mahatma Gandhi and Subhash Chandra Bose were important figures in India's struggle for independence.

    • Mahatma Gandhi was a non-violent activist who led the Indian National Congress and played a key role in India's independence movement.

    • Subhash Chandra Bose was a militant nationalist who formed the Indian National Army to fight against British rule.

    • Both had different ideologies and approaches towards achieving indepe...

  • Answered by AI
  • Q2. What would you do if you were given 1 lakh and were told to jump off the first floor? 5 lakh for the 2nd floor? 10 for the 3rd floor?
  • Ans. 

    I would not jump off any floor for any amount of money as it is a dangerous and foolish act.

    • I would politely decline the offer and explain that my safety and well-being are more important than any amount of money.

    • Jumping off any floor, regardless of the amount of money offered, is a dangerous and potentially life-threatening act.

    • I would suggest finding a safer and more productive way to earn money.

    • I would also question...

  • Answered by AI
  • Q3. I give you 5 lakhs right now. Go and kiss the girl standing outside. Will you take the risk?
  • Q4. Calculate 12*92 within 15 seconds (without the pen of course)
  • Ans. 

    Answer: 1104

    • Use multiplication rules to simplify calculation

    • Break down numbers into smaller parts

    • Use mental math techniques like rounding and estimation

  • Answered by AI
  • Q5. 657*53 within 15 seconds (again without the pen)
  • Q6. The interviewer asked me the length of the room. I said that it was around 18 feet. He asked me to convince him of the same
  • Q7. Question about finance sector and related to company profile and share trading were asked. Main emphasis was on observation skills and stress testing of students

Interview Preparation Tips

Round: Test
Experience: Two tests completely based on mathematical and logical aptitude and Interviews.
Top 10 rankers of Trade Mogul competition(Trading competition conducted by Future First) are directly called for interview.
Total Questions: 2

Round: Test
Experience: Their sole purpose was to know whether you are capable of handling mathematical calculations easily and quickly. You just need to practice lots of multiplication, division and other simple stuff so that you become quick during the test.
Duration: 30 minutes

Round: HR Interview
Experience: - Choose between Mahatma Gandhi and Subhash Chandra Bose. I personally, would advise you to go for Mahatma Gandhi. If you go for Bose, they will reject you saying that you have a violent side to your personality which of course is not good for them.- What would you do if you were given 1 lakh and were told to jump off the first floor? 5 lakh for the 2nd floor? 10 for the 3rd floor?
Assess the risk in every situation and then using your reasoning, give the answer. I answered that for the amount of money involved i would jump off the 1st and 2nd floors but not the 3rd floor. At maximum I would break my bones or suffer a few fractures which is good enough for the money.
-I give you 5 lakhs right now. Go and kiss the girl standing outside. Will you take the risk?
I said yes I will. She will slap me on the face or maybe get a complaint registered against me with the Dean. It will be a fair deal for the money involved.
-I said, “Sir, my height is about 6 feet. So if I lie down 3 times along the length that should be enough reason for you to get convinced”. So I lied down on the floor along the length of the room thrice.The HR interview was a very different experience for me. I felt that they were looking for a guy who would fit best in their culture and has the ability not only to take risks but also assess it and mitigate it. Besides this they also asked me some HR questions like why should we hire you, what are your goals and why are you suitable for the company. There were few other HR questions as well which were not so different form the regular ones.Overall it was a very good interview experience. They were looking for people who can take risks and were not hesitant to take an initiative and then back their decision with sound thought process.

Skills: Algorithm, maths, Social
College Name: na

Software Developer Jobs at Futures First info Services

View all

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
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - Assignment 

Some question related professional round

Round 2 - Technical 

(1 Question)

  • Q1. Questions related to your techstack round, string
Round 3 - Coding Test 

String ,array, linkedlist

Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and some hr side questions

I applied via Recruitment Consultant and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. C++ basics
  • Q2. Swap words in strings
  • Ans. 

    Swap words in strings

    • Split the string into words

    • Swap the words using a temporary variable

    • Join the words back into a string

  • Answered by AI
  • Q3. Virus contain leetcode

Interview Preparation Tips

Interview preparation tips for other job seekers - Should be good in c++ concepts

Skills evaluated in this interview

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

Futures First info Services Interview FAQs

How to prepare for Futures First info Services Software Developer interview?
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 Futures First info Services. The most common topics and skills that interviewers at Futures First info Services expect are C++, Data Structures and Algorithms, Linux Administration, Market Data and Medical Coding.
What are the top questions asked in Futures First info Services Software Developer interview?

Some of the top questions asked at the Futures First info Services Software Developer interview -

  1. Choose between Mahatma Gandhi and Subhash Chandra Bo...read more
  2. Calculate 12*92 within 15 seconds (without the pen of cour...read more
  3. I give you 5 lakhs right now. Go and kiss the girl standing outside. Will you t...read more

Tell us how to improve this page.

Futures First info Services Software Developer Salary
based on 7 salaries
₹8.4 L/yr - ₹13 L/yr
26% more than the average Software Developer Salary in India
View more details

Futures First info Services Software Developer Reviews and Ratings

based on 2 reviews

4.5/5

Rating in categories

2.5

Skill development

2.5

Work-life balance

5.0

Salary

1.0

Job security

5.0

Company culture

5.0

Promotions

3.0

Work satisfaction

Explore 2 Reviews and Ratings
Experienced Software Developer

Gurgaon / Gurugram

1-5 Yrs

Not Disclosed

Explore more jobs
Market Analyst
345 salaries
unlock blur

₹6 L/yr - ₹15 L/yr

Financial Marketing Analyst
26 salaries
unlock blur

₹8 L/yr - ₹15 L/yr

Analyst
24 salaries
unlock blur

₹6 L/yr - ₹20 L/yr

Market Analyst Trainee
23 salaries
unlock blur

₹10 L/yr - ₹13 L/yr

Market Analyst 2
19 salaries
unlock blur

₹10 L/yr - ₹13 L/yr

Explore more salaries
Compare Futures First info Services with

SBI Cards & Payment Services

3.7
Compare

Axis Direct

3.8
Compare

Kotak Securities

3.6
Compare

Aadhar Housing Finance

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