Upload Button Icon Add office photos
Engaged Employer

i

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

PrimeXBT Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

PrimeXBT Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. A brief Introduction
  • Q2. Past Experience Discussion
Round 2 - Technical 

(2 Questions)

  • Q1. Data Structures and Algorithms questions
  • Q2. SQL and OOPS concept questions
Round 3 - Technical 

(3 Questions)

  • Q1. Project discussion
  • Q2. Data Structure and Algorithms questions
  • Q3. SQL concepts questions

Interview Preparation Tips

Topics to prepare for EquiLend Software Development Engineer interview:
  • DSA
  • SQL
  • OOPS
  • Personal Projects
Interview preparation tips for other job seekers - The recruitment process at Stonewain Systems is well-structured, transparent and quick. My advice would be to focus on Data Structures and Algorithms especially the fundamentals, Object Oriented Programming concepts, and DBMS & SQL. Also do research about EquiLend's products. Lastly, be clear with communication at all times during Interviews.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

The first round was a coding test, which was outsourced to an external vendor. I was asked 2 basic DSA questions, and there was discussions around the time and space complexity, and scope of optimizing the solutions. Post that there were a few questions around Spring Boot features and basic system design. The interviewer was professional throughout the interview, and the interview process felt more like a discussion, as compared to the standard interview process.

Round 2 - Coding Test 

There was another round of coding - this time conducted by the organization itself. It consisted of a medium level DSA question on stacks. I wrote the code on my personal IDE and executed it there itself. The interviewer discussed about the possible edge cases and how I would deal with them. Post solving the question I was asked about my previous projects.

Round 3 - Technical 

(3 Questions)

  • Q1. Discuss in detail about a scenario where a challenging production issue was handled.
  • Q2. What are your responsibilities as a senior / team lead in the current organization?
  • Q3. How did you handle conflicts with junior engineers and reporting managers?
Round 4 - Group Discussion 

This was the final round where the discussion was largely around system design and HLD. It started off with questions are system design patterns and concepts. Then I was asked to design a booking design, with discussions around concurrency control and transaction management.

Interview Preparation Tips

Interview preparation tips for other job seekers - The coding questions were easy-medium, so strong basics is important. Be prepared to talk about previous projects in detail. A good knowledge on system design concepts is a must.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - Technical 

(7 Questions)

  • Q1. Hadoop architecture
  • Q2. Spark architecture
  • Q3. Difference between stage and task
  • Ans. 

    A stage is a collection of tasks that perform a specific computation, while a task is a unit of work that is executed on a single executor.

    • Stage is a higher-level unit of work that can be broken down into multiple tasks.

    • Tasks are individual units of work that are executed on a single executor.

    • Stages are used to organize and coordinate tasks in a Spark job.

    • Tasks are the actual units of computation that are performed by ...

  • Answered by AI
  • Q4. Sql questions to solve
  • Q5. Scoop
  • Q6. Action and transformation in pysaprk
  • Ans. 

    Actions and transformations are two types of operations in PySpark. Actions return a value to the driver program, while transformations create a new RDD.

    • Actions are operations that trigger the execution of the Spark job, such as collect(), count(), and saveAsTextFile().

    • Transformations are operations that create a new RDD from an existing one, such as map(), filter(), and reduceByKey().

    • Actions are lazy operations, meani...

  • Answered by AI
  • Q7. Difference between rdd and dataframe
  • Ans. 

    RDD is a distributed collection of objects, while DataFrame is a distributed collection of data organized into named columns.

    • RDD is more low-level and requires manual schema definition, while DataFrame provides a higher-level API with schema inference.

    • DataFrames are optimized for processing structured data, while RDDs are more suitable for unstructured data.

    • DataFrames support SQL queries and optimizations through Catal...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was held at the company.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Coding Test 

3 dsa questions medium level

Round 2 - Technical 

(2 Questions)

  • Q1. 2 medium level dp questions based on string and stocks
  • Q2. One hard question based on graph
Round 3 - HR 

(1 Question)

  • Q1. Hr questions and java , springboot questions etc
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. How will you prioritize testing ?
  • Ans. 

    I prioritize testing based on criticality, impact, dependencies, and risks involved.

    • Identify critical functionalities and prioritize testing for them first

    • Consider impact on end users and prioritize testing for high impact areas

    • Take into account dependencies between different modules or components

    • Assess risks involved and prioritize testing for high-risk areas

    • Use risk-based testing approach to prioritize test cases

  • Answered by AI
  • Q2. Test cases for Landline
  • Ans. 

    Test cases for Landline phone functionality

    • Test dialing a number and making a call

    • Test receiving a call and answering it

    • Test call waiting functionality

    • Test call forwarding feature

    • Test voicemail functionality

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. SQL question on joins and subqueries?
  • Q2. Earlier project questions ?

Skills evaluated in this interview

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

(2 Questions)

  • Q1. How to design an app as a white labeled.
  • Ans. 

    Designing a white-labeled app involves creating a customizable platform that can be rebranded by different clients.

    • Create a flexible design structure that allows for easy customization of colors, logos, and branding elements.

    • Implement a robust admin panel where clients can easily upload their branding assets and make changes.

    • Ensure that the app's functionality remains consistent across different branding variations.

    • Con...

  • Answered by AI
  • Q2. Generic UI theme can be set via firebase. Set the theme of UI elements dynamically.
  • Ans. 

    Use Firebase to dynamically set the theme of UI elements.

    • Create a collection in Firebase to store UI themes.

    • Retrieve the selected theme from Firebase and apply it to UI elements.

    • Update the UI elements whenever the theme is changed in Firebase.

  • Answered by AI
Round 2 - Behavioral 

(1 Question)

  • Q1. How to handle team, how do you ensure to follow agile and enable team to follow the same?
Round 3 - HR 

(2 Questions)

  • Q1. Your biggest challenge in your career.
  • Q2. Bring out some technical challenge or a challenge you faced while handling team.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Data structures and algorithms
  • Q2. Core + Advanced java
Round 2 - Technical 

(1 Question)

  • Q1. Java data structures questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Manager round - Agile practices, overall about current project
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Which company do you work for and what is your post?
  • Q2. What is your current salary and I will give you this much salary in my company
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 Nov 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. 2Sum DSA leetcode problem
  • Ans. 

    2Sum problem involves finding two numbers in an array that add up to a specific target.

    • Use a hashmap to store the difference between the target and each element in the array.

    • Iterate through the array and check if the current element's complement exists in the hashmap.

    • Return the indices of the two numbers that add up to the target.

  • Answered by AI
  • Q2. Spiral traversal of a Binary tree
  • Ans. 

    Spiral traversal of a Binary tree involves visiting nodes level by level alternating between left to right and right to left.

    • Start by pushing the root node into a queue.

    • While the queue is not empty, pop a node, print its value, and push its children into the queue.

    • Alternate between popping nodes from the queue and printing their values in a spiral manner.

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

(2 Questions)

  • Q1. A problem similar to coin change problem of leetcode
  • Q2. Aggressive cows problem
  • Ans. 

    The aggressive cows problem involves finding the maximum distance between cows in a field while ensuring they are not too close to each other.

    • Use binary search to find the maximum distance between cows.

    • Sort the cows' positions and check if a certain distance is feasible.

    • Consider the constraints of the problem such as the number of cows and the size of the field.

  • Answered by AI
Round 3 - One on one round with CTO 

(1 Question)

  • Q1. Basic behavioural questions like why I am looking for a change and would I be able to handle the increased work pressure as I was shifting from MNC to a startup

Interview Preparation Tips

Interview preparation tips for other job seekers - DSA questions were easy to medium and they didn’t really focus on any one language. Problem solving skills is all they judged me on.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jul 2023. There were 2 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 

(4 Questions)

  • Q1. What did you study in your bachelors and how is it relevant to your job?
  • Q2. How do you think you will succeed at Namaste credit?
  • Q3. Why did you leave your last company?
  • Q4. Talk about your previous work experience.

Interview Preparation Tips

Interview preparation tips for other job seekers - It’s honestly pretty basic.

PrimeXBT Interview FAQs

How to prepare for PrimeXBT 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 PrimeXBT. The most common topics and skills that interviewers at PrimeXBT expect are Financial Markets, Project Costing, Software Configuration Management, ArcIMS and Base.

Tell us how to improve this page.

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 748 Interviews
PhonePe Interview Questions
4.0
 • 298 Interviews
PayPal Interview Questions
3.9
 • 207 Interviews
HighRadius Interview Questions
2.9
 • 182 Interviews
Fiserv Interview Questions
3.0
 • 172 Interviews
Razorpay Interview Questions
3.6
 • 148 Interviews
Visa Interview Questions
3.5
 • 138 Interviews
CapitalOne Interview Questions
3.7
 • 78 Interviews
Oportun Interview Questions
3.6
 • 11 Interviews
View all

PrimeXBT Reviews and Ratings

based on 194 reviews

4.7/5

Rating in categories

4.6

Skill development

4.7

Work-life balance

4.7

Salary

4.7

Job security

4.6

Company culture

4.6

Promotions

4.7

Work satisfaction

Explore 194 Reviews and Ratings
Business Development Manager (Malaysian region)

Kolkata,

Mumbai

+5

4-7 Yrs

Not Disclosed

Explore more jobs
Compare PrimeXBT with

Paytm

3.3
Compare

FIS

3.9
Compare

Fiserv

3.0
Compare

PhonePe

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