Upload Button Icon Add office photos

Filter interviews by

Musikaar Senior System Administrator Interview Questions, Process, and Tips for Experienced

Updated 13 Oct 2023

Musikaar Senior System Administrator Interview Experiences for Experienced

1 interview found

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

Interview Questionnaire 

4 Questions

  • Q1. What NPS service and how to integrate with network authentication with network device
  • Ans. 

    The NPS service is a network policy server used for network authentication. It can be integrated with network devices using RADIUS protocol.

    • Set up NPS server with network policies for authentication

    • Configure network devices to use RADIUS server for authentication

    • Ensure proper communication between NPS server and network devices

    • Test authentication process to ensure it is working correctly

  • Answered by AI
  • Q2. What is difference between clone and template in VMware
  • Ans. 

    A clone is an exact copy of a virtual machine while a template is a pre-configured virtual machine that can be used to create clones.

    • Clones are independent copies of a virtual machine, while templates are pre-configured virtual machines used for creating clones

    • Clones retain the same configuration and settings as the original virtual machine, while templates are used as a baseline for creating new virtual machines

    • Clones...

  • Answered by AI
  • Q3. Where store postfix configuration file
  • Ans. 

    Postfix configuration file is typically stored in /etc/postfix/

    • Postfix configuration file is usually located in /etc/postfix/

    • Main configuration file is usually named 'main.cf'

    • Additional configuration files may be stored in the same directory

  • Answered by AI
  • Q4. How to setup password less authentication in between two or more Linux server
  • Ans. 

    Set up passwordless authentication between Linux servers using SSH keys

    • Generate SSH key pair on the source server using ssh-keygen command

    • Copy the public key to the destination server's authorized_keys file

    • Ensure correct permissions on .ssh directory and authorized_keys file (700 and 600 respectively)

    • Test the passwordless authentication by SSHing from source to destination server

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Musikaar Senior System Administrator interview:
  • VMware
  • Active Directory
  • Azure
  • Database
  • Scripting
  • AWS
  • Network fundamental
Interview preparation tips for other job seekers - Muat be prepared yourself for interview before the final round, and give interview with confidant

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Oct 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. About linux Networking Vmware
Round 2 - One-on-one 

(1 Question)

  • Q1. Linux Application Network

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company for freshers

Assistant Manager Interview Questions & Answers

Saregama India user image Neelesh Kumar Agnihotri

posted on 9 Sep 2022

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

Round 1 - HR 

(3 Questions)

  • Q1. Tell me about your self
  • Q2. Tell me about your last company experience
  • Q3. Why you are quit your current company
Round 2 - Technical 

(4 Questions)

  • Q1. Tell me about your self
  • Q2. Tell me about your current company tern over
  • Q3. Tell me about your current roal
  • Q4. Tell me about your market size
  • Ans. 

    Our market size is quite large, covering multiple regions and demographics.

    • Our market includes both urban and rural areas

    • We cater to a wide range of age groups and income levels

    • Our products/services are available in multiple countries

    • We have a significant market share in our industry

    • Our market size is constantly expanding due to our growth strategy

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Normally question’s asked by panel

Interview Preparation Tips

Interview preparation tips for other job seekers - Bee confident panel was good preparation should be accordingly market
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Tell me about experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well with your previous experienc questions

I applied via Internshala and was interviewed in Dec 2021. There were 3 interview rounds.

Round 1 - Coding Test 

They mostly ask some basic dsa questions in the automated interview

Round 2 - Technical 

(1 Question)

  • Q1. The interviewer was very friendly and ask me some basic of react js and some basic of how internet works
Round 3 - HR 

(1 Question)

  • Q1. Was very easy they ask me really basic ye questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good with the tech stack and some basic of dsa
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jun 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 tips
Round 2 - Automated bot interview 

(1 Question)

  • Q1. Just basic questions about you and why you want to join This organisation
Round 3 - Automated bot interview 

(1 Question)

  • Q1. Nothing big, simple array related questions,
Round 4 - One-on-one 

(1 Question)

  • Q1. Just showcase your college/personal projects and random array questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing great about company,lot of internal politics will be there, forgot about your position,they won't even treat you as a human,If you a fresher try to avoid this organization at any cost .
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via eLitmus and was interviewed before Sep 2022. There were 4 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 - Coding Test 

General coding test includes basic DSA, understanding of FE, BE, DB, etc.,

Round 3 - One-on-one 

(1 Question)

  • Q1. 1:1 discussion to understand the candidate's profile
Round 4 - HR 

(1 Question)

  • Q1. Salary, policies, engagements discussion
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

There was an automated machine coding round where i had to solve multiple problems as well as answer multiple questions related to Javascript and the development process as a whole.

Round 2 - Technical 

(1 Question)

  • Q1. Explain promises in JS and async/await.
  • Ans. 

    Promises in JS are objects representing the eventual completion or failure of an asynchronous operation. Async/await is a syntactic sugar for working with promises.

    • Promises are used to handle asynchronous operations in JavaScript.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Async/await is a modern way to work with asynchronous code in JavaScript, making it easier to read and write.

    • Async functions...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up basic framework concepts and logic building

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before Jan 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Simple coding test. LC medium

Round 2 - Technical 

(1 Question)

  • Q1. Basics of work experience. Slight changes to questions asked in round 1 and scenario-based questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Assignment 

Case study analysis and on spot requirements documentation

Round 2 - Technical 

(1 Question)

  • Q1. What are your achievements?
Round 3 - One-on-one 

(1 Question)

  • Q1. Explain your responsibilities in your previous role in your company

Musikaar Interview FAQs

What are the top questions asked in Musikaar Senior System Administrator interview for experienced candidates?

Some of the top questions asked at the Musikaar Senior System Administrator interview for experienced candidates -

  1. How to setup password less authentication in between two or more Linux ser...read more
  2. What NPS service and how to integrate with network authentication with network ...read more
  3. What is difference between clone and template in VMw...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

PVR Inox Interview Questions
4.0
 • 161 Interviews
NexTurn Interview Questions
4.2
 • 26 Interviews
ClaySys Interview Questions
2.9
 • 24 Interviews
Contus Interview Questions
4.3
 • 21 Interviews
Knoldus Inc Interview Questions
4.0
 • 20 Interviews
View all

Musikaar Senior System Administrator Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
20 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software QA Engineer
19 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software QA Engineer
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Developer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Quality Assurance Engineer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Musikaar with

Shemaroo Entertainment

3.7
Compare

Saregama India

4.0
Compare

T-Series

3.9
Compare

Zee Entertainment Enterprises

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