Upload Button Icon Add office photos

Filter interviews by

Image Infotainment Interview Questions and Answers

Updated 25 May 2024

Image Infotainment Interview Experiences

Popular Designations

2 interviews found

Associate Interview Questions & Answers

user image Anonymous

posted on 25 May 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Green Energy and it's adavantages

Round 2 - HR 

(1 Question)

  • Q1. Where do you see your self in 5 years

Associate Interview Questions asked at other Companies

Q1. What is mean of TTR & why required for powder coating process ?
View answer (17)

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

Interview Questionnaire 

1 Question

  • Q1. Technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident with your answers.
Learn everything what you learnt in your degree

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Intro -academic/professional
Round 2 - One-on-one 

(1 Question)

  • Q1. Experience/key responsibilities
Round 3 - One-on-one 

(1 Question)

  • Q1. Targets and achievements

I appeared for an interview in Nov 2020.

Round 1 - Coding Test 

(3 Questions)

Round duration - 60 minutes
Round difficulty - Easy

  • Q1. 

    Path Queries Problem Statement

    Consider a weighted, undirected graph with 'V' vertices numbered from 1 to 'V' and 'E' bidirectional edges. You are tasked with handling 'Q' queries. For each query, you are...

  • Ans. 

    Implement a function to find the shortest distance between two vertices in a weighted, undirected graph.

    • Use Dijkstra's algorithm to find the shortest path between the given vertices.

    • Create a graph data structure to represent the weighted, undirected graph.

    • Handle cases where no path exists between the given vertices by returning -1.

    • Optimize the algorithm to handle multiple queries efficiently.

    • Consider edge cases such as...

  • Answered by AI
  • Q2. 

    Merge Sort Algorithm Problem Statement

    Your task is to sort a sequence of numbers stored in the array ‘ARR’ in non-descending order using the Merge Sort algorithm.

    Explanation:

    Merge Sort is a divide-an...

  • Ans. 

    Implement Merge Sort algorithm to sort a sequence of numbers in non-descending order.

    • Divide the input array into two halves recursively

    • Sort the two halves separately

    • Merge the sorted halves to produce a fully sorted array

    • Time complexity of Merge Sort is O(n log n)

    • Example: Input - [5, 2, 9, 1, 5], Output - [1, 2, 5, 5, 9]

  • Answered by AI
  • Q3. 

    Rat in a Maze: All Paths Problem

    You are provided with an N * N maze where a rat is positioned at starting cell MAZE[0][0]. The goal is to determine and print all possible paths that the rat can take to r...

  • Ans. 

    Given an N * N maze with binary values, find and print all possible paths for a rat to reach the destination cell.

    • Use backtracking to explore all possible paths from the starting cell to the destination cell.

    • At each cell, check if it is a valid move (within bounds and not blocked), then recursively explore all four directions.

    • Keep track of the path taken so far and mark the cells accordingly.

    • Once the destination cell i...

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Dronacharya College of Engineering. I applied for the job as SDE - 1 in NoidaEligibility criteriaNo criteriaLido Learning interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic Programming etcTime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : Practice Atleast 250 Questions
Tip 2 : Do atleast 2 projects
 

Application resume tips for other job seekers

Tip 1 : Have some projects on resume.
Tip 2 : Do not put false things on resume.

Final outcome of the interviewRejected

Skills evaluated in this interview

Round 1 - One-on-one 

(2 Questions)

  • Q1. Question doesn't matter
  • Q2. Question doesn't really care
Round 2 - Aptitude Test 

Interview Preparation Tips

Interview preparation tips for other job seekers - I request you all never ever try to think to be a part of lido learning.. trust me it's a fraud company. All they want is money and they don't care about their employees. They have hire and fire policy. If lido would be last option for you never though of considering that.. just wait and search for better opportunity. Just have faith on urself you will get better in ur life without lido learning.
Interview experience
3
Average
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Not Selected

I applied via Company Website and was interviewed before Nov 2022. 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 Resume tips
Round 2 - Coding Test 

3 questions in 3 hr, topics were Dp, Strings, Tree

Round 3 - Aptitude Test 

1hr durations 40 questions, main topics were patterns, profit loss, work man , etc.

Round 4 - Technical 

(1 Question)

  • Q1. OOPS, JAVA, Mysql, general questsjons

Interview Preparation Tips

Topics to prepare for Internshala Software Engineer interview:
  • java
  • Android
  • DSA
  • OOPS
Interview preparation tips for other job seekers - Just prepare what you know and deep dive in it so that you can fully explain about them.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Naukri.com

Round 1 - Technical 

(2 Questions)

  • Q1. Introduce Yourself,Write a code to find repeative characters in a String
  • Ans. 

    I am a software engineering student with a passion for coding. Here is a code to find repetitive characters in a string.

    • Iterate through the characters in the string and store their occurrences in a HashMap.

    • Check the HashMap for characters with occurrences greater than 1 to find repetitive characters.

    • Return the repetitive characters as an array of strings.

  • Answered by AI
  • Q2. Hi this is my name and qualification and experience

I applied via Company Website and was interviewed in Nov 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Got offer letter directly through email based on previous performance
  • Q2. Not applicable

Interview Preparation Tips

Interview preparation tips for other job seekers - Follow the profile instruction and previous performance
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Fair

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 Resume tips
Round 2 - Aptitude Test 

Aptitude on clocks, calenders, boats and streams..

Round 3 - Aptitude Test 

Aptitude based on clocks, calendars, boats and streams..

Round 4 - Technical 

(2 Questions)

  • Q1. Asked about python, c, c++, html, css
  • Q2. Python basics, differences between them
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. How would you use your skill for sales

Interview Preparation Tips

Interview preparation tips for other job seekers - Do your best
Contribute & help others!
anonymous
You can choose to be anonymous

Image Infotainment Interview FAQs

How many rounds are there in Image Infotainment interview?
Image Infotainment interview process usually has 2 rounds. The most common rounds in the Image Infotainment interview process are Group Discussion and HR.
How to prepare for Image Infotainment 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 Image Infotainment. The most common topics and skills that interviewers at Image Infotainment expect are Content Development, Content Writing, Digital Communication, Photoshop and Sales.

Recently Viewed

SALARIES

HCL Healthcare

No Salaries

SALARIES

HCL Healthcare

No Salaries

REVIEWS

HCL Group

No Reviews

SALARIES

HCL Healthcare

REVIEWS

HCL Group

No Reviews

SALARIES

Physicswallah

SALARIES

Orion Edutech

No Salaries

SALARIES

HCL Healthcare

SALARIES

HCL Healthcare

SALARIES

Physicswallah

No Salaries

Tell us how to improve this page.

Image Infotainment Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Image Infotainment Reviews and Ratings

based on 53 reviews

3.4/5

Rating in categories

3.4

Skill development

3.7

Work-life balance

3.1

Salary

3.2

Job security

2.8

Company culture

2.8

Promotions

3.4

Work satisfaction

Explore 53 Reviews and Ratings
Graphic Designer
11 salaries
unlock blur

₹1.5 L/yr - ₹4 L/yr

ART Teacher
6 salaries
unlock blur

₹3.3 L/yr - ₹4.2 L/yr

Game Developer
6 salaries
unlock blur

₹3.5 L/yr - ₹4 L/yr

Program Coordinator
5 salaries
unlock blur

₹3.3 L/yr - ₹3.8 L/yr

Teacher
5 salaries
unlock blur

₹2.5 L/yr - ₹2.5 L/yr

Explore more salaries
Compare Image Infotainment with

Arena Animation

3.7
Compare

Maya Academy of Advanced Cinematics

3.5
Compare

Zee Institute of Creative Arts

3.3
Compare

Frameboxx Animation & Visual Effects

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