Upload Button Icon Add office photos

Filter interviews by

Sugam Homes Marketing Head Interview Questions and Answers

Updated 25 Mar 2022

Sugam Homes Marketing Head Interview Experiences

1 interview found

I applied via LinkedIn and was interviewed before Mar 2021. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Discussion on pervious job experience

Interview Preparation Tips

Interview preparation tips for other job seekers - This is a proverbial marwari lala company based in Calcutta, extremely complex scenario with connected people getting various contracts including media planning and design !

Interview questions from similar companies

Consultant Interview Questions & Answers

CapitalOne user image Gaurav Singhvi

posted on 14 Sep 2015

I applied via Campus Placement

Interview Preparation Tips

Round: Test
Experience: It was Data Interpretation.Time constraint. It was important to look for easier questions than solve the ones which were time consuming. Just a notch tougher that DI of CAT.
Tips: Look for easier problems in the paper. Avoid silly mistakes.

Round: Other Interview
Experience: I had 3 interviews all of which were case studies. The difficulty level kept increasing as the interview process moved forward. Became very math intensive. Be sure you be very logical while answering and consider all the basic factors which affect the profitability of a particular change.
Tips: Keep talking to the interviewer. They help. Be confident

General Tips: Be very confident. Try avoiding silly mistakes. Apologize to them if you commit any.
Skills: Basic Econimics, Framing equations out of given data, Making sense of the given data, Basic knowledge of how the products in the case studies work
Duration: 2
College Name: IIT Madras
Motivation: One of the best in its field.
Funny Moments: I had to have a quick break(Had to pee) in middle of a problem during the 3rd interview. The guy was chilled out and he understood and permitted me. But it was awkward to ask such a thing.
Round 1 - One-on-one 

(3 Questions)

  • Q1. Why we are hiring you
  • Q2. What's your qualification
  • Q3. Tell me about your daily ruteen

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best for all fresher and experience boys and girls

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

Interview Questionnaire 

1 Question

  • Q1. All the questions were relevant to my domain knowledge.

Interview Preparation Tips

Interview preparation tips for other job seekers - Gather some good knowledge about the company before appearing for the interview and answer confidently whatever is known.
The rest is in the hands of the interviewer.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jan 2023. There were 4 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 

(3 Questions)

  • Q1. 1. Explain about your self and the current company you work with.
  • Q2. 2. Any revenues achieved if yes was it a team target or on Individual role?
  • Q3. 3. Do you have any idea about our company 3 Minds Digital ?
Round 3 - One-on-one 

(4 Questions)

  • Q1. 1. Explain about yourself, overall journey and your current role.
  • Q2. 2. Explain about your revenue contribution to the company.
  • Q3. 3. Explain about what understanding you have about the company 3 Minds Digital.
  • Q4. 4. One to One Client Game.
Round 4 - Aptitude Test 

1. Basic Aptitude Test in order to check the ability. Duration was about 60 minutes.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself and be the best, you shall get your dream jobs.
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2022. There were 4 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 - Group Discussion 

Telecommunication growth in India

Round 3 - One-on-one 

(1 Question)

  • Q1. Technical questions regarding project implementation
Round 4 - One-on-one 

(1 Question)

  • Q1. Core technology based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on technologies and products information also required for better presentation
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 May 2022. There were 4 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. Previous role and experience
  • Q2. Willingness to relocate
Round 3 - One-on-one 

(2 Questions)

  • Q1. Domain knowledge and overall experience
  • Q2. Willingness to move to a third party
Round 4 - One-on-one 

(2 Questions)

  • Q1. Overall career journey and fitment to the role
  • Q2. What challanges do i anticipate and how would i overcome them
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2023. There were 4 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 

GENERAL APTITITUDE TEST - GENERAL AND NUMERICAL QUESTIONS.

Round 3 - Group Discussion 

GLOBAL RECESSIONS- ITS EFFECTS

Round 4 - Technical 

(1 Question)

  • Q1. TECHNICAL QUESTIONS ABOUT JOBS

Interview Preparation Tips

Interview preparation tips for other job seekers - AWARE OF GENERAL HOT TOPICS

Interview Questionnaire 

2 Questions

  • Q1. Education
  • Q2. Work experience

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

Sugam Homes Interview FAQs

How many rounds are there in Sugam Homes Marketing Head interview?
Sugam Homes interview process usually has 1 rounds. The most common rounds in the Sugam Homes interview process are One-on-one Round.
How to prepare for Sugam Homes Marketing Head 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 Sugam Homes. The most common topics and skills that interviewers at Sugam Homes expect are Advertising, Media Planning, Promotions, Advertisement Planning and Brand Awareness.

Tell us how to improve this page.

Interview Questions from Similar Companies

AmbitionBox Interview Questions
4.9
 • 153 Interviews
HCL Infosystems Interview Questions
3.9
 • 142 Interviews
Webdew Interview Questions
4.4
 • 106 Interviews
Data Entry Interview Questions
4.1
 • 98 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
CapitalOne Interview Questions
3.7
 • 79 Interviews
View all
Assistant Manager
10 salaries
unlock blur

₹4 L/yr - ₹6.5 L/yr

Senior Engineer
8 salaries
unlock blur

₹3.2 L/yr - ₹6.5 L/yr

Senior Civil Engineer
6 salaries
unlock blur

₹4.3 L/yr - ₹5.2 L/yr

Senior Post Sales Executive
5 salaries
unlock blur

₹4.5 L/yr - ₹4.5 L/yr

Process Coordinator
5 salaries
unlock blur

₹2.5 L/yr - ₹3.7 L/yr

Explore more salaries
Compare Sugam Homes with

Marpu Foundation

4.8
Compare

Huawei Technologies

4.0
Compare

HCL Infosystems

3.9
Compare

Z X Learning

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