Upload Button Icon Add office photos

Filter interviews by

DNEG India Media Services Software Engineer Interview Questions and Answers

Updated 22 Feb 2024

DNEG India Media Services Software Engineer Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Assignment 

Code a basic question and dockerize the code with instructions to run it.

Round 2 - HR 

(1 Question)

  • Q1. Salary Expectations

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. What is the difference between normal and arrow functions
  • Ans. 

    Arrow functions are more concise and have a lexical 'this' binding compared to normal functions.

    • Arrow functions do not have their own 'this' keyword, they inherit it from the parent scope.

    • Arrow functions do not have their own 'arguments' object.

    • Arrow functions cannot be used as constructors with 'new'.

    • Arrow functions are more concise and have implicit return when no curly braces are used.

  • Answered by AI
  • Q2. All basic JS Questions to cover Hoisting closure
  • Q3. They asked to show me an example using the API call
  • Q4. Difference between forEach and Map
  • Ans. 

    forEach is used to iterate over an array and perform a function on each element, while map creates a new array by applying a function to each element.

    • forEach does not return a new array, while map does

    • forEach does not modify the original array, while map creates a new array

    • forEach is used for side effects, while map is used for transformation

    • Example: forEach - array.forEach(item => console.log(item)), map - const newAr

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Cover JS basics

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What fifo? diff btwn fifo and lifo
  • Ans. 

    FIFO stands for First In, First Out. LIFO stands for Last In, First Out.

    • FIFO is a method for organizing and manipulating a data buffer, where the first element added is the first to be removed.

    • LIFO is a method where the last element added is the first to be removed.

    • FIFO is like a queue, while LIFO is like a stack.

    • Example: In a FIFO queue, if elements A, B, and C are added in that order, they will be removed in the same...

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Feb 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. I was shortlisted for .Net Developer role. 1) Tell me about yourself. Your current company work and role. 2) What are OOPS concept? 3) Difference between interface - abstract and abstraction - encapsulatio...
Round 2 - Behavioral 

(1 Question)

  • Q1. 1) Tell me about yourself. Your current company work and role. 2) Tell me about your family background - Place, parents occupation, brother/sister role, etc. 3) What methodology used to be followed in your...
Round 3 - HR 

(5 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Share details of your previous job.
  • Q4. Why are you looking for a change?
  • Q5. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for CitiusTech Software Engineer interview:
  • OOPS
  • SQL - Joins
  • Dependency Injection
  • Interface Abstract
  • Abstraction and Encapsulation
  • Authentication
  • Autherization
Interview preparation tips for other job seekers - Regarding .Net Developer: Have very good understanding of OOPS concept with proper example. Have good knowledge of SQL (Advance level is commendable: Such as Linked Server, ODBC, Triggers, OpenQuery, etc.).
Must have a knowledge regarding connecting the application with database - Both approach (Code First approach and Database First Approach), Dependency Injection, and Architecture (MVC or 3 tier - As per your experience).

Have a sound communicative. Rest of is "Best of Luck".

I applied via Walk-in and was interviewed before Nov 2021. There were 3 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 - Coding Test 

Basic c programing and data strucure

Round 3 - Technical 

(2 Questions)

  • Q1. Basic Technical questions
  • Q2. Recursion and Tree related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good listner, prepare good programig langage like c and data structure. Make sure you know about basic and comman question about tree and linklist.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Referral and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions related to Java, AWS, Microservices
  • Q2. Program to find 2 biggest number in array
  • Ans. 

    Program to find 2 biggest numbers in array of strings

    • Iterate through the array and convert each element to integer

    • Keep track of the two biggest numbers found so far

    • Return the two biggest numbers at the end

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Java related questions
  • Q2. Design patterns

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on the core java skills and skills mentioned in resume

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

In Mu Sigma APT round is divided into 3 sections Quant, Logical and verbal

I applied via Referral and was interviewed in Aug 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basics of java, stream api's, spring boot questions , questions on angular pipes,find anagram string based simple coding question
Round 2 - Behavioral 

(1 Question)

  • Q1. How would you scale up your application ?,if it fails on one instances how would you know where did it fail, explain has a relationship with real world example and write a code in java representative of th...
  • Ans. 

    To scale up application, use load balancers and monitor logs to identify failures.

    • Use load balancers to distribute traffic across multiple instances

    • Monitor logs to identify where the failure occurred

    • Implement fault tolerance and redundancy to prevent future failures

    • Use auto-scaling to automatically add or remove instances based on traffic

    • Real-world example: Amazon Web Services (AWS) uses load balancers and auto-scaling...

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Share details of your previous job.

Interview Preparation Tips

Interview preparation tips for other job seekers - Relax, do your preparation and have confidence.
These interviews are not that difficult.
Keep your basics clear.
Tip : prepare how to calculate salary of emp be it first last or nth ?

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Sql based questions, oops concepts, project related questions
  • Q2. Recursion, Python, MVC, AWS services

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare the basics really well like oops, mvc concepts, sql and brush up and be clear in explaining your personal or previous company's project.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Prepare well on coding n programming

Round 2 - Group Discussion 

Topic will be give should talk for a min

DNEG India Media Services Interview FAQs

How many rounds are there in DNEG India Media Services Software Engineer interview?
DNEG India Media Services interview process usually has 2 rounds. The most common rounds in the DNEG India Media Services interview process are Assignment and HR.

Tell us how to improve this page.

DNEG India Media Services Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Tata Elxsi Interview Questions
3.9
 • 294 Interviews
Technicolor Interview Questions
4.0
 • 21 Interviews
FUJIFILM Interview Questions
4.0
 • 12 Interviews
Animaker Inc Interview Questions
3.5
 • 8 Interviews
InVideo Interview Questions
3.2
 • 6 Interviews
Alamy Images Interview Questions
3.6
 • 4 Interviews
View all
Assistant Manager- HR
11 salaries
unlock blur

₹4.5 L/yr - ₹9.9 L/yr

Compositor
8 salaries
unlock blur

₹6 L/yr - ₹15.1 L/yr

Tech Support
7 salaries
unlock blur

₹4 L/yr - ₹5.5 L/yr

Senior Manager-HR
7 salaries
unlock blur

₹11 L/yr - ₹18.8 L/yr

Manager
6 salaries
unlock blur

₹6 L/yr - ₹7.6 L/yr

Explore more salaries
Compare DNEG India Media Services with

Prime Focus

3.8
Compare

Technicolor

4.0
Compare

Redchillies vfx

3.9
Compare

Moving Picture Company

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