Upload Button Icon Add office photos

Network 18

Compare button icon Compare button icon Compare

Filter interviews by

Network 18 Sub Editor Interview Questions and Answers

Updated 3 Jul 2023

Network 18 Sub Editor Interview Experiences

1 interview found

Sub Editor Interview Questions & Answers

user image Anonymous

posted on 3 Jul 2023

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

I applied via Approached by Company and was interviewed before Jul 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 - Aptitude Test 

Questions related to editing skills were given. I was asked to edit an article and give headlines to stories.

Round 3 - One-on-one 

(3 Questions)

  • Q1. I was asked about roles in my previous job. My previous working hours, years of experience, working style, a little about personal life.
  • Q2. What was your role in previous job?
  • Q3. How you can contribute to this new job profile if selected?

Interview Preparation Tips

Topics to prepare for Network 18 Sub Editor interview:
  • Editing skills
  • General knowledge
  • Current news
Interview preparation tips for other job seekers - Before speaking to HR about salary, always discuss with others in market about the percentage you should ask for. Stick to that. Do minimum negotiation. If company needs you, they will hire you at your suggested salary. Good luck!

Interview questions from similar companies

I applied via Other and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Basic interview questions. Tell me about yourself. Where do you see yourself 5 years down the line.
  • Q2. Questions based on Writing Samples

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview. Just be confident while answering questions.

I applied via Walk-in and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. While I am joining as a associate position , they were asked about myself that's it

Interview Preparation Tips

Interview preparation tips for other job seekers - I am getting promoted from 2016 to 2019 ,first I got promoted to Supervisor level ,and I got promoted to Asst manager level ,in that interviews I have cleared my organisation basics and achievement ,

Reporter Interview Questions & Answers

The Times of India user image Elizabeth Varghese

posted on 21 Sep 2017

Interview Questionnaire 

1 Question

  • Q1. Which was the news which caught your eyes today morning and why?

Interview Preparation Tips

Round: Resume Shortlist
Experience: In this round I send a very detailed resume to the HR department. Later after almost a month I got a call from the company, they asked me basic questions like where do I study, what do I study,etc
Tips: Make a resume with the help of a professional in the latest format.

Round: Test
Experience: So this was a basic written test to check your GK, vocabulary, language proficiency and editing skills. It was very print news oriented as the interview was for the pot of a reporter.
Duration: 2 hours

Round: Technical Interview
Experience: In this they hardly asked two or three questions which were again basic. The questions were all rraltrd to news as mentioned above

Skills: GK, Language, Vocabulary Skills
College Name: Christ University

I applied via Referral and was interviewed before Feb 2021. 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 - Technical 

(1 Question)

  • Q1. Question is up to situational handling

Interview Preparation Tips

Interview preparation tips for other job seekers - When ever you will face interview be honest and calm

I applied via Campus Placement and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude and graduation based OS, CN, DAA and DBMS questions

Round 2 - HR 

(1 Question)

  • Q1. Psychological warfare, to be honest
Round 3 - Technical 

(1 Question)

  • Q1. Questions on DBMS, CN and DAA

Interview Preparation Tips

Interview preparation tips for other job seekers - Maintain positive attitude and confidence while showcasing yourself. Technical knowledge required is the basics covered. Focus on DBMS & Linux if up for a development based role

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

Round 1 - One-on-one 

(7 Questions)

  • Q1. C# abstraction and encapsulation
  • Q2. Reflection and indexers in c#
  • Ans. 

    Reflection and indexers in C#

    • Reflection allows inspecting and manipulating metadata of types, objects, and assemblies at runtime

    • Indexers provide a way to access elements of a class or struct using array-like syntax

    • Reflection can be used to dynamically access and invoke indexers

  • Answered by AI
  • Q3. Difference between ienumerable and iqueryable
  • Ans. 

    IEnumerable is read-only and forward-only while IQueryable is queryable and can be filtered.

    • IEnumerable is used for in-memory collections while IQueryable is used for querying databases.

    • IQueryable is more efficient for large datasets as it allows for server-side filtering.

    • IQueryable extends IEnumerable and adds additional functionality for querying data sources.

    • Example: IEnumerable numbers = new List { 1, 2, 3 }; IQuer

  • Answered by AI
  • Q4. Difference between rank and dense rank in c#
  • Ans. 

    Rank assigns unique numbers to each distinct value, while dense rank assigns consecutive numbers to each distinct value.

    • Rank and DenseRank are used to assign a unique number to each distinct value in a sorted list.

    • Rank assigns a unique number to each distinct value, but leaves gaps for ties.

    • DenseRank assigns consecutive numbers to each distinct value, without leaving gaps for ties.

    • In C#, Rank and DenseRank are availabl...

  • Answered by AI
  • Q5. Difference between function and Stored procedure
  • Ans. 

    Functions return a value while stored procedures do not.

    • Functions are used to perform a specific task and return a value to the caller.

    • Stored procedures are used to execute a set of statements and do not return a value.

    • Functions can be used in SQL statements while stored procedures cannot.

    • Functions can be called from within stored procedures.

    • Functions can be used in expressions while stored procedures cannot.

  • Answered by AI
  • Q6. Difference between clustered and non clustered index
  • Ans. 

    Clustered index determines the physical order of data in a table, while non-clustered index has a separate structure.

    • Clustered index sorts and stores the data rows in the table based on their key values, while non-clustered index has a separate structure that contains the key values and a pointer to the data row.

    • A table can have only one clustered index, while it can have multiple non-clustered indexes.

    • Clustered index ...

  • Answered by AI
  • Q7. Difference between execute scalar and execute nonquery
  • Ans. 

    ExecuteScalar returns single value while ExecuteNonQuery does not return any value.

    • ExecuteScalar is used for retrieving a single value from the database, such as a count or sum.

    • ExecuteNonQuery is used for executing SQL statements that do not return any value, such as INSERT, UPDATE, DELETE.

    • ExecuteScalar returns the first column of the first row of the result set, while ExecuteNonQuery returns the number of rows affecte...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Planetcast Software Engineer interview:
  • C#.Net
  • .Net Core
  • SQL Server
  • MySQL
Interview preparation tips for other job seekers - They will ask basics of c# and hire for media application

Skills evaluated in this interview

I applied via Naukri.com

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 

According to skills and experience

Round 3 - One-on-one 

(2 Questions)

  • Q1. One one round with technical person then manager
  • Q2. It's upto your resume and skills
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and final round with general manager

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall great experience healthy environment

Software Engineer Interview Questions & Answers

DAZN user image Balkrushna Atmaram Jadhav

posted on 13 Nov 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

It was live online coding test

Interview Preparation Tips

Topics to prepare for DAZN Software Engineer interview:
  • Nodejs
Interview preparation tips for other job seekers - Prepare well
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Assignment 

Questions related to your daily life

Round 2 - One-on-one 

(3 Questions)

  • Q1. Difference between Sales & Marketing
  • Ans. 

    Sales focuses on selling products or services to customers, while marketing involves creating awareness and interest in those products or services.

    • Sales involves direct interaction with customers to make a sale, while marketing involves creating strategies to attract and retain customers.

    • Sales is more focused on short-term goals and transactions, while marketing is focused on long-term relationships and brand building.

    • ...

  • Answered by AI
  • Q2. 4 P's of Marketing
  • Ans. 

    The 4 P's of marketing are Product, Price, Place, and Promotion.

    • Product: Refers to the actual goods or services being offered to customers.

    • Price: The amount customers are willing to pay for the product or service.

    • Place: The locations where the product or service is available for customers to purchase.

    • Promotion: The marketing strategies used to promote and sell the product or service.

  • Answered by AI
  • Q3. Internship experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident while answering

Network 18 Interview FAQs

How many rounds are there in Network 18 Sub Editor interview?
Network 18 interview process usually has 3 rounds. The most common rounds in the Network 18 interview process are Resume Shortlist, Aptitude Test and One-on-one Round.
How to prepare for Network 18 Sub Editor 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 Network 18. The most common topics and skills that interviewers at Network 18 expect are Content Editing, Content Writing and Copy Editing.

Tell us how to improve this page.

Network 18 Sub Editor Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

PVR Inox Interview Questions
4.0
 • 166 Interviews
Comcast Interview Questions
4.0
 • 72 Interviews
Cinépolis Interview Questions
3.9
 • 59 Interviews
HT Media Interview Questions
3.3
 • 49 Interviews
DAZN Interview Questions
2.7
 • 31 Interviews
Planetcast Interview Questions
3.9
 • 24 Interviews
View all
Network 18 Sub Editor Salary
based on 20 salaries
₹3.2 L/yr - ₹6.5 L/yr
20% more than the average Sub Editor Salary in India
View more details

Network 18 Sub Editor Reviews and Ratings

based on 5 reviews

3.8/5

Rating in categories

3.2

Skill development

3.1

Work-life balance

3.1

Salary

4.0

Job security

2.9

Company culture

2.3

Promotions

3.0

Work satisfaction

Explore 5 Reviews and Ratings
Assistant Manager
90 salaries
unlock blur

₹3.5 L/yr - ₹12 L/yr

Deputy Manager
65 salaries
unlock blur

₹4 L/yr - ₹15.6 L/yr

Senior Manager
44 salaries
unlock blur

₹10 L/yr - ₹32.7 L/yr

Senior Software Engineer
39 salaries
unlock blur

₹6.6 L/yr - ₹23 L/yr

Product Manager
30 salaries
unlock blur

₹8.2 L/yr - ₹23 L/yr

Explore more salaries
Compare Network 18 with

PVR Inox

4.0
Compare

Cinépolis

3.9
Compare

HT Media

3.2
Compare

Zee Entertainment Enterprises

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