Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Aauid Media Team. If you also belong to the team, you can get access from here

Aauid Media Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Aauid Media Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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
  • 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 Referral and was interviewed before Dec 2019. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Basically I went for the profile of sales and business development executive so their first question was try to sell a product to me?
  • Ans. 

    I will demonstrate how our innovative smartwatch can enhance your daily life and health management.

    • Highlight the unique features: Our smartwatch tracks heart rate, sleep patterns, and daily activity levels.

    • Emphasize the benefits: By monitoring your health metrics, you can make informed lifestyle choices.

    • Provide a personal touch: Imagine waking up refreshed after a good night's sleep, thanks to our sleep tracking featur...

  • Answered by AI
  • Q2. Secondly they will ask about your experience and if you're not an experienced one so they will ask about your qualifications.
  • Q3. So basically, first of all for any interview the main thing is you have to prepare yourself and your documents also like your resume and CV, secondly be on time don't make excuses for being late ,and try ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be on time.
Be professional.
Polite pitch
Good communication skills
Carry your resume with a plastic file folder
Always ask permission to enter and sit.
Don't sit untill and unless interviewer say to you if he/ she didn't say to sit ask politely ,may I have a seat please.
Don't give your resume or a CV untill they asked and always try to give your resume with your both hands.
Don't use mixed up laungues like hindi or english ,you have to select your only one laungue in which you are comfortable.
If interviewer is talking to you in Hindi don't speak English in front of them.
Don't cut the point don't interrupt the HR Panell team.
Focus to listen.
Try to give all answers carefully and confidentially,if you are not able to give answer of any question so don't answer say politely I don't have idea about this.
Don't be so friendly with the interviewer.
Never asked about the salary first if they ask about your expectations then answer accordingly.
And try to do put ups.
If they ask you about any query just ask to them.
Be positive, confident,have some knowledge
All the best.

Sales Executive Interview Questions & Answers

HT Media user image Abhishek Das (सनातनी हिन्दू)

posted on 28 Nov 2021

I applied via Referral and was interviewed before Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Tell me about yourself?
  • Q2. Sell me a pen?
  • Q3. Why should we hire you?
  • Q4. Why you want to join this company?
  • Q5. Your weakness and strength?

Interview Preparation Tips

Interview preparation tips for other job seekers - Best interview I have done

Interview Questionnaire 

2 Questions

  • Q1. What is difference between interface and abstract class
  • Ans. 

    An interface is a contract that defines the methods that a class must implement, while an abstract class can provide some implementation.

    • An interface can only have abstract methods, while an abstract class can have both abstract and non-abstract methods.

    • A class can implement multiple interfaces, but can only inherit from a single abstract class.

    • Interfaces are used to achieve multiple inheritance in Java.

    • Abstract classe...

  • Answered by AI
  • Q2. What is enum
  • Ans. 

    Enum is a data type that consists of a set of named values.

    • Enums are used to define a set of constants that can be assigned to a variable.

    • They make code more readable and maintainable.

    • Example: enum Color { RED, GREEN, BLUE }

    • Enums can also have values assigned to them, like enum Size { SMALL = 1, MEDIUM = 2, LARGE = 3 }

  • Answered by AI

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Nov 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 - HR 

(2 Questions)

  • Q1. Are you comfortable with the job role ?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a very good company. You'll learn so many things. Everyone is very helpful.

Interview Questionnaire 

1 Question

  • Q1. Where do you see yourself in next 5 years

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself and confident

I applied via Company Website and was interviewed in Aug 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Salary package

Interview Preparation Tips

Interview preparation tips for other job seekers - I have no communication skills english,

I applied via Recruitment Consultant and was interviewed before May 2018. There was 0 interview round.

Interview Preparation Tips

General Tips: 1-Tell me about your self
2- Why you join sales
3- why you left your last organisation
4-how you managed your TL pressure
5-why should i hire you
6-what is your roles & responsibilities in your last company
5-how you spend your last week
6-tell me you weakness
7-what is your strengths
Skills: Communication, Body Language, Presentation Skills
Duration: <1 week

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

Tell us how to improve this page.

Interview Questions from Similar Companies

PVR Inox Interview Questions
3.9
 • 182 Interviews
Comcast Interview Questions
3.9
 • 77 Interviews
Cinépolis Interview Questions
3.9
 • 66 Interviews
HT Media Interview Questions
3.2
 • 55 Interviews
DAZN Interview Questions
2.7
 • 35 Interviews
Planetcast Interview Questions
3.8
 • 26 Interviews
View all
Compare Aauid Media with

PVR Inox

3.9
Compare

Cinépolis

3.9
Compare

HT Media

3.2
Compare

Zee Entertainment Enterprises

3.5
Compare
write
Share an Interview