Upload Button Icon Add office photos

Filter interviews by

Jagran Prakashan Interview Questions and Answers

Updated 27 Jun 2024

Jagran Prakashan Interview Experiences

Popular Designations

6 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jan 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 - Behavioral interview 

(3 Questions)

  • Q1. What is the media marketing❓️
  • Ans. 

    Media marketing is the process of promoting products or services through various media channels.

    • It involves creating and distributing content across different media platforms such as TV, radio, print, and digital media.

    • The goal is to reach a target audience and persuade them to take a desired action, such as making a purchase or visiting a website.

    • Examples include running ads on social media platforms like Facebook and...

  • Answered by AI
  • Q2. What is advertisements❓️
  • Ans. 

    Advertisements are messages or promotions aimed at promoting a product, service, or idea to a target audience.

    • Advertisements can be found in various forms such as print, television, radio, online, and outdoor advertising.

    • They are designed to grab the attention of the target audience and persuade them to take action.

    • Advertisements can be informative, persuasive, or reminder-based.

    • Examples of advertisements include comme...

  • Answered by AI
  • Q3. What is your goal❓️ and what is your selling capacity❓️
  • Ans. 

    My goal is to achieve district development and growth. My selling capacity is strong communication and negotiation skills.

    • My goal is to work towards the development and growth of the district

    • I aim to bring in new projects and initiatives that will benefit the community

    • My selling capacity lies in my strong communication and negotiation skills

    • I am able to effectively communicate the benefits of a project or initiative to...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Araam se job karo targets poore karte raho. Company bahut achchi hai.

District Incharge Interview Questions asked at other Companies

Q1. What is your goal❓️ and what is your selling capacity❓️
View answer (1)

Interview Questions & Answers

user image Anonymous

posted on 27 Jun 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. About perspective etc.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in May 2024. There was 1 interview round.

Round 1 - Coding Test 

There are many different types of file attachments

Under Writing Assistant Interview Questions asked at other Companies

Q1. How to achieve good package
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. About Oracle database and Oracle adfs

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Jagran Prakashan interview questions for popular designations

 Under Writing Assistant

 (1)

 Software Developer

 (1)

 Management Consultant

 (1)

 District Incharge

 (1)

 Associate Vice President

 (1)

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. What are your strengths?

Interview Preparation Tips

Interview preparation tips for other job seekers - Read about the role and prepare accordingly. They will try to manipulate you but don't fall for it.

Management Consultant Interview Questions asked at other Companies

Q1. Case study: Assuming you are the product manager for a warehousing module, how will you develop a warehouse inventory module
View answer (1)

I applied via Referral

Interview Questionnaire 

2 Questions

  • Q1. How was my connect with E Comm Clients and my working style
  • Q2. How was my connections with clients in the South in general and how far could i develop them x times once on board

Interview Preparation Tips

Interview preparation tips for other job seekers - Be very honest and upfront . Remember the masters of the trade do have a feel of the market and they have their information update. So kind of preparing for the show and cooking false imagery can turn disastrous later. Be brutally honest !!

Associate Vice President Interview Questions asked at other Companies

Q1. Discuss a case study on a preferred topic or use sample problems to explain a difficult concept. First name the topic and then the concept/case study to be illustrated within 5 mins. CBSE Hot questions are preferred.
View answer (1)

Interview questions from similar companies

I was interviewed before Jan 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Two coding questions were given in the first round to be solved in 60 minutes.

  • Q1. 

    Rearrange Array Elements Problem Statement

    Given an array A containing 'N' integers and an integer m, rearrange the elements of the array such that the differences between the array elements and m are sor...

  • Ans. 

    Rearrange array elements based on their differences from a given integer.

    • Calculate the differences between each element and the given integer.

    • Sort the elements based on their differences while maintaining the original order for elements with the same difference.

    • Implement a function to rearrange the array elements as per the given criteria.

  • Answered by AI
  • Q2. 

    Print Nodes at Distance K from a Given Node

    Given an arbitrary binary tree, a node of the tree, and an integer 'K', find all nodes that are at a distance K from the specified node, and return a list of th...

  • Ans. 

    The task is to find all nodes in a binary tree that are at a distance K from a given node.

    • Traverse the binary tree to find the given node

    • From the given node, perform a depth-first search to find all nodes at distance K

    • Use a list to store the values of the nodes at distance K

    • Return the list of values in any order

  • Answered by AI
Round 2 - Face to Face 

(4 Questions)

Round duration - 60 minutes
Round difficulty - Easy

This was a technical round with questions based on DSA, DBMS, Computer Networking and project based questions.

  • Q1. 

    Triangle of Numbers Pattern

    Ninja is tasked with printing a triangle pattern based on a given number 'N' for any test case.

    Example:

    Input:
    N = 4
    Output:
       1
    232
    34545
    4567654

    Explanation:

    The pat...

  • Ans. 

    Print a triangle pattern of numbers based on a given number 'N'.

    • Iterate through each row and print the numbers accordingly

    • Use spaces to center-align the numbers in each row

    • Increment the numbers in each row as per the pattern

  • Answered by AI
  • Q2. What is the difference between a web server and an application server?
  • Ans. 

    Web server serves static content over HTTP, while application server runs dynamic content and business logic.

    • Web server handles HTTP requests and responses, serving static content like HTML, images, and CSS.

    • Application server executes business logic, runs dynamic content, and interacts with databases.

    • Web server examples include Apache, Nginx, while application server examples include Tomcat, JBoss.

    • Web server focuses on...

  • Answered by AI
  • Q3. How does the internet work?
  • Ans. 

    The internet is a global network of interconnected computers that communicate using standardized protocols.

    • The internet is made up of a vast number of interconnected networks of computers.

    • Data is transmitted over the internet using protocols such as TCP/IP.

    • Websites are hosted on servers connected to the internet, and users access them using web browsers.

    • Internet Service Providers (ISPs) provide access to the internet f...

  • Answered by AI
  • Q4. Write a SQL query to find the nth highest salary.
  • Ans. 

    SQL query to find the nth highest salary

    • Use the 'SELECT DISTINCT' statement to get unique salary values

    • Order the salaries in descending order using 'ORDER BY' clause

    • Use 'LIMIT' and 'OFFSET' to get the nth highest salary

  • Answered by AI
Round 3 - HR 

Round duration - 30 minutes
Round difficulty - Easy

Typical HR round with behavioral problems.

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from Chitkara University. Eligibility criteriaAbove 7 CGPAInfo Edge India (Naukri.com) interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Company Website and was interviewed in Mar 2021. There were 2 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - They took my interview in five rounds but in all the rounds they were asking only one question. TELL ME SOMETHING ABOUT YOURSELF ?
My Interview with their sales VP SANDEEP JUNEJA was good and relevant to the point.
Otherwise all the other rounds were almost same which was not needed it can be Completed in 1-2 round.

I applied via Job Portal and was interviewed before Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Data structure
  • Q2. Java concepts
  • Q3. Handson coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Get handson in any language but be confident

I applied via Campus Placement and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Data Structures
  • Q2. Algorithms knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Study DSA and be thorough with projects.

Jagran Prakashan Interview FAQs

How many rounds are there in Jagran Prakashan interview?
Jagran Prakashan interview process usually has 1-2 rounds. The most common rounds in the Jagran Prakashan interview process are Resume Shortlist, One-on-one Round and HR.
How to prepare for Jagran Prakashan 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 Jagran Prakashan. The most common topics and skills that interviewers at Jagran Prakashan expect are Campaign Planning, Ad Space Selling, media sales, Ad Sales and Advertisement Planning.
What are the top questions asked in Jagran Prakashan interview?

Some of the top questions asked at the Jagran Prakashan interview -

  1. What is your goal❓️ and what is your selling capacity❓...read more
  2. What is the media marketing❓...read more
  3. What is advertisements❓...read more

Tell us how to improve this page.

Jagran Prakashan Interview Process

based on 10 interviews

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

Info Edge Interview Questions
3.9
 • 316 Interviews
Cimpress Interview Questions
4.0
 • 62 Interviews
HT Media Interview Questions
3.3
 • 49 Interviews
Times Group Interview Questions
3.8
 • 27 Interviews
Network 18 Interview Questions
3.5
 • 26 Interviews
Sun TV Network Interview Questions
3.7
 • 12 Interviews
View all

Jagran Prakashan Reviews and Ratings

based on 186 reviews

3.9/5

Rating in categories

3.4

Skill development

3.5

Work-life balance

3.2

Salary

3.7

Job security

3.4

Company culture

3.0

Promotions

3.4

Work satisfaction

Explore 186 Reviews and Ratings
Assistant Manager
49 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Deputy Manager
35 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Executive
19 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Manager
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Jagran Prakashan with

Dainik Bhaskar Group

4.4
Compare

HT Media

3.3
Compare

Tv18 Broadcast

4.2
Compare

Zee Entertainment Enterprises

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