Upload Button Icon Add office photos
Engaged Employer

i

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

Write Right Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Write Right Interview Questions and Answers

Updated 10 Oct 2024

Write Right Interview Experiences

Popular Designations

2 interviews found

Copywriter Interview Questions & Answers

user image Anonymous

posted on 10 Oct 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Coding Test 

*Section 1: Coding (40 minutes, 3 questions)*

*Question 1:*

Write a C++ program to find the maximum element in an array.

*Input:*

Array size (n)
Array elements (n integers)

*Output:*

Maximum element

*Example Input/Output:*

Input: n = 5, array = [3, 5, 2, 8, 1]
Output: 8

*Question 2:*

Write a Java program to implement a stack using linked list.

*Input:*

Stack operations (push, pop, peek)

*Output:*

Stack elements

*Example Input/Output:*

Input: push(1), push(2), pop()
Output: [1]

*Question 3:*

Write a Python program to find the factorial of a number.

*Input:*

Number (n)

*Output:*

Factorial of n

*Example Input/Output:*

Input: n = 5
Output: 120

*Section 2: Debugging (10 minutes, 2 questions)*

*Question 1:*

Debug the following C++ code:

```
int main() {
int x = 5;
int y = 0;
int z = x / y;
return 0;
}
```

*Question 2:*

Debug the following Java code:

```
public class Test {
public static void main(String[] args) {
String str = null;
System.out.println(str.length());
}
}
```

*Section 3: Algorithmic Problem Solving (10 minutes, 2 questions)*

*Question 1:*

Find the time complexity of the following algorithm:

```
def find_max(arr):
max = arr[0]
for i in range(1, len(arr)):
if arr[i] > max:
max = arr[i]
return max
```

*Question 2:*

Write a pseudocode to find the shortest path between two nodes in a graph

Round 2 - Assignment 

1. TVS Motor ka Electric Vehicle Strategy.

2. Electric Vehicle adoption ke Challenges.

3. TVS Motor ka EV Strategy Analysis.

4. Government Initiatives aur EV Adoption.

5. EV Charging Infrastructure Development.

6. Range Anxiety aur EV Adoption.

7. TVS Motor ka EV Manufacturing Process.

8. EV Technology Advancements.

9. EV Market Trends aur Forecast.

10. TVS Motor ka EV Business Model.

11. EV Supply Chain Management.

12. EV Customer Segmentation.

13. TVS Motor ka EV Marketing Strategy.

14. EV Competitor Analysis.

15. TVS Motor ka EV Innovation.

16. EV Regulatory Framework.

17. EV Safety Features.

18. EV Environmental Impact.

19. TVS Motor ka EV Sustainability.

20. EV Future Prospects

Interview Preparation Tips

Interview preparation tips for other job seekers - Title:* Analysis of TVS Motor's Electric Vehicle Strategy

*Introduction:*

India's leading two-wheeler manufacturer TVS Motor has launched its electric vehicle strategy in 2018. The strategy aims to have 25% of sales coming from electric vehicles by 2025.

*Body:* TVS Motor has taken several initiatives in its electric vehicle strategy, such as: - Launch of electric scooter TVS iQube - Expanding charging infrastructure - Taking advantage of government initiatives and incentives *Challenges:* There are several challenges in implementing TVS Motor's electric vehicle strategy, such as: - Limited charging infrastructure - High cost of EVs - Range anxiety *Opportunities:* There are several opportunities in implementing TVS Motor's electric vehicle strategy, such as: - Government initiatives and incentives - Growing demand - Technological advancements *Conclusion:* Analyzing TVS Motor's electric vehicle strategy shows that the company has taken the right steps to promote EV adoption. Industry-government collaboration is essential to address challenges and capitalise on opportunities.

*References:*

- TVS Motor official website
- IBEF (India Brand Equity Foundation)
- SIAM (Society of Indian Automobile Manufacturers

Copywriter Interview Questions asked at other Companies

Q1. What are the best practices we can follow to rank our product descriptions organically in Google search?
View answer (1)

Content Writer Interview Questions & Answers

user image albetross07

posted on 3 Jan 2023

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

I applied via Company Website and was interviewed in Dec 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. Why you want this job ? Why you we should hire you ? What's your qualifications? What's your habit? How many people stay in your family? What you doing in your daily life?
  • Q2. Say something about this job ..

Interview Preparation Tips

Interview preparation tips for other job seekers - Just stay confident but don't go in overconfident it's what they think you have in attitude keep your body straight and a little smile on your face and keep your positive attitude with you and don't be scared in front of them otherwise they see you in law confidence in you. And most important they hire you or not just keep your positivity with you okay keep you going ...

Content Writer Interview Questions asked at other Companies

Q1. What are the steps to follow to write good content?
View answer (5)

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Your hobbies

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

Interview Questionnaire 

2 Questions

  • Q1. Some information there given and asked my experience
  • Q2. After if we attended that exam or interviews how will we know that?

Interview Preparation Tips

Interview preparation tips for other job seekers - There talking nicely I great experience and good opportunity

Interview Questionnaire 

1 Question

  • Q1. What is the oops concept, why are you using that in any programming language?
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities and their interactions.

    • OOPs stands for Object-Oriented Programming.

    • It is used to organize and structure code for better readability, reusability, and maintainability.

    • OOPs concepts include encapsulation, inheritance, polymorphism, and abstraction.

    • Examples of OOPs languages include Java, Python, C++, and Ruby.

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic questions on Java

I applied via Recruitment Consultant and was interviewed in May 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Let const var differ and accessibility also other
  • Ans. 

    Explaining the differences between const and var, their accessibility, and other related concepts.

    • const is a keyword used to declare a variable that cannot be reassigned.

    • var is a keyword used to declare a variable with function scope.

    • let is a keyword used to declare a variable with block scope.

    • Accessibility refers to the scope of a variable and where it can be accessed from.

    • Other related concepts include hoisting, clos

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice interviews

Skills evaluated in this interview

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

I appeared for an interview before Jan 2024.

Round 1 - Assignment 

I was given to male a sales pitch from the company website and pitch it in the interview

Interview Preparation Tips

Interview preparation tips for other job seekers - I really love the people and the
Environment
Pros:- no micro management if you perform well, you voice will be heard if you are brain storming ideas.

Cons:- my role lasted for a short-time
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Feb 2023. There were 2 interview rounds.

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 - HR 

(2 Questions)

  • Q1. What is the highest Target that you can achieve every month?
  • Q2. What are your salary expectations?

Interview Preparation Tips

Topics to prepare for Content Whale Sales Executive interview:
  • Sales Management
Interview preparation tips for other job seekers - Make sure to be informative. They ask you many questions related to the Sales field.

I applied via Approached by Company and was interviewed in Feb 2022. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Oops concept, programming
  • Q2. JavaScript , HTML5, css/scss
Round 2 - Technical 

(1 Question)

  • Q1. Modern JavaScript concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to basics and fundamental concepts

Write Right Interview FAQs

How many rounds are there in Write Right interview?
Write Right interview process usually has 2 rounds. The most common rounds in the Write Right interview process are Resume Shortlist, HR and Coding Test.

Tell us how to improve this page.

Write Right Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Aptara Interview Questions
3.3
 • 62 Interviews
MPS Limited Interview Questions
3.6
 • 23 Interviews
Hurix Systems Interview Questions
3.7
 • 18 Interviews
Content Whale Interview Questions
3.7
 • 13 Interviews
QBS Learning Interview Questions
2.7
 • 5 Interviews
White Globe Interview Questions
2.8
 • 4 Interviews
View all

Write Right Reviews and Ratings

based on 20 reviews

4.5/5

Rating in categories

4.4

Skill development

4.1

Work-life balance

4.6

Salary

4.4

Job security

4.5

Company culture

4.5

Promotions

4.5

Work satisfaction

Explore 20 Reviews and Ratings
Content Writer
6 salaries
unlock blur

₹0.7 L/yr - ₹8 L/yr

Trainer
4 salaries
unlock blur

₹1.2 L/yr - ₹1.2 L/yr

Explore more salaries
Compare Write Right with

Aptara

3.3
Compare

MPS Limited

3.6
Compare

Lionbridge Technologies

3.7
Compare

Crimson Interactive

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