Upload Button Icon Add office photos

Filter interviews by

Perfect Digital Media Resources Data Analyst Interview Questions and Answers

Updated 18 Nov 2023

Perfect Digital Media Resources Data Analyst Interview Experiences

1 interview found

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 15 Nov 2023

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 

(1 Question)

  • Q1. Conduct technical assessment based on the subject matter
Round 3 - HR 

(1 Question)

  • Q1. Self Introduction
  • Ans. Say your name, family group, then last career. Educational qualification and small description of your interest
  • Answered Anonymously
Round 4 - HR 

(2 Questions)

  • Q1. Technical Round Asking chemistry based questions
  • Q2. Subject relevant
Round 5 - HR 

(2 Questions)

  • Q1. Research ethics
  • Q2. Explaining about data policy, completeness, consistency and research ethics
Round 6 - Client Interview 

(2 Questions)

  • Q1. Chemistry based questions
  • Q2. Fundamentals question asked by HR

Interview Preparation Tips

Interview preparation tips for other job seekers - Make your resume neat look, concise, and informative

Data Analyst Jobs at Perfect Digital Media Resources

View all

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Some information there given and asked my experience
  • Q2. After if we attended that exam or interviews how will we know that?

Interview Preparation Tips

Interview preparation tips for other job seekers - There talking nicely I great experience and good opportunity
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Questions on Power BI and SQL
Round 2 - HR 

(1 Question)

  • Q1. Overall package discussion

Interview Questionnaire 

1 Question

  • Q1. Your hobbies
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Aptitude and coding questions both were included

Round 2 - Technical 

(3 Questions)

  • Q1. Patterns ans series questions were asked
  • Q2. Data types in Javascript
  • Ans. 

    Javascript has various data types including string, number, boolean, object, array, null, and undefined.

    • Data types in Javascript include string, number, boolean, object, array, null, and undefined.

    • Strings are sequences of characters enclosed in quotes.

    • Numbers can be integers or floating-point numbers.

    • Booleans represent true or false values.

    • Objects are collections of key-value pairs.

    • Arrays are ordered collections of val...

  • Answered by AI
  • Q3. Difference between let and var
  • Ans. 

    let is block scoped while var is function scoped in JavaScript.

    • let was introduced in ES6 while var has been around since the beginning of JavaScript.

    • Variables declared with let are only accessible within the block they are declared in.

    • Variables declared with var are accessible throughout the function they are declared in.

    • Using let can help prevent variable hoisting issues.

    • let is preferred over var for variable declarat

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. How to avoid MPS Limited?
  • Ans. 

    To avoid MPS Limited, focus on building a strong skill set and network in the data science field.

    • Develop expertise in data analysis, machine learning, and programming languages like Python and R.

    • Stay updated on the latest trends and technologies in data science.

    • Build a strong professional network through attending conferences, workshops, and networking events.

    • Consider working for companies or organizations that are not...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer thinks he is the god. He thinks like whoever he interviews is a slave to him. I was asked in a rude manner about my salary expectation in technical round. Asking my worth to ask for such package. Was asked to justify. I think he is not worthy enough to work in that company. I was happy that i did not go ahead with that company. Because I could image the work culture, bossy nature and politics prevailing out there. The interview name is Saai Murugan Purushothaman. MPS Limited, kindly modulate or teach your colleagues to talk and behave properly to the prospective candidates. If your company is not able to afford a specific candidate, kindly reject in the screening stage itself.

I applied via Naukri.com and was interviewed before Nov 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic .net concepts like oops concept, mvc architecture, mvc filters, we api basics.
Round 2 - Technical 

(1 Question)

  • Q1. Need to share the understandings based on the technology concept

Interview Preparation Tips

Interview preparation tips for other job seekers - Attend the interview with confident and you will crack the interview
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Aug 2022.

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. Basic oops concepts with small programs like how to implement interface like that.
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion and basic details are discussed
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. What is closure
  • Ans. 

    A closure is a function that has access to its own scope, the scope in which it was defined, and the global scope.

    • A closure is created when a function is defined inside another function.

    • The inner function has access to the variables and parameters of the outer function, even after the outer function has finished executing.

    • Closures are useful for creating private variables and functions in JavaScript.

    • They can also be us...

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

    Encapsulation is the process of hiding internal details and providing a public interface for accessing and manipulating data.

    • Encapsulation bundles data and methods together into a single unit.

    • It helps in achieving data abstraction and data hiding.

    • By encapsulating data, we can control access to it and prevent unauthorized modifications.

    • Encapsulation promotes code reusability and maintainability.

    • Example: A class in objec...

  • Answered by AI
  • Q3. What is Inheritance
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Inheritance allows for code reuse and promotes the concept of hierarchy.

    • The class that is being inherited from is called the superclass or base class.

    • The class that inherits from the superclass is called the subclass or derived class.

    • The subclass can access the public and protected members of the s...

  • Answered by AI
  • Q4. What is Abstraction
  • Ans. 

    Abstraction is the process of simplifying complex systems by focusing on essential details.

    • Abstraction involves hiding unnecessary details and exposing only relevant information.

    • It allows developers to create models or representations that capture the essential aspects of a system.

    • Abstraction helps in managing complexity, improving code reusability, and enhancing maintainability.

    • For example, in object-oriented programm...

  • Answered by AI
  • Q5. What is Polymorphism
  • Ans. 

    Polymorphism is the ability of an object to take on many forms. It allows objects of different classes to be treated as the same type.

    • Polymorphism is a fundamental concept in object-oriented programming.

    • It enables code reusability and flexibility.

    • Polymorphism can be achieved through method overriding and method overloading.

    • Example: A parent class Animal can have multiple child classes like Dog, Cat, and Bird. They can ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. C#,Mvc core,SQL server,vue js,
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion

Perfect Digital Media Resources Interview FAQs

How many rounds are there in Perfect Digital Media Resources Data Analyst interview?
Perfect Digital Media Resources interview process usually has 6 rounds. The most common rounds in the Perfect Digital Media Resources interview process are HR, Resume Shortlist and Technical.
How to prepare for Perfect Digital Media Resources Data 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 Perfect Digital Media Resources. The most common topics and skills that interviewers at Perfect Digital Media Resources expect are Data Analysis, Organic Chemistry, E - publishing, Chemistry and Communication Skills.
What are the top questions asked in Perfect Digital Media Resources Data Analyst interview?

Some of the top questions asked at the Perfect Digital Media Resources Data Analyst interview -

  1. Conduct technical assessment based on the subject mat...read more
  2. Explaining about data policy, completeness, consistency and research eth...read more
  3. Technical Round Asking chemistry based questi...read more

Tell us how to improve this page.

Perfect Digital Media Resources Data Analyst Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Aptara Interview Questions
3.3
 • 62 Interviews
MPS Limited Interview Questions
3.6
 • 23 Interviews
Hurix Systems Interview Questions
3.7
 • 18 Interviews
Content Whale Interview Questions
3.7
 • 13 Interviews
QBS Learning Interview Questions
2.7
 • 5 Interviews
White Globe Interview Questions
2.7
 • 4 Interviews
MediaMonks Interview Questions
3.6
 • 3 Interviews
View all

Perfect Digital Media Resources Data Analyst Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Software Developer
7 salaries
unlock blur

₹2.6 L/yr - ₹4 L/yr

Graphic Designer
7 salaries
unlock blur

₹1.8 L/yr - ₹4 L/yr

Language Editor
7 salaries
unlock blur

₹1.2 L/yr - ₹5.3 L/yr

Technical Editor
5 salaries
unlock blur

₹2.2 L/yr - ₹3 L/yr

Automation Test Engineer
5 salaries
unlock blur

₹3.1 L/yr - ₹3.2 L/yr

Explore more salaries
Compare Perfect Digital Media Resources with

Aptara

3.3
Compare

MPS Limited

3.6
Compare

Lionbridge Technologies

3.7
Compare

Crimson Interactive

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