Upload Button Icon Add office photos

Filter interviews by

Gracenote Analyst Interview Questions and Answers

Updated 21 Oct 2017

Gracenote Analyst Interview Experiences

1 interview found

Analyst Interview Questions & Answers

user image Anonymous

posted on 21 Oct 2017

I appeared for an interview in Oct 2017.

Interview Questionnaire 

5 Questions

  • Q1. WHAT IS THE YOUR NAME ?
  • Ans. 

    My name is John Doe.

    • Full name is John Doe

    • Common first and last name combination

    • Used as a placeholder name in examples

  • Answered by AI
  • Q2. WHAT IS THE GC FULL NAME?
  • Ans. 

    The GC full name refers to the Garbage Collector, a component of a programming language that automatically manages memory allocation and deallocation.

    • GC stands for Garbage Collector.

    • The GC is responsible for automatically reclaiming memory that is no longer in use by a program.

    • Different programming languages have their own implementations of the GC, such as the Java Virtual Machine's garbage collector or the .NET Commo

  • Answered by AI
  • Q3. WHAT IS THE HPLC?
  • Ans. 

    HPLC stands for High Performance Liquid Chromatography. It is a technique used to separate, identify, and quantify components in a mixture.

    • HPLC is a powerful analytical technique used in various industries such as pharmaceuticals, food and beverage, environmental analysis, and forensic science.

    • It involves the separation of components in a mixture based on their interactions with a stationary phase and a mobile phase.

    • Th...

  • Answered by AI
  • Q4. FULL FORM THE LOD?
  • Ans. 

    LOD stands for Level of Detail.

    • LOD is a term commonly used in computer graphics and 3D modeling.

    • It refers to the amount of detail or complexity in a 3D model or scene.

    • Different levels of detail are used to optimize rendering performance.

    • For example, a high LOD may include all the intricate details of a model, while a low LOD may only include basic shapes.

    • LOD is important for real-time applications like video games to m...

  • Answered by AI
  • Q5. WHAT IS THE MC,MR?
  • Ans. 

    MC, MR stands for Marginal Cost, Marginal Revenue. They are important concepts in economics to determine optimal production levels.

    • MC refers to the additional cost incurred by producing one more unit of a good or service.

    • MR refers to the additional revenue earned by selling one more unit of a good or service.

    • In order to maximize profit, a firm should produce at a level where MC equals MR.

    • If MC is less than MR, the firm...

  • Answered by AI

Interview Preparation Tips

Round: HR Interview
Experience: what is the QC full form
Tips: chemical tips

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. General discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Interaction was good...But no feedback from HR yet.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Group Discussion 

Basic knowledge of the candidates

Round 2 - Coding Test 

Program out put and input question

Round 3 - Case Study 

Giveing a situation and ask for the results

Interview Preparation Tips

Interview preparation tips for other job seekers - Be kind , humble, honest and do your best

Interview Questionnaire 

1 Question

  • Q1. Store procedure, function, trigger, view, index, table backup,drop, delete, truncate. transaction.

I appeared for an interview before Jul 2020.

Interview Questionnaire 

1 Question

  • Q1. Ask question based on cloud computing

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company . Ask questions related to job profile

I appeared for an interview before Jun 2016.

Interview Questionnaire 

4 Questions

  • Q1. Why HT Media?
  • Ans. 

    HT Media is a leading media company known for its innovative approach and strong market presence.

    • HT Media has a strong reputation in the media industry for its quality journalism and diverse range of publications.

    • The company has a history of innovation, constantly adapting to the changing media landscape.

    • HT Media has a wide reach and strong market presence, offering great opportunities for growth and development.

    • I admi...

  • Answered by AI
  • Q2. What is the reason for wanting to join media industry
  • Ans. 

    Passion for storytelling and desire to make a positive impact through media

    • Passion for storytelling and creativity

    • Desire to make a positive impact on society

    • Interest in the power of media to influence opinions and drive change

  • Answered by AI
  • Q3. Case study on media planning and buying
  • Q4. What campaign will you suggest to an fmcs advertiser wanting to advertise in rural markets
  • Ans. 

    I would suggest a targeted digital marketing campaign that focuses on the unique needs and preferences of rural consumers.

    • Develop a comprehensive understanding of the rural market demographics, consumer behavior, and media consumption patterns.

    • Create localized and personalized content that resonates with rural consumers, highlighting the benefits of the advertiser's product or service in a rural context.

    • Utilize social ...

  • Answered by AI

Interview Preparation Tips

Round: Technical + HR Interview
Experience: I was a part of the Media PR cell of my institute and hence it was easy to justify my inclination towards the media industry. Mentioned certain facts on why I thought I would be the right fit for the company
Tips: Relate your background with your answer.
You should be passionate about joining the media industry
Openly state your strengths and weaknesses
Important to have strong communication skills

Round: Case Study Interview
Experience: The answer was supposed to be formed using cues from the corporate av that was shown before the interview. One had to mention the range of products offered by HT Media in the rural regions like Hindi Hindustan and Anokhi magazine and explain the relevance of these products for the advertiser
Tips: Use bullet points to answer succintly
Be to the point and highlight only relevant products
Good written communication skills needed

Skills: Logical Thinking, Communication

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.

I applied via Campus Placement and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude and graduation based OS, CN, DAA and DBMS questions

Round 2 - HR 

(1 Question)

  • Q1. Psychological warfare, to be honest
Round 3 - Technical 

(1 Question)

  • Q1. Questions on DBMS, CN and DAA

Interview Preparation Tips

Interview preparation tips for other job seekers - Maintain positive attitude and confidence while showcasing yourself. Technical knowledge required is the basics covered. Focus on DBMS & Linux if up for a development based role

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
  • Ans. 

    Functions return a value while stored procedures do not.

    • Functions are used to perform a specific task and return a value to the caller.

    • Stored procedures are used to execute a set of statements and do not return a value.

    • Functions can be used in SQL statements while stored procedures cannot.

    • Functions can be called from within stored procedures.

    • Functions can be used in expressions while stored procedures cannot.

  • Answered by AI
  • 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 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

Gracenote Interview FAQs

How to prepare for Gracenote Analyst 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 Gracenote. The most common topics and skills that interviewers at Gracenote expect are Advertising, Broadcasting, Content Management, Data Entry Operation and Media Management.
What are the top questions asked in Gracenote Analyst interview?

Some of the top questions asked at the Gracenote Analyst interview -

  1. WHAT IS THE GC FULL NA...read more
  2. WHAT IS THE HP...read more
  3. FULL FORM THE L...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

PVR Inox Interview Questions
4.0
 • 169 Interviews
HT Media Interview Questions
3.3
 • 49 Interviews
Network 18 Interview Questions
3.5
 • 27 Interviews
Planetcast Interview Questions
3.9
 • 24 Interviews
Sun TV Network Interview Questions
3.6
 • 12 Interviews
Siti Networks Interview Questions
3.9
 • 11 Interviews
View all

Gracenote Analyst Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

2.0

Skill development

4.0

Work-life balance

2.0

Salary

4.0

Job security

4.0

Company culture

2.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
43 salaries
unlock blur

₹3 L/yr - ₹12.4 L/yr

Senior Software Engineer
37 salaries
unlock blur

₹6.8 L/yr - ₹29.1 L/yr

Editor
25 salaries
unlock blur

₹2.8 L/yr - ₹5.7 L/yr

Schedule Editor
23 salaries
unlock blur

₹2.9 L/yr - ₹4.9 L/yr

MIS Executive
22 salaries
unlock blur

₹2.9 L/yr - ₹4.4 L/yr

Explore more salaries
Compare Gracenote with

PVR Inox

4.0
Compare

HT Media

3.3
Compare

Zee Entertainment Enterprises

3.4
Compare

Siti Networks

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