Upload Button Icon Add office photos

Filter interviews by

Magnon Solutions Linux System Administrator Interview Questions, Process, and Tips

Updated 3 May 2022

Magnon Solutions Linux System Administrator Interview Experiences

1 interview found

I applied via Referral and was interviewed in Apr 2022. There was 1 interview round.

Round 1 - One-on-one 

(11 Questions)

  • Q1. How to configure Apache server in red hat 7.9
  • Ans. 

    To configure Apache server in Red Hat 7.9, follow these steps:

    • Install Apache using yum package manager

    • Start Apache service and enable it to start at boot

    • Configure firewall to allow HTTP traffic

    • Create virtual hosts for multiple websites

    • Configure SSL/TLS encryption for secure connections

  • Answered by AI
  • Q2. How to set permission in directly
  • Ans. 

    To set permissions in a directory, use the chmod command followed by the desired permission code.

    • Use the chmod command followed by the permission code (e.g. chmod 755 directory_name)

    • The permission code consists of three digits, each representing the permission for owner, group, and others respectively

    • The digits are calculated by adding the values of the desired permissions (read=4, write=2, execute=1)

    • For example, 755 m...

  • Answered by AI
  • Q3. How to create LVM partision
  • Ans. 

    To create LVM partition, first create physical volumes, then create volume group and finally create logical volumes.

    • Use pvcreate command to create physical volumes

    • Use vgcreate command to create volume group

    • Use lvcreate command to create logical volumes

    • Use mkfs command to create file system on logical volumes

  • Answered by AI
  • Q4. What is use for lsblk command in rhel
  • Ans. 

    lsblk command is used to list block devices in RHEL.

    • Displays information about all available or the specified block devices.

    • Shows the device name, size, mount point, and file system type.

    • Can be used to identify unmounted disks or partitions.

    • Can also be used to check the status of a disk or partition.

    • Example: lsblk -a -o NAME,SIZE,MOUNTPOINT,FSTYPE

  • Answered by AI
  • Q5. How to create blank file in rhel
  • Ans. 

    To create a blank file in RHEL, you can use the 'touch' command.

    • Open the terminal in RHEL.

    • Use the 'touch' command followed by the desired file name to create a blank file.

    • For example, to create a file named 'example.txt', you would run: touch example.txt

    • The 'touch' command can also be used to update the timestamp of an existing file.

  • Answered by AI
  • Q6. How to install packages in rhel
  • Ans. 

    To install packages in RHEL, use the yum package manager.

    • Open the terminal and log in as root or use sudo

    • Use the command 'yum install package_name' to install a package

    • Use 'yum search keyword' to search for a package

    • Use 'yum update' to update all installed packages

    • Use 'yum remove package_name' to remove a package

  • Answered by AI
  • Q7. Diffrence between yum vs weget
  • Ans. 

    yum is a package manager for RPM-based Linux distributions, while wget is a command-line tool for downloading files from the internet.

    • yum is used for installing, updating, and removing packages on a system

    • wget is used for downloading files from the internet, including packages

    • yum uses repositories to manage packages, while wget can download files from any URL

    • yum can resolve dependencies automatically, while wget does n...

  • Answered by AI
  • Q8. Entry of local repo in rhel 7.2
  • Ans. 

    To add a local repo in RHEL 7.2, create a .repo file in /etc/yum.repos.d/ directory.

    • Create a .repo file in /etc/yum.repos.d/ directory

    • Add the necessary details like name, baseurl, enabled, gpgcheck, etc. in the .repo file

    • Save the file and run 'yum clean all' command to clear the cache

    • Run 'yum repolist' command to verify if the local repo is added successfully

  • Answered by AI
  • Q9. What is cron tab & how to setup
  • Ans. 

    Cron tab is a time-based job scheduler in Linux used to automate repetitive tasks. It runs in the background and executes commands at specified intervals.

    • Cron tab is configured using the 'crontab' command

    • Each user has their own crontab file located in /var/spool/cron/crontabs/

    • The syntax for setting up a cron job is: * * * * * command-to-be-executed

    • The five asterisks represent the minute, hour, day of the month, month, ...

  • Answered by AI
  • Q10. Diffrence between rhel vs centos
  • Ans. 

    RHEL is a commercial distribution with paid support, while CentOS is a free, community-driven distribution.

    • RHEL is developed by Red Hat and requires a paid subscription for support and updates.

    • CentOS is a community-driven distribution that is free to use and receives updates from the community.

    • Both distributions are based on the same source code and are binary compatible.

    • CentOS is often used as a free alternative to RH...

  • Answered by AI
  • Q11. How to kill process in rhel 7.2
  • Ans. 

    To kill a process in RHEL 7.2, use the 'kill' command followed by the process ID.

    • Identify the process ID using 'ps' command

    • Use 'kill' command followed by the process ID to terminate the process

    • Use 'kill -9' command to force kill the process if it doesn't respond to regular kill command

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please read basic & some advanced of rhel & CentOS before scheduling interviews.

Skills evaluated in this interview

Interview questions from similar companies

I applied via Campus Placement and was interviewed in Jul 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions from SQL, Python, Excel, Tableau and from my Projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with your projects properly
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
No response
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 

(1 Question)

  • Q1. Laravel framework question.
Round 3 - One-on-one 

(1 Question)

  • Q1. Laravel framework question

Interview Preparation Tips

Interview preparation tips for other job seekers - Avoid this company
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Reasons for the drop in CPM
  • Ans. 

    Possible reasons for drop in CPM include seasonality, changes in ad inventory, shifts in audience demographics, and increased competition.

    • Seasonal fluctuations in advertising demand

    • Changes in available ad inventory

    • Shifts in audience demographics affecting targeting effectiveness

    • Increased competition leading to lower bids

  • Answered by AI
  • Q2. Types of floor in GAM
  • Ans. 

    Types of floors in GAM include carpet, hardwood, tile, and laminate.

    • Carpet

    • Hardwood

    • Tile

    • Laminate

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared and confident
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - HR 

(11 Questions)

  • Q1. How do you approach debugging a complex issue in a large codebase with minimal documentation?
  • Ans. 

    Approach debugging by understanding the code flow, using debugging tools, isolating the issue, and testing solutions.

    • Start by understanding the code flow and identifying potential areas where the issue may be occurring.

    • Use debugging tools like breakpoints, logging, and stack traces to pinpoint the source of the problem.

    • Isolate the issue by reproducing it consistently and narrowing down the scope of the problem.

    • Test pot...

  • Answered by AI
  • Q2. Describe a situation where you had to refactor existing code to improve performance or maintainability. What challenges did you face, and how did you overcome them?
  • Ans. 

    Refactored a legacy codebase to improve performance by optimizing database queries.

    • Identified bottlenecks in the codebase by profiling and analyzing performance metrics.

    • Rewrote complex and inefficient database queries to improve response times.

    • Implemented caching mechanisms to reduce redundant database calls.

    • Refactored code to follow best practices and improve maintainability.

    • Tested the changes thoroughly to ensure the

  • Answered by AI
  • Q3. How do you ensure your code is both efficient and scalable when working under tight deadlines? Can you provide an example?
  • Ans. 

    By prioritizing tasks, using efficient algorithms, and conducting code reviews.

    • Prioritize tasks based on impact and complexity to focus on critical components first.

    • Utilize efficient algorithms and data structures to optimize code performance.

    • Conduct code reviews with team members to identify potential bottlenecks and suggest improvements.

    • Example: Prioritize implementing a caching mechanism for frequently accessed data

  • Answered by AI
  • Q4. Explain how you would handle a situation where your preferred solution to a problem conflicts with the opinion of a senior team member or client.
  • Ans. 

    I would approach the situation by respectfully discussing the pros and cons of both solutions and finding a compromise.

    • Listen to the senior team member or client's perspective and understand their reasoning

    • Present your preferred solution along with the reasons why you believe it is the best approach

    • Engage in a constructive discussion to find common ground or a compromise

    • Consider the impact of each solution on the proje...

  • Answered by AI
  • Q5. What is your process for staying updated with the latest programming languages, frameworks, and technologies relevant to your role?
  • Ans. 

    I regularly attend tech conferences, read industry blogs, participate in online courses, and collaborate with colleagues to stay updated.

    • Attend tech conferences to learn about new technologies and trends

    • Read industry blogs and articles to stay informed

    • Participate in online courses and tutorials to expand knowledge

    • Collaborate with colleagues to share insights and learn from each other

  • Answered by AI
  • Q6. How do you manage dependencies and third-party libraries in your projects to avoid potential security or compatibility issues?
  • Ans. 

    I use package managers, regularly update dependencies, and conduct security audits.

    • Utilize package managers like npm, pip, or Maven to manage dependencies

    • Regularly update dependencies to ensure compatibility and security patches

    • Conduct security audits using tools like OWASP Dependency-Check or Snyk

    • Consider using dependency locking to ensure consistent builds

  • Answered by AI
  • Q7. Describe a time when you had to implement a feature that required learning a new technology or framework on the job. How did you approach the learning curve?
  • Ans. 

    I implemented a new feature using React Native and had to learn the framework on the job.

    • Researched online resources and documentation to understand React Native

    • Experimented with small projects to practice using React Native

    • Sought help from colleagues or online communities when facing challenges

  • Answered by AI
  • Q8. Can you walk us through a time when you identified a potential bottleneck in a system before it became a problem? How did you address it?
  • Ans. 

    Identified and addressed a potential bottleneck in a system before it became a problem.

    • Monitored system performance regularly to identify any potential bottlenecks

    • Analyzed system logs and metrics to pinpoint the root cause of the bottleneck

    • Implemented optimizations such as caching, indexing, or code refactoring to address the bottleneck

    • Collaborated with team members to implement a long-term solution to prevent similar

  • Answered by AI
  • Q9. How do you prioritize and manage multiple tasks or projects when they all seem equally important?
  • Ans. 

    I prioritize tasks based on deadlines, impact, and dependencies, and use tools like to-do lists and project management software.

    • Evaluate deadlines and prioritize tasks that are due soon

    • Consider the impact of each task on the overall project or team goals

    • Identify dependencies between tasks and prioritize accordingly

    • Use tools like to-do lists, project management software, or time-blocking techniques to stay organized

    • Regu

  • Answered by AI
  • Q10. What strategies do you use to ensure that your code is both clean and well-documented for future developers who may work on it?
  • Ans. 

    I use consistent naming conventions, inline comments, and thorough documentation to ensure clean and well-documented code.

    • Follow consistent naming conventions for variables, functions, and classes to make the code easier to understand.

    • Include inline comments to explain complex logic or algorithms within the code.

    • Write thorough documentation for each function, class, and module to provide context and usage instructions ...

  • Answered by AI
  • Q11. How would you approach integrating a new feature into an existing system without disrupting the current functionality? Can you provide an example from your past experience?
  • Ans. 

    Approach integrating new feature into existing system without disruption

    • Analyze the existing system to understand its architecture and dependencies

    • Identify the impact of the new feature on the current functionality

    • Implement the new feature in a separate branch or environment for testing

    • Conduct thorough testing to ensure the new feature works as expected and does not break existing functionality

    • Gradually integrate the n...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Understand the Unique Culture: Moris Media isn't your typical digital marketing and PR agency. They consider themselves "Digital Doctors," meaning their approach is distinct, innovative, and practical. This culture requires that every solution be both unique and effective, tailored to address the specific challenges of their clients.

2. Prepare for Challenging Work: At Moris Media, you won’t be working on routine tasks. The challenges you’ll face will push your technical skills and problem-solving abilities to new heights. If you enjoy overcoming obstacles and tackling complex problems, you’ll thrive here. This is not the place for those seeking a typical 9-to-6 job; rather, it’s for those who are passionate about creating something exceptional.

3. Continuous Learning is Key: Moris Media fosters a culture of continuous learning and improvement. As a Software Developer, you'll need to be adept in modern technologies, particularly PHP, Laravel, and other live web technologies. Staying updated with the latest trends, tools, and programming languages is crucial. The company values those who are proactive in expanding their knowledge and adapting to new developments.

4. Take Initiative and Responsibility: Moris Media looks for individuals who are not only skilled but also confident in taking ownership of their work. You’ll be expected to manage your projects from start to finish, ensuring that every detail aligns with both the client’s requirements and the company's high standards. If you're someone who takes pride in delivering quality work and enjoys taking on responsibility, you'll fit right in.

5. Creativity and Innovation are Essential: As a software developer at Moris Media, you’ll need to be both creative and technically skilled. The company encourages its employees to think outside the box and come up with innovative solutions to complex problems. If you’re someone who enjoys experimenting with new ideas and pushing the boundaries of what’s possible, Moris Media will provide the perfect environment for you to grow.

6. Adaptability and Flexibility: The fast-paced nature of the work at Moris Media requires adaptability and flexibility. You’ll often have to juggle multiple projects and switch between tasks as priorities change. Being able to adapt quickly and remain focused under pressure is a key trait for success in this environment.

7. Be Prepared for Growth: If you are truly creative, confident, and eager to learn, Moris Media is a place where you can grow both professionally and personally. The opportunities for learning and development are immense, and the challenges you face will only make you a better developer. This is a company that rewards initiative and innovation, providing a platform for those who want to make a real impact in the digital space.

Is Moris Media Right for You? If you're looking for a comfortable, routine job, Moris Media may not be the right fit. However, if you are driven by challenges, eager to learn and grow, and passionate about creating innovative digital solutions, Moris Media offers an exciting and rewarding career path. Your expertise in PHP, Laravel, and other live technologies will be put to the test, and your ability to think critically and creatively will be your greatest asset.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is invoke controller?
  • Ans. 

    Invoke controller is a component in a software application that manages the flow of requests and responses between the user interface and the backend services.

    • Manages the communication between user interface and backend services

    • Handles the routing of requests to appropriate functions or methods

    • Coordinates the flow of data and actions within the application

  • Answered by AI
  • Q2. What is facade in laravel?
  • Ans. 

    Facade in Laravel is a design pattern that provides a simple interface to a complex subsystem.

    • Facade provides a static interface to classes that are available in the application's service container.

    • It is used to simplify the usage of complex classes by providing a simpler interface.

    • Facade allows you to access Laravel's features without needing to instantiate objects or use dependency injection.

    • Example: The Auth facade ...

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Question Related to Applied job position
Round 2 - One-on-one 

(1 Question)

  • Q1. Question Related to End to End Campaign Management
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about your projects
  • Q2. Tell me yourself
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What are SQL Joins?
  • Ans. 

    SQL Joins are used to combine rows from two or more tables based on a related column between them.

    • SQL Joins are used to retrieve data from multiple tables based on a related column between them.

    • Common types of SQL Joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column;

  • Answered by AI
  • Q2. Different functions in Python numpy
  • Ans. 

    Python numpy provides various functions for numerical operations on arrays.

    • numpy.sum() - calculates the sum of array elements

    • numpy.mean() - calculates the mean of array elements

    • numpy.max() - returns the maximum value in an array

    • numpy.min() - returns the minimum value in an array

    • numpy.std() - calculates the standard deviation of array elements

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What are joins and how do you use it?
  • Ans. 

    Joins are used in databases to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables based on a related column between them

    • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

  • Answered by AI
  • Q2. Processing speed of different scriting languages?
  • Ans. 

    Processing speed of scripting languages varies based on factors like code complexity and optimization.

    • Processing speed can vary based on the specific task being performed.

    • Compiled languages like C++ tend to be faster than interpreted languages like Python.

    • Optimizing code can improve processing speed.

    • JavaScript can be faster than Python for certain tasks.

    • Consider using libraries or frameworks optimized for performance.

  • Answered by AI

Skills evaluated in this interview

Magnon Solutions Interview FAQs

How many rounds are there in Magnon Solutions Linux System Administrator interview?
Magnon Solutions interview process usually has 1 rounds. The most common rounds in the Magnon Solutions interview process are One-on-one Round.
What are the top questions asked in Magnon Solutions Linux System Administrator interview?

Some of the top questions asked at the Magnon Solutions Linux System Administrator interview -

  1. How to configure Apache server in red hat ...read more
  2. What is use for lsblk command in r...read more
  3. How to create blank file in r...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

3 Minds Digital Interview Questions
4.4
 • 70 Interviews
Moris Media Interview Questions
4.3
 • 24 Interviews
IPG Mediabrands Interview Questions
3.4
 • 16 Interviews
Z1 Tech Interview Questions
4.0
 • 11 Interviews
Amitoje India Interview Questions
4.2
 • 10 Interviews
Xapads Media Interview Questions
4.3
 • 10 Interviews
Bikayi Interview Questions
2.9
 • 10 Interviews
Liqvd Asia Interview Questions
3.1
 • 10 Interviews
View all

Magnon Solutions Linux System Administrator Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

3.0

Work-life balance

4.0

Salary

3.0

Job security

5.0

Company culture

3.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Manager
5 salaries
unlock blur

₹5.3 L/yr - ₹9 L/yr

Key Account Manager
5 salaries
unlock blur

₹7 L/yr - ₹8.5 L/yr

Android Developer
5 salaries
unlock blur

₹5 L/yr - ₹9.5 L/yr

Client Service Associate
4 salaries
unlock blur

₹3 L/yr - ₹3 L/yr

Senior Video Editor
4 salaries
unlock blur

₹5.9 L/yr - ₹9.5 L/yr

Explore more salaries
Compare Magnon Solutions with

Omnicom Media Group

2.9
Compare

Z1 Tech

4.1
Compare

7Search PPC

4.8
Compare

Bikayi

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