Upload Button Icon Add office photos

Filter interviews by

Progility Technologies Interview Questions and Answers

Updated 1 Apr 2025

Progility Technologies Interview Experiences

Popular Designations

8 interviews found

Service Engineer Interview Questions & Answers

user image Vinay Kumar Sharma

posted on 17 Mar 2024

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

(1 Question)

  • Q1. Discuss on only related topics as mentioned in your resume, but task will be only, take signature on EPBX Prevent Maintenance report.

Service Engineer Interview Questions asked at other Companies

Q1. What are the compulsory policy excess in four wheeler private vehicles?
View answer (12)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Yourself asked and experiences

Treasury Executive Interview Questions asked at other Companies

Q1. Why switch from credit card to airlines?
View answer (1)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What about your graduation college ?
  • Ans. 

    I graduated from XYZ University with a degree in Electrical Engineering.

    • Graduated from XYZ University

    • Degree in Electrical Engineering

    • GPA of 3.8

    • Completed internships at ABC Company

    • Participated in research projects on renewable energy

  • Answered by AI
  • Q2. What about your projects ?
  • Ans. 

    I have worked on various projects including developing a mobile app for tracking fitness goals and a web application for managing inventory.

    • Developed a mobile app using React Native to track fitness goals and provide workout plans

    • Created a web application using Angular for managing inventory and tracking sales

    • Implemented RESTful APIs for communication between front-end and back-end systems

  • Answered by AI

Associate Engineer Interview Questions asked at other Companies

Q1. Count Ways To Reach The N-th Stair Problem Statement You are given a number of stairs, N. Starting at the 0th stair, you need to reach the Nth stair. Each time you can either climb one step or two steps. You have to return the number of dis... read more
View answer (1)

Programmer Interview Questions & Answers

user image Anonymous

posted on 20 Feb 2025

Interview experience
2
Poor
Difficulty level
-
Process Duration
4-6 weeks
Result
-

I appeared for an interview before Feb 2024, where I was asked the following questions.

  • Q1. Asking about last project handled
  • Q2. Making BoQ and solutiins

Programmer Interview Questions asked at other Companies

Q1. What are the differences between Micro,Mini and Mainframe Computers?
View answer (2)

Progility Technologies interview questions for popular designations

 Senior Service Account Manager

 (1)

 Associate Engineer

 (1)

 Site Engineer

 (1)

 Regional Sales Manager

 (1)

 Treasury Executive

 (1)

 Programmer

 (1)

 Service Engineer

 (1)

I applied via Naukri.com and was interviewed in Nov 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What was your previous job experiences, why did you leave the job
  • Q2. What are your future goals

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident , be optimistic, show interest, enthusiasm

I appeared for an interview in Mar 2021.

Interview Questionnaire 

2 Questions

  • Q1. How to design a LED based board room??
  • Ans. 

    Designing a LED based board room requires careful consideration of lighting placement, color temperature, and control systems.

    • Determine the purpose of the board room and the desired atmosphere

    • Choose LED fixtures with appropriate color temperature and CRI

    • Plan lighting placement to avoid glare and shadows

    • Consider control systems such as dimming and color changing

    • Ensure proper wiring and power supply

    • Test and adjust lighti

  • Answered by AI
  • Q2. How to achieve business target amid corona pandemic
  • Ans. 

    To achieve business targets amid corona pandemic, companies need to adapt to the changing market conditions and focus on digital channels.

    • Adapt to the changing market conditions

    • Focus on digital channels

    • Re-evaluate sales strategies

    • Offer flexible payment options

    • Provide exceptional customer service

    • Invest in employee training and development

    • Collaborate with partners and suppliers

    • Stay up-to-date with government regulations

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to express yourself and ideas, focus on communication not language.

Regional Sales Manager Interview Questions asked at other Companies

Q1. If there are 1500 shops that need to be visited twice a month, how many executives you need?
View answer (16)

Jobs at Progility Technologies

View all

Interview Questions & Answers

user image Murugan K.

posted on 5 Dec 2021

I applied via Naukri.com and was interviewed before Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Finance and commercial questions

Interview Preparation Tips

Interview preparation tips for other job seekers - We have to answer whatever we know, if you don't know the answer say sorry i dont know. they may ask your achievement part be prepared on that.

I applied via Referral

Interview Questionnaire 

2 Questions

  • Q1. Information about all AV equipment and cables
  • Q2. Basic electronics and its operations

Interview Preparation Tips

General Tips: please must have knowledge about all basic electrons and wireless equipment and its configurations
Skills: Communication
Duration: 1-4 weeks

Site Engineer Interview Questions asked at other Companies

Q1. 1.BBS calculation of slab? 2.Stairs case riser and tread dimension? 3.Types of cement? 4.Full form of tmt, pcc, rcc, tmx, dpc 5.Definition of plinth area, courtyard area, built-up area? 6.function of dpc 8.standard size of brick? 9. Write g... read more
View answer (4)

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Which collection class is used to represent key-value pairs?
  • Ans. 

    The HashMap class is used to represent key-value pairs in Java.

    • HashMap is a part of the Java Collections Framework.

    • It allows null values and only one null key.

    • It provides constant-time performance for basic operations like get and put.

    • Example: HashMap<String, Integer> map = new HashMap<>();

  • Answered by AI
  • Q2. What is abstraction?
  • Ans. 

    Abstraction is the process of simplifying complex systems by focusing on essential details and hiding unnecessary complexities.

    • Abstraction allows us to create models or representations of real-world objects or systems in software.

    • It helps in managing complexity by breaking down a system into smaller, more manageable parts.

    • Abstraction provides a level of indirection, allowing changes to be made in one part of the system...

  • Answered by AI
  • Q3. Why is try-catch used in JAVA?
  • Ans. 

    try-catch is used in Java to handle exceptions and prevent program crashes.

    • try-catch blocks are used to catch and handle exceptions that may occur during program execution.

    • It allows the program to gracefully handle errors and prevent the program from crashing.

    • The try block contains the code that may throw an exception, and the catch block handles the exception.

    • Multiple catch blocks can be used to handle different types...

  • Answered by AI
  • Q4. Which statement will we use if we want to select a statement based on integer inputs?
  • Ans. 

    The statement to use for selecting based on integer inputs is the 'switch' statement.

    • The 'switch' statement allows for multiple cases to be evaluated based on the value of an integer input.

    • Each case represents a possible value of the input, and the corresponding code block is executed if the value matches.

    • The 'switch' statement also provides a 'default' case which is executed if none of the cases match the input value.

    • ...

  • Answered by AI
  • Q5. Explain your project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to basic concepts
Prepare a good project

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about yourself
  • Q2. Why IT
  • Q3. About my project
  • Q4. Few mechanical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - General questions

Progility Technologies Interview FAQs

How many rounds are there in Progility Technologies interview?
Progility Technologies interview process usually has 1 rounds. The most common rounds in the Progility Technologies interview process are Technical and HR.
How to prepare for Progility 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 Progility Technologies. The most common topics and skills that interviewers at Progility Technologies expect are CCTV, IP Telephony, OEM Sales, Aruba Wireless and Behavioural Training.
What are the top questions asked in Progility Technologies interview?

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

  1. How to achieve business target amid corona pande...read more
  2. How to design a LED based board room...read more
  3. Making BoQ and soluti...read more

Tell us how to improve this page.

Progility Technologies Interview Process

based on 9 interviews

Interview experience

3.3
  
Average
View more

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 142 Interviews
NexTurn Interview Questions
4.1
 • 28 Interviews
ClaySys Interview Questions
2.9
 • 24 Interviews
Monotype Interview Questions
3.7
 • 23 Interviews
View all

Progility Technologies Reviews and Ratings

based on 120 reviews

3.1/5

Rating in categories

2.9

Skill development

3.3

Work-life balance

3.0

Salary

2.9

Job security

2.9

Company culture

2.6

Promotions

3.0

Work satisfaction

Explore 120 Reviews and Ratings
Business Development Manager - Large Enterprise Vertical

Bangalore / Bengaluru,

Delhi/Ncr

+1

9-12 Yrs

₹ 25-40 LPA

Business Development Manager - Aviation Vertical

Hyderabad / Secunderabad,

Bangalore / Bengaluru

+1

9-12 Yrs

Not Disclosed

Sales Manager

Hyderabad / Secunderabad,

Bangalore / Bengaluru

+1

7-12 Yrs

₹ 10-20 LPA

Explore more jobs
Accounts Manager
29 salaries
unlock blur

₹2.8 L/yr - ₹10.1 L/yr

Senior Accounts Manager
28 salaries
unlock blur

₹4.8 L/yr - ₹11.3 L/yr

Service and Account Manager
20 salaries
unlock blur

₹3 L/yr - ₹9.5 L/yr

Service Engineer
17 salaries
unlock blur

₹2.3 L/yr - ₹4.9 L/yr

Project Engineer
11 salaries
unlock blur

₹2.1 L/yr - ₹3.6 L/yr

Explore more salaries
Compare Progility Technologies with

HCL Infosystems

3.9
Compare

Accel Frontline

4.0
Compare

Diverse Lynx

3.7
Compare

Pitney Bowes

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