Upload Button Icon Add office photos

Filter interviews by

Value 360 Communications Interview Questions and Answers

Updated 12 Feb 2025

Value 360 Communications Interview Experiences

Popular Designations

2 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Asked me to design 10 slides

Content Manager Interview Questions & Answers

user image Vidushi Chhetri

posted on 12 Feb 2025

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

(1 Question)

  • Q1. Previous year experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not go. There is no work-life balance and you'll be forced to pay for your colleague's birthday even when you don't know them.

Content Manager Interview Questions asked at other Companies

Q1. What would be the number be if 5 lakhs were to be increased by 10% and what is the new number if it is increased by another 10% ?
View answer (1)

Jobs at Value 360 Communications

View all

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. General screening
  • Q2. Tell us about yourself. Why did you choose this field
Round 2 - One-on-one 

(1 Question)

  • Q1. Tell us about interest areas and how you want to contribute to them.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Aug 2022. There were 2 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 

(2 Questions)

  • Q1. What was your previous job? what writing skills, excel skills do you have?
  • Ans. 

    I worked as a content writer at XYZ Company.

    • Proficient in writing engaging and informative articles

    • Skilled in conducting research and gathering information

    • Experience in proofreading and editing content

    • Familiarity with SEO techniques for optimizing content

    • Ability to meet deadlines and work under pressure

  • Answered by AI
  • Q2. What skills do you have?
  • Ans. 

    I have a diverse range of skills including communication, problem-solving, and technical proficiency.

    • Excellent communication skills, both written and verbal

    • Strong problem-solving abilities

    • Proficient in various technical skills such as programming languages (e.g. Python, Java), data analysis, and software development

    • Ability to work well in a team and collaborate effectively

    • Adaptability and willingness to learn new skill

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be truthful to yourself. Never lie to interviewer, know about the company beforehand
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Sep 2023. There were 2 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. How are you edgy over others
  • Q2. 5 years from now?

Interview Preparation Tips

Interview preparation tips for other job seekers - be updated
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via LinkedIn

Round 1 - Assignment 

Basic content assignment

Interview Preparation Tips

Interview preparation tips for other job seekers - Quality work in some teams. Pay is not great as per industry standards.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Oct 2022. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How would you identify outliers in a dataset?
  • Ans. 

    Identifying outliers in a dataset involves using statistical methods to detect data points that significantly differ from the rest.

    • Calculate the mean and standard deviation of the dataset, then identify data points that fall outside a certain number of standard deviations from the mean.

    • Use box plots to visually identify outliers based on their position outside the whiskers of the plot.

    • Consider using Z-scores to determi...

  • Answered by AI
  • Q2. Tell us about yourself

Interview Preparation Tips

Topics to prepare for Weber Shandwick Analyst interview:
  • Excel
Interview preparation tips for other job seekers - Be yourself in your interview, try to make them laugh and show that you can contribute to team culture as well as the role itself. If your past experience is mainly academic, speak to how your past experiences can contribute to the current role. Have an answer as to why you're passionate about the role/field/company.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Aug 2023.

Round 1 - Aptitude Test 

First there was aptitude round

Round 2 - Coding Test 

The coding question was average level

Round 3 - Technical 

(3 Questions)

  • Q1. Resumes and project related questions were asked
  • Q2. Explain you project
  • Q3. How to create external tab link
  • Ans. 

    To create an external tab link, use HTML anchor tag with target attribute set to _blank.

    • Use <a> tag in HTML with href attribute pointing to the external link

    • Set the target attribute of the <a> tag to _blank to open the link in a new tab

    • Example: <a href='https://www.example.com' target='_blank'>External Link</a>

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare your resume well and focus on basics

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Software testing and coding related questions

Round 2 - Coding Test 

Programming test coding

Round 3 - Technical 

(7 Questions)

  • Q1. Myself intro HR subject question with answer
  • Q2. Subject related questions
  • Q3. What is types software testing
  • Ans. 

    Types of software testing include unit testing, integration testing, system testing, and acceptance testing.

    • Unit testing focuses on testing individual components or modules of the software.

    • Integration testing involves testing how different modules work together.

    • System testing checks the entire system as a whole.

    • Acceptance testing ensures that the software meets the requirements of the end users.

  • Answered by AI
  • Q4. What is unit testing
  • Ans. 

    Unit testing is a software testing method where individual units or components of a software are tested in isolation.

    • Unit testing helps in identifying bugs early in the development process.

    • It ensures that each unit of code is working as expected.

    • Unit tests are automated and can be run frequently to catch regressions.

    • Mocking and stubbing are often used in unit testing to isolate the unit being tested.

    • Example: Testing a ...

  • Answered by AI
  • Q5. What is integration testing
  • Ans. 

    Integration testing is testing the interactions between different components/modules of a software system.

    • Tests how well different parts of the system work together

    • Ensures that data flows correctly between components

    • Identifies any issues with communication or data transfer

    • Examples: testing API integrations, testing database connections

  • Answered by AI
  • Q6. What is types of software testing
  • Ans. 

    Types of software testing include unit testing, integration testing, system testing, and acceptance testing.

    • Unit testing focuses on testing individual components or modules of the software.

    • Integration testing involves testing the interactions between different components/modules.

    • System testing tests the entire system as a whole.

    • Acceptance testing is performed to validate if the software meets the requirements of the st

  • Answered by AI
  • Q7.  What is integration testing
  • Ans. 

    Integration testing is testing the interactions between different components or systems to ensure they work together correctly.

    • Integration testing verifies that different modules or components of a software work together as expected.

    • It focuses on testing the interfaces and interactions between components.

    • Examples include testing the integration between a front-end user interface and a back-end database, or between diff

  • Answered by AI

Skills evaluated in this interview

I applied via Company Website and was interviewed in Jun 2022. There were 2 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 - Coding Test 

HTML, HTML5 ,CSS , Bootstrap, javaScript

Interview Preparation Tips

Topics to prepare for Coalition Technologies Software Developer interview:
  • HTML
  • CSS
  • Bootstrap
  • Javascript
Interview preparation tips for other job seekers - Pump yourself up and stay positive.
Know yourself and what you want.

Value 360 Communications Interview FAQs

How many rounds are there in Value 360 Communications interview?
Value 360 Communications interview process usually has 1 rounds. The most common rounds in the Value 360 Communications interview process are One-on-one Round and HR.
How to prepare for Value 360 Communications 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 Value 360 Communications. The most common topics and skills that interviewers at Value 360 Communications expect are Media Relations, Public Relations, PR, Press Release and Business Development.
What are the top questions asked in Value 360 Communications interview?

Some of the top questions asked at the Value 360 Communications interview -

  1. Asked me to design 10 sli...read more
  2. Previous year experie...read more

Tell us how to improve this page.

Value 360 Communications Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

3 Minds Digital Interview Questions
4.4
 • 65 Interviews
Moris Media Interview Questions
4.4
 • 24 Interviews
Adfactors PR Interview Questions
3.5
 • 15 Interviews
Z1 Tech Interview Questions
4.0
 • 11 Interviews
Avian WE Interview Questions
3.1
 • 2 Interviews
Edelman Interview Questions
3.7
 • 2 Interviews
Genesis BCW Interview Questions
3.3
 • 1 Interview
View all

Value 360 Communications Reviews and Ratings

based on 26 reviews

3.7/5

Rating in categories

3.6

Skill development

3.7

Work-life balance

3.7

Salary

3.9

Job security

3.7

Company culture

3.8

Promotions

3.5

Work satisfaction

Explore 26 Reviews and Ratings
HR Recruiter

Delhi/Ncr

1-3 Yrs

Not Disclosed

PR Executive

Bangalore / Bengaluru

1-3 Yrs

Not Disclosed

Explore more jobs
Manager
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Content Executive
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Public Relations Manager
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Accounts Manager
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Accounts Executive
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Value 360 Communications with

Adfactors PR

3.5
Compare

Avian WE

3.1
Compare

Edelman

3.7
Compare

Genesis BCW

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