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 Senior Research Associate Interview Questions and Answers

Updated 3 Apr 2024

Futures First info Services Senior Research Associate Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is the probability of getting heads if you flip and biased coin
  • Ans. 

    The probability of getting heads when flipping a biased coin depends on the bias of the coin.

    • The probability of getting heads can be calculated by dividing the number of favorable outcomes (heads) by the total number of possible outcomes (heads + tails).

    • For example, if a biased coin has a 70% chance of landing on heads, the probability of getting heads would be 0.7 or 70%.

    • The probability can range from 0 to 1, with 0 i...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Read about quantitative and probability questions

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Explain your Project?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(4 Questions)

  • Q1. All scenario based
  • Q2. Where do you see yourself in 5 years?
  • Q3. In difficult situation what you do?
  • Q4. Are you a team person?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. What is difference between @primary and @Qualifier?
  • Ans. 

    Primary is used to define a primary bean when multiple beans of the same type are present, while Qualifier is used to specify which bean to autowire when multiple beans of the same type are present.

    • Primary annotation is used to give a higher preference to a bean when multiple beans of the same type are present in the Spring application context.

    • Qualifier annotation is used to specify which bean to autowire when multiple...

  • Answered by AI
  • Q2. How we can handle fault tolerance in Microservices?
  • Ans. 

    Fault tolerance in Microservices can be achieved through redundancy, graceful degradation, and circuit breakers.

    • Implementing redundancy by having multiple instances of each microservice running to handle failures.

    • Using graceful degradation to ensure that the system can still function even if certain microservices are unavailable.

    • Utilizing circuit breakers to prevent cascading failures by temporarily stopping requests t

  • Answered by AI
  • Q3. How to implement spring security?
  • Ans. 

    Implementing Spring Security involves configuring security settings in the Spring application.

    • Add Spring Security dependency in pom.xml

    • Configure security settings in SecurityConfig class

    • Define user roles and permissions

    • Use annotations like @EnableWebSecurity and @Secured

  • Answered by AI
  • Q4. Explain OAuth 2 implementation?
  • Ans. 

    OAuth 2 is an authorization framework that allows a third-party application to obtain limited access to an HTTP service.

    • OAuth 2 is used for delegated access, allowing a user to grant a third-party application access to their resources without sharing their credentials.

    • It involves the use of access tokens, which are issued by the authorization server after the user authenticates and authorizes the application.

    • OAuth 2 su...

  • Answered by AI
Round 2 - Technical 

(3 Questions)

  • Q1. Memory management in Java ?
  • Ans. 

    Java uses automatic memory management through garbage collection to allocate and deallocate memory.

    • Java uses garbage collection to automatically manage memory by deallocating objects that are no longer needed.

    • The JVM has a heap where objects are allocated and garbage collection is performed to reclaim memory.

    • Java provides the 'finalize()' method for objects to perform cleanup before they are garbage collected.

    • Memory le...

  • Answered by AI
  • Q2. Different types of gc?
  • Ans. 

    Different types of garbage collection algorithms in software development.

    • Mark and Sweep: Identifies and removes unreachable objects.

    • Generational: Divides objects into different generations based on age.

    • Parallel: Uses multiple threads to perform garbage collection concurrently.

    • Incremental: Spreads garbage collection work over multiple cycles to reduce pause times.

  • Answered by AI
  • Q3. Difference between executors &executorservice?
  • Ans. 

    Executors are a class that provides factory and utility methods for Executor, ExecutorService is an interface that represents an asynchronous execution service.

    • Executors class provides factory and utility methods for Executor interface

    • ExecutorService is an interface that represents an asynchronous execution service

    • ExecutorService extends Executor interface

    • ExecutorService provides methods to manage termination and produ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - More focus on core topics

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Arraylist find duplicate
  • Ans. 

    Find duplicates in an ArrayList of strings.

    • Iterate through the ArrayList and use a HashSet to keep track of seen elements.

    • If an element is already in the HashSet, it is a duplicate.

    • Store the duplicates in a separate ArrayList or print them directly.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic process related questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Questions on professional experience
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Apr 2023. There were 3 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 - HR 

(1 Question)

  • Q1. Explain your favourite memory
Round 3 - One-on-one 

(1 Question)

  • Q1. Introduction and experience
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

The aptitude test contained questions regarding financial concepts and logical reasoning.

Round 2 - Technical 

(1 Question)

  • Q1. What do you know about Venture Capital.
  • Ans. 

    Venture capital is a type of private equity financing that investors provide to startup companies and small businesses that are believed to have long-term growth potential.

    • Venture capital is typically provided by professional investors or firms to startups and small businesses.

    • Investors in venture capital expect high returns on their investments, often through an eventual sale of the company or an initial public offeri...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Discussion about the salary
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Reasoning, maths, typing test

Round 2 - One-on-one 

(1 Question)

  • Q1. Basic questions of finance field
Round 3 - One-on-one 

(1 Question)

  • Q1. Situational questions
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Basic aptitude questions, related to finance & role specific questions.

Interview Preparation Tips

Topics to prepare for Morningstar Associate interview:
  • Finance
  • Python

Futures First info Services Interview FAQs

How many rounds are there in Futures First info Services Senior Research Associate interview?
Futures First info Services interview process usually has 1 rounds. The most common rounds in the Futures First info Services interview process are Technical.

Tell us how to improve this page.

Futures First info Services Senior Research Associate Interview Process

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
TresVista Interview Questions
2.8
 • 115 Interviews
Pine Labs Interview Questions
3.4
 • 114 Interviews
Mr Cooper Interview Questions
4.0
 • 88 Interviews
Synchrony Interview Questions
4.3
 • 79 Interviews
Axis Direct Interview Questions
3.8
 • 79 Interviews
View all
Market Analyst
345 salaries
unlock blur

₹6 L/yr - ₹15.6 L/yr

Financial Marketing Analyst
25 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.2
Compare
Did you find this page helpful?
Yes No
write
Share an Interview