Upload Button Icon Add office photos
Engaged Employer

i

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

Proactive Data Systems Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Proactive Data Systems Interview Questions and Answers

Updated 2 Mar 2024

Proactive Data Systems Interview Experiences

Popular Designations

4 interviews found

Interview Questions & Answers

user image Divyanshu Singh

posted on 2 Mar 2024

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 Mar 2023. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Normal HR Questions
Round 2 - Technical 

(1 Question)

  • Q1. Normal Structured Cabling and Project management Questions.
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion and about company structure.

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics of Cabling solutions and Normal Project Management questions
Interview experience
1
Bad
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 3 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 - Coding Test 

Python, jsp, WebEx, html, meraki

Round 3 - HR 

(2 Questions)

  • Q1. Stipend, date of joining
  • Q2. Campus interviews, would you serve here

Interview Preparation Tips

Interview preparation tips for other job seekers - Good process

Technology Analyst Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2022. 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 

(2 Questions)

  • Q1. What is your job profile?
  • Q2. Whom do you report to?

Interview Preparation Tips

Interview preparation tips for other job seekers - Its a good Company to work for. CEO is very polite and understands criticality of work. He may avoid people adding 'yes' on all his statements.

HR BP Interview Questions asked at other Companies

Q1. What are the TA strategies that's been used to close a position?
View answer (1)

I applied via Referral and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Do you have TAC experience ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Experience was good I was exciting to join the company. i joined for 3 months

Network Engineer Interview Questions asked at other Companies

Q1. TCP/IP layers, why is transport needed for communication? What is Subnet mask and how does it help in data communication. Why is Vlan needed? Based on what information does a switch and router send a packet or frame? Types of arp, What is p... read more
View answer (2)

Proactive Data Systems interview questions for popular designations

 HR BP

 (1)

 Technology Analyst

 (1)

 Network Engineer

 (1)

Jobs at Proactive Data Systems

View all

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed before Nov 2021. 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 - Technical 

(2 Questions)

  • Q1. Oops concepts, core java
  • Q2. Java 8 stream api and lambda

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well it will be easy to crack. they hire good peope

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

Interview Questionnaire 

1 Question

  • Q1. Complex sql scenarios and their results
  • Ans. 

    Complex SQL scenarios and their results

    • Using subqueries to filter data

    • Joining multiple tables with complex conditions

    • Using window functions to calculate running totals

    • Pivoting data to transform rows into columns

    • Using recursive queries to traverse hierarchical data

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Should have strong knowledge in SQL, ETL & DWH concepts

Skills evaluated in this interview

I applied via Walk-in and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test

Round 2 - Group Discussion 

Current affairs

Round 3 - Technical 

(1 Question)

  • Q1. Puzzle , sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself, whatever you know just be confident

I applied via Referral and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Coding Test 

If you are a fresher , then this is for you else almost no coding test for experienced candidates.

Round 2 - One-on-one 

(1 Question)

  • Q1. Javascript basics, Angular react general questions depends upon profile.
Round 3 - Behavioral 

(1 Question)

  • Q1. They asked general questions related to some hectic situation faced in previous company / project..

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm . Clear your basics . That's it.

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 70 Minutes
Round difficulty - Hard

  • Q1. 

    Candies Distribution Problem Statement

    Prateek is a kindergarten teacher with a mission to distribute candies to students based on their performance. Each student must get at least one candy, and if two s...

  • Ans. 

    The task is to distribute candies to students based on their performance while minimizing the total candies distributed.

    • Create an array to store the minimum candies required for each student.

    • Iterate through the students' ratings array to determine the minimum candies needed based on the adjacent ratings.

    • Consider both left-to-right and right-to-left passes to ensure fair distribution.

    • Keep track of the total candies dist

  • Answered by AI
  • Q2. 

    Merge Sort Problem Statement

    You are given a sequence of numbers, ARR. Your task is to return a sorted sequence of ARR in non-descending order using the Merge Sort algorithm.

    Explanation:

    The Merge Sort...

  • Ans. 

    Implement Merge Sort algorithm to sort a sequence of numbers in non-descending order.

    • Use Divide and Conquer approach to recursively divide the input array into two halves.

    • Merge the sorted halves to produce a completely sorted array.

    • Ensure the implementation handles the constraints specified in the problem statement.

    • Example: For input [3, 1, 4, 1, 5], the output should be [1, 1, 3, 4, 5].

  • Answered by AI

Interview Preparation Tips

Eligibility criteria8CGPAThink Future Technologies interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic Programming, apti , programming language , SETime required to prepare for the interview - 1 MonthInterview preparation tips for other job seekers

Tip 1 : Practice Atleast 250 Questions
Tip 2 : Do atleast 2 projects

Application resume tips for other job seekers

Tip 1 : Do not put false things on resume.
Tip 2 : Have some projects on resume.

Final outcome of the interviewRejected

Skills evaluated in this interview

Interview Preparation Tips

Round: Test
Experience: It was nice set of mixed bag questions each challenging your brain to scratch more and find the trick.
Tips: Be calm in solving the questions, Practice few tricks to solve

work,time,distance,number series problem etc. quickly to help save the

time.
Duration: 20 minuntes minutes
Total Questions: 25

Round: Resume Shortlist
Experience: I think resume played a important role in selection processes.
Tips: Make it simple and HIGHLIGHT your good work and experiences.Interviewer don't have time to go through whole crap what we write so basically focus on highlighting your achievements and internships.

Round: Group Discussion
Experience: People are dying to take the opportunity and speak.You will be facing a fish market in few cases, rest it is calm and everyone is given a chance to put forward there point.
Tips: Generally u have to decide which side of the boat u want to be on.

Either go against the topic or in favor whichever you are more

comfortable with.

College Name: IIT ROORKEE

Proactive Data Systems Interview FAQs

How many rounds are there in Proactive Data Systems interview?
Proactive Data Systems interview process usually has 2-3 rounds. The most common rounds in the Proactive Data Systems interview process are HR, Resume Shortlist and One-on-one Round.
How to prepare for Proactive Data Systems 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 Proactive Data Systems. The most common topics and skills that interviewers at Proactive Data Systems expect are cisco, CRM, SAN, Networking and Sales.

Tell us how to improve this page.

Proactive Data Systems Interview Process

based on 3 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Affine Interview Questions
3.3
 • 49 Interviews
IT By Design Interview Questions
3.6
 • 40 Interviews
ConsultAdd Interview Questions
3.5
 • 36 Interviews
Junglee Games Interview Questions
3.1
 • 32 Interviews
View all

Proactive Data Systems Reviews and Ratings

based on 66 reviews

4.3/5

Rating in categories

3.8

Skill development

4.2

Work-life balance

3.8

Salary

4.4

Job security

3.9

Company culture

3.7

Promotions

4.0

Work satisfaction

Explore 66 Reviews and Ratings
Inside Sales Executive

Mumbai

2-5 Yrs

Not Disclosed

Lead Managed Services sales

Mumbai,

New Delhi

+1

10-12 Yrs

Not Disclosed

Sales Coordinator

Delhi/Ncr

2-6 Yrs

Not Disclosed

Explore more jobs
Network Engineer
40 salaries
unlock blur

₹3 L/yr - ₹8 L/yr

Network Support Engineer
20 salaries
unlock blur

₹3 L/yr - ₹5.4 L/yr

Business Relationship Manager
11 salaries
unlock blur

₹8.2 L/yr - ₹16.5 L/yr

Software Developer
8 salaries
unlock blur

₹4 L/yr - ₹11.5 L/yr

Executive Accountant
8 salaries
unlock blur

₹3.6 L/yr - ₹5.5 L/yr

Explore more salaries
Compare Proactive Data Systems with

Maxgen Technologies

4.6
Compare

Value Point Systems

3.6
Compare

JoulestoWatts Business Solutions

2.9
Compare

F1 Info Solutions and Services

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