Upload Button Icon Add office photos

Filter interviews by

Skandha Media Services Interview Questions and Answers

Updated 2 Nov 2023

Skandha Media Services Interview Experiences

1 interview found

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

I applied via Walk-in and was interviewed before Nov 2022. 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 - HR 

(2 Questions)

  • Q1. Introduction, basic computer questions
  • Q2. Same as first interview
Round 3 - HR 

(2 Questions)

  • Q1. Introduction,basic questions by computer
  • Q2. Introduction, basic knowledge of computer

Operations Executive Interview Questions asked at other Companies

Q1. What is the electric current? How is works ?
View answer (29)

Interview questions from similar companies

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

(5 Questions)

  • Q1. TDS related questions
  • Q2. Expenses related questions
  • Q3. Cash management
  • Q4. Inventory Management
  • Q5. SAP related purchase order
Interview experience
3
Average
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is an LVM
  • Ans. 

    LVM stands for Logical Volume Manager, a tool used in Linux systems to manage disk space by creating logical volumes from physical volumes.

    • LVM allows for dynamic resizing of logical volumes without needing to unmount the filesystem

    • It provides features like striping, mirroring, and snapshots for data management

    • Common LVM commands include pvcreate, vgcreate, lvcreate, lvextend, lvreduce

    • Example: Creating a new logical vol...

  • Answered by AI
  • Q2. How to check the open ports
  • Ans. 

    To check open ports, use tools like netstat, nmap, or telnet

    • Use netstat command to display all open ports on a system

    • Use nmap tool to scan for open ports on a remote system

    • Use telnet command to check if a specific port is open on a remote host

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is a file storage and block storage
  • Ans. 

    File storage stores data in files and folders, while block storage stores data in blocks or chunks.

    • File storage organizes data in a hierarchical structure of files and folders, similar to a traditional file system.

    • Block storage breaks data into blocks or chunks and stores them in a raw format without any file system structure.

    • File storage is commonly used for storing documents, images, videos, etc., while block storage...

  • Answered by AI
  • Q2. How do you troubleshoot a server
  • Ans. 

    To troubleshoot a server, start by checking for hardware issues, then move on to software problems and network connectivity.

    • Check hardware components such as power supply, CPU, RAM, and storage devices for any issues or failures.

    • Review system logs and error messages to identify any software-related issues or conflicts.

    • Verify network connectivity by checking cables, switches, routers, and firewall settings.

    • Use diagnosti...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There will be 3 -4 rounds of interviews.
It would be best if you prepared from the basics to the advanced level of the topic.
1st round will be an online test, the next rounds will be face-to-face(both video and in-person)
You have to tick all the boxes, for every skill they are looking. Even if you miss one skill or topic you will be gone.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

SHL platform, choose the best answer form cse concept,apti,

Round 2 - Technical 

(1 Question)

  • Q1. Face to face in college campus
Round 3 - HR 

(1 Question)

  • Q1. It only for clearing the technical round
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. HTML5 CSS3 Basics and Advanced
  • Q2. Javascript Basics and Advanced
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. RO basic questions Wiring Installation Electrical consumption unit Hvac
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Find 3rd transaction of user from uber cab dataset
  • Ans. 

    To find the 3rd transaction of a user from the Uber cab dataset.

    • Identify the user's transactions in the dataset

    • Sort the transactions by date/time

    • Select the 3rd transaction of the user

  • Answered by AI
  • Q2. Find last quarter ordered product from logistics dataset
  • Ans. 

    To find the last quarter ordered product from logistics dataset.

    • Identify the date range for the last quarter

    • Filter the dataset for orders within that date range

    • Identify the product ordered in the last quarter

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Asked more question involved with cte, window function, subqueries
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself
Round 2 - One-on-one 

(1 Question)

  • Q1. Explain how power bi works

Frontend Developer I Interview Questions & Answers

Viacom18 Media user image Anonymous

posted on 23 Aug 2024

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

I applied via LinkedIn and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Merge 2 sorted Arrays
  • Ans. 

    Merging two sorted arrays into a single sorted array

    • Create a new array to store the merged result

    • Use two pointers to iterate through both arrays and compare elements

    • Add the smaller element to the new array and move the pointer for that array

  • Answered by AI
  • Q2. Write polyfill for getElementById
  • Ans. 

    Polyfill for getElementById function in JavaScript

    • Create a function named getElementById

    • Check if the function already exists, if not, create it

    • Use document.querySelector to select the element by ID

    • Return the selected element

  • Answered by AI
  • Q3. What are the new features in React 18 ? Optimisation techinques in React ? Concurrency in React ?
  • Ans. 

    React 18 introduces new features like automatic batching, start transition, and streaming server renderer. It also focuses on performance optimizations and concurrent rendering.

    • New features in React 18 include automatic batching, start transition, and streaming server renderer.

    • Optimization techniques in React 18 involve concurrent rendering, improved scheduling, and reduced re-renders.

    • Concurrency in React 18 allows for...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. HLD round to develop Autocomplete feature End to End with API contracts and architecture.
  • Q2. Remove duplicate characters from a sentence
  • Ans. 

    Remove duplicate characters from a sentence

    • Create an empty array to store unique characters

    • Iterate through each character in the sentence

    • Check if the character is already in the array, if not add it

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare High Level Design rounds and ask what the interviewer actually wants

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Aug 2024. There were 4 interview rounds.

Round 1 - Assignment 

Two articles were given to edit and fact check

Round 2 - Assignment 

More detailed and complex editing test

Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    Experienced content editor with a passion for storytelling and a keen eye for detail.

    • Over 5 years of experience in editing and proofreading content for various platforms

    • Strong writing skills with a focus on grammar, style, and tone

    • Proficient in using editing tools such as Grammarly and Hemingway

    • Ability to work under tight deadlines and collaborate with writers and designers

    • Passionate about creating engaging and informa

  • Answered by AI
  • Q2. What is your expected CTC?
  • Ans. 

    My expected CTC is negotiable based on the role, responsibilities, and benefits offered.

    • My expected CTC is based on industry standards and my experience level.

    • I am open to discussing the salary range during the interview process.

    • I am looking for a competitive salary package that aligns with my skills and contributions.

    • I am also considering other benefits such as healthcare, retirement plans, and professional developmen

  • Answered by AI
Round 4 - One-on-one 

(2 Questions)

  • Q1. Why do you find yourself ideal for this position?
  • Ans. 

    I have a strong background in editing and a passion for creating engaging content.

    • I have a degree in English Literature with a focus on editing and writing.

    • I have worked as a content editor for the past 3 years, where I successfully managed multiple projects and improved content quality.

    • I have a keen eye for detail and a creative approach to content creation.

    • I am proficient in using editing tools and staying updated on...

  • Answered by AI
  • Q2. Describe an event where you had to handle a difficult situation as a leader and how you resolved it.
  • Ans. 

    Handled a conflict between team members by facilitating open communication and finding a compromise.

    • Identified the root cause of the conflict

    • Encouraged open and honest communication between the team members

    • Facilitated a discussion to find a compromise that satisfied both parties

    • Implemented a plan to prevent similar conflicts in the future

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be adequately prepared with American sports background

Skandha Media Services Interview FAQs

How many rounds are there in Skandha Media Services interview?
Skandha Media Services interview process usually has 3 rounds. The most common rounds in the Skandha Media Services interview process are HR and Resume Shortlist.
How to prepare for Skandha Media Services 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 Skandha Media Services. The most common topics and skills that interviewers at Skandha Media Services expect are C#, AWS, DTH, IPTV and WCF.
What are the top questions asked in Skandha Media Services interview?

Some of the top questions asked at the Skandha Media Services interview -

  1. Introduction, basic knowledge of compu...read more
  2. Introduction, basic computer questi...read more
  3. Introduction,basic questions by compu...read more

Tell us how to improve this page.

Skandha Media Services Interview Process

based on 3 interviews

Interview experience

3.7
  
Good
View more

Interview Questions from Similar Companies

Network 18 Interview Questions
3.5
 • 25 Interviews
Sun TV Network Interview Questions
3.5
 • 12 Interviews
Prime Focus Interview Questions
3.7
 • 1 Interview
View all

Skandha Media Services Reviews and Ratings

based on 17 reviews

3.8/5

Rating in categories

3.8

Skill development

3.4

Work-life balance

3.7

Salary

3.1

Job security

3.5

Company culture

3.0

Promotions

3.4

Work satisfaction

Explore 17 Reviews and Ratings
Software Developer
6 salaries
unlock blur

₹2 L/yr - ₹3.5 L/yr

Digital Operations Executive
6 salaries
unlock blur

₹1.5 L/yr - ₹3 L/yr

Digital Operator
6 salaries
unlock blur

₹1.8 L/yr - ₹4 L/yr

Video Engineer
5 salaries
unlock blur

₹2.6 L/yr - ₹6.5 L/yr

Broadcast Engineer
4 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Explore more salaries
Compare Skandha Media Services with

Prime Focus

3.8
Compare

Reliance Big Entertainment

3.1
Compare

Zee Entertainment Enterprises

3.5
Compare

Eros International Media

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