Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Jagran Prakashan Management Consultant Interview Questions and Answers

Updated 31 Dec 2022

Jagran Prakashan Management Consultant Interview Experiences

1 interview found

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

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Jul 2023. There were 4 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 Resume tips
Round 2 - Assignment 

They gave questions regarding bpharmacy and also they gave three letters to write and provided answer sheets for them.

Round 3 - Technical 

(1 Question)

  • Q1. It is a technical round and the sir asked the questions like Introduce yourself ? About the company ? About the project ? About the job role that is mentioned to you ?
Round 4 - HR 

(1 Question)

  • Q1. If you are selected in the technical round then you need to attend the HR round where the self intoduction will be asked and details of the job will be said by the hr.

Interview Preparation Tips

Topics to prepare for PULSUS HealthTech Group Management Trainee interview:
  • Anatomy
  • Analysis
Interview preparation tips for other job seekers - It is simple for the bpharmacy students and the people who are having minimum knowledge in the science stream.
It is a good experience for me.
There will be no pressure in the work for this company when compared to others.
I wish you a good luck to your career.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(4 Questions)

  • Q1. Why should I hire you?
  • Q2. What is your strength?
  • Q3. What is Finacle?
  • Ans. 

    Finacle is a banking software suite developed by Infosys.

    • Finacle is used by banks for core banking, online banking, mobile banking, CRM, and more.

    • It helps banks streamline their operations, improve customer service, and enhance efficiency.

    • Some of the key features of Finacle include account management, loan processing, and wealth management.

    • It is known for its scalability, security, and flexibility in customization.

    • Many...

  • Answered by AI
  • Q4. What is Finacle integration?
  • Ans. 

    Finacle integration is the process of connecting the Finacle core banking system with other systems or applications to enable seamless data flow and functionality.

    • Finacle integration allows for real-time information sharing between different banking systems.

    • It enables automation of processes such as account opening, fund transfers, and loan processing.

    • Integration with third-party applications like CRM systems or paymen...

  • Answered by AI
Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
No response

I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

The aptitude and verbal assessment, which was conducted through an online platform provided by the company, was at an easy to moderate level.

Round 2 - Group Discussion 

There are ten people in a group, and the discussion topic was the pros and cons of ChatGPT, with a primary focus on communication, in my understanding.

Interview Preparation Tips

Topics to prepare for Info Edge Management Trainee interview:
  • about compamy
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Make a marketing plan for 99 acres
  • Ans. 

    Develop a comprehensive marketing plan for 99 acres to increase brand awareness and attract more customers.

    • Conduct market research to identify target audience and competitors

    • Utilize digital marketing strategies such as SEO, social media, and email campaigns

    • Collaborate with real estate agents and brokers to promote listings

    • Host virtual property tours and webinars to engage potential buyers

    • Offer special promotions or dis

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is MMM ?
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It includes verbal quants and logical

Round 2 - Group Discussion 

It was generalized topic on ev and traditional vehicles

Round 3 - Technical 

(3 Questions)

  • Q1. Experience and projects
  • Q2. About database system
  • Q3. About sql queries
Round 4 - HR 

(2 Questions)

  • Q1. Why we hire you
  • Q2. Tell me which is not in your resume

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 Naukri.com and was interviewed in Jul 2017. There were 5 interview rounds.

Interview Preparation Tips

Round: Resume Shortlist
Experience: My resume got shortlisted through naukri.com .I got a call from ambitionbox.com and then i was asked to come for a face to face interview.

Round: HR Interview
Experience: Second round was HR Interview .In HR interview i was asked about my hobbies,my career goals,my ideas and about company and their Products.
Tips: Be calm and confident!

Round: Test
Experience: Third round was a writing test .i was asked to write about any topic in 5 minutes to check my writing skills and grammar sense
Tips: Be creative.

Round: Presentation
Experience: The fourth round was a presentation round in this i have to present about any topic(political,technical ,anything)in 10 minutes

General Tips: Be confident and creative ! stay calm and should apply presence of mind.the interviewer wanted to test both my knowledge and my communication skills.please go through the job description thoroughly.
Skills: Body Language, Problem Solving, Presentation Skills, Time Management, Decision Making Skills
Duration: <1 week

I applied via Naukri.com and was interviewed in Jul 2017. There were 4 interview rounds.

Interview Preparation Tips

Round: Test
Experience: i was asked to write about any topic just to check my writing skills

Round: presentation
Experience: I have to present a presentation about any topic in 5 mins

General Tips: Be confident,creative and expressive
Skills: Communication, Body Language, Analytical Skills, Leadership, Presentation Skills, Time Management
Duration: <1 week
Contribute & help others!
anonymous
You can choose to be anonymous

Jagran Prakashan Interview FAQs

How many rounds are there in Jagran Prakashan Management Consultant interview?
Jagran Prakashan interview process usually has 2 rounds. The most common rounds in the Jagran Prakashan interview process are Resume Shortlist and One-on-one Round.

Recently Viewed

INTERVIEWS

INDIA TODAY GROUP

No Interviews

INTERVIEWS

INDIA TODAY GROUP

No Interviews

INTERVIEWS

Jagran Prakashan

No Interviews

SALARIES

Kestone Integrated Marketing Services

SALARIES

Dentsu Webchutney

SALARIES

INDIA TODAY GROUP

SALARIES

Francorp

INTERVIEWS

Franchise Alpha

No Interviews

SALARIES

Dentsu Webchutney

SALARIES

Dentsu Webchutney

Tell us how to improve this page.

Jagran Prakashan Management Consultant Interview Process

based on 1 interview

Interview experience

5
  
Excellent
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
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.3
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