Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Future SolutionZ Team. If you also belong to the team, you can get access from here

Future SolutionZ Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Future SolutionZ Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Business Analyst - Digital Banking Interview Questions & Answers

Tonik user image Anonymous

posted on 17 Feb 2025

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Banking discussion on Products
  • Q2. Technical
Round 2 - Technical 

(1 Question)

  • Q1. Technical discussion about banking
Round 3 - Technical 

(1 Question)

  • Q1. Payments on digital
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Exam 

(2 Questions)

  • Q1. Quantitative Aptitude, Reasoning, English and General Awareness
  • Q2. Professional Knowledge based questions .
Round 2 - One-on-one 

(2 Questions)

  • Q1. Technical questions
  • Q2. HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - I got a chance to interview after clearing the exam and my interview went well. They asked me a mix of all types of technical and HR questions. But still in the final list my name was not there. They did not even select the number they had advertised for. I was disheartened obviously but then I did some research. I found that they do this quite often- post advertisements but do not hire people. A person clears the exam, proves his capability and is selected for interview among 100s of other candidates who appeared, so how come IPPB is unable to shortlist. It feels false play just to collect fees who no sufficient hiring is done. My honest advise is DO NOT WASTE TIME APPLYING HERE.

Product Data Scientist Interview Questions & Answers

MBB LABS user image Pruthvi Kiran Pokala

posted on 24 Oct 2024

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement

Round 1 - Technical 

(2 Questions)

  • Q1. Tell us about your projects
  • Ans. 

    I have worked on projects involving predictive modeling, natural language processing, and recommendation systems.

    • Developed a predictive model to forecast customer churn for a telecom company

    • Implemented a sentiment analysis tool using NLP techniques to analyze customer reviews

    • Built a recommendation system for an e-commerce platform to personalize product recommendations

  • Answered by AI
  • Q2. How would you tackle a Recommendation engine

Skills evaluated in this interview

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

(1 Question)

  • Q1. Can you describe your work experience in your last company?
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Group id in kafka consumer configuration
  • Ans. 

    Group id is a unique identifier for a group of consumers in Kafka consumer configuration.

    • Group id helps in coordinating the consumption of messages among multiple consumers in a consumer group.

    • Each consumer group should have a unique group id to ensure proper message distribution.

    • Changing the group id will result in the consumer group starting consumption from the beginning of the topic.

    • Group id is specified in the con...

  • Answered by AI
  • Q2. Recursive algorithm for multiplying 2 numbers
  • Ans. 

    Recursive algorithm for multiplying 2 numbers

    • Define a base case for when one of the numbers is 0

    • Use recursion to repeatedly add the second number to the result until the first number reaches 0

    • Consider handling negative numbers and optimizing for efficiency

  • Answered by AI
  • Q3. Spring filters implementation
  • Ans. 

    Spring filters are used to intercept HTTP requests and responses in a Spring application.

    • Spring filters can be used for logging, authentication, authorization, etc.

    • They are implemented using the javax.servlet.Filter interface.

    • Filters can be configured in the web.xml file or using annotations like @WebFilter.

    • Example: Implementing a logging filter to log incoming requests and outgoing responses.

  • Answered by AI
  • Q4. SQL query for first 5 biggest salaries
  • Ans. 

    SQL query to retrieve the first 5 biggest salaries from a table

    • Use the ORDER BY clause to sort salaries in descending order

    • Use the LIMIT clause to limit the results to the first 5 rows

  • Answered by AI

Skills evaluated in this interview

Senior JAva API Developer Interview Questions & Answers

Westpac user image Anonymous

posted on 16 Sep 2024

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

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How would you build a high performing REST service, that calls a downstream API meant for "Notification" service? [Hint: Async service calls]
  • Ans. 

    To build a high performing REST service for Notification API calls, use asynchronous service calls.

    • Use asynchronous programming techniques like CompletableFuture or reactive programming to make non-blocking service calls.

    • Implement circuit breakers and timeouts to handle potential failures and prevent cascading failures.

    • Optimize the service by tuning thread pools, connection pools, and caching mechanisms.

    • Consider using ...

  • Answered by AI
  • Q2. How would you test your REST API, while the downstream API that you are calling is not ready for test yet? [Hint: Mocks in Mockito]
  • Ans. 

    Use Mockito to create mock objects for downstream API testing.

    • Create a mock object using Mockito for the downstream API

    • Define the behavior of the mock object to simulate responses

    • Inject the mock object into the test environment to simulate the downstream API calls

    • Write test cases to verify the functionality of the REST API using the mock object

  • Answered by AI

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What design pattern you usually used?
  • Ans. 

    I usually use the MVC (Model-View-Controller) design pattern in my projects.

    • Separates the application into three main components: Model (data), View (UI), and Controller (logic)

    • Promotes code reusability, modularity, and maintainability

    • Examples: Laravel framework in PHP, Spring framework in Java

  • Answered by AI
  • Q2. What is the difference between array and arraylist
  • Ans. 

    Array is a fixed-size data structure while ArrayList is a dynamic-size data structure in Java.

    • Array is a fixed-size collection of elements of the same data type, while ArrayList is a dynamic-size collection that can grow or shrink.

    • Arrays can store primitive data types and objects, while ArrayList can only store objects.

    • Arrays require a specified size during initialization, while ArrayList can dynamically resize itself.

    • ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
-
Result
No response

I was interviewed in Mar 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself?
  • Ans. 

    Experienced internal auditor with a strong background in risk management and compliance.

    • Over 8 years of experience in internal audit

    • Skilled in identifying and mitigating risks

    • Strong knowledge of regulatory compliance

    • Led successful audits for Fortune 500 companies

    • Certified Internal Auditor (CIA)

  • Answered by AI
  • Q2. Tell me present and expecyed salary?
  • Ans. 

    I am currently earning $80,000 and I am looking for a salary in the range of $90,000 to $100,000 for this position.

    • Current salary: $80,000

    • Expected salary range: $90,000 - $100,000

    • Open to negotiation based on benefits and responsibilities

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Not so professional. Third and final round scheduled on 2nd August,2024 at 11.00. At 10.15 HR called for postponement of Interview. They are not picking calls or respond to email. Think multiple time before attending interview. As per their staff they are not good in giving increment also ( not sure).
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I was interviewed before Nov 2018.

Interview Questionnaire 

4 Questions

  • Q1. Hr round ..is salary discussion round
  • Q2. Very less salary hike
  • Q3. Share ur previous experience ,how will you deal with this situation
  • Q4. How will you deal with the customer
  • Ans. 

    I will deal with customers by being empathetic, understanding, and providing solutions to their problems.

    • Listen actively to the customer's concerns and show empathy

    • Offer solutions or alternatives to resolve the issue

    • Maintain a professional and respectful attitude at all times

    • Follow up with the customer to ensure satisfaction

    • Document all interactions and resolutions for future reference

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It is a very bad company.....no job security,. politics is everywhere in this company.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I was interviewed in Mar 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Circuit Breaker Pattern
  • Q2. Java Streams API

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the basics

Future SolutionZ Interview FAQs

How to prepare for Future SolutionZ 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 Future SolutionZ. The most common topics and skills that interviewers at Future SolutionZ expect are Personal Loans, Business Loan, Banking Sales, Telecalling and Team Handling.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all

Future SolutionZ Reviews and Ratings

based on 4 reviews

2.8/5

Rating in categories

2.7

Skill development

2.8

Work-life balance

2.7

Salary

2.8

Job security

2.7

Company culture

2.7

Promotions

2.8

Work satisfaction

Explore 4 Reviews and Ratings
Sales Coordinator
3 salaries
unlock blur

₹2.2 L/yr - ₹2.4 L/yr

Business Development Executive Officer
3 salaries
unlock blur

₹4.5 L/yr - ₹4.5 L/yr

Explore more salaries
Compare Future SolutionZ with

Tech Mahindra

3.5
Compare

Wipro

3.7
Compare

Infosys

3.6
Compare

TCS

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