Upload Button Icon Add office photos
Engaged Employer

i

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

Fint Solutions Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Fint Solutions Interview Questions and Answers

Updated 18 Jul 2023

Fint Solutions Interview Experiences

Popular Designations

4 interviews found

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

I applied via Approached by Company and was interviewed in Jun 2023. There were 4 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. Basic details round
Round 3 - Technical 

(1 Question)

  • Q1. Based on the requirement
Round 4 - One-on-one 

(1 Question)

  • Q1. All technical and background

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall positive experience, as I really liked the timely updates and interaction by the HR .As these days we don't hear from HR. But tough technical rounds . Manger on one on one round was very nice and polite , he first gave his background and company background which made me feel little easy. Office was cool. Hoping to hear from them soon. Fingers crossed

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Consultant Interview Questions & Answers

user image Anonymous

posted on 30 Jun 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Dec 2022. 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 - Technical 

(1 Question)

  • Q1. Everything is good, it is a clear process.
Round 3 - One-on-one 

(2 Questions)

  • Q1. Everything is good it is a clear process
  • Q2. Nothing specific and it is a structured approach.

Consultant Interview Questions asked at other Companies

Q1. How would you pass an entry for travel expenses incurred and paid by employee and was reimbursed? How would the end to end flow happens
View answer (8)

I applied via Naukri.com and was interviewed in May 2022. 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 - Technical 

(2 Questions)

  • Q1. About project and technology used
  • Q2. About design patterns and principles
Round 3 - Technical 

(2 Questions)

  • Q1. About the requirement of their project
  • Q2. All fullstack development role
  • Ans. 

    A fullstack development role involves working on both the front-end and back-end of an application.

    • Requires knowledge of both front-end and back-end technologies

    • Involves designing and implementing user interfaces

    • Includes developing server-side logic and APIs

    • Requires database management and integration

    • Involves testing and debugging

    • May require knowledge of deployment and hosting

    • Examples: developing a web application usin

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare for all new technologies related to the role you are fit for

Senior Application Developer Interview Questions asked at other Companies

Q1. LRU Cache Design Question Design a data structure for a Least Recently Used (LRU) cache that supports the following operations: 1. get(key) - Return the value of the key if it exists in the cache; otherwise, return -1.2. put(key, value) - I... read more
View answer (1)

I applied via Walk-in and was interviewed in Mar 2022. 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 - HR 

(2 Questions)

  • Q1. WHO ARE YOU? about yourself
  • Q2. Why did you join this company

Interview Preparation Tips

Interview preparation tips for other job seekers - KEEP YOUR MIND WITH GOOD THOUGHTS
AND BE POLITE AND HONEST WITH OTHER SO THE BAD ENERGY WILL NOT FOLLOW YOU

Sales Executive Interview Questions asked at other Companies

Q1. Do you know what is selling and how you can sell it?
View answer (51)

Fint Solutions interview questions for popular designations

 Senior Application Developer

 (1)

 Software Developer

 (1)

 Consultant

 (1)

 Sales Executive

 (1)

Jobs at Fint Solutions

View all

Interview questions from similar companies

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 - Technical 

(2 Questions)

  • Q1. What is a pointer to pointer
  • Ans. 

    A pointer to pointer is a variable that stores the memory address of another pointer variable.

    • It is used to create dynamic data structures like linked lists and trees.

    • It allows multiple levels of indirection.

    • It is denoted by ** in C and C++.

    • Example: int **ptr;

    • Example: ptr = &p; where p is a pointer variable.

  • Answered by AI
  • Q2. Class, object, inheritance, polymorphism,dbms

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on pointers,work on ds, study network analysis, learn more about the job and company

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Normal question about past experience
  • Q2. When you can join and all
Round 2 - Assignment 

SQL test on Select query, insert, create

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

(2 Questions)

  • Q1. What are the main principles of the Java
  • Ans. 

    Main principles of Java include object-oriented programming, platform independence, and automatic memory management.

    • Object-oriented programming: Java is based on classes and objects, allowing for encapsulation, inheritance, and polymorphism.

    • Platform independence: Java code can run on any platform that has a Java Virtual Machine (JVM) installed.

    • Automatic memory management: Java uses garbage collection to automatically m

  • Answered by AI
  • Q2. What is the different between == and equals method
  • Ans. 

    The == operator compares the memory addresses of two objects, while the equals method compares the content of two objects.

    • The == operator is used to compare the memory addresses of two objects in Java.

    • The equals method is used to compare the content of two objects in Java.

    • Example: String str1 = new String("hello"); String str2 = new String("hello"); str1 == str2 will return false, but str1.equals(str2) will return true

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is jdk, string related questions, basic java oops questions?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Knowledge in pm
  • Q2. Knowledge in BA
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Linked list question to detect cycle
  • Q2. Basic questions from JS
Round 2 - Technical 

(2 Questions)

  • Q1. Some questions related to my projects
  • Q2. Some Questions related to my past experience

Fint Solutions Interview FAQs

How many rounds are there in Fint Solutions interview?
Fint Solutions interview process usually has 3 rounds. The most common rounds in the Fint Solutions interview process are Resume Shortlist, Technical and One-on-one Round.
How to prepare for Fint Solutions 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 Fint Solutions. The most common topics and skills that interviewers at Fint Solutions expect are SQL, SSIS, Javascript, Troubleshooting and Data Warehousing.
What are the top questions asked in Fint Solutions interview?

Some of the top questions asked at the Fint Solutions interview -

  1. Everything is good, it is a clear proce...read more
  2. Nothing specific and it is a structured approa...read more
  3. About design patterns and princip...read more

Tell us how to improve this page.

Fint Solutions Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 140 Interviews
NexTurn Interview Questions
4.1
 • 27 Interviews
ClaySys Interview Questions
2.9
 • 24 Interviews
Monotype Interview Questions
3.8
 • 23 Interviews
Contus Interview Questions
4.3
 • 22 Interviews
View all

Fint Solutions Reviews and Ratings

based on 31 reviews

4.2/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

3.9

Salary

3.8

Job security

4.2

Company culture

3.7

Promotions

3.8

Work satisfaction

Explore 31 Reviews and Ratings
Senior Technical Analyst - SQL, Power BI

Hyderabad / Secunderabad,

Chennai

8-12 Yrs

Not Disclosed

IT GRC (Controls)

Hyderabad / Secunderabad,

Chennai

6-10 Yrs

Not Disclosed

NOC & SOC Engineer / Lead

Hyderabad / Secunderabad,

Chennai

10-15 Yrs

Not Disclosed

Explore more jobs
Application Developer
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Application Developer
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Devops Engineer
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sales Executive
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Fint Solutions with

HCL Infosystems

3.9
Compare

Accel Frontline

4.0
Compare

Puropale Creations & IT Solutions

4.9
Compare

Diverse Lynx

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