Upload Button Icon Add office photos

Filter interviews by

Fintouch Consultancy Services Interview Questions and Answers

Updated 11 Aug 2024

6 Interview questions

A Software Developer was asked 10mo ago
Q. What are the status codes in an API?
Ans. 

Status codes in API are standardized codes returned by a server in response to a client's request.

  • Status codes indicate the outcome of the request (e.g. success, error, redirection)

  • Common status codes include 200 (OK), 404 (Not Found), 500 (Internal Server Error)

  • Status codes are grouped into different categories (e.g. 2xx for success, 4xx for client errors, 5xx for server errors)

View all Software Developer interview questions
A Software Developer was asked 10mo ago
Q. What are tokens and refresh tokens?
Ans. 

Token is a unique identifier used for authentication, while refresh token is used to obtain a new access token.

  • Token is a unique string that is used to authenticate a user or device.

  • Refresh token is used to obtain a new access token after the original token expires.

  • Tokens are commonly used in OAuth authentication.

  • Example: Access token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9. Refresh token: eyJhbGciOiJIUzI1NiIsInR5cC...

View all Software Developer interview questions
A Software Developer was asked 10mo ago
Q. Which is faster, a subquery or a join?
Ans. 

Joins are generally faster than subqueries.

  • Joins are typically faster than subqueries because they allow the database to retrieve data in a more efficient manner.

  • Subqueries can be slower because they are executed for each row of the outer query, leading to potential performance issues.

  • However, the performance can vary depending on the specific query and database optimization.

  • In general, it is recommended to use jo...

View all Software Developer interview questions
A Software Developer was asked 10mo ago
Q. What is dependency injection in .NET Core?
Ans. 

DI in dotnet core stands for Dependency Injection, a design pattern used to achieve loose coupling between components.

  • DI allows for injecting dependencies into a class rather than creating them within the class itself.

  • It helps in achieving separation of concerns and makes the code more testable and maintainable.

  • Example: In dotnet core, services can be registered in the Startup class and injected into controllers o...

View all Software Developer interview questions
A Software Developer was asked 10mo ago
Q. What are the core concepts of Object-Oriented Programming (OOP)?
Ans. 

Object-oriented programming concepts that focus on classes, objects, inheritance, encapsulation, and polymorphism.

  • Classes: Blueprint for creating objects with attributes and methods.

  • Objects: Instances of classes that contain data and behavior.

  • Inheritance: Ability for a class to inherit attributes and methods from another class.

  • Encapsulation: Bundling data and methods that operate on the data into a single unit.

  • Pol...

View all Software Developer interview questions
A Software Developer was asked 10mo ago
Q. What is isolation in SQL?
Ans. 

Isolation in SQL refers to the ability to control the visibility of changes made by one transaction to other transactions.

  • Isolation levels in SQL determine how transactions interact with each other

  • Higher isolation levels provide more control over visibility of changes

  • Common isolation levels include READ UNCOMMITTED, READ COMMITTED, REPEATABLE READ, and SERIALIZABLE

View all Software Developer interview questions

Fintouch Consultancy Services Interview Experiences

1 interview found

Software Developer Interview Questions & Answers

user image Ambrish Singh

posted on 11 Aug 2024

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 Jul 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What are oops concepts
  • Ans. 

    Object-oriented programming concepts that focus on classes, objects, inheritance, encapsulation, and polymorphism.

    • Classes: Blueprint for creating objects with attributes and methods.

    • Objects: Instances of classes that contain data and behavior.

    • Inheritance: Ability for a class to inherit attributes and methods from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorp...

  • Answered by AI
  • Q2. What are status code in api?
  • Ans. 

    Status codes in API are standardized codes returned by a server in response to a client's request.

    • Status codes indicate the outcome of the request (e.g. success, error, redirection)

    • Common status codes include 200 (OK), 404 (Not Found), 500 (Internal Server Error)

    • Status codes are grouped into different categories (e.g. 2xx for success, 4xx for client errors, 5xx for server errors)

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is faster sub query and join?
  • Ans. 

    Joins are generally faster than subqueries.

    • Joins are typically faster than subqueries because they allow the database to retrieve data in a more efficient manner.

    • Subqueries can be slower because they are executed for each row of the outer query, leading to potential performance issues.

    • However, the performance can vary depending on the specific query and database optimization.

    • In general, it is recommended to use joins o...

  • Answered by AI
  • Q2. What is tokenand refresh token?
  • Ans. 

    Token is a unique identifier used for authentication, while refresh token is used to obtain a new access token.

    • Token is a unique string that is used to authenticate a user or device.

    • Refresh token is used to obtain a new access token after the original token expires.

    • Tokens are commonly used in OAuth authentication.

    • Example: Access token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9. Refresh token: eyJhbGciOiJIUzI1NiIsInR5cCI6Ikp...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. What is di in dotnet core?
  • Ans. 

    DI in dotnet core stands for Dependency Injection, a design pattern used to achieve loose coupling between components.

    • DI allows for injecting dependencies into a class rather than creating them within the class itself.

    • It helps in achieving separation of concerns and makes the code more testable and maintainable.

    • Example: In dotnet core, services can be registered in the Startup class and injected into controllers or oth...

  • Answered by AI
  • Q2. What is isolation in sql?
  • Ans. 

    Isolation in SQL refers to the ability to control the visibility of changes made by one transaction to other transactions.

    • Isolation levels in SQL determine how transactions interact with each other

    • Higher isolation levels provide more control over visibility of changes

    • Common isolation levels include READ UNCOMMITTED, READ COMMITTED, REPEATABLE READ, and SERIALIZABLE

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It's beat consultancy I haver ever seen and I got a opportunity to work in motilal oswal asset management company.

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Fintouch Consultancy Services?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What are the activities that you have performed?
  • Ans. 

    As an Assistant Manager, I have led teams, managed projects, and improved operational efficiency through strategic planning.

    • Led a team of 10 in a project that increased sales by 20% over six months.

    • Implemented a new inventory management system that reduced waste by 15%.

    • Conducted weekly team meetings to enhance communication and address challenges.

    • Developed training programs for new employees, improving onboarding effic...

  • Answered by AI
  • Q2. Some important journal entries

Interview Preparation Tips

Interview preparation tips for other job seekers - I would advice to be more confident on subject amd have a crisp cv which actually shows what you have done in your last company. After walkin, it is your cv which would create an impression of yours because in walkin, it is difficult to remember the candidate. I got call after 1 month and it was all because they liked my cv.
Be confident and practice all what you have done.

I appeared for an interview in Dec 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 40 minutes
Round difficulty - Easy

  • Q1. 

    Count Subsequences Problem Statement

    Given an integer array ARR of size N, your task is to find the total number of subsequences in which all elements are equal.

    Explanation:

    A subsequence of an array i...

  • Ans. 

    Count the total number of subsequences in which all elements are equal in an integer array.

    • Iterate through the array and count the frequency of each element.

    • Calculate the total number of subsequences for each element using the formula (frequency * (frequency + 1) / 2).

    • Sum up the total number of subsequences for all elements and return the result modulo 10^9 + 7.

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaNoWipro Limited interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Do practice as much as you can
Tip 2 : Coding is key to crack

Application resume tips for other job seekers

Tip 1 : It should look nice
Tip 2 : Skills should be mentioned properly

Final outcome of the interviewRejected

Skills evaluated in this interview

I applied via Referral and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. How to change the process

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview panel is good but working with manger is not

I applied via Company Website and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. After 5 year in which position you will be

Interview Preparation Tips

Interview preparation tips for other job seekers - You should must improve your communication skills.

You have basic knowledge of your qualifications

I applied via Naukri.com and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. General knowledge in coding and SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Nooooooooooo noooooooooooooooooooooooooooo

I applied via Campus Placement and was interviewed in Sep 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Online Type of interview
Are these interview questions helpful?

Team Lead Interview Questions & Answers

Cognizant user image P VIJAY MOHAN

posted on 23 Oct 2021

I applied via Referral and was interviewed in Apr 2021. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. SLA's , KPI, FMEA
  • Q2. Situation management, conflict management
  • Q3. Payments related questions and different ERP's

Interview Preparation Tips

Interview preparation tips for other job seekers - Over the interview experience was good and challenging, the interviewer had idea about the roles and responsibilities and took interview process accordingly

Interview Questionnaire 

1 Question

  • Q1. Current project
  • Ans. 

    I am currently working on developing a mobile application for a client in the hospitality industry.

    • The application will allow users to make reservations and order food and drinks from their mobile devices.

    • We are using React Native for the front-end and Node.js for the back-end.

    • We are also implementing a payment gateway to allow for secure transactions.

    • The client has requested that the app be available in both iOS and A...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical interview -prepare well on the working technology and project

I applied via Recruitment Consultant and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Maximum questions were around my past job profile.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep it simple and clear. Stay honest and align your goals with the offered profile.

Fintouch Consultancy Services Interview FAQs

How many rounds are there in Fintouch Consultancy Services interview?
Fintouch Consultancy Services interview process usually has 3 rounds. The most common rounds in the Fintouch Consultancy Services interview process are Technical and One-on-one Round.
What are the top questions asked in Fintouch Consultancy Services interview?

Some of the top questions asked at the Fintouch Consultancy Services interview -

  1. What is faster sub query and jo...read more
  2. What is tokenand refresh tok...read more
  3. What are status code in a...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Easy 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.7
 • 8.7k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Amazon Interview Questions
4.0
 • 5.4k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.7
 • 3.4k Interviews
View all

Fintouch Consultancy Services Reviews and Ratings

based on 3 reviews

5.0/5

Rating in categories

4.7

Skill development

4.9

Work-life balance

4.9

Salary

5.0

Job security

4.9

Company culture

4.7

Promotions

5.0

Work satisfaction

Explore 3 Reviews and Ratings
Compare Fintouch Consultancy Services with

TCS

3.6
Compare

Accenture

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview