Upload Button Icon Add office photos
Engaged Employer

i

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

Protium Finance Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Protium Finance Software Engineer Interview Questions and Answers

Updated 13 Jan 2025

Protium Finance Software Engineer Interview Experiences

2 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was on a coding platform with a two-hour time limit, and there were three questions of easy to medium difficulty.

Round 2 - Technical 

(1 Question)

  • Q1. What is the algorithm to perform a breadth-first search (BFS) traversal of a binary tree and print its nodes in a zigzag manner?
  • Ans. 

    BFS traversal of a binary tree in zigzag manner

    • Use a queue to keep track of nodes at each level

    • Alternate between printing nodes from left to right and right to left at each level

    • Implement a flag to switch between directions

  • Answered by AI

I applied via Campus Placement and was interviewed in Jun 2022. There were 5 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 - Coding Test 

Duration 1hr 30 min.
3 questions.

Round 3 - Technical 

(1 Question)

  • Q1. DSA Intermediate to Hard. Java Intermediate DBMS - Basic Javascript - Basic React - Basic
Round 4 - Technical 

(1 Question)

  • Q1. Discussion About Projects How to create react app how to change the local host port address.
Round 5 - Technical 

(1 Question)

  • Q1. Discussion about Real World Problem.

Interview Preparation Tips

Interview preparation tips for other job seekers - Have Intermediate DSA knowledge of Graphs, Tree, Stack, and Queues.
And Good Communication Skills.

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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 - Coding Test 

Low-level design interview
I need to design a Music player app using oops concept

Round 3 - One-on-one 

(5 Questions)

  • Q1. Sort the stack in O(1) time complexity
  • Ans. 

    Use an additional stack to store sorted elements and maintain the minimum element at the top of the original stack.

    • Create a new stack to store sorted elements.

    • Pop elements from the original stack and compare with the top element of the new stack.

    • If the popped element is smaller, push it to the new stack. If larger, keep popping from the new stack and push to the original stack until the correct position is found.

    • Repeat...

  • Answered by AI
  • Q2. Difference between process and thread
  • Ans. 

    A process is an instance of a program running on a computer, while a thread is a smaller unit of execution within a process.

    • A process has its own memory space, while threads within the same process share memory.

    • Processes are independent of each other, while threads within the same process can communicate with each other.

    • Processes are heavyweight, requiring separate memory and resources, while threads are lightweight an...

  • Answered by AI
  • Q3. Difference between abstract class and interface
  • Ans. 

    Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.

    • Abstract class can have constructor, fields, and methods, while interface cannot have any of these.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

    • Abstract class is used to provide a common base for multiple derived classes, while interface is used to define a contract fo...

  • Answered by AI
  • Q4. What is race condition?
  • Ans. 

    A race condition is a situation in which the outcome of a program depends on the order of execution of its threads or processes.

    • Occurs when multiple threads or processes access shared data or resources concurrently

    • Can lead to unpredictable behavior or bugs in the program

    • Prevented by using synchronization mechanisms like locks or semaphores

    • Example: Two threads trying to increment a shared variable simultaneously

  • Answered by AI
  • Q5. What is normalization in dbms
  • Ans. 

    Normalization in DBMS is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization involves breaking down a database into smaller, more manageable tables.

    • It helps in reducing data redundancy by storing data in a structured way.

    • There are different normal forms like 1NF, 2NF, 3NF, BCNF, etc.

    • Example: In a database of students, instead of storing student details in multiple ...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Sep 2023. 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 - Aptitude Test 

An aptitude has exam used to determine an individual skills a given activity

Round 3 - HR 

(5 Questions)

  • Q1. Tell me about yourself
  • Ans. I am Jagan, from poonamallee, I have completed my bachelor degree in computer science from Anna University
  • Answered Anonymously
  • Q2. What is your strength
  • Q3. What is your weakness
  • Q4. Why did you decide to apply to this role?
  • Q5. Why should I hire you?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Coding Test 

1 hour 10 mins, MERN Stack, Face to Face. Mongodb, medium DSA Question, callback, eventloop, NodeJS asynchronous working

Interview Preparation Tips

Interview preparation tips for other job seekers - you should have prior experience in coding
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

(2 Questions)

  • Q1. Quant,Verbal,CS Domain
  • Q2. 2 coding questions
Round 2 - Technical 

(2 Questions)

  • Q1. Ask about projects and real world thinking about projects
  • Q2. Some basic data preprocessing part of my project.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What are hooks, event loop usecontext api
  • Q2. What is aggregator
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is handler looper in Android?
  • Ans. 

    Handler Looper in Android is a class used to handle messages and run tasks on a specific thread.

    • Handler Looper is used to manage a queue of messages and execute them on a specific thread.

    • It works in conjunction with Handler and Message classes to send and process messages.

    • Looper.loop() method is used to start the message loop for a thread.

    • Example: Creating a new Handler with a Looper from the main thread to post messag

  • Answered by AI
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Its a combination of all the questions like aptitude , logical questions, programming questions, sql, etc,...

Round 2 - Technical 

(1 Question)

  • Q1. No i was rejected
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Its mostly on Train, Pipes and Cistern, Dice reasoning

Round 2 - Coding Test 

Data Structures medium level question

Protium Finance Interview FAQs

How many rounds are there in Protium Finance Software Engineer interview?
Protium Finance interview process usually has 3-4 rounds. The most common rounds in the Protium Finance interview process are Technical, Coding Test and Resume Shortlist.
What are the top questions asked in Protium Finance Software Engineer interview?

Some of the top questions asked at the Protium Finance Software Engineer interview -

  1. What is the algorithm to perform a breadth-first search (BFS) traversal of a bi...read more
  2. Discussion About Projects How to create react app how to change the local host ...read more
  3. DSA Intermediate to Hard. Java Intermediate DBMS - Basic Javascript - Basic Rea...read more

Tell us how to improve this page.

Protium Finance Software Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Protium Finance Software Engineer Salary
based on 25 salaries
₹8 L/yr - ₹14 L/yr
30% more than the average Software Engineer Salary in India
View more details

Protium Finance Software Engineer Reviews and Ratings

based on 4 reviews

2.5/5

Rating in categories

2.8

Skill development

1.7

Work-life balance

2.3

Salary

2.5

Job security

2.3

Company culture

1.8

Promotions

2.5

Work satisfaction

Explore 4 Reviews and Ratings
Credit Manager
106 salaries
unlock blur

₹2.8 L/yr - ₹11 L/yr

Sales Manager
98 salaries
unlock blur

₹3.5 L/yr - ₹10.3 L/yr

Relationship Manager
81 salaries
unlock blur

₹2 L/yr - ₹4.2 L/yr

Senior Relationship Manager
73 salaries
unlock blur

₹2.2 L/yr - ₹4.1 L/yr

Credit Processing Associate
65 salaries
unlock blur

₹2 L/yr - ₹4.6 L/yr

Explore more salaries
Compare Protium Finance with

SBI Cards & Payment Services

3.7
Compare

Axis Direct

3.8
Compare

Kotak Securities

3.6
Compare

Aadhar Housing Finance

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