Upload Button Icon Add office photos

Filter interviews by

Pathfinder Business Analysis Software Developer Interview Questions and Answers

Updated 28 Mar 2024

Pathfinder Business Analysis Software Developer Interview Experiences

1 interview found

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

(1 Question)

  • Q1. Basic question were asked
Round 2 - Technical 

(1 Question)

  • Q1. Intermediate question were asked
Round 3 - HR 

(1 Question)

  • Q1. Company policy and Terms were discussed

Interview questions from similar companies

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

(2 Questions)

  • Q1. Java questions , stream api
  • Q2. Whatever you have mention in resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Java basics, memory management, multithreading.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(1 Question)

  • Q1. Questions based on Java , C++ , OOPs, cloud computing, one coding question, regarding previous projects, some behavioural questions.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Questions on PHP MySQL, HTML CSS
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain your backgroun
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jul 2023. There were 5 interview rounds.

Round 1 - Coding Test 

Hackerrank online assessment

Round 2 - Case Study 

Case study with a little bit of math for scenario based questions

Round 3 - Coding Test 

2 questions of coding with a live interviewer

Round 4 - Coding Test 

Behavioral and coding with a senior engineer

Round 5 - Behavioral interview 

(2 Questions)

  • Q1. How do you handle conflicts
  • Q2. What was the most challenging problem you had to solve so far

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on DSA, do a little bit of case studies with back of the envelope estimations and prepare thoroughly for behavioral interviews as they could be tricky

I applied via campus placement at Jaypee Institute of Information Technology, Noida and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. SQL Queries
  • Q2. OOPS Concepts
  • Q3. Program to calculate factorial
  • Ans. 

    Program to calculate factorial

    • Use a loop to multiply the numbers from 1 to n

    • Handle edge cases like 0 and negative numbers

    • Use recursion for a more elegant solution

  • Answered by AI
  • Q4. Projects- Major , Minor , Internship

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, should have good communication skills.

Skills evaluated in this interview

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

I applied via campus placement at Thapar Institute of Engineering and Technology (TIET) and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude, maths, cs fundamentals, dbms

Round 2 - Technical 

(1 Question)

  • Q1. Leetcode easy-medium
Round 3 - HR 

(1 Question)

  • Q1. General questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Dec 2022. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Good sushshshshshshshahahsh
Round 2 - One-on-one 

(2 Questions)

  • Q1. How was your last org
  • Ans. 

    My last organization was a fast-paced tech startup with a collaborative and innovative work culture.

    • The organization had a flat hierarchy, allowing for easy communication and decision-making.

    • We followed agile development methodologies, which helped us deliver high-quality software on time.

    • There was a strong emphasis on continuous learning and professional growth.

    • We had regular team meetings and code reviews to ensure c...

  • Answered by AI
  • Q2. Why u want to resign
  • Ans. 

    I am looking for new challenges and growth opportunities.

    • Seeking career advancement

    • Want to work on more complex projects

    • Desire to learn new technologies

    • Seeking better work-life balance

    • Want to explore different industries or domains

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good want to willing in it comp best org
Place to work

I was interviewed in Jan 2022.

Round 1 - Video Call 

(3 Questions)

Round duration - 100 Minutes
Round difficulty - Hard

There were 2 interviewers. It started with an introduction from me and one of the interviewers directly started with a DSA questions. Two problems were asked and I had to code them on a compiler of my choice by sharing my screen. Level of DSA question was medium but I was severely grilled on oops. I had to create different abstract classes, interface and explain entire oops with examples.

This was followed by a set of core JAVA questions :

Difference between == and .equals() ?
Mention some methods of the object class?
Difference between TreeSet and SortedSet?
How is a String saved in JAVA?
difference between string pool and heap memory?

  • Q1. Shortest Distance

    You have been given a Binary Search Tree and two keys 'NODE1' and 'Node2' in it.

    Your task is to find the shortest distance between two nodes with the given two keys. It...

  • Ans. 

    I directly gave an approach to find the lowest common ancestor of the two nodes and then finding separate distances between the Ancestor node and the two nodes and returning the sum of the distances. I was then asked to code the whole solution which I correctly completed.

  • Answered by CodingNinjas
  • Q2. Greatest Common Divisor

    You are given two numbers, ‘X’ and ‘Y’. Your task is to find the greatest common divisor of the given two numbers.

    The Greatest Common Divisor of any two integers is the largest n...

  • Ans. 

    I was happy after seeing the question and coded it in 3 minutes using while loop. I was the asked to do it by recursion and i successfully did it but the catch here was to explain to the interviewer the entire memory management in heap and stack along with complexity solution.

  • Answered by CodingNinjas
  • Q3. Bridges In A Graph

    Given an undirected graph of V vertices and E edges. Your task is to find all the bridges in the given undirected graph. A bridge in any graph is defined as an edge which, when removed, ...

  • Ans. 

    I solved it using o(e+v) algo and interviewers were very patient and helpful

  • Answered by CodingNinjas

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Vellore Institute of Technology - VIT Bhopal. I applied for the job as SDE - 1 in GurgaonEligibility criteriaAbove 6CGPA, no backlogBlackrock interview preparation:Topics to prepare for the interview - DSA, oops, OS, DBMS, CN, low level designTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Tree is the most important topic in BlackRock recruitment process. 
Tip 2 : have atleast one live working project- host your project either on Heroku/Play Store.
Tip 3 : Practice atleast 100 leetcode medium questions.

Application resume tips for other job seekers

Tip 1 : Don't oversell yourself because interviewers will grind you on everything that you write in resume. 
Tip 2 : Mention links to your project.

Final outcome of the interviewSelected

Skills evaluated in this interview

Pathfinder Business Analysis Interview FAQs

How many rounds are there in Pathfinder Business Analysis Software Developer interview?
Pathfinder Business Analysis interview process usually has 3 rounds. The most common rounds in the Pathfinder Business Analysis interview process are Technical and HR.
What are the top questions asked in Pathfinder Business Analysis Software Developer interview?

Some of the top questions asked at the Pathfinder Business Analysis Software Developer interview -

  1. Intermediate question were as...read more
  2. Basic question were as...read more

Tell us how to improve this page.

Pathfinder Business Analysis Software Developer Salary
based on 9 salaries
₹5.2 L/yr - ₹8 L/yr
23% less than the average Software Developer Salary in India
View more details
Process Associate
163 salaries
unlock blur

₹1.4 L/yr - ₹4 L/yr

Software Engineer
46 salaries
unlock blur

₹2.7 L/yr - ₹11.9 L/yr

Processing Executive
30 salaries
unlock blur

₹1 L/yr - ₹3.1 L/yr

Research Associate
25 salaries
unlock blur

₹3 L/yr - ₹4.3 L/yr

Data Analyst
22 salaries
unlock blur

₹2 L/yr - ₹4 L/yr

Explore more salaries
Compare Pathfinder Business Analysis with

Frost & Sullivan

3.1
Compare

Gartner

4.2
Compare

McKinsey & Company

3.9
Compare

BCG

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