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

Interview Questionnaire 

2 Questions

  • Q1. Why Amazon?
  • Ans. 

    Amazon's innovation, customer focus, and diverse opportunities align with my career goals and values.

    • Customer Obsession: Amazon prioritizes customer satisfaction, evident in initiatives like Prime and personalized recommendations.

    • Innovation: The company is a leader in technology and logistics, constantly pushing boundaries with services like AWS and drone delivery.

    • Diversity of Roles: Amazon offers a wide range of caree...

  • Answered by AI
  • Q2. What do you expect from Amazon?
  • Ans. 

    I expect Amazon to foster innovation, provide growth opportunities, and maintain a customer-centric culture.

    • Opportunities for professional development, such as training programs and mentorship.

    • A collaborative work environment that encourages teamwork and idea sharing.

    • Access to cutting-edge technology and resources to drive innovation.

    • A strong focus on customer satisfaction, ensuring that every decision prioritizes the ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be open to anything, and keep your expectations low as your expectations might kill you. Just relax and take everything in a healthy way

Interview Questionnaire 

2 Questions

  • Q1. Technical
  • Q2. Be yourself

I applied via Naukri.com and was interviewed before Feb 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What are different types of cloud?
  • Q2. What is workflow,trigger, different types of reports, roles, profiles, permission set, sharing rules etc?
  • Ans. 

    Workflow, trigger, reports, roles, profiles, permission set, and sharing rules are all important features in Salesforce.

    • Workflow is a series of automated steps that can be used to streamline business processes.

    • Triggers are used to execute code before or after a record is inserted, updated, or deleted.

    • Reports are used to display data in a visual format, such as a table or chart.

    • Roles are used to define the hierarchy of ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Google the question related to your topic and also become 100% prepared with your resume.

Skills evaluated in this interview

I appeared for an interview before Jul 2020.

Interview Questionnaire 

1 Question

  • Q1. Is Infosys listed?
  • Ans. 

    Yes, Infosys is listed on the Indian stock exchanges as well as on the NYSE.

    • Infosys is listed on the Bombay Stock Exchange (BSE) and National Stock Exchange of India (NSE)

    • It is also listed on the New York Stock Exchange (NYSE)

    • Infosys has a market capitalization of over $80 billion as of 2021

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well in advance

I applied via Job Fair and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 
Round 2 - One-on-one 

(1 Question)

  • Q1. Basic accounting methods and journals

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident About what you are saying

I applied via Naukri.com and was interviewed in Nov 2019. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Why are you looking for the job change?
  • Ans. 

    I'm seeking new challenges and opportunities for growth that align with my career goals and aspirations.

    • Desire for professional growth: I'm looking to expand my skill set and take on more leadership responsibilities.

    • Seeking a better cultural fit: My current company has a different work culture than what I thrive in; I value collaboration and innovation.

    • Interest in new technologies: I'm excited about working with cuttin...

  • Answered by AI
  • Q2. Relevant technical questions, as per my current technology

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep it simple and be yourself. That's what the interviewers looked into. Also a thorough understanding of the technology is a must and that is what will help you in cracking the interview. You don't have to go in-depth, just the overview and what happens when is what they look for. Good communication skills is also an added incentive, something I always try to work on. All the best
Are these interview questions helpful?

I applied via Approached by Company and was interviewed before May 2018. There were 6 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. This is face to face interview... They are observing our behaviour... Attitude... Etc
  • Q2. Introduce u r self....
  • Ans. 

    I am a dedicated and hardworking individual with a passion for learning and growth.

    • I have a Bachelor's degree in Business Administration from XYZ University.

    • I have 3 years of experience working in marketing and sales roles.

    • I am proficient in Microsoft Office Suite and have strong communication skills.

    • I am a team player and enjoy collaborating with others to achieve common goals.

  • Answered by AI
  • Q3. U r carrier objections
  • Ans. 

    My career objectives focus on continuous growth, contributing to team success, and making a positive impact in my field.

    • Aim to develop expertise in my field, such as becoming a certified project manager.

    • Seek leadership opportunities to guide and mentor junior team members.

    • Aspire to work on innovative projects that challenge my skills and creativity.

    • Desire to contribute to a company's mission, like improving customer sa...

  • Answered by AI
  • Q4. About TCS
  • Q5. Why should u select TCS
  • Ans. 

    TCS is a global leader in IT services with a strong reputation for innovation and client satisfaction.

    • TCS has a proven track record of delivering high-quality services to clients worldwide.

    • TCS offers a wide range of opportunities for career growth and development.

    • TCS values diversity and inclusion, creating a supportive work environment for employees.

    • TCS invests in cutting-edge technologies and training programs to kee...

  • Answered by AI

Interview Preparation Tips

Round: Group Discussion
Experience: Any kind of topic u cn select... Sales, accounts, service

Round: Test
Experience: Aptitude test... Mathematic and problem solving... General knowledge is very important

Round: Telephonic
Experience: This is final round... BH directly interact with us...

General Tips: Be confident... Be clam.... Keep smiling face... That is the way to win
Skills: Communication, Body Language, Leadership, Presentation Skills, Time Management
Duration: <1 week

I applied via Company Website and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about your experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident adn clear when you answer

I applied via Company Website and was interviewed before Feb 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. They asked about dbms questions in the form of table formate
  • Q2. They asked code for some python program

Interview Preparation Tips

Interview preparation tips for other job seekers - Firstly they conducted computer based technical exam and then after qualifying that then we will go for face face interview and then lastly HR round will be held.

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