Upload Button Icon Add office photos
Engaged Employer

i

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

Profinch Solutions Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Profinch Solutions Senior Business Architect Interview Questions and Answers

Updated 9 Jul 2021

Profinch Solutions Senior Business Architect Interview Experiences

1 interview found

I applied via Referral and was interviewed before Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Payments SWIFT and it's standards
  • Q2. More about the customer and stakeholder management
  • Q3. Questions to check interpersonal skills
  • Q4. More about banking domain perspective

Interview Preparation Tips

Interview preparation tips for other job seekers - The panel was expected an end-to-end clear explanation, and the questions were asked from the answers I provided. The interview was more interactive provided a chance for me to speak more and explain completely.

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

General aptitude questions and excel questions

Round 2 - Technical 

(1 Question)

  • Q1. Knowledge of excel, guesstimate
Round 3 - HR 

(1 Question)

  • Q1. Cultural fitment
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

Implement thread safe load balancer.
focus on input validations and cover all corner cases in tests

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

I applied via Company Website and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Self introduction
  • Q2. Company related information
Round 2 - Aptitude Test 

General English, Aptitude and reasoning

Round 3 - One-on-one 

(2 Questions)

  • Q1. General screening with operation manager
  • Q2. Opinion on KPI metrics. Example: Quality, AHT, CSAT etc.
  • Ans. 

    KPI metrics are essential for measuring performance and identifying areas for improvement.

    • KPI metrics provide a clear understanding of performance against goals

    • Quality metrics can include error rates, compliance with standards, and customer satisfaction

    • AHT (Average Handle Time) measures efficiency in handling customer interactions

    • CSAT (Customer Satisfaction) metrics gauge customer happiness and loyalty

    • Regularly reviewi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Think twice before applying in this organisation, they made huge expectation from the candidates and sometimes it will be hard to meet
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - HR 

(2 Questions)

  • Q1. Explain Concurrency
  • Ans. 

    Concurrency is the ability of a system to execute multiple tasks simultaneously.

    • Concurrency allows multiple tasks to run concurrently, improving performance and efficiency.

    • Concurrency can be achieved through multithreading or multiprocessing.

    • Example: A web server handling multiple requests simultaneously using multithreading.

  • Answered by AI
  • Q2. Explain Acid principles
  • Ans. 

    ACID principles are a set of properties that guarantee database transactions are processed reliably.

    • Atomicity: Transactions are all or nothing. If one part of the transaction fails, the entire transaction is rolled back.

    • Consistency: Transactions bring the database from one valid state to another. All constraints are satisfied.

    • Isolation: Transactions are isolated from each other until they are completed.

    • Durability: Once...

  • Answered by AI

Skills evaluated in this interview

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

Machine coding round.

Round 2 - Technical 

(1 Question)

  • Q1. Algorithm to calculate top k flight from source to destinaton.
  • Ans. 

    Use Dijkstra's algorithm to find the top k shortest paths from source to destination.

    • Implement Dijkstra's algorithm to find the shortest paths from source to all other nodes.

    • Store the top k shortest paths found in a priority queue or heap.

    • Return the top k shortest paths as the result.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

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

Round 1 - Coding Test 

Machine coding round where SOLID principles are evaluated for real life use case

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you practice one or two in time bound manner
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jun 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. SQL Queries for JOINS
  • Ans. 

    SQL queries for JOINS

    • Use INNER JOIN to retrieve rows from both tables that have matching values

    • Use LEFT JOIN to retrieve all rows from the left table and the matched rows from the right table

    • Use RIGHT JOIN to retrieve all rows from the right table and the matched rows from the left table

    • Use FULL JOIN to retrieve rows when there is a match in either table

  • Answered by AI
  • Q2. QUERY FOR metrics given in the sheet
  • Ans. 

    The query is asking for metrics provided in a specific sheet.

    • Identify the specific sheet being referred to in the question

    • Review the metrics listed in the sheet

    • Analyze the relevance of each metric to the query

  • Answered by AI
Round 2 - Case Study 

This is a case study round revolve around a business problem in which we have to analyse data driven solutions.

Interview Preparation Tips

Topics to prepare for Rupeek Business Analyst interview:
  • SQL
  • Excel
Interview preparation tips for other job seekers - Be Cool, practice SQL, speak as much as edge cases in case study round and ask many questions.

Skills evaluated in this interview

I applied via Approached by Company and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Find edge score of the nodes in a directed graph
  • Ans. 

    Edge score of nodes in a directed graph

    • Edge score is a measure of the importance of a node in a graph

    • It is calculated by counting the number of edges that point to or from a node

    • Nodes with higher edge scores are considered more important

    • Edge score can be calculated using algorithms like PageRank or HITS

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

(3 Questions)

  • Q1. Rotten oranges after every second in 2D matrix
  • Ans. 

    Simulate rotting of oranges in a 2D matrix every second.

    • Create a queue to store the coordinates of fresh oranges

    • Iterate through the matrix and add the coordinates of fresh oranges to the queue

    • Simulate the rotting process by iterating through the queue and rotting adjacent fresh oranges

    • Keep track of the time taken for all oranges to rot

    • Return -1 if there are any fresh oranges left after the simulation

  • Answered by AI
  • Q2. Java and Spring concepts, HTTP, HTTPS, OSI layers
  • Q3. DB design for air ticket booking system
  • Ans. 

    DB design for air ticket booking system

    • Create tables for flights, passengers, bookings, and payments

    • Use foreign keys to establish relationships between tables

    • Include fields for flight details, passenger information, and payment details

    • Consider implementing a caching mechanism for frequently accessed data

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't give interviews to Yubi. They just do time pass with the interviewees. After a long interview for 100 minutes they rejected me. Not because of this long session I was upset, I was able to answer everything correctly and the interviewer too applauded me.

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

DP questions 1D DP and Array question

Round 2 - Technical 

(1 Question)

  • Q1. Java questions and technical questions from previous experience
Round 3 - HR 

(2 Questions)

  • Q1. Behavioural questions and standard HR questions
  • Q2. Why looking for job switch
  • Ans. 

    Seeking new challenges and opportunities for growth in a different environment.

    • Looking for new challenges and opportunities to learn and grow

    • Interested in working with new technologies or industries

    • Seeking a better work-life balance or company culture

    • Want to expand my skill set and experience

  • Answered by AI

Profinch Solutions Interview FAQs

What are the top questions asked in Profinch Solutions Senior Business Architect interview?

Some of the top questions asked at the Profinch Solutions Senior Business Architect interview -

  1. More about the customer and stakeholder managem...read more
  2. Payments SWIFT and it's standa...read more
  3. Questions to check interpersonal ski...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Razorpay Interview Questions
3.6
 • 154 Interviews
Revolut Interview Questions
2.5
 • 100 Interviews
Rupeek Interview Questions
3.7
 • 62 Interviews
ACKO Interview Questions
3.7
 • 51 Interviews
Yubi Interview Questions
3.0
 • 39 Interviews
CRED Interview Questions
3.5
 • 38 Interviews
Kissht Finance Interview Questions
3.9
 • 33 Interviews
Slice Interview Questions
3.2
 • 32 Interviews
Money View Interview Questions
4.2
 • 30 Interviews
View all
Profinch Solutions Senior Business Architect Salary
based on 19 salaries
₹22 L/yr - ₹34.9 L/yr
At par with the average Senior Business Architect Salary in India
View more details

Profinch Solutions Senior Business Architect Reviews and Ratings

based on 3 reviews

2.0/5

Rating in categories

4.8

Skill development

3.3

Work-life balance

2.5

Salary

1.5

Job security

5.0

Company culture

4.0

Promotions

4.8

Work satisfaction

Explore 3 Reviews and Ratings
Software Engineer
178 salaries
unlock blur

₹2.8 L/yr - ₹10.5 L/yr

Technical Architect
111 salaries
unlock blur

₹11 L/yr - ₹37 L/yr

Consultant
98 salaries
unlock blur

₹3.6 L/yr - ₹8.8 L/yr

Senior Software Engineer
59 salaries
unlock blur

₹7.1 L/yr - ₹19 L/yr

Software Developer
52 salaries
unlock blur

₹3.7 L/yr - ₹6.8 L/yr

Explore more salaries
Compare Profinch Solutions with

Rupeek

3.7
Compare

Razorpay

3.6
Compare

ACKO

3.7
Compare

Kissht Finance

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