Upload Button Icon Add office photos

Filter interviews by

Plus91 Technologies Interview Questions, Process, and Tips

Updated 24 Oct 2024

Top Plus91 Technologies Interview Questions and Answers

View all 6 questions

Plus91 Technologies Interview Experiences

Popular Designations

9 interviews found

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

(2 Questions)

  • Q1. What is software development life cycle
  • Ans. 

    Software development life cycle is a process used by software development teams to design, develop, test, and deploy software.

    • SDLC consists of several phases including planning, analysis, design, implementation, testing, and maintenance.

    • Each phase has its own set of activities and deliverables that contribute to the overall development process.

    • Examples of SDLC models include Waterfall, Agile, and DevOps.

    • SDLC helps ensu...

  • Answered by AI
  • Q2. How do you prioritize and manage task
  • Ans. 

    I prioritize tasks based on deadlines, importance, and impact on overall goals. I use tools like to-do lists and calendars to stay organized.

    • I prioritize tasks based on deadlines, importance, and impact on overall goals

    • I use tools like to-do lists and calendars to stay organized

    • I communicate with team members and stakeholders to understand priorities and deadlines

    • I break down larger tasks into smaller, manageable steps...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Where do you see your self in next 5 years

Skills evaluated in this interview

Software Support Executive Interview Questions asked at other Companies

Q1. What do you stand for sql and which version used?
View answer (1)

Software Developer Interview Questions & Answers

user image Deepak Kumar

posted on 24 Oct 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is angular
  • Ans. 

    Angular is a popular front-end framework for building dynamic web applications.

    • Developed and maintained by Google

    • Uses TypeScript for building applications

    • Follows the MVC (Model-View-Controller) architecture

    • Supports two-way data binding

    • Has a powerful CLI for scaffolding projects

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They will take u thn check how u r. And they fire u, thats it

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Angular basic questions like directive, decorator etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't go for this company, No mentorship is here.

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Software Developer Interview Questions & Answers

user image Sanket Potphode

posted on 29 Apr 2024

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

(1 Question)

  • Q1. Explaine oops concepts in php
  • Ans. 

    Object-oriented programming concepts in PHP focus on classes, objects, inheritance, encapsulation, and polymorphism.

    • Classes: Blueprint for creating objects.

    • Objects: Instances of classes that contain properties and methods.

    • Inheritance: Allows a class to inherit properties and methods from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present t

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - normal interview process

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Plus91 Technologies interview questions for popular designations

 Software Developer

 (3)

 Project Manager

 (1)

 Web Developer

 (1)

 Software Tester

 (1)

 Software Support Executive

 (1)

 Junior System Administrator

 (1)

 Training Manager

 (1)

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

(2 Questions)

  • Q1. Tell me something about yourself?
  • Q2. What are your strength and Weakness?

Interview Preparation Tips

Interview preparation tips for other job seekers - stay confident and answer politely

Training Manager Interview Questions asked at other Companies

Q1. How can a reduction be done in the time taken for trainees to achieve the targets set as per the BAU?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jan 2023. 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. SDLC and STLC process
  • Q2. Agile methodology explain
  • Ans. 

    Agile methodology is an iterative approach to software development that emphasizes flexibility and customer satisfaction.

    • Agile focuses on delivering working software in short iterations

    • It values collaboration between team members and with customers

    • It emphasizes responding to change over following a plan

    • It involves continuous testing and feedback to improve the product

    • Examples of Agile methodologies include Scrum, Kanba

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Explain about project
  • Q2. Are you able to work from office
Round 4 - HR 

(2 Questions)

  • Q1. Salary discussion negotiations
  • Q2. When you join office

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare best and face , good communication required

Skills evaluated in this interview

Software Tester Interview Questions asked at other Companies

Q1. Which is a best technique to generate automated test report ?
View answer (1)

Web Developer Interview Questions & Answers

user image Nikhil Bawaskar

posted on 31 Aug 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all Resume tips
Round 2 - Assignment 

Development task on any website or software

Round 3 - Technical 

(1 Question)

  • Q1. Tell me about yourself
Round 4 - HR 

(1 Question)

  • Q1. Any quiz related to HR

Interview Preparation Tips

Interview preparation tips for other job seekers - Do your best

Web Developer Interview Questions asked at other Companies

Q1. Last Index of Element The task is to determine the index of the last occurrence of a specified element x within an array that may contain duplicate elements. If the element is not present, return -1. Input: The first line contains an intege... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Aug 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all Resume tips
Round 2 - HR 

(1 Question)

  • Q1. General questions related to your experience in last company, your Job profile and salary expectations.
Round 3 - One-on-one 

(1 Question)

  • Q1. 2nd round. Questions related to project management, past experiences, challenges and learning, case study, stakeholders management, strength, weakness and improvements. Implementation of projects, risk man...
Round 4 - One-on-one 

(1 Question)

  • Q1. Case study, salary expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Being a project manager you should have a sound knowledge on project management and should know your strength and weakness . Your weak points which may not affect your project and what improvements you are doing to prevent it.

Project Manager Interview Questions asked at other Companies

Q1. What is success & what is failure to you? How do you handle failure? - not much interviewer asks such questions, but I believe these are very important questions, if you want to succeed.
View answer (1)

I applied via Naukri.com

Interview Questionnaire 

3 Questions

  • Q1. What is ec2 in detail.
  • Ans. 

    EC2 is a web service that provides resizable compute capacity in the cloud.

    • EC2 stands for Elastic Compute Cloud.

    • It allows users to rent virtual servers on which they can run their own applications.

    • EC2 instances can be easily scaled up or down based on demand.

    • Users have full control over their instances, including the choice of operating system, networking, and security settings.

    • EC2 provides a wide range of instance typ...

  • Answered by AI
  • Q2. Basic Linix cmd.
  • Q3. Basic of scripting.

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic of Linuc cmd and aws must be go through before Interview.

Skills evaluated in this interview

Junior System Administrator Interview Questions asked at other Companies

Q1. How would you check slowness on a workstation what measures will you take ?
View answer (1)

Interview questions from similar companies

Interview Questionnaire 

8 Questions

  • Q1. Implement queue with the help of two stacks
  • Ans. 

    Queue can be implemented using two stacks by maintaining the order of elements in the stacks.

    • Create two stacks, let's call them stack1 and stack2

    • When an element is enqueued, push it to stack1

    • When an element is dequeued, pop all elements from stack1 and push them to stack2

    • Pop the top element from stack2 and return it as the dequeued element

    • If stack2 is empty, repeat step 3

    • To get the front element of the queue, peek the

  • Answered by AI
  • Q2. Iven a table “student” of with columns Name and Marks. You have to write a SQL query to get the 2nd highest marks from the table. Also write a query to find the nth highest marks, where n can be any number
  • Q3. What is left join. Give example. And Full outer join?
  • Ans. 

    Left join returns all records from left table and matching records from right table. Full outer join returns all records from both tables.

    • Left join is used to combine two tables based on a common column.

    • In left join, all records from the left table are returned along with matching records from the right table.

    • If there is no match in the right table, NULL values are returned.

    • Example: SELECT * FROM table1 LEFT JOIN table...

  • Answered by AI
  • Q4. What is magic functions and autoloading in PHP?
  • Ans. 

    Magic functions are special methods in PHP that start with __. Autoloading is a way to automatically load classes.

    • Magic functions are used to handle certain events in PHP, such as object creation or property access.

    • Autoloading allows PHP to automatically load classes when they are needed, without requiring manual includes.

    • Magic functions can be used in conjunction with autoloading to dynamically load classes or handle

  • Answered by AI
  • Q5. Given three arrays sorted in non-decreasing order, print all common elements in these arrays. Examples: ar1[] = {1, 5, 10, 20, 40, 80} ar2[] = {6, 7, 20, 80, 100} ar3[] = {3, 4, 15, 20, 30, 70, 80, 120} Ou...
  • Ans. 

    Given three sorted arrays, find common elements.

    • Create three pointers to traverse each array

    • Compare the elements at the pointers and move the pointer of the smallest element

    • If all pointers point to the same element, add it to the result and move all pointers

    • Repeat until any pointer reaches the end of its array

  • Answered by AI
  • Q6. A puzzle. You will be given with a 3 Litre container & a 7 Litre Container. Measure exactly 5 Litres of water
  • Q7. Asked about one of my projects I mentioned in my resume?
  • Q8. Find if a number is a power of 2 or not?
  • Ans. 

    Check if a number is a power of 2 or not.

    • A power of 2 has only one bit set in its binary representation.

    • Use bitwise AND operator to check if the number is a power of 2.

    • If n is a power of 2, then n & (n-1) will be 0.

  • Answered by AI

Interview Preparation Tips

Skills: Data structures, PHP, Algortihm
College Name: na
Motivation: Overall it was a very good experience. They test you from every aspect. In the End I would like to say that Practo is one of the best companies to work for.

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Plus91 Technologies Interview FAQs

How many rounds are there in Plus91 Technologies interview?
Plus91 Technologies interview process usually has 2-3 rounds. The most common rounds in the Plus91 Technologies interview process are Technical, HR and Resume Shortlist.
How to prepare for Plus91 Technologies 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 Plus91 Technologies. The most common topics and skills that interviewers at Plus91 Technologies expect are Javascript, MySQL, PHP, Html5 and MVC.
What are the top questions asked in Plus91 Technologies interview?

Some of the top questions asked at the Plus91 Technologies interview -

  1. What is ec2 in deta...read more
  2. What is software development life cy...read more
  3. How do you prioritize and manage t...read more

Recently Viewed

INTERVIEWS

Mecon

40 top interview questions

INTERVIEWS

Mecon

No Interviews

INTERVIEWS

EssentiallySports

No Interviews

INTERVIEWS

HDFC Life

No Interviews

INTERVIEWS

Cataloging.Ai

No Interviews

DESIGNATION

INTERVIEWS

Thejo Engineering

No Interviews

INTERVIEWS

Mecon

No Interviews

LIST OF COMPANIES

Discover companies

Find best workplace

INTERVIEWS

Mecon

No Interviews

Tell us how to improve this page.

Plus91 Technologies Interview Process

based on 11 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

Tata 1mg Interview Questions
3.6
 • 146 Interviews
PharmEasy Interview Questions
3.7
 • 80 Interviews
Practo Interview Questions
3.2
 • 74 Interviews
Netmeds.com Interview Questions
3.6
 • 42 Interviews
MediBuddy Interview Questions
3.8
 • 31 Interviews
Portea Medical Interview Questions
4.3
 • 27 Interviews
Medlife Interview Questions
3.7
 • 27 Interviews
PhableCare Interview Questions
2.7
 • 9 Interviews
Lybrate Interview Questions
3.5
 • 5 Interviews
View all

Plus91 Technologies Reviews and Ratings

based on 61 reviews

2.8/5

Rating in categories

2.9

Skill development

2.5

Work-life balance

2.4

Salary

2.2

Job security

2.3

Company culture

2.2

Promotions

2.6

Work satisfaction

Explore 61 Reviews and Ratings
Software Developer
49 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Tester
22 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Junior Software Developer
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

System Administrator
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Junior Software Tester
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Plus91 Technologies with

Practo

3.2
Compare

Lybrate

3.5
Compare

Portea Medical

3.8
Compare

PharmEasy

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