Upload Button Icon Add office photos

Signify

Compare button icon Compare button icon Compare

Filter interviews by

Signify Project Engineer Interview Questions and Answers

Updated 19 Jul 2024

Signify Project Engineer Interview Experiences

1 interview found

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

(1 Question)

  • Q1. Technical background
Round 2 - HR 

(1 Question)

  • Q1. HRBP round personalities
Round 3 - One-on-one 

(1 Question)

  • Q1. Technical + psychological

Top trending discussions

View All
Interview Hub
6d
a client servicing executive
FeedCard Image
Got a question about Signify?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Walk-in and was interviewed before Aug 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. About my last job description

Interview Preparation Tips

Interview preparation tips for other job seekers - Says limited and point to point thing, and be clear....

Project Engineer Interview Questions Asked at Other Companies

asked in Wipro
Q1. Triangle Star Pattern Task Your task is to print a triangle patte ... read more
asked in Wipro
Q2. Encode The String Problem Statement Given a string S of length N, ... read more
asked in Wipro
Q3. Given a starting time, find the minimum number of minutes needed ... read more
asked in Wipro
Q4. Binary to Decimal Conversion Challenge Transform a given binary n ... read more
asked in Wipro
Q5. Mindbending Product Problem Statement You are given an array ARR ... read more

Senior Engineer Interview Questions & Answers

HARMAN user image SOUMYA P. BHOIN

posted on 19 Dec 2020

I applied via Naukri.com and was interviewed before Dec 2019. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I was interviewed for the position of ETL developer. There were total 4 rounds including the managerial discussion. First three rounds were purely technical discussions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process was really smooth though it took full day. They used to complete all the rounds the same itself. And the best part is, you will know your feedback the same moment and next day itself the hr will have a discussion for CTC things.

I applied via Walk-in and was interviewed before Dec 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Only experience .

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing

Interview Questionnaire 

3 Questions

  • Q1. HOW TO CALCULATE HEAT LOAD CALCULATION?
  • Ans. 

    Heat load calculation is done by determining the amount of heat energy required to maintain a desired temperature in a given space.

    • Determine the size of the space in square feet

    • Determine the desired temperature for the space

    • Determine the insulation value of the walls, ceiling, and floor

    • Determine the number of windows and doors and their insulation value

    • Calculate the heat loss through the walls, ceiling, floor, windows,...

  • Answered by AI
  • Q2. WHAT ARE THE TYPES OF FCU?
  • Ans. 

    FCU stands for Fan Coil Unit. There are two types of FCU - Horizontal and Vertical.

    • Horizontal FCU: mounted on the ceiling or floor, air is discharged horizontally

    • Vertical FCU: mounted on the wall, air is discharged vertically

    • Other types include cassette FCU, concealed FCU, and floor-standing FCU

    • FCUs are used for heating, cooling, and ventilation in buildings

  • Answered by AI
  • Q3. EXPLAIN VRV SYSTEM
  • Ans. 

    VRV system is a type of HVAC system that uses a single outdoor unit to control multiple indoor units.

    • VRV stands for Variable Refrigerant Volume

    • It uses a refrigerant to transfer heat between the indoor and outdoor units

    • Each indoor unit can be controlled independently for temperature and air flow

    • It is energy efficient and can save on utility costs

    • Examples of VRV system brands include Daikin, Mitsubishi, and LG

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - BE CONFIDANT AND GO FOR IT

I applied via Referral and was interviewed before Jun 2020. There were 5 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Basic networking theory like arp, ping, vlans, subnetting
  • Q2. Switching scenarios mostly related to STP
  • Q3. OSI layer based questions. For example, which layer deals with congestion control.
  • Q4. Basics of routing. Ospf n bgp scenarios
  • Q5. One of the challenging cases worked on
  • Q6. Scenarios questions to check how you would approach a problem and work towards resolution. Like what all information would you ask from the customer to understand the issue and how you would make use of it...

Interview Preparation Tips

Interview preparation tips for other job seekers - Having a concrete networking experience and understanding would help you to crack the interview easily.
The scenarios are not tough and are basically put to check if you know the basics.

Signify HR Interview Questions

12 questions and answers

Q. What have you learned from the failed launches, and how did you navigate through ... read more
Q. What are the key considerations for launching a new product and developing an ef ... read more
Q. What motivates you to work at this company?

Interview Questionnaire 

1 Question

  • Q1. Core java,hibernate,spring and UNIX commands

Interview Preparation Tips

Interview preparation tips for other job seekers - learn few Unix commands
Are these interview questions helpful?

Interview Questionnaire 

1 Question

  • Q1. Stge concepts, vSAN, RAID, basic testing, OS concepts, NVMe, SATA, SAS
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jan 2024. There were 4 interview rounds.

Round 1 - Coding Test 

C coding questions on bitwise concepts
DSA coding concepts

Round 2 - Technical 

(2 Questions)

  • Q1. What I have fone in previous organization
  • Q2. About work and projects
Round 3 - Puzzles Interview 

(2 Questions)

  • Q1. Excel sheet cell determining logic
  • Q2. Calculate the number of complete squares inscribed in a circle
  • Ans. 

    The number of complete squares inscribed in a circle can be calculated using a formula based on the number of sides of the square.

    • The formula to calculate the number of complete squares inscribed in a circle is n*(n+1)*(2n+1)/6, where n is the number of sides of the square.

    • For example, if the circle has a square with 4 sides inscribed in it, the number of complete squares would be 30 (4*(4+1)*(2*4+1)/6 = 30).

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. What are my expectations from company
  • Q2. Why am I leaving previous organisation
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Coding Test 

It was 1 coding question with 10 test cases. They asked a question based on binary search. I got 3 hrs to clear that test. I went in as a campus fresher. For lateral joinees, it is a much more difficult question that you have to clear in 4hrs.

Round 2 - One-on-one 

(2 Questions)

  • Q1. What's the best way to find majority element in an array?
  • Ans. 

    The best way to find the majority element in an array is by using the Boyer-Moore Voting Algorithm.

    • Initialize a candidate variable and a count variable.

    • Iterate through the array and for each element:

    • - If the count is 0, set the current element as the candidate.

    • - If the current element is the same as the candidate, increment the count.

    • - Otherwise, decrement the count.

    • After the iteration, the candidate will be the ...

  • Answered by AI
  • Q2. Reverse a linked list in K groups.
  • Ans. 

    Reverse a linked list in K groups

    • Iterate through the linked list in groups of size K

    • Reverse each group of nodes using a temporary pointer

    • Connect the reversed groups to form the final reversed linked list

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Samsung Research Senior Engineer interview:
  • DSA
  • Algorithms
Interview preparation tips for other job seekers - Have strong DSA skills.

Skills evaluated in this interview

Signify Interview FAQs

How many rounds are there in Signify Project Engineer interview?
Signify interview process usually has 3 rounds. The most common rounds in the Signify interview process are Technical, HR and One-on-one Round.
What are the top questions asked in Signify Project Engineer interview?

Some of the top questions asked at the Signify Project Engineer interview -

  1. Technical + psychologi...read more
  2. Technical backgro...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Interview Questions from Similar Companies

Dell Interview Questions
3.9
 • 407 Interviews
HARMAN Interview Questions
3.7
 • 278 Interviews
OPPO Interview Questions
3.9
 • 231 Interviews
LG Electronics Interview Questions
3.9
 • 230 Interviews
vivo Interview Questions
4.1
 • 211 Interviews
Philips Interview Questions
3.8
 • 169 Interviews
Voltas Interview Questions
4.0
 • 151 Interviews
Apple Interview Questions
4.3
 • 151 Interviews
Samsung Research Interview Questions
3.1
 • 140 Interviews
View all
Signify Project Engineer Salary
based on 5 salaries
₹3.5 L/yr - ₹8.3 L/yr
At par with the average Project Engineer Salary in India
View more details

Signify Project Engineer Reviews and Ratings

based on 3 reviews

4.9/5

Rating in categories

4.0

Skill development

4.5

Work-life balance

4.0

Salary

4.0

Job security

3.5

Company culture

3.5

Promotions

4.0

Work satisfaction

Explore 3 Reviews and Ratings
Sales Specialist
222 salaries
unlock blur

₹10.5 L/yr - ₹18 L/yr

Development Engineer
212 salaries
unlock blur

₹16.4 L/yr - ₹29 L/yr

Assistant Manager
79 salaries
unlock blur

₹8.3 L/yr - ₹14.8 L/yr

Sales Executive
74 salaries
unlock blur

₹2.2 L/yr - ₹5 L/yr

Area Sales Manager
71 salaries
unlock blur

₹13.8 L/yr - ₹25.1 L/yr

Explore more salaries
Compare Signify with

vivo

4.1
Compare

OPPO

3.9
Compare

Dell

3.9
Compare

LG Electronics

3.9
Compare
write
Share an Interview