Upload Button Icon Add office photos

Filter interviews by

DNEG CREATIVE SERVICES IT Analyst Interview Questions and Answers

Updated 8 Jul 2024

DNEG CREATIVE SERVICES IT Analyst Interview Experiences

1 interview found

IT Analyst Interview Questions & Answers

user image Anonymous

posted on 8 Jul 2024

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Why do you want to leave ?
  • Ans. 

    Seeking new challenges and growth opportunities in a different environment.

    • Looking for new challenges and opportunities for growth

    • Interested in exploring different technologies and industries

    • Seeking a more collaborative work environment

    • Want to broaden my skill set and knowledge base

  • Answered by AI
  • Q2. Are u comfortable working multiple shifts ?
Round 2 - Technical 

(2 Questions)

  • Q1. What do u know about hardware
  • Ans. 

    Hardware refers to the physical components of a computer system, such as the motherboard, CPU, memory, and storage devices.

    • Hardware includes components like CPU, RAM, motherboard, graphics card, and storage devices.

    • It is essential for the functioning of a computer system.

    • Hardware can be upgraded or replaced to improve performance.

    • Examples of hardware include Intel Core i7 processor, NVIDIA GeForce RTX 3080 graphics car

  • Answered by AI
  • Q2. What do u know about software
  • Ans. 

    Software is a set of instructions that tell a computer how to perform specific tasks or functions.

    • Software can be categorized into system software (e.g. operating systems) and application software (e.g. Microsoft Office)

    • Software can be open-source (e.g. Linux) or proprietary (e.g. Adobe Photoshop)

    • Software development involves coding, testing, and debugging to create functional programs

    • Software can be installed on compu...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Na

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Swap two numbers without using temp variable
  • Ans. 

    Swap two numbers without using a temp variable

    • Use arithmetic operations like addition and subtraction to swap the numbers

    • Example: a = 5, b = 10. a = a + b (a = 15), b = a - b (b = 5), a = a - b (a = 10)

    • Another example: a = 3, b = 7. a = a + b (a = 10), b = a - b (b = 3), a = a - b (a = 7)

  • Answered by AI
  • Q2. What is waterfall model
  • Ans. 

    Waterfall model is a linear sequential software development process.

    • It follows a step-by-step approach where progress flows in one direction, like a waterfall.

    • Each phase must be completed before moving on to the next phase.

    • Examples of phases in waterfall model: requirements, design, implementation, testing, deployment.

  • Answered by AI
  • Q3. Explain about gradient descent algorithm
  • Ans. 

    Gradient descent is an optimization algorithm used to minimize a function by iteratively moving towards the direction of steepest descent.

    • Gradient descent is commonly used in machine learning to optimize the parameters of a model by minimizing the cost function.

    • It works by calculating the gradient of the cost function with respect to each parameter and updating the parameters in the opposite direction of the gradient.

    • T...

  • Answered by AI

Skills evaluated in this interview

I applied via LinkedIn and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Javascript questions

Interview Preparation Tips

Interview preparation tips for other job seekers - It was great experience. first round was technical assesment and one technical interview.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. Explaining oops
  • Ans. 

    OOPs (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPs focuses on creating objects that interact with each other to solve complex problems

    • Key principles of OOPs include encapsulation, inheritance, and polymorphism

    • Encapsulation allows objects to hide their internal state and require all interaction to be performed through an object's methods

    • Inhe...

  • Answered by AI
  • Q2. What design pattern you used
  • Ans. 

    I have used the Singleton design pattern in my previous projects.

    • Used to ensure a class has only one instance and provides a global point of access to it

    • Helps in managing global resources efficiently

    • Example: Database connection manager in a web application

  • Answered by AI
  • Q3. What is primary key
  • Ans. 

    Primary key is a unique identifier for each record in a database table.

    • Primary key ensures each record in a table is unique

    • It can be a single column or a combination of columns

    • Primary key values cannot be NULL

    • Example: 'ID' column in a 'Users' table

  • Answered by AI
  • Q4. What is foreign key
  • Ans. 

    Foreign key is a field in a database table that links to a primary key in another table.

    • Foreign key ensures referential integrity between related tables

    • It helps maintain relationships between tables

    • Foreign key constraints can be used to enforce data integrity

  • Answered by AI
  • Q5. What is unique key
  • Ans. 

    A unique key is a field or combination of fields in a database table that uniquely identifies each record in the table.

    • A unique key ensures that no two records in a table have the same values for the specified key fields.

    • It can be a single field or a combination of multiple fields.

    • Unique keys are used to enforce data integrity and prevent duplicate records.

    • Examples: Primary key, Unique constraint

  • Answered by AI
  • Q6. Different types of dbs
  • Ans. 

    Different types of databases include relational, NoSQL, graph, and document databases.

    • Relational databases store data in tables with rows and columns (e.g. MySQL, PostgreSQL)

    • NoSQL databases are non-relational and can handle unstructured data (e.g. MongoDB, Cassandra)

    • Graph databases use graph structures for semantic queries (e.g. Neo4j, Amazon Neptune)

    • Document databases store data in documents (e.g. Couchbase, Firebase)

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics, for first be strong in basics all topics.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Microcontroller architecture Arm, Tms320
  • Q2. Embedded C, Coding standards
Round 2 - Technical 

(2 Questions)

  • Q1. RTOS, State machine
  • Q2. Peripherals like DMA, ADC, DAC
Round 3 - One-on-one 

(2 Questions)

  • Q1. You willing to relocate to Pune
  • Q2. They ask you about family background

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on. your resume.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I applied via Naukri.com and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Embedded Linux internal
  • Q2. Process and thread difference
  • Ans. 

    Processes are independent entities while threads are lightweight sub-processes within a process.

    • Processes have their own memory space while threads share the same memory space within a process.

    • Processes are heavyweight in terms of resources while threads are lightweight.

    • Processes communicate with each other through inter-process communication mechanisms like pipes or sockets, while threads can communicate directly thro...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Cpp concepts coding question
Round 3 - Technical 

(1 Question)

  • Q1. This was manager round, mainly on the projects I have worked before

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well on the projects which you have worked previously
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Its about your project mentioned in your CV
  • Q2. System level questions, req Analysis
Round 2 - Technical 

(1 Question)

  • Q1. System level questions
Round 3 - HR 

(1 Question)

  • Q1. Salary ,relocation

I applied via Approached by Company and was interviewed before Jun 2021. 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 tips
Round 2 - Technical 

(1 Question)

  • Q1. Questioning skills in relevant technology
Round 3 - Behavioral 

(1 Question)

  • Q1. Project related questions
Round 4 - HR 

(1 Question)

  • Q1. Process and employee nature

Interview Preparation Tips

Interview preparation tips for other job seekers - Be upto date in skill set related to your technology. Your experience speaks.

I applied via Recruitment Consulltant and was interviewed before Jul 2021. There were 5 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 

(1 Question)

  • Q1. Not remember it was 5Years ago
Round 3 - One-on-one 

(1 Question)

  • Q1. Not remember it was 5 year ago
Round 4 - Group Discussion 

Not remember more than 5 year ago

Round 5 - Aptitude Test 

Not remember it was 5 year ago

Interview Preparation Tips

Topics to prepare for FUJIFILM Assistant Manager interview:
  • Buttering
Interview preparation tips for other job seekers - Fujifilm India is worst MNC if you want revenge and destroy anybody's career suggest the Job in supply chain department.

DNEG CREATIVE SERVICES Interview FAQs

How many rounds are there in DNEG CREATIVE SERVICES IT Analyst interview?
DNEG CREATIVE SERVICES interview process usually has 2 rounds. The most common rounds in the DNEG CREATIVE SERVICES interview process are HR and Technical.
What are the top questions asked in DNEG CREATIVE SERVICES IT Analyst interview?

Some of the top questions asked at the DNEG CREATIVE SERVICES IT Analyst interview -

  1. what do u know about hardw...read more
  2. What do u know about softw...read more

Tell us how to improve this page.

DNEG CREATIVE SERVICES IT Analyst Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

Tata Elxsi Interview Questions
3.9
 • 296 Interviews
Technicolor Interview Questions
3.9
 • 21 Interviews
FUJIFILM Interview Questions
4.0
 • 12 Interviews
Animaker Inc Interview Questions
3.5
 • 8 Interviews
InVideo Interview Questions
3.6
 • 6 Interviews
View all
Production Coordinator
48 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Roto Artist
31 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Compositor
19 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

VFX Artist
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

VFX Compositor
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare DNEG CREATIVE SERVICES with

Prime Focus

3.8
Compare

Technicolor

3.7
Compare

Moving Picture Company

4.0
Compare

Redchillies vfx

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