Upload Button Icon Add office photos
Engaged Employer

i

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

Community Brands Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Community Brands Program Manager Interview Questions and Answers

Updated 21 Oct 2024

Community Brands Program Manager Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Oct 2023. There were 4 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Describe your role
  • Q2. Gave a few circumstances and shared work details
Round 2 - One-on-one 

(2 Questions)

  • Q1. Questions from CV and leading questions
  • Q2. Personal discussions about work and current challenges to see how I react.
Round 3 - One-on-one 

(1 Question)

  • Q1. Similar to last round
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and details about the company.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and ask questions. If you don't know something be honest.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Python interview question and coding

Round 3 - Technical 

(1 Question)

  • Q1. Python related question

Interview Preparation Tips

Interview preparation tips for other job seekers - Best for fresher and experience
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 Jan 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Oops? .net core features
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Previous exp in banking domain
  • Ans. 

    Yes, I have 5 years of experience working in the banking domain.

    • Managed projects for implementing new banking software systems

    • Worked closely with stakeholders to ensure project goals aligned with business objectives

    • Led a team of developers to customize banking applications for client needs

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Real time application
  • Ans. 

    Real time application refers to software that processes data as it is received, providing instant feedback or results.

    • Real time applications require low latency for immediate response

    • Examples include live chat applications, stock trading platforms, and online gaming

    • Data is processed and displayed instantly without delay

  • Answered by AI
  • Q2. What domain experience you have
Round 3 - HR 

(1 Question)

  • Q1. Salary negotiation ,company culture

I appeared for an interview in Apr 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 120 Minutes
Round difficulty - Medium

I was MCQ + Coding round, Their were MCQ Based on DSA, Aptitude and 2 easy coding questions.

  • Q1. 

    Ninja Competition Problem Statement

    Ninja is organizing a coding competition where two teams compete at a time. To keep it fair and interesting, both teams must have an equal number of members. Ninja’s ta...

  • Ans. 

    Check if Ninja can create two teams with equal members given an integer N and its divisors.

    • Iterate through all divisors of N and assign members to the first or second team based on whether the divisor is even or odd.

    • Keep track of the total members in each team and check if they are equal at the end.

    • Return true if the total members in both teams are equal, false otherwise.

  • Answered by AI
  • Q2. 

    Help Bob Out! - Validating IFSC Code

    Bob has just turned 18 and opened a bank account. Being inexperienced with banking, Bob needs your help to validate whether an IFSC code provided by his bank is valid.

    ...
  • Ans. 

    Validate IFSC code based on given rules and return True or False for each test case.

    • Check if the code is 11 characters long.

    • Verify the first four characters are uppercase alphabets.

    • Ensure the fifth character is '0'.

    • Validate that the last six characters are alphanumeric.

  • Answered by AI
Round 2 - Video Call 

Round duration - 50 Minutes
Round difficulty - Easy

The nature of the interviewer was very kind. The test was proctored, our webcam and mic were on, and shared my screen.

Round 3 - Video Call 

Round duration - 50 minutes
Round difficulty - Easy

The nature of the interviewer was very kind. The test was proctored, our webcam and mic were on, and shared my screen.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteriaNo criteriaBottomline Technologies interview preparation:Topics to prepare for the interview - Data Structure, Algorithms, Development, Programming Languages, OOPsTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Be strong at your basics.
Tip 2 : Do at least 2 projects and ask to find answers like why are you choosing this tech stack? why did not you choose its alternatives Know your project in and out because they might ask you for a modification in your project?

Application resume tips for other job seekers

Tip 1 : Have some projects on your resume.
Tip 2 : Do not put false things on your resume.
Tip 3 : Try to keep a single-page resume.

Final outcome of the interviewRejected
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Authentication typee, what is sso
  • Ans. 

    SSO stands for Single Sign-On, a method of authentication that allows a user to access multiple applications with one set of login credentials.

    • SSO eliminates the need for users to remember multiple passwords for different applications.

    • Users can log in once and have access to all authorized applications without needing to log in again.

    • Examples of SSO providers include Okta, Microsoft Azure AD, and Google G Suite.

  • Answered by AI
  • Q2. Scrum related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Not so proactive process, everything was laid back
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. 1. How do you keep the team motivated to work towards a goal 2. Conflicts with engineering team, how do you handle

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview, you have to show genuine interest in the role.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was combination of mcqs and 2 coding questions

Round 2 - Technical 

(3 Questions)

  • Q1. What is oops concepts
  • Ans. 

    Object-oriented programming concepts that focus on objects and classes for better code organization and reusability.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class).

    • Inheritance: Ability of a class to inherit properties and behavior from another class.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation det...

  • Answered by AI
  • Q2. Difference between java nd putjon
  • Ans. 

    Java is a programming language while Putjon is not a recognized term in software development.

    • Java is a widely used programming language for developing applications.

    • Putjon is not a recognized term in software development, it may be a typo or a specific term not commonly used.

    • There is no direct comparison between Java and Putjon as they are not related.

  • Answered by AI
  • Q3. Tell about ur project
Round 3 - One-on-one 

(2 Questions)

  • Q1. What are your strengths
  • Q2. What is ur greatest comeback

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. About projects worked on, roles handled, current work structure.
  • Q2. APIs related questions, rest APIs, scrum related questions, backlog related questions.
Round 2 - Group Discussion 

Multiple hiring managers were on the call with detailed questions on the scrum ceremonies, backlog management, product related questions, Strategic management of product related questions.

Round 3 - One-on-one 

(2 Questions)

  • Q1. More detailed understanding of what I was expecting with related to work.
  • Q2. Detailed explanation on the product roadmap and what was expected of me.
  • Ans. 

    The product roadmap outlines the strategic vision and direction for the product, including key milestones and features.

    • Explain how the product roadmap aligns with the company's overall goals and objectives

    • Detail the timeline for key milestones and feature releases

    • Discuss how feedback from customers and stakeholders is incorporated into the roadmap

    • Explain how the roadmap is communicated to internal teams and external st

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Basic HR questions
  • Q2. Policy related explanation
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Feb 2022.

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 

(1 Question)

  • Q1. Linked list (detect loop, reverse, delte a node) tree (height, DFS) graph theory concept C++ basic questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Total 3 round of Technical interviews.

Interview Preparation Tips

Interview preparation tips for other job seekers - C++ basics, Algo and Data structure and some basic concept of graph theory.

Community Brands Interview FAQs

How many rounds are there in Community Brands Program Manager interview?
Community Brands interview process usually has 4 rounds. The most common rounds in the Community Brands interview process are One-on-one Round and HR.
How to prepare for Community Brands Program Manager 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 Community Brands. The most common topics and skills that interviewers at Community Brands expect are Project Management, Technical Documentation, Cisco IP Phone, Continuous Improvement and Kitchen.
What are the top questions asked in Community Brands Program Manager interview?

Some of the top questions asked at the Community Brands Program Manager interview -

  1. Questions from CV and leading questi...read more
  2. Similar to last ro...read more

Tell us how to improve this page.

Community Brands Program Manager Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

RGBSI Interview Questions
3.4
 • 24 Interviews
MapmyIndia Interview Questions
3.7
 • 24 Interviews
Backbase Interview Questions
3.8
 • 22 Interviews
3Pillar Global Interview Questions
3.3
 • 19 Interviews
Mentor Graphics Interview Questions
4.0
 • 18 Interviews
Yodlee Interview Questions
3.8
 • 17 Interviews
Bottomline Interview Questions
3.3
 • 17 Interviews
Cerence Interview Questions
3.1
 • 16 Interviews
View all

Fast track your campus placements

View all
Software Engineer
49 salaries
unlock blur

₹9 L/yr - ₹22 L/yr

Senior Software Engineer
32 salaries
unlock blur

₹13.6 L/yr - ₹34.3 L/yr

Software Developer
23 salaries
unlock blur

₹4.8 L/yr - ₹18 L/yr

Technical Lead
21 salaries
unlock blur

₹21 L/yr - ₹36 L/yr

QA Engineer
20 salaries
unlock blur

₹7.3 L/yr - ₹13.6 L/yr

Explore more salaries
Compare Community Brands with

Prime Focus Technologies

3.4
Compare

MapmyIndia

3.7
Compare

Yodlee

3.8
Compare

Bravura Solutions

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