Upload Button Icon Add office photos

Filter interviews by

PRIME BPM Full Stack Developer Interview Questions and Answers

Updated 6 Dec 2023

PRIME BPM Full Stack Developer Interview Experiences

1 interview found

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 Dec 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 - Group Discussion 

Mostly semi technical, semi behavioral taken by 2 leaders within team

Round 3 - Technical 

(4 Questions)

  • Q1. 1. 1-2 DSA questions (mostly from Arrays, HashMap, Strings) using PHP or JavaScript
  • Q2. 2. What's OOPs and how do we implement it in Fuctional Programming vs Traditional Programming?
  • Ans. 

    OOPs is Object-Oriented Programming. It is implemented differently in Functional Programming and Traditional Programming.

    • OOPs is a programming paradigm that focuses on objects and their interactions.

    • In Traditional Programming, OOPs is implemented using classes, objects, and inheritance.

    • In Functional Programming, OOPs is implemented using higher-order functions and immutable data.

    • Functional Programming emphasizes pure f...

  • Answered by AI
  • Q3. 3. What's directives in angular js version 1?
  • Ans. 

    Directives in AngularJS version 1 are markers on DOM elements that tell AngularJS to attach a specified behavior to that element.

    • Directives are used to create custom HTML tags or attributes

    • They can be used to manipulate the DOM, add event listeners, or create reusable components

    • Examples of built-in directives are ng-model, ng-repeat, and ng-show

    • Custom directives can be created using the directive() function

  • Answered by AI
  • Q4. 4. SQL queries based on JOINS, UNION & OPTIMIZATION of query.
Round 4 - Technical 

(4 Questions)

  • Q1. 1. How to scale a system vertically vs horizontally?
  • Ans. 

    Scaling a system vertically means increasing the resources of a single machine, while scaling horizontally means adding more machines to the system.

    • Vertical scaling involves upgrading the hardware of a single machine, such as adding more RAM or CPU power.

    • Horizontal scaling involves adding more machines to the system, distributing the load across multiple machines.

    • Vertical scaling is limited by the maximum capacity of a...

  • Answered by AI
  • Q2. Basic system Design question
  • Q3. 2. 1 DSA question on HashMap!
  • Ans. The 3 sum problem of gfg or leetcode
  • Answered Anonymously
  • Q4. 3. Why should we hire you?
  • Ans. Please follow STAR pattern to answer it.
  • Answered Anonymously
Round 5 - HR 

(1 Question)

  • Q1. Salary negotiation only

Interview Preparation Tips

Topics to prepare for PRIME BPM Full Stack Developer interview:
  • Data Structures
  • Algorithms
  • System Design
  • MySQL
  • Angularjs
  • PHP
  • Laravel
  • Angular
  • Jenkins
Interview preparation tips for other job seekers - 1. Learn DSA basics,
2. Learn PHP, Laravel, MySQL and Angular fundamentals.
3. Be prepared for good grinding in behavioral questions but can be answered using STAR pattern.
4. Hold a good negotiation skill else have to settle for less package as the HR team is great at negotiation.
5. Be chill and answer with confidence when you know it, if you don't know a concept accept that upfront.

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. HTML, CSS, BOOTSTRAP, PHP. SQL

I applied via Company Website and was interviewed before May 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Explain about your project you did
  • Q2. I did the kolhapur tourism websites in visual studio using asp.net c# sql server and html css javascript

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident and try to answer every question . And good communication skills are important

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SOLID principals, oops, c# basics, SQL server, azure, design pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basics of oops and design pattern

I applied via Campus Placement and was interviewed before May 2021. There were 4 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 

VERBAL QUANT DI/LR and Picture based test

Round 3 - Technical 

(1 Question)

  • Q1. Write a fibonaci series in c++ or C?
  • Ans. 

    Fibonacci series can be easily implemented using loops in C++ or C.

    • Declare variables for first two numbers of the series

    • Use a loop to calculate and print the next number in the series

    • Repeat the loop until desired number of terms are printed

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Informed about the policies and made us sign a document

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be calm and composed while answering the questions.

Skills evaluated in this interview

I applied via Walk-in and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Many technical questions
  • Q2. Application tools

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare more tools,practical working technic

I applied via Company Website and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I surprised with one question that is are u ready to do job in anywhere

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi guys I just suggest you that you have to focus on your resume and don't use the words which you don't know if you release a word which you don't know then hr will take that word so prepare well for TR and HR I hope my suggestion will helpful

I applied via Company Website and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. What questions will be asked Aptitude
  • Q2. What questions will be aske Technical round
  • Q3. What questions will be aske hr

Interview Preparation Tips

Interview preparation tips for other job seekers - He

I applied via LinkedIn and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Easy logical questions
basic quant

Round 2 - Coding Test 

Easy level coding questions
Counting frequency of alphabets

Interview Preparation Tips

Interview preparation tips for other job seekers - Just go through the basics of javascript
Hoisting

I was interviewed before Sep 2020.

Round 1 - Face to Face 

(2 Questions)

Round duration - 30 Minutes
Round difficulty - Easy

The questions ranged from prime number concepts to one question on linked list.

  • Q1. 

    Prime Time Again Problem Statement

    You are given two integers DAY_HOURS and PARTS. Consider a day with DAY_HOURS hours, which can be divided into PARTS equal parts. Your task is to determine the total ins...

  • Ans. 

    Given DAY_HOURS and PARTS, find total instances of equivalent prime groups in a day divided into equal parts.

    • Divide the day into equal parts and check for prime groups at the same position in different parts.

    • Each prime group consists of prime numbers occurring at the same position in different parts.

    • Return the total number of equivalent prime groups found.

    • Ensure DAY_HOURS is divisible by PARTS and each hour in a prime

  • Answered by AI
  • Q2. 

    Add Two Numbers Represented as Linked Lists

    Given two linked lists representing two non-negative integers, where the digits are stored in reverse order (i.e., starting from the least significant digit to ...

  • Ans. 

    Add two numbers represented as linked lists in reverse order and return the sum as a linked list.

    • Traverse both linked lists simultaneously, adding corresponding digits and carrying over if necessary.

    • Handle cases where one list is longer than the other by considering carry over.

    • Create a new linked list to store the sum digits in reverse order.

    • Return the head of the new linked list as the result.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Maharaja Agrasen College, University Of Delhi. I applied for the job as SDE - 1 in DelhiEligibility criteriaAbove 6 CGPA, No pending backlogsTata Consultancy Services (TCS) interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, Operating Systems, System design, Puzzles, AptitudeTime required to prepare for the interview - 1 MonthInterview preparation tips for other job seekers

Tip 1 : Do practice aptitude faithfully because it will help you in cracking the first round.
Tip 2 : Study concepts from different sites like Coding Ninjas, Geeks for Geeks for better understanding.

Application resume tips for other job seekers

Tip 1 : Resume should be one pager.
Tip 2 : Mention your job specific projects on the resume.

Final outcome of the interviewRejected

Skills evaluated in this interview

PRIME BPM Interview FAQs

How many rounds are there in PRIME BPM Full Stack Developer interview?
PRIME BPM interview process usually has 5 rounds. The most common rounds in the PRIME BPM interview process are Technical, Resume Shortlist and Group Discussion.
What are the top questions asked in PRIME BPM Full Stack Developer interview?

Some of the top questions asked at the PRIME BPM Full Stack Developer interview -

  1. 2. What's OOPs and how do we implement it in Fuctional Programming vs Tradition...read more
  2. 1. How to scale a system vertically vs horizontal...read more
  3. 3. What's directives in angular js version...read more

Tell us how to improve this page.

PRIME BPM Full Stack Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

PRIME BPM Full Stack Developer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

5.0

Work-life balance

3.0

Salary

3.0

Job security

4.0

Company culture

5.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Compare PRIME BPM with

Zoho

4.3
Compare

Freshworks

3.5
Compare

TCS

3.7
Compare

Infosys

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