Upload Button Icon Add office photos

Filter interviews by

ProWebHill Senior Content Writer Interview Questions and Answers for Experienced

Updated 19 Nov 2022

ProWebHill Senior Content Writer Interview Experiences for Experienced

1 interview found

I applied via Indeed and was interviewed in Oct 2022. There were 3 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 - Assignment 

Blog writing on How Small business growth in Website Development.

Round 3 - HR 

(3 Questions)

  • Q1. Salary Negotiation for joining.
  • Q2. What is your expectation?
  • Q3. Time of office from Monday to Saturday.

Interview Preparation Tips

Interview preparation tips for other job seekers - Job seekers are invited to please appear for interview and be precautions about the Management. No job security.

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed before Oct 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 

(1 Question)

  • Q1. How can you contribute towards the organization?
Round 3 - One-on-one 

(1 Question)

  • Q1. How comfortable are you working with a fast paced environment?
Round 4 - One-on-one 

(1 Question)

  • Q1. What are the challenges have you faced in your previous organization?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed before May 2023. There was 1 interview round.

Round 1 - HR 

(4 Questions)

  • Q1. What is your niche in content?
  • Q2. What is your forte?
  • Q3. Why did you leave your last company?
  • Q4. What happened that you had to leave your job during COVID?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be truthful
Let them know that they are about to hire an employee who has integrity.
Ask the salary you expect. Do not lower your standards.
Trust yourself.

I appeared for an interview before Jul 2021.

Round 1 - Aptitude Test 

Logical reasoning, GAAP and English

Round 2 - Technical 

(1 Question)

  • Q1. Taxation and business finance questions mostly
Round 3 - HR 

(1 Question)

  • Q1. Personal experiences and preferences

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and answer only if you know what you are talking about

I applied via Recruitment Consultant and was interviewed before Feb 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About work experience in tge past...comm skills as well

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and know your skills and explain well..less grammer error advice

I applied via Recruitment Consultant and was interviewed before Mar 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What do u want to join techm
  • Q2. What is your goal

Interview Preparation Tips

Interview preparation tips for other job seekers - Go for it ..communication should be good enough that is it

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

Round 1 - One-on-one 

Interview Preparation Tips

Interview preparation tips for other job seekers - Gujarati executive for inbound or outbound process

I applied via Referral and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. I have been asked about what do u understand by accounts payable ?
  • Ans. 

    Accounts payable refers to the money a company owes to its vendors or suppliers for goods or services received.

    • Accounts payable is a liability on the balance sheet.

    • It is recorded when a company receives an invoice from a vendor or supplier.

    • Payment terms are negotiated between the company and the vendor, such as net 30 or net 60.

    • Examples of accounts payable include rent, utilities, and inventory purchases.

    • Accounts payab...

  • Answered by AI
  • Q2. Definition of accounting
  • Ans. 

    Accounting is the process of recording, classifying, and summarizing financial transactions to provide information that is useful in making business decisions.

    • Accounting involves recording financial transactions such as sales, purchases, and payments.

    • It also involves classifying these transactions into categories such as assets, liabilities, and equity.

    • Finally, accounting involves summarizing this information in financ...

  • Answered by AI
  • Q3. What is a credit note and debit note
  • Ans. 

    A credit note is a document issued by a seller to a buyer, indicating that a refund or credit has been made to the buyer's account. A debit note is a document issued by a seller to a buyer, indicating that a debit has been made to the buyer's account.

    • A credit note is issued when a seller owes money to a buyer, such as when a product is returned or a discount is given.

    • A debit note is issued when a buyer owes money to a ...

  • Answered by AI
  • Q4. Learn some journal entries as well if u are looking for AP or AR profiles

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good but salary is worst here they won't give u more then 1,60k as a fresher and not more then 2.5k If u r experienced
Worst company

Interview Questionnaire 

1 Question

  • Q1. What is content editor?
  • Ans. 

    A content editor is responsible for creating, editing, and publishing content for various platforms.

    • Content editors ensure that the content is accurate, engaging, and meets the brand's tone and style.

    • They collaborate with writers, designers, and other team members to create content that aligns with the company's goals.

    • Content editors also manage content calendars, track performance metrics, and optimize content for SEO...

  • Answered by AI

Skills evaluated in this interview

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

Interview Questionnaire 

6 Questions

  • Q1. Promises and observables?
  • Q2. Component communication in Angular with example.
  • Ans. 

    Component communication in Angular involves passing data between components.

    • Parent to child communication using @Input decorator

    • Child to parent communication using @Output decorator and EventEmitter

    • Sibling component communication using a shared service

    • Example: Passing data from parent component to child component using @Input() decorator

    • Example: Emitting an event from child component to parent component using @Output()

  • Answered by AI
  • Q3. Css positions
  • Q4. Life cycles in Angular and React
  • Ans. 

    Angular and React have different life cycle methods for components.

    • Angular has OnInit, OnDestroy, and ngOnChanges methods.

    • React has componentDidMount, componentWillUnmount, and componentDidUpdate methods.

    • These methods allow developers to control what happens at different stages of a component's life cycle.

    • For example, ngOnInit in Angular is called when a component is initialized, while componentDidMount in React is cal

  • Answered by AI
  • Q5. Call,apply and bind methods
  • Ans. 

    Call, apply and bind are methods used to manipulate the 'this' keyword in JavaScript.

    • Call method allows you to call a function with a specified 'this' value and arguments provided individually.

    • Apply method allows you to call a function with a specified 'this' value and arguments provided as an array.

    • Bind method returns a new function with a specified 'this' value and arguments provided as a list.

    • Example: function greet...

  • Answered by AI
  • Q6. Es6 features
  • Ans. 

    ES6 features are new additions to JavaScript that make coding easier and more efficient.

    • Arrow functions for concise syntax

    • Let and const for block scoping

    • Template literals for string interpolation

    • Destructuring for easy object and array manipulation

    • Spread and rest operators for easy array manipulation

    • Classes for object-oriented programming

    • Promises for asynchronous programming

    • Default parameters for function arguments

    • Modul

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basically every interview starts with basics so my advise to Brush up basics on frond end technology like html,css and js. Based on the answers interviewer will take you to next level, with live examples and asks us how to handle those examples.
I faced 3 technical interviews phone & skype and one hr interview.

Skills evaluated in this interview

ProWebHill Interview FAQs

How many rounds are there in ProWebHill Senior Content Writer interview for experienced candidates?
ProWebHill interview process for experienced candidates usually has 3 rounds. The most common rounds in the ProWebHill interview process for experienced candidates are Resume Shortlist, Assignment and HR.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.7k Interviews
Accenture Interview Questions
3.8
 • 8.3k Interviews
Infosys Interview Questions
3.6
 • 7.7k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.7k Interviews
Amazon Interview Questions
4.0
 • 5.1k Interviews
Capgemini Interview Questions
3.7
 • 4.9k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.2k Interviews
View all
ProWebHill Senior Content Writer Salary
based on 4 salaries
₹3 L/yr - ₹3.5 L/yr
45% less than the average Senior Content Writer Salary in India
View more details
Senior Content Writer
4 salaries
unlock blur

₹3 L/yr - ₹3.5 L/yr

Content Writer
4 salaries
unlock blur

₹2 L/yr - ₹2 L/yr

Explore more salaries
Compare ProWebHill with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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