Upload Button Icon Add office photos

Filter interviews by

Jagran Prakashan Associate Vice President Interview Questions and Answers

Updated 22 Mar 2021

Jagran Prakashan Associate Vice President Interview Experiences

1 interview found

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

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Dec 2015. There were 5 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Reverse a linked list
  • Ans. 

    Reverse a linked list

    • Iteratively swap the next and previous pointers of each node

    • Use three pointers to keep track of the current, previous, and next nodes

    • Update the head pointer to the last node after reversing

  • Answered by AI
  • Q2. Object Oriented Programming
  • Q3. Database questions
  • Q4. What do you like about this company
  • Ans. 

    I appreciate the company's commitment to innovation and employee development.

    • Strong focus on innovation in software development

    • Opportunities for professional growth and development

    • Positive company culture and work environment

  • Answered by AI
  • Q5. Why do you want to work here
  • Ans. 

    I am impressed by the company's innovative projects and collaborative work environment.

    • Impressed by innovative projects

    • Desire to work in a collaborative environment

    • Excited about potential for growth and learning opportunities

  • Answered by AI
  • Q6. Long term goals

Interview Preparation Tips

Round: Test
Experience: Simple aptitude test where they filtered out 2/3 of the applicants (12-15 selected out of 30)
Duration: 1 hour
Total Questions: 40

Round: Technical Interview
Experience: General questions about you, your projects etc.
The linked list question, you can write in any language you like.
OOP concepts like how it is implemented in your favourite language.

Round: Technical Interview
Experience: Your thoughts on designing a database for a company that aggregates jobs from any available source.
The schema for the database and your reason for it.

Round: HR Interview
Experience: Standard HR questions

College Name: Shiv Nadar University, Dadri

Skills evaluated in this interview

I was interviewed in Sep 2016.

Interview Questionnaire 

9 Questions

  • Q1. Questions on DBMS like find the 2nd maximum salary of employee
  • Q2. A table was given and i need Normalize it
  • Q3.  join, groupby queries on a given table
  • Q4. Question related to Computer Networks like how internet works
  • Q5. What is web server and application server
  • Ans. 

    Web server handles HTTP requests and responses, while application server executes application logic.

    • Web server serves static content like HTML, CSS, JS files

    • Application server executes dynamic code like Java, Python, Ruby

    • Web server communicates with client, application server communicates with database

    • Examples of web servers: Apache, Nginx, IIS

    • Examples of application servers: Tomcat, JBoss, WebSphere

  • Answered by AI
  • Q6. Coding question to print a given pattern
  • Q7. Proper discussion on my projects that were mentioned in the resume. They usually ask to make class diagram, ER diagram of project etc.
  • Q8. Firstly HR asked to introduce yourself
  • Q9. Then he asked simple questions like why u want to join this company, my family background, asked about hobbies, academic achievements etc

Interview Preparation Tips

Round: Test
Experience: Two coding questions were given in the 1st round
1)find nodes at kth distance from root node
2)arrange a given array in min-max sequence
Duration: 1 hour
Total Questions: 2

College Name: Thapar University, Patiala

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Asked what i am doing in my present job and what i can do for this company

I applied via Campus Placement and was interviewed before Jun 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Core php, redis, solr

Interview Preparation Tips

Interview preparation tips for other job seekers - Explain what projects you have worked on.
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 - HR 

(1 Question)

  • Q1. About job experience and salary
Round 3 - Technical 

(1 Question)

  • Q1. Past and current work profile
Round 4 - One-on-one 

(1 Question)

  • Q1. How to do your work

Interview Preparation Tips

Interview preparation tips for other job seekers - Truely speak and be confident
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Project discussion
  • Q2. Hooks concept questions
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 

(1 Question)

  • Q1. Intoduction your self

Interview Preparation Tips

Interview preparation tips for other job seekers - While thinking for your career, make sure you give yourself priority and you're thinking about your future too. There is no harm in thinking for ourselves. Know what you want to be in your life. Know what interests you have
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 - Technical 

(2 Questions)

  • Q1. Topological Sort Implementation
  • Ans. 

    Topological sort is a linear ordering of vertices in a directed acyclic graph.

    • Topological sort is used to find a linear ordering of vertices in a directed acyclic graph.

    • It is commonly implemented using depth-first search (DFS) algorithm.

    • The algorithm starts by visiting a vertex and then recursively visits all its adjacent vertices before adding it to the result list.

    • Topological sort is not possible if the graph has cyc

  • Answered by AI
  • Q2. Linked List reversal in groups of k
  • Ans. 

    Reverses a linked list in groups of k

    • Break the linked list into groups of k nodes

    • Reverse each group individually

    • Connect the reversed groups back together

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Apr 2022. There were 2 interview rounds.

Round 1 - Assignment 

Article writing for a college given on spot

Round 2 - One-on-one 

(2 Questions)

  • Q1. Basic general and technical questions
  • Q2. Tell me about yourself, what is seo

Interview Preparation Tips

Interview preparation tips for other job seekers - None

Tell us how to improve this page.

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.4
 • 26 Interviews
View all
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