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 Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Write Right?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Your hobbies
  • Ans. 

    I enjoy reading, hiking, and cooking, which help me relax and stimulate my creativity in problem-solving.

    • Reading: I love exploring different genres, especially mystery novels, which enhance my analytical thinking.

    • Hiking: I often hike on weekends, enjoying nature while improving my physical fitness and mental clarity.

    • Cooking: Experimenting with new recipes allows me to express creativity and develop project management s...

  • Answered by AI

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

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is entity.
  • Ans. 

    An entity is a thing or object in the real world that can be distinctly identified.

    • Entities can be people, places, objects, events, or concepts.

    • In software engineering, an entity refers to a data object or a class that represents a real-world entity.

    • For example, in a database, a 'Customer' entity may have attributes like name, address, and phone number.

  • Answered by AI
  • Q2. Ask about oops concept.
  • Ans. 

    Object-Oriented Programming (OOP) is a paradigm based on objects that encapsulate data and behavior, promoting code reusability.

    • Encapsulation: Bundling data and methods that operate on the data within one unit (e.g., a class).

    • Inheritance: Mechanism to create a new class using properties and methods of an existing class (e.g., a 'Dog' class inheriting from an 'Animal' class).

    • Polymorphism: Ability to present the same int...

  • Answered by AI

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
Are these interview questions helpful?

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?
  • 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

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
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Aptitude and coding questions both were included

Round 2 - Technical 

(3 Questions)

  • Q1. Patterns ans series questions were asked
  • Q2. Data types in Javascript
  • Ans. 

    Javascript has various data types including string, number, boolean, object, array, null, and undefined.

    • Data types in Javascript include string, number, boolean, object, array, null, and undefined.

    • Strings are sequences of characters enclosed in quotes.

    • Numbers can be integers or floating-point numbers.

    • Booleans represent true or false values.

    • Objects are collections of key-value pairs.

    • Arrays are ordered collections of val...

  • Answered by AI
  • Q3. Difference between let and var
  • Ans. 

    let is block scoped while var is function scoped in JavaScript.

    • let was introduced in ES6 while var has been around since the beginning of JavaScript.

    • Variables declared with let are only accessible within the block they are declared in.

    • Variables declared with var are accessible throughout the function they are declared in.

    • Using let can help prevent variable hoisting issues.

    • let is preferred over var for variable declarat...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Skills evaluated in this interview

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.

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
Hurix Systems Interview Questions
3.6
 • 18 Interviews
Content Whale Interview Questions
3.8
 • 13 Interviews
QBS Learning Interview Questions
2.5
 • 6 Interviews
White Globe Interview Questions
2.7
 • 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 - ₹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.2
Compare

MPS Limited

3.5
Compare

Lionbridge Technologies

3.6
Compare

Crimson Interactive

2.8
Compare
write
Share an Interview