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
Popular Designations

Write Right Interview Experiences

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

Content Writer Interview Questions & Answers

user image Vinaya Patil

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

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Write Right?
Ask anonymously on communities.

Interview questions from similar companies

I appeared for an interview in Mar 2017.

Interview Preparation Tips

Round: Test
Duration: 2 hours
Total Questions: 30

Skills: Technical Skills, Team Leader, Project Management, Management Skills

Interview Questionnaire 

1 Question

  • Q1. Your hobbies

I applied via Naukri.com and was interviewed before Jan 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Genral reasoning

Round 2 - Technical 

(1 Question)

  • Q1. F2F java oops concept basic html

Interview Preparation Tips

Interview preparation tips for other job seekers - Confidence is the key and be technically prepared qith basics

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
Be interview-ready. Browse the most asked HR questions.
illustration image

I appeared for an interview before Jun 2021.

Round 1 - Technical 

(1 Question)

  • Q1. What is testing and tell me about type of testing?
  • Ans. 

    Testing is the process of evaluating a system or its component(s) with the intent to find whether it satisfies the specified requirements or not.

    • Types of testing include unit testing, integration testing, system testing, acceptance testing, and regression testing.

    • Unit testing involves testing individual units or components of the software.

    • Integration testing involves testing the interaction between different components...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Best of luck if you are family member of hurix.

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Aug 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. Basic oops concepts with small programs like how to implement interface like that.
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion and basic details are discussed

Consultant Interview Questions & Answers

Lionbridge Technologies user image 17UCSB007 N. Boopathi Raja

posted on 2 Apr 2021

Interview Questionnaire 

1 Question

  • Q1. What is the oops concept, why are you using that in any programming language?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Nice,,,i like the interview process...

Round 2 - Coding Test 

I like the interview process...

Round 3 - Coding Test 

Nice i like the interview process...
..

Round 4 - Technical 

(2 Questions)

  • Q1. About our academics project
  • Q2. About recent technologies

Interview Preparation Tips

Interview preparation tips for other job seekers - Be patient nd be smart

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 HR, Coding Test and Assignment.

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 2 interview experiences

Difficulty level

Easy 50%
Moderate 50%

Duration

Less than 2 weeks 50%
2-4 weeks 50%
View more

Interview Questions from Similar Companies

Aptara Interview Questions
3.2
 • 67 Interviews
MPS Limited Interview Questions
3.5
 • 28 Interviews
Crimson Interactive Interview Questions
2.8
 • 19 Interviews
Hurix Systems Interview Questions
3.6
 • 18 Interviews
Content Whale Interview Questions
3.8
 • 13 Interviews
QBS Learning Interview Questions
2.5
 • 7 Interviews
White Globe Interview Questions
2.6
 • 4 Interviews
View all

Write Right Reviews and Ratings

based on 20 reviews

4.6/5

Rating in categories

4.6

Skill development

4.3

Work-life balance

4.7

Salary

4.6

Job security

4.6

Company culture

4.7

Promotions

4.7

Work satisfaction

Explore 20 Reviews and Ratings
Content Writer
5 salaries
unlock blur

₹0.7 L/yr - ₹7.1 L/yr

Trainer
4 salaries
unlock blur

₹1.1 L/yr - ₹1.4 L/yr

Explore more salaries
Compare Write Right with

Aptara

3.2
Compare

MPS Limited

3.5
Compare

Lionbridge Technologies

3.6
Compare

Crimson Interactive

2.8
Compare
write
Share an Interview