Upload Button Icon Add office photos
Engaged Employer

i

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

Plus IT Park Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Plus IT Park Interview Questions and Answers

Updated 14 Mar 2024

Plus IT Park Interview Experiences

Popular Designations

3 interviews found

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

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

Round 1 - Coding Test 

Provided 3 Coding Questions

Round 2 - Technical 

(1 Question)

  • Q1. Technical 1- 1 Round , Got Rejected due to Lack of Technical Knowledge

Interview Preparation Tips

Topics to prepare for Plus IT Park React Js Frontend Developer interview:
  • DSA
  • React
  • Front end
  • Servers
Interview preparation tips for other job seekers - Prepare Well,They Seem to be Simple But the Interview is super amazing ,
You need to have a great idea of What all the Things you have done
Just Gone Through all Your Projects,

DSA is not much Important Ha The Skills they are so high
So prepare well, A Amazing Experience it was

React Js Frontend Developer Interview Questions asked at other Companies

Q1. 1. What is difference between abstract class and interface ?
View answer (1)

Web Developer Interview Questions & Answers

user image Anonymous

posted on 30 Dec 2023

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

I applied via Referral and was interviewed in Jun 2023. There were 2 interview rounds.

Round 1 - Coding Test 

CRUD functioning working

Round 2 - Technical 

(1 Question)

  • Q1. Questioning for programming

Web Developer Interview Questions asked at other Companies

Q1. Check Indices With Given Difference Problem Statement You are provided with an integer array ARR of size N along with two integers A and B. Your task is to determine if there exist two distinct indices in the array such that the absolute di... read more
View answer (1)

Blockchain Developer Interview Questions & Answers

user image SREEJESH R PLUS IT PARK

posted on 27 Nov 2023

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

I applied via Referral and was interviewed before Nov 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 - Aptitude Test 

The aptitude was a 100 Question Aptitude Round Which Included Language , Aptitude ,Logic etc

Round 3 - Coding Test 

The Coding Rounds Included 5 Question on various Levels, The Coding Rounds Changes based on Department of Hiring, Based on Web it will be more focused on Back end and Front end where For Blockchain It is Based on Coding

Round 4 - Technical 

(1 Question)

  • Q1. This was a One to One Meeting with CTO and Technical Committee,Included Questions from Programming , Questions from Data Structure and Web Cyber security Etc..
Round 5 - HR 

(2 Questions)

  • Q1. Previous Leadership Experience
  • Ans. 

    Yes

    • Led a team of developers in a previous project

    • Managed and coordinated tasks to ensure timely completion

    • Provided guidance and support to team members

    • Implemented agile methodologies to improve efficiency

    • Collaborated with stakeholders to define project goals and requirements

  • Answered by AI
  • Q2. Communication Related Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Prepared ,Well Know what your strength and what is your weak point ,It is Free to Ravel it

Blockchain Developer Interview Questions asked at other Companies

Q1. can we publish our own cusotom blockchain if yes what are the steps for that??
View answer (1)

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. About yourself ?
  • Q2. Just asked questions on previous role
  • Q3. How many types of IOT devices are there
  • Ans. 

    There are three main types of IoT devices: consumer, commercial, and industrial.

    • Consumer IoT devices: Smart home devices like thermostats, lights, and security cameras.

    • Commercial IoT devices: Smart meters, asset tracking systems, and connected vending machines.

    • Industrial IoT devices: Sensors and actuators used in manufacturing, agriculture, and healthcare.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't waste time as the interviewer doesn't ask you questions related to JD.He asked me questions related to my previous work experience.Hr is good but interviewer is out of mind .I think interviewer wants to select their known candidates or relatives.Even if you give all answers they will simply reject you.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Assignment 

Assignment was to create an API for an expenses sharing application where users can input the total amount and the people to be shared the amount with and each individual amount in terms of either actual amount, percentage or split equally

Round 2 - One-on-one 

(4 Questions)

  • Q1. Difference between process and threads
  • Ans. 

    Processes are independent instances of a program, while threads are smaller units within a process sharing resources.

    • Processes have their own memory space, while threads share the same memory space within a process.

    • Processes are heavyweight, requiring more resources, while threads are lightweight.

    • Processes communicate with each other through inter-process communication mechanisms, while threads can communicate directly...

  • Answered by AI
  • Q2. What is indexing in DBMS
  • Ans. 

    Indexing in DBMS is a technique used to improve the performance of queries by allowing faster retrieval of data.

    • Indexes are data structures that store a small portion of the table data in an optimized format for quick retrieval.

    • They help in speeding up data retrieval operations like SELECT, UPDATE, DELETE queries.

    • Examples of indexes include primary keys, unique keys, and composite keys.

  • Answered by AI
  • Q3. Examples and description of asymmetric encryption alogorithms
  • Ans. 

    Asymmetric encryption algorithms use a pair of keys to encrypt and decrypt data, providing secure communication.

    • RSA (Rivest-Shamir-Adleman) is a popular asymmetric encryption algorithm.

    • Elliptic Curve Cryptography (ECC) is another commonly used asymmetric encryption algorithm.

    • Asymmetric encryption is slower than symmetric encryption but provides better security.

    • Public key is used for encryption and private key is used f

  • Answered by AI
  • Q4. Which sorting method is beneficial in which scenario
  • Ans. 

    Different sorting methods are beneficial in different scenarios based on factors like time complexity, space complexity, and input size.

    • Quick Sort: Best for large datasets due to its average time complexity of O(n log n)

    • Bubble Sort: Simple and easy to implement, but inefficient for large datasets with its time complexity of O(n^2)

    • Merge Sort: Stable and efficient for large datasets with its time complexity of O(n log n)

    • ...

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

(4 Questions)

  • Q1. What are ACID properties in DBMS
  • Ans. 

    ACID properties are a set of properties that guarantee reliability and consistency in database transactions.

    • Atomicity: Ensures that either all operations in a transaction are completed successfully or none at all.

    • Consistency: Ensures that the database remains in a consistent state before and after the transaction.

    • Isolation: Ensures that the execution of multiple transactions concurrently does not interfere with each ot...

  • Answered by AI
  • Q2. Underlying data structure in Indexing and its time complexity
  • Ans. 

    Indexing typically uses data structures like B-trees or hash tables for efficient retrieval, with time complexity of O(log n) or O(1) respectively.

    • Common data structures for indexing include B-trees and hash tables

    • B-trees are typically used for indexing in databases due to their balanced nature and efficient search operations

    • Hash tables are used for indexing in scenarios where constant time lookup is desired, but may h

  • Answered by AI
  • Q3. Time complexity of a recursive fibonacci code
  • Ans. 

    Time complexity of recursive fibonacci code is O(2^n)

    • The time complexity of a recursive fibonacci code is exponential, O(2^n)

    • This is because each call branches into two recursive calls, leading to exponential growth

    • For example, calculating fibonacci(5) would result in 15 function calls

  • Answered by AI
  • Q4. The protocol behind Web Sockets (because it was in my resume)
  • Ans. 

    Web Sockets is a communication protocol that provides full-duplex communication channels over a single TCP connection.

    • Web Sockets allow for real-time, bi-directional communication between a client and a server.

    • They are commonly used in chat applications, online gaming, and live data streaming.

    • Web Sockets use the ws:// or wss:// protocol scheme in URLs.

    • The protocol is initiated with a handshake between the client and se...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare CS Fundamentals thoroughly
Some questions will be asked from topics that are mentioned in resume

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Assignment 

Weather dashboard app

Round 2 - Coding Test 

Js coding test on array and loops

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare your assignment by yourself
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Application Form 

(2 Questions)

  • Q1. They believe they are good when they are not. Maquila company
  • Q2. Lack of skills. no what they promise.

Interview Preparation Tips

Interview preparation tips for other job seekers - Follow the law.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
No response

I applied via Approached by Company and was interviewed in Nov 2023. 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 - HR 

(1 Question)

  • Q1. About salary and previous job profile
Round 3 - One-on-one 

(1 Question)

  • Q1. About what kind of projects we did in the past
Round 4 - Technical 

(1 Question)

  • Q1. Ask you about the particular field wise knowledge and past project related questions
Round 5 - Technical 

(1 Question)

  • Q1. Never happens, they just stall you

Interview Preparation Tips

Interview preparation tips for other job seekers - Recently interviewed by Co-founder. That was my third round. Still, they kept me on hold assuring that all reviews for my interview were positive and still wanted one more interview round. Then they didn't contact at all. When I contacted them, I got to know that their HR assumed I was not ready to relocate so they didn't contact. So either they don't know who they interview or they just assume things about candidates. Then, two days later, they said they have hired someone and let me know if any requirements in future. Just waste of time. I recommend not to apply here if you really are applying for job change and one should not depend on this company's assurances. They will just interview you and waste you time without letting you know anything about the decision.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Payroll experience
  • Q2. Why are you into hr
  • Q3. Why not a software job
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal

Round 1 - Technical 

(1 Question)

  • Q1. Question based on Nodejs, MySQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy

Plus IT Park Interview FAQs

How many rounds are there in Plus IT Park interview?
Plus IT Park interview process usually has 3 rounds. The most common rounds in the Plus IT Park interview process are Coding Test, Technical and Resume Shortlist.
What are the top questions asked in Plus IT Park interview?

Some of the top questions asked at the Plus IT Park interview -

  1. Technical 1- 1 Round , Got Rejected due to Lack of Technical Knowle...read more
  2. This was a One to One Meeting with CTO and Technical Committee,Included Questio...read more
  3. Communication Related Questi...read more

Tell us how to improve this page.

Plus IT Park Interview Process

based on 3 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Busibud Interview Questions
4.0
 • 42 Interviews
Convin Interview Questions
4.4
 • 21 Interviews
Miko Interview Questions
3.0
 • 10 Interviews
Habilelabs Interview Questions
4.1
 • 8 Interviews
Feuji Interview Questions
2.7
 • 8 Interviews
Switchon Interview Questions
3.1
 • 4 Interviews
View all

Plus IT Park Reviews and Ratings

based on 79 reviews

5.0/5

Rating in categories

5.0

Skill development

4.9

Work-life balance

4.9

Salary

5.0

Job security

4.9

Company culture

4.9

Promotions

5.0

Work satisfaction

Explore 79 Reviews and Ratings
Flutter Developer
3 salaries
unlock blur

₹5 L/yr - ₹8.8 L/yr

Explore more salaries
Compare Plus IT Park with

Busibud

4.0
Compare

Miko

3.0
Compare

Kratikal Tech Private Limited

3.7
Compare

SP Robotic Works

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