Upload Button Icon Add office photos

Signify

Compare button icon Compare button icon Compare

Filter interviews by

Signify Business Development Executive Interview Questions and Answers

Updated 7 Apr 2021

Signify Business Development Executive Interview Experiences

1 interview found

Interview Questionnaire 

1 Question

  • Q1. What is the Market Value of Philips Products

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. What is the current CTC?
  • Ans. 

    Current CTC is confidential and can be discussed during negotiation.

    • CTC is subject to change based on the role and responsibilities of the new position.

    • It is common practice not to disclose current CTC during initial stages of interviews.

    • Candidates can provide expected salary range instead of current CTC.

    • Employers may ask for proof of current CTC during the offer stage.

  • Answered by AI
  • Q2. What is the notice period days
  • Ans. 

    Notice period days refer to the amount of time an employee must give before leaving their current position.

    • Notice period days can vary depending on company policy and employment contract.

    • Typical notice periods range from 2 weeks to 3 months.

    • Some companies may require longer notice periods for senior positions or specialized roles.

    • Employees are expected to work during their notice period unless otherwise agreed upon wit

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

It was college recruitment so had to go through GD to reach next round

Round 2 - Aptitude Test 

Had to do some maths questions and logical questions

Round 3 - Case Study 

Was given a situation where everyone had to give a view.

Round 4 - One-on-one 

(1 Question)

  • Q1. Had last one on one round in VP and other members as it was college recruitment.

I applied via Naukri.com and was interviewed in Sep 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Self introduction
  • Q2. Past experience
  • Q3. Yesterday it was rain and I was stuck in the market
  • Q4. Salary Expectation

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview will be good ask me good questions...God bless me always

Interview Questionnaire 

1 Question

  • Q1. Marketing Question

Interview Preparation Tips

Interview preparation tips for other job seekers - ATL BTL Marketing Answers

I was interviewed in Oct 2016.

Interview Questionnaire 

8 Questions

  • Q1. C,C++, Programming Concepts
  • Q2. Resume Based
  • Q3. Puzzle Questions
  • Q4.  OS, Database, Networking, Computer Architecture based question
  • Q5. Project Based- Briefs, Details
  • Q6. What are your hobbies
  • Ans. 

    My hobbies include hiking, playing guitar, and cooking.

    • Hiking: I enjoy exploring nature trails and challenging myself physically.

    • Playing guitar: I love learning new songs and improving my skills.

    • Cooking: I like experimenting with different recipes and creating delicious meals.

  • Answered by AI
  • Q7. Where do you see yourself in 5 years
  • Ans. 

    In 5 years, I see myself as a senior software developer leading a team and working on complex projects.

    • Leading a team of developers

    • Working on complex projects

    • Continuously learning and improving my skills

    • Contributing to the growth and success of the company

  • Answered by AI
  • Q8. Why do you want to join DELL.
  • Ans. 

    I want to join DELL because of their innovative technology solutions and strong reputation in the industry.

    • DELL is known for their cutting-edge technology solutions which align with my passion for software development.

    • I admire DELL's strong reputation in the industry and their commitment to customer satisfaction.

    • I believe joining DELL will provide me with opportunities for growth and career advancement.

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: CGPA>9.0

Skills: Technical Skills
College Name: KIIT University

I was interviewed in Jan 2017.

Interview Preparation Tips

Round: Group Discussion
Experience: All got different topics to discuss on gd.
Tips: Plan before you speak. Be sure whether you are to or against.
Duration: 5 minutes

Round: Test
Experience: More questions on blood relationship, ages
Tips: Os db on technical
Duration: 1 hour

Skills: Technical Questions, Manage A Difficult Situation, Technical Knowledge(ML

I was interviewed in Sep 2016.

Interview Preparation Tips

Round: Test
Experience: There was an online test having 3 section, one for aptitude testing, one for logical testing and the last one for technical testing.
Aptitude and logical questions were very basic.
Technical questions included : C C++ Java DS DBMS DAA
Tips: For aptitude and logical part, you need to prepare regularly. Nothing comes out of the box, but you just have to be quick in solving the questions.
For the technical part, prepare well by revising your course materials. Basic one word questions are asked.
Duration: 1 hour
Total Questions: 60

Round: Coding
Experience: This round consists of multiple sets of coding. One question per paper. It's on your luck, which question you'll get. Also,net is allowed. You have to complete the code and show it to the invigilator.
Tips: This round is generally not there in placement drives of DELL. It is on your luck.

Skills: Communication, Data Structures, Basic Knowledge Of DBMS
College Name: Manipal University Jaipur

I was interviewed before May 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 24 hours
Round difficulty - Easy

It was a hackathon we were given a problem statement and we had to solve that within 2 days. There were team of 4 people.

  • Q1. You had to build a chatbot. Can you describe the design process and the key considerations you took into account?
  • Ans. 

    The design process for building a chatbot involves defining user goals, choosing a platform, designing conversation flow, implementing natural language processing, and testing for accuracy.

    • Define user goals and objectives for the chatbot

    • Choose a platform or framework for building the chatbot (e.g. Dialogflow, Microsoft Bot Framework)

    • Design the conversation flow and user interactions

    • Implement natural language processing...

  • Answered by AI
Round 2 - Coding Test 

Round duration - 15 minutes
Round difficulty - Easy

HR round

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteria10th/12th marks about 70% and CGPA 7+Dell Technologies interview preparation:Topics to prepare for the interview - C,C++, DBMS, Personality Building and Quants.Time required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Do Quants everyday
Tip 2 : Work on your communication skills
Tip 3 : Competitive coding

Application resume tips for other job seekers

Tip 1 : don’t brag
Tip 2 : wrote the skills you have

Final outcome of the interviewSelected

Skills evaluated in this interview

I was interviewed before Nov 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 Minutes
Round difficulty - Medium

It was in the morning at our institute. There were technical and aptitude problems.

  • Q1. 

    Star Pattern Generation

    Develop a function to print star patterns based on the given number of rows 'N'. Each row in the pattern should follow the format demonstrated in the example.

    The picture illustra...

  • Ans. 

    Function to print star patterns based on the given number of rows 'N'.

    • Iterate through each row from 1 to N

    • For each row, print spaces (N-row) followed by stars (2*row-1)

    • Repeat until all rows are printed

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 30 Minutes
Round difficulty - Medium

It was actually a Techno HR round. I was asked some technical questions about OS, OOPS, COMPUTER NETWORKING, WEB DEVELOPMENT. He went through my whole resume, asked about all the projects and past working experiences. The interviewer was really good, we talked about so many other topics, from Women empowerment to Water Crises. I felt really confident while speaking because he made me so comfortable.

  • Q1. 

    Selection Sort Algorithm

    Selection sort is a sorting technique that works by repeatedly finding the minimum element (considering ascending order) from the unsorted part and placing it at the beginning of ...

  • Ans. 

    Selection Sort Algorithm sorts an array by repeatedly finding the minimum element and placing it at the beginning of the unsorted part.

    • Iterate through the array to find the minimum element and swap it with the first unsorted element.

    • Repeat this process for each element in the array until it is fully sorted.

    • Time complexity of Selection Sort is O(n^2) making it inefficient for large arrays.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from MKSSS's Cummins College of Engineering For Women, Pune. I applied for the job as SDE - 1 in BangaloreEligibility criteriaAbove 7 CGPADell India interview preparation:Topics to prepare for the interview - Data structures and Algorithms, DBMS, OOPS, OS, NETWORKING, WEB DEVELOPMENTTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Study data structures thoroughly and practice coding regularly. Do practice it on Leetcode as it has a lot of test cases, I personally find it really helpful. 
Tip 2 : Learn new skills and make projects with them to get the most out of them. 
Tip 3 : Do study other basic and very important subjects like Oops, DBMS, OS.

Application resume tips for other job seekers

Tip 1 : Do mention your achievements and other co curricular activities. 
Tip 2 : Your projects are a big highlight, keep them crisp and be prepared to explain them thoroughly.

Final outcome of the interviewSelected

Skills evaluated in this interview

Tell us how to improve this page.

Interview Questions from Similar Companies

Dell Interview Questions
4.0
 • 386 Interviews
HARMAN Interview Questions
3.7
 • 260 Interviews
Havells Interview Questions
4.0
 • 209 Interviews
OPPO Interview Questions
4.0
 • 209 Interviews
LG Electronics Interview Questions
4.0
 • 197 Interviews
Vivo Interview Questions
4.1
 • 194 Interviews
Philips Interview Questions
3.8
 • 157 Interviews
Daikin Interview Questions
4.2
 • 146 Interviews
Apple Interview Questions
4.3
 • 137 Interviews
Samsung Research Interview Questions
3.2
 • 131 Interviews
View all
Signify Business Development Executive Salary
based on 10 salaries
₹3.2 L/yr - ₹5.2 L/yr
8% less than the average Business Development Executive Salary in India
View more details

Signify Business Development Executive Reviews and Ratings

based on 4 reviews

3.4/5

Rating in categories

2.7

Skill development

3.4

Work-life balance

3.2

Salary

2.7

Job security

2.2

Company culture

1.9

Promotions

1.9

Work satisfaction

Explore 4 Reviews and Ratings
Development Engineer
207 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sales Specialist
201 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sales Executive
82 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
71 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Area Sales Manager
67 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Signify with

Havells

4.0
Compare

SYSKA LED Lights

2.9
Compare

Wipro Consumer Care & Lighting

3.8
Compare

Crompton Greaves Consumer Electricals

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