Upload Button Icon Add office photos

Filter interviews by

Indian Institute of Mass Communication Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic subject knowledge, previous work, details, and details of previous research.
  • Q2. How do you explain the particular topic to students, more cross questions related to subject etc.
Round 2 - Assignment 

PPT was asked to make and represent(as it was for online teaching). The purpose was to check teaching skills.

Round 3 - HR 

(1 Question)

  • Q1. Institutional fit questions like salary, timing, their conditions. may ask one or two questions to check the research and subject. referral of salary goes from this round so they ask salary expectations to...
Round 4 - Telephonic Call 

(1 Question)

  • Q1. HR will call you and tell you the salary, negotiation happens at this stage.

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Strong knowledge of subject
2. Get ready with examples to explain any concept
3. HR will pressurize you suddenly to agree on salary. Pls negotiate with proper reasons.
4. Get the clarity on gratuity fund, any salary cutoffs, bond of 2 years and travelling issues as the college is 15 km away from city.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Quant + Logical + Verbal

Round 2 - Group Discussion 

Impact of AI on Employment

Round 3 - Technical 

(3 Questions)

  • Q1. Introduce yourself
  • Q2. Questions on projects
  • Q3. Testing related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Tailor your resume according to the openings and shoukd have preffered knowledge about the technology that are used for which your are giving interview

aabcd Interview Questions & Answers

ABCD user image Anonymous

posted on 4 Nov 2024

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

I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Abcddd do you have!
  • Q2. Abcddd Yes i can do it
Round 2 - Technical 

(2 Questions)

  • Q1. Aa bb vvccd do you have good comm
  • Q2. Aa vv ccccd dddddd

Interview Preparation Tips

Interview preparation tips for other job seekers - good.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Skill test 

(2 Questions)

  • Q1. Make a lesson plan for kids of class 5-6 on Quadratic equation in one variable
  • Ans. 

    Lesson plan for teaching quadratic equations to class 5-6 students

    • Introduce the concept of quadratic equations in one variable

    • Explain the standard form of a quadratic equation: ax^2 + bx + c = 0

    • Teach students how to solve quadratic equations using factorization method

    • Provide examples and practice problems for students to solve

    • Discuss the real-life applications of quadratic equations

  • Answered by AI
  • Q2. Make a 10 min long video of explaining the lesson plan.
  • Ans. 

    Creating a 10 min video explaining a lesson plan for Maths Teacher interview.

    • Start by introducing the lesson topic and objectives

    • Break down the lesson into key points and explain each one clearly

    • Use visual aids or examples to help illustrate concepts

    • Include interactive elements to engage viewers

    • Conclude the video by summarizing key takeaways and next steps

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about the experience of your past company
  • Q2. What do you known about Bhanzu

Interview Preparation Tips

Interview preparation tips for other job seekers - Remain calm

Teacher Interview Questions & Answers

Moople Academy user image Pixelnav Support

posted on 18 Sep 2024

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Aug 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Very Bad. Need to improve the process.

Round 2 - Assignment 

Coding and programming tasks

Round 3 - Technical 

(4 Questions)

  • Q1. Do not want to share
  • Q2. No. I don't want to share.
  • Q3. Easy question With HR
  • Q4. Bad manager approach
  • Ans. 

    A bad manager approach can negatively impact team morale and productivity.

    • Lack of communication and transparency

    • Micromanaging and not trusting employees

    • Failure to provide feedback or recognition

    • Playing favorites or showing bias

    • Not addressing conflicts or issues in a timely manner

  • Answered by AI
Round 4 - One-on-one 

(1 Question)

  • Q1. Private and management questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Asked to solve Basic Python codes in given time

Round 2 - Technical 

(5 Questions)

  • Q1. What is Logistic Regression
  • Ans. 

    Logistic Regression is a statistical method used to model the relationship between a binary outcome variable and one or more predictor variables.

    • Logistic Regression is used when the dependent variable is binary (e.g. 0/1, Yes/No, True/False).

    • It estimates the probability of a certain event occurring based on one or more independent variables.

    • The output of logistic regression is a probability score that can be converted ...

  • Answered by AI
  • Q2. What is supervised and unsupervised learning
  • Ans. 

    Supervised learning involves training a model on labeled data, while unsupervised learning involves finding patterns in unlabeled data.

    • Supervised learning requires a target variable to be predicted, while unsupervised learning does not.

    • Examples of supervised learning include classification and regression tasks, while examples of unsupervised learning include clustering and dimensionality reduction.

    • In supervised learnin...

  • Answered by AI
  • Q3. What is mutability and immutability
  • Ans. 

    Mutability refers to the ability of an object to be changed after it is created, while immutability refers to the inability of an object to be changed once it is created.

    • Mutability allows for changes to be made to an object's state, while immutability ensures that an object's state remains constant.

    • In programming, mutable objects can be modified directly, while immutable objects require creating a new object with the d...

  • Answered by AI
  • Q4. Difference between List and Tuple
  • Ans. 

    List is mutable, Tuple is immutable in Python.

    • List can be modified after creation, Tuple cannot be modified

    • List is defined using square brackets [], Tuple is defined using parentheses ()

    • Example: list_example = [1, 2, 3], tuple_example = (1, 2, 3)

  • Answered by AI
  • Q5. What are regression. Explain different types of regression
  • Ans. 

    Regression is a statistical method used to analyze the relationship between variables. Different types include linear, logistic, polynomial, etc.

    • Regression is a statistical technique used to understand the relationship between a dependent variable and one or more independent variables.

    • Different types of regression include linear regression, logistic regression, polynomial regression, ridge regression, and lasso regress...

  • Answered by AI
Round 3 - One-on-one 

(3 Questions)

  • Q1. What is oopm ?
  • Ans. 

    OOPM stands for Object-Oriented Project Management, a methodology that focuses on managing projects using object-oriented principles.

    • OOPM emphasizes breaking down projects into smaller, manageable components called objects

    • It promotes reusability, modularity, and flexibility in project development

    • Examples of OOPM tools include UML (Unified Modeling Language) and Agile methodologies

  • Answered by AI
  • Q2. Codes were given to solve
  • Q3. What was your previous job role and what was challenging
Round 4 - Case Study 

Find the sales for air tickets for an aeroplane company using Logistic Regression

Skills evaluated in this interview

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

I applied via Company Website

Round 1 - One-on-one 

(2 Questions)

  • Q1. What new achievement you've earned from your last employer?
  • Q2. What new you want to implement in our school?
Round 2 - Assignment 

Will ask to solve question paper based on the subject to check your subject depth. Exam for 45 min to 1-hour based on the post and subject.

Round 3 - Technical 

(2 Questions)

  • Q1. Subject wise demo
  • Q2. Practical demonstration.
Round 4 - HR 

(1 Question)

  • Q1. Salary Negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Managment
Beautiful green campus with World Class facilities.
Good place to get best hike on current salary package.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Should me make hindi national language

Round 2 - One-on-one 

(1 Question)

  • Q1. What is sale? why should we hire you
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Job Fair and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic background and screening
  • Q2. Situational questions
Round 2 - Case Study 

Gave a dataset to perform analysis

Round 3 - One-on-one 

(2 Questions)

  • Q1. Hiring manager, seemed the least interested, ended the round in 10 minutes while attending phone calls.
  • Q2. Wanted 1 person to perform all tasks, ranging from analysis to creating end to end projects using every tool in AI(LLM,ML,DL,Database,etc)

Interview Preparation Tips

Interview preparation tips for other job seekers - They are a very old company but with no structure or hierarchy. Every person walks up to their CEO as no Team leads or Managers
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Subjective and Good Experience
  • Q2. Technical and Good Experience.
Round 2 - HR 

(2 Questions)

  • Q1. Current job and experience.
  • Ans. 

    Currently working as a Research Assistant at XYZ University with 3 years of experience in conducting experiments and analyzing data.

    • Research Assistant at XYZ University

    • 3 years of experience in conducting experiments and analyzing data

  • Answered by AI
  • Q2. Salary expectations.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Experience.

Tell us how to improve this page.

Interview Questions from Similar Companies

ABCD Interview Questions
3.9
 • 80 Interviews
Bhanzu Interview Questions
3.9
 • 55 Interviews
Corizo Interview Questions
4.0
 • 45 Interviews
Expertrons Interview Questions
3.9
 • 38 Interviews
K L University Interview Questions
3.8
 • 38 Interviews
Ncr Eduservices Interview Questions
3.3
 • 23 Interviews
Aptech Interview Questions
3.6
 • 21 Interviews
View all

Indian Institute of Mass Communication Reviews and Ratings

based on 5 reviews

2.1/5

Rating in categories

1.8

Skill development

1.7

Work-Life balance

1.5

Salary & Benefits

1.4

Job Security

1.7

Company culture

1.4

Promotions/Appraisal

1.4

Work Satisfaction

Explore 5 Reviews and Ratings
Office Assistant
6 salaries
unlock blur

₹2 L/yr - ₹3.6 L/yr

Academic Associate
5 salaries
unlock blur

₹3 L/yr - ₹4.4 L/yr

Research Associate
4 salaries
unlock blur

₹4.1 L/yr - ₹5.6 L/yr

Teaching Associate
3 salaries
unlock blur

₹4.2 L/yr - ₹4.6 L/yr

Explore more salaries
Compare Indian Institute of Mass Communication with

Mudra Institute of Communications

4.4
Compare

Symbiosis Institute of Media & Communication

2.6
Compare

Asian College of Journalism

5.0
Compare

A.J.K. Mass Communication Research Centre

5.0
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview