Upload Button Icon Add office photos

Cinépolis

Compare button icon Compare button icon Compare

Filter interviews by

Cinépolis Desktop Support Engineer Interview Questions and Answers

Updated 6 Mar 2025

Cinépolis Desktop Support Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Sep 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Dhcp. Dns. Os. Bsod
  • Q2. What is ram and rom
  • Ans. 

    RAM is volatile memory for temporary data; ROM is non-volatile memory for permanent data storage.

    • RAM (Random Access Memory) is used for temporary data storage while a computer is running.

    • ROM (Read-Only Memory) stores firmware and system software that doesn't change.

    • Example of RAM: 8GB DDR4 RAM in a laptop for running applications.

    • Example of ROM: BIOS firmware stored in ROM chips on a motherboard.

  • Answered by AI

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Cinépolis?
Ask anonymously on communities.

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Basic LIS problem. Coded using Java. Asked to improve it using collections.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Explain current project and what you have handled
  • Q2. Longest substring problem

Interview Preparation Tips

Interview preparation tips for other job seekers - Cover Basic things and be confident.

Skills evaluated in this interview

Desktop Support Engineer Interview Questions Asked at Other Companies

asked in HCLTech
Q1. What is APIPA? WHAT IS SUBNETMASK? DIFFERENCE BETWEEB IPv4 and IP ... read more
asked in HCLTech
Q2. Diffrence between router and switch? Differnce between TCP AND UD ... read more
asked in HCLTech
Q3. What is outlook?, how to configure outlook?
Q4. 1) What is Difference between shared printer and network printer?
Q5. If the internet is not working, what troubleshooting options are ... read more

Software Engineer Interview Questions & Answers

DAZN user image Balkrushna Atmaram Jadhav

posted on 13 Nov 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

It was live online coding test

Interview Preparation Tips

Topics to prepare for DAZN Software Engineer interview:
  • Nodejs
Interview preparation tips for other job seekers - Prepare well

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
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Node.js event loop, streams, concurrency etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - In-depth Node.js questions were asked.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Project discussion
  • Q2. Hooks concept questions

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

Are these interview questions helpful?
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Oct 2024, where I was asked the following questions.

  • Q1. Company policy related
  • Q2. Troubleshooting

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join this bad company
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Python fundamentals
Round 2 - Technical 

(1 Question)

  • Q1. Coding related to dictionaries in python
Round 3 - HR 

(1 Question)

  • Q1. Regarding cultures and values
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
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 

Hackerrank with 2 string based questions

Round 3 - Technical 

(1 Question)

  • Q1. Technical interview with 2 engineers

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DS thoroughly

Cinépolis Interview FAQs

How many rounds are there in Cinépolis Desktop Support Engineer interview?
Cinépolis interview process usually has 1 rounds. The most common rounds in the Cinépolis interview process are Technical.
What are the top questions asked in Cinépolis Desktop Support Engineer interview?

Some of the top questions asked at the Cinépolis Desktop Support Engineer interview -

  1. What is ram and ...read more
  2. Dhcp. Dns. Os. B...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 2 interview experiences

Difficulty level

Easy 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

PVR Inox Interview Questions
3.9
 • 181 Interviews
Comcast Interview Questions
4.0
 • 76 Interviews
HT Media Interview Questions
3.2
 • 55 Interviews
DAZN Interview Questions
2.7
 • 35 Interviews
Network 18 Interview Questions
3.5
 • 28 Interviews
Planetcast Interview Questions
3.8
 • 26 Interviews
View all
Cinépolis Desktop Support Engineer Salary
based on 11 salaries
₹2.1 L/yr - ₹3.5 L/yr
5% more than the average Desktop Support Engineer Salary in India
View more details

Cinépolis Desktop Support Engineer Reviews and Ratings

based on 3 reviews

4.6/5

Rating in categories

4.0

Skill development

4.6

Work-life balance

3.5

Salary

4.6

Job security

4.6

Company culture

4.0

Promotions

4.6

Work satisfaction

Explore 3 Reviews and Ratings
Assistant Manager
223 salaries
unlock blur

₹3 L/yr - ₹7 L/yr

Assistant Manager Operations
167 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

IT Associate
166 salaries
unlock blur

₹1.8 L/yr - ₹4 L/yr

Associate
121 salaries
unlock blur

₹1 L/yr - ₹3.5 L/yr

Patron Delight Officer
98 salaries
unlock blur

₹2 L/yr - ₹3.2 L/yr

Explore more salaries
Compare Cinépolis with

PVR Inox

3.9
Compare

HT Media

3.2
Compare

Zee Entertainment Enterprises

3.5
Compare

The Times of India

3.7
Compare
write
Share an Interview