Upload Button Icon Add office photos

Filter interviews by

Jocata Financial Advisory and Technology Interview Questions and Answers

Updated 24 Sep 2024
Popular Designations

9 Interview questions

An Associate Software Engineer was asked 9mo ago
Q. Given the head of a singly linked list, sort the list using insertion sort, and return the sorted list.
Ans. 

To sort a linked list, use merge sort or quick sort algorithms.

  • Implement merge sort or quick sort algorithm for linked list

  • For merge sort, divide the list into two halves, recursively sort each half, and merge them back together

  • For quick sort, choose a pivot element, partition the list around the pivot, and recursively sort the sublists

  • Time complexity for merge sort and quick sort is O(n log n)

View all Associate Software Engineer interview questions
An Associate Software Engineer was asked 9mo ago
Q. How would you implement string rotation, considering memory and time optimization?
Ans. 

String rotation checks if one string is a rotation of another using efficient methods.

  • Concatenate the string: If 's1' is a rotation of 's2', then 's1' should be a substring of 's2 + s2'. Example: 'waterbottle' and 'erbottlewat'.

  • Time complexity: O(n) where n is the length of the strings, as substring search can be optimized.

  • Space complexity: O(1) if using pointers or indices instead of additional data structures.

  • Ch...

View all Associate Software Engineer interview questions
A Business Analyst was asked
Q. How does a banking loan system work?
Ans. 

Banking loan system involves the process of lending money to individuals or businesses with the expectation of repayment with interest.

  • Customers apply for a loan by submitting an application with their financial information.

  • The bank evaluates the applicant's creditworthiness based on factors like credit score, income, and debt-to-income ratio.

  • If approved, the bank disburses the loan amount to the customer, who the...

View all Business Analyst interview questions
A Business Analyst was asked
Q. What are Scrum and Agile?
Ans. 

Scrum and Agile are project management methodologies that focus on iterative development and collaboration.

  • Scrum is a framework that emphasizes teamwork, accountability, and iterative progress in software development.

  • Agile is a broader approach that values flexibility, customer collaboration, and responding to change over following a strict plan.

  • Both Scrum and Agile prioritize delivering working software in short ...

View all Business Analyst interview questions
A Software Engineer was asked
Q. What is an object with the class inside?
Ans. 

An object with the class insider is an instance of a class that has access to private members of the class.

  • An insider object can access private members of the class it belongs to.

  • Insider objects are often used for testing purposes.

  • Example: A class has a private member variable that can only be accessed by methods within the class. An insider object can access this variable directly.

View all Software Engineer interview questions
A Senior Business Analyst was asked
Q. Describe a business loan onboarding process.
Ans. 

A business loan onboarding process involves several steps to ensure the borrower meets the lender's requirements.

  • The borrower submits an application with financial information and business plan.

  • The lender reviews the application and may request additional documentation.

  • Credit checks and background checks are performed on the borrower and their business.

  • The lender evaluates the borrower's creditworthiness and deter...

View all Senior Business Analyst interview questions
A Senior QA Engineer -Software Testing was asked
Q. STLC SDLC Testing techniques
Ans. 

STLC and SDLC are software development methodologies while testing techniques include functional, non-functional, and automation testing.

  • STLC (Software Testing Life Cycle) is a process of testing software from planning to deployment.

  • SDLC (Software Development Life Cycle) is a process of developing software from requirement gathering to maintenance.

  • Functional testing ensures that the software meets the functional r...

View all Senior QA Engineer -Software Testing interview questions
Are these interview questions helpful?
A Senior Quality Assurance Associate was asked 9mo ago
Q. Banking experience
Ans. 

I have 5 years of experience in the banking industry, specifically in quality assurance roles.

  • Worked on testing various banking applications and systems to ensure compliance with regulations

  • Performed quality checks on financial transactions to identify and resolve any discrepancies

  • Collaborated with cross-functional teams to implement quality improvement initiatives

  • Conducted audits to assess the effectiveness of in...

View all Senior Quality Assurance Associate interview questions
A Senior Business Analyst was asked
Q. Described starting with pan / gstin to capturing documents upload ⁷
Ans. 

The process starts with obtaining PAN/GSTIN and ends with uploading documents.

  • Obtain PAN/GSTIN from the client

  • Create a system to capture client information and documents

  • Verify the PAN/GSTIN with the government database

  • Create a database to store the client information and documents

  • Develop a user interface for clients to upload documents

  • Implement security measures to protect client data

  • Regularly update the database ...

View all Senior Business Analyst interview questions

Jocata Financial Advisory and Technology Interview Experiences

14 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

They asked DS and Java coding Question

Round 2 - Coding Test 

In this round also they asked Ds and java and some basic SQL

Round 3 - HR 

(2 Questions)

  • Q1. Hr Common Question , you can get from internet.
  • Q2. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare core java and Data structure
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Coding questions on Collection Framework.
  • Q2. Recursion and Backtracking
Round 2 - Technical 

(2 Questions)

  • Q1. Sort a linked list.
  • Ans. 

    To sort a linked list, use merge sort or quick sort algorithms.

    • Implement merge sort or quick sort algorithm for linked list

    • For merge sort, divide the list into two halves, recursively sort each half, and merge them back together

    • For quick sort, choose a pivot element, partition the list around the pivot, and recursively sort the sublists

    • Time complexity for merge sort and quick sort is O(n log n)

  • Answered by AI
  • Q2. String rotation considering memory and time optimization. Furthermore discussions
  • Ans. 

    String rotation checks if one string is a rotation of another using efficient methods.

    • Concatenate the string: If 's1' is a rotation of 's2', then 's1' should be a substring of 's2 + s2'. Example: 'waterbottle' and 'erbottlewat'.

    • Time complexity: O(n) where n is the length of the strings, as substring search can be optimized.

    • Space complexity: O(1) if using pointers or indices instead of additional data structures.

    • Check l...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Not best but it's a good company. Don't get attached too much if you're not a South Indian.

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Banking experience
  • Ans. 

    I have 5 years of experience in the banking industry, specifically in quality assurance roles.

    • Worked on testing various banking applications and systems to ensure compliance with regulations

    • Performed quality checks on financial transactions to identify and resolve any discrepancies

    • Collaborated with cross-functional teams to implement quality improvement initiatives

    • Conducted audits to assess the effectiveness of interna...

  • Answered by AI
  • Q2. Work experience
Round 2 - Technical 

(2 Questions)

  • Q1. Sdlc, smoke,sanity
  • Q2. Stlc, roles and responsibilities
Round 3 - HR 

(1 Question)

  • Q1. Expectations and offer are if it is within budget

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare interview completely into the banking domain experience
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Package discussion
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Apr 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(3 Questions)

  • Q1. STLC SDLC Testing techniques
  • Ans. 

    STLC and SDLC are software development methodologies while testing techniques include functional, non-functional, and automation testing.

    • STLC (Software Testing Life Cycle) is a process of testing software from planning to deployment.

    • SDLC (Software Development Life Cycle) is a process of developing software from requirement gathering to maintenance.

    • Functional testing ensures that the software meets the functional requir...

  • Answered by AI
  • Q2. API testing banking domain knowledge
  • Q3. If you’re from fintech industry it will be on for you
Round 3 - One-on-one 

(2 Questions)

  • Q1. Previous work experience and learning about here
  • Q2. Disclosing things you’re going to perform in organisation
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiations happened in this round

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well knowledge in banking domain mainly on core banking

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

General Aptitude - one hour

Round 2 - Coding Test 

Java and Programming

Senior Business Analyst Interview Questions & Answers

user image Omprakash Vissamsetti

posted on 22 Jan 2023

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 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 - One-on-one 

(2 Questions)

  • Q1. Case study with previous experience. Hurdles in previous job
  • Q2. Case study for development
Round 3 - HR 

(1 Question)

  • Q1. Salary, work experience, any offer in hand

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for case study. about the previous company challenges etc
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Basic questions on Java, Strings, and coding questions of arrays and strings.
Round 3 - Technical 

(1 Question)

  • Q1. Final face-to-face round, where experience and projects were discussed.

Interview Preparation Tips

Topics to prepare for Jocata Financial Advisory and Technology Associate Software Engineer interview:
  • Java
  • DSA
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. Self intro, General HR questions and available time.
Round 3 - One-on-one 

(1 Question)

  • Q1. Previous experience and education background
Round 4 - Technical 

(1 Question)

  • Q1. All technical like excel, python, documentation, knowledge about finance.

Business Analyst Interview Questions & Answers

user image heral kevrani

posted on 8 Jul 2023

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

I appeared for an interview before Jul 2022.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Case Study 

Mathematical problems were given in excel

Round 3 - Technical 

(2 Questions)

  • Q1. What is scrum and agile ?
  • Ans. 

    Scrum and Agile are project management methodologies that focus on iterative development and collaboration.

    • Scrum is a framework that emphasizes teamwork, accountability, and iterative progress in software development.

    • Agile is a broader approach that values flexibility, customer collaboration, and responding to change over following a strict plan.

    • Both Scrum and Agile prioritize delivering working software in short itera...

  • Answered by AI
  • Q2. How does banking loan system works ?
  • Ans. 

    Banking loan system involves the process of lending money to individuals or businesses with the expectation of repayment with interest.

    • Customers apply for a loan by submitting an application with their financial information.

    • The bank evaluates the applicant's creditworthiness based on factors like credit score, income, and debt-to-income ratio.

    • If approved, the bank disburses the loan amount to the customer, who then rep...

  • Answered by AI
Round 4 - One-on-one 

(1 Question)

  • Q1. What team you can handle ?

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w
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 Jocata Financial Advisory and Technology?
Ask anonymously on communities.

Jocata Financial Advisory and Technology Interview FAQs

How many rounds are there in Jocata Financial Advisory and Technology interview?
Jocata Financial Advisory and Technology interview process usually has 2-3 rounds. The most common rounds in the Jocata Financial Advisory and Technology interview process are Technical, HR and Coding Test.
How to prepare for Jocata Financial Advisory and Technology 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 Jocata Financial Advisory and Technology. The most common topics and skills that interviewers at Jocata Financial Advisory and Technology expect are French, SAN, Hibernate, Project Management and Linux.
What are the top questions asked in Jocata Financial Advisory and Technology interview?

Some of the top questions asked at the Jocata Financial Advisory and Technology interview -

  1. Described starting with pan / gstin to capturing documents upload ...read more
  2. Describe a business loan onboarding proces...read more
  3. String rotation considering memory and time optimization. Furthermore discussio...read more
How long is the Jocata Financial Advisory and Technology interview process?

The duration of Jocata Financial Advisory and Technology interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.9/5

based on 11 interview experiences

Difficulty level

Easy 22%
Moderate 67%
Hard 11%

Duration

Less than 2 weeks 78%
2-4 weeks 11%
4-6 weeks 11%
View more

Interview Questions from Similar Companies

Leap Finance Interview Questions
3.6
 • 59 Interviews
OSB India Interview Questions
3.6
 • 32 Interviews
Go-Jek Interview Questions
3.7
 • 31 Interviews
BOBCARD Ltd. Interview Questions
4.3
 • 26 Interviews
View all

Jocata Financial Advisory and Technology Reviews and Ratings

based on 105 reviews

3.5/5

Rating in categories

3.4

Skill development

3.1

Work-life balance

3.3

Salary

3.4

Job security

3.2

Company culture

3.2

Promotions

3.2

Work satisfaction

Explore 105 Reviews and Ratings
Software Engineer
117 salaries
unlock blur

₹3.7 L/yr - ₹13 L/yr

Associate Software Engineer
84 salaries
unlock blur

₹3 L/yr - ₹11.3 L/yr

Senior Business Analyst
48 salaries
unlock blur

₹7.5 L/yr - ₹25 L/yr

Business Analyst
43 salaries
unlock blur

₹4 L/yr - ₹13 L/yr

Senior Software Engineer
38 salaries
unlock blur

₹6.4 L/yr - ₹20.2 L/yr

Explore more salaries
Compare Jocata Financial Advisory and Technology with

State Street Syntel

3.7
Compare

Indusind Marketing & Financial Services

3.9
Compare

Home First Finance Company India

3.6
Compare

Pamac Finserve

3.3
Compare
write
Share an Interview