Upload Button Icon Add office photos

Filter interviews by

Connect Broadband Linux System Administrator Interview Questions and Answers

Updated 7 Jan 2022

Connect Broadband Linux System Administrator Interview Experiences

1 interview found

I applied via Referral and was interviewed before Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Configuration of mail server and port..
  • Ans. 

    Mail server configuration involves setting up SMTP, IMAP, POP3 ports and configuring DNS records.

    • SMTP port is usually 25 or 587 for secure connections

    • IMAP port is usually 143 or 993 for secure connections

    • POP3 port is usually 110 or 995 for secure connections

    • DNS records need to be set up for mail server hostname and IP address

    • Mail server software like Postfix, Exim, or Sendmail needs to be installed and configured

  • Answered by AI
  • Q2. Linux space cheking process cheking commands..

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics of Linux should be prepared.

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Referral and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Questions related to Linux
  • Q2. SQL basic Queries
  • Q3. Troubleshooting Scenarios
Round 2 - Technical 

(2 Questions)

  • Q1. Join Queries of Sql
  • Ans. 

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

    • Use JOIN keyword to combine rows from two or more tables based on a related column

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • Specify the columns to join on using ON clause

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

  • Answered by AI
  • Q2. Project releted question
Round 3 - HR 

(2 Questions)

  • Q1. Client side discussion
  • Q2. Growth opportunities
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Technical 

(6 Questions)

  • Q1. This was Tech 1 round, linux basic commands were asked. Below are some of the topics- monitoring disk utilization File system creation User management Ownership and permissions
  • Ans. It was an easy round for me, if you are working as linux admin you can easily go through that. Monitoring - top, sar Disk utilization - du
  • Answered Anonymously
  • Q2. Define the steps of File system creation.
  • Ans. 

    Steps for file system creation involve partitioning, formatting, and mounting the file system.

    • Partition the disk using tools like fdisk or parted

    • Format the partition with a file system like ext4 or xfs

    • Create a mount point directory

    • Mount the file system to the mount point

    • Update /etc/fstab to automatically mount the file system on boot

  • Answered by AI
  • Q3. Why tcpdump is used?
  • Ans. 

    tcpdump is used for network troubleshooting and analysis by capturing and analyzing network packets.

    • Captures network packets for analysis

    • Helps in troubleshooting network issues

    • Can be used to monitor network traffic

    • Provides detailed information about network communication

    • Useful for security analysis and monitoring

  • Answered by AI
  • Q4. How we can transfer file from one server to other server?
  • Ans. 

    Files can be transferred from one server to another using tools like SCP, SFTP, or rsync.

    • Use SCP (Secure Copy Protocol) to securely transfer files between servers. Example: scp file.txt user@server2:/path/to/directory

    • Use SFTP (SSH File Transfer Protocol) for interactive file transfers. Example: sftp user@server2

    • Use rsync for efficient synchronization of files between servers. Example: rsync -avz file.txt user@server2:/

  • Answered by AI
  • Q5. How you can schedule a job regularly?
  • Ans. 

    You can schedule a job regularly using cron jobs in Linux.

    • Use the crontab command to edit the cron table

    • Specify the schedule using the appropriate syntax (minute, hour, day of month, month, day of week)

    • For example, to schedule a job to run every day at 3am, you would add the following line to the cron table: 0 3 * * * /path/to/command

  • Answered by AI
  • Q6. What is Hard link and soft link?
  • Ans. 

    Hard links and soft links are two types of links used in Unix-like operating systems to create shortcuts to files.

    • Hard links are direct pointers to the inode of a file, while soft links are indirect pointers to the file name.

    • Hard links cannot link directories or files on different filesystems, while soft links can.

    • If the original file is deleted, hard links will still point to the data, while soft links will be broken.

    • ...

  • Answered by AI
Round 2 - Technical 

(5 Questions)

  • Q1. What is /mnt and fstab?
  • Ans. 

    The /mnt directory is used as a mount point for temporary mounting of filesystems, and fstab is a configuration file that lists filesystems to be mounted at boot.

    • The /mnt directory is commonly used for temporarily mounting external storage devices or network shares.

    • The fstab file is located at /etc/fstab and contains information about filesystems to be mounted at boot time.

    • Entries in fstab include the device to mount, ...

  • Answered by AI
  • Q2. You are unable to unmount a file system, what will you do?
  • Ans. 

    Check for any processes or open files using the file system, then force unmount if necessary.

    • Check for any processes or applications currently using the file system with 'lsof' command

    • Kill any processes that are using the file system if necessary

    • Try unmounting the file system again using 'umount -l' to force unmount if needed

  • Answered by AI
  • Q3. What do you understand by NFS?
  • Ans. 

    NFS stands for Network File System, a distributed file system protocol that allows a user on a client computer to access files over a network.

    • NFS allows a user to access files on a remote server as if they were local files.

    • It is commonly used in Unix and Linux environments for sharing files and directories.

    • NFS uses RPC (Remote Procedure Call) to communicate between the client and server.

    • It provides centralized storage ...

  • Answered by AI
  • Q4. Define Boot process.
  • Ans. 

    Boot process is the sequence of steps that occur when a computer system is starting up.

    • BIOS/UEFI initialization

    • Loading the bootloader

    • Loading the kernel

    • Init process starts

    • Launching user space processes

  • Answered by AI
  • Q5. Disk is assigned from the storage/VMware nut it is not visible for fs expansion, what will you do?
Round 3 - Behavioral 

(2 Questions)

  • Q1. In this round, most of the questions from the Resume. Questions related to background, academics, feasibility.
  • Q2. Behavioral questions and your stickness to the organisation is checked at this level.

Interview Preparation Tips

Interview preparation tips for other job seekers - I would say it was a good experience, first round was very easy. For second round you must have depth knowledge, you can expect cross questions from your answer.
Managerial round was also easy.

When I am writing this, 3 days past my managerial round. Results are still awaited.

All the Best Folks!

Skills evaluated in this interview

I applied via Approached by Company and was interviewed in Jun 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 - Technical 

(2 Questions)

  • Q1. Linux Characteristics
  • Ans. 

    Linux is an open-source operating system known for its stability, security, and flexibility.

    • Linux is free and open-source software

    • It is highly customizable and can be modified to suit specific needs

    • Linux is known for its stability and security

    • It supports a wide range of hardware and software

    • Linux has a command-line interface, but also has graphical user interfaces like GNOME and KDE

  • Answered by AI
  • Q2. Git related questions
Round 3 - Technical 

(2 Questions)

  • Q1. My Sql based questions
  • Q2. Networking monetizing tools and debugging

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best stick with your basics and practice more in linux and networking side

Skills evaluated in this interview

I was interviewed in Nov 2021.

Round 1 - Technical 

(2 Questions)

  • Q1. About user management
  • Q2. About lvm , Apache, nagios ,os and package installation etc
Round 2 - Technical 

(2 Questions)

  • Q1. About iscsi , cluster
  • Q2. About Linux commands
Round 3 - HR 

(2 Questions)

  • Q1. HR tell me about company environment
  • Q2. And salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Linux is the best opportunity for future and AWS cloud also
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Self intro Detailed explain about resume Basic SQL question Queries
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion Detailed explain about campany and Work process
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2022. There were 3 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 - Aptitude Test 

This test knows about our communication skills, solving ability, grammar, mathematical ability, reading skills, listening skills and logical ability

Round 3 - Technical 

(1 Question)

  • Q1. What is OOPS concept?
  • Ans. 

    OOPS (Object-Oriented Programming) concept is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPS focuses on creating reusable code and organizing it into objects

    • Key principles include encapsulation, inheritance, polymorphism, and abstraction

    • Encapsulation involves bundling data and methods that operate on the data into a single unit

    • Inheritance allows one class to inherit propert...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The person should be confident on topics he knows and should be explain the concepts very clearly in a simple sentences

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

Interview Questionnaire 

1 Question

  • Q1. On the basis of my CV

Interview Preparation Tips

Interview preparation tips for other job seekers - Just stick with your cv and be confident.

I applied via campus placement at Aarupadai Veedu Institute of Technology, Kanchipuram and was interviewed before Mar 2021. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Where do you see yourself in 5 years?
  • Q2. Where do see urself 5 years down the line

Interview Preparation Tips

Topics to prepare for Ericsson Linux Administrator interview:
  • Linux
  • Digital Electronics
  • Control System
  • Analog Electronics
Interview preparation tips for other job seekers - I was shortlisted through campus interview process

I was interviewed in Jan 2017.

Interview Questionnaire 

1 Question

  • Q1. No. of output pins of microprocessor 8085
  • Ans. 

    The microprocessor 8085 has a total of 40 output pins.

    • The microprocessor 8085 is an 8-bit microprocessor.

    • It has a total of 40 pins, which are used for various purposes.

    • These pins include address bus pins, data bus pins, control pins, and power supply pins.

    • Some of the output pins are used for sending signals to external devices or peripherals.

    • Examples of output pins in the microprocessor 8085 include the RD (Read) pin a

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: Resume was shortlisted.
Tips: Involve in cocurricular activities.

Round: Technical Interview
Experience: Resume was shortlisted.
Tips: Involve in cocurricular activities.

Skills: Technical Skills

Skills evaluated in this interview

Connect Broadband Interview FAQs

What are the top questions asked in Connect Broadband Linux System Administrator interview?

Some of the top questions asked at the Connect Broadband Linux System Administrator interview -

  1. Configuration of mail server and por...read more
  2. Linux space cheking process cheking command...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Connect Broadband interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Jio Interview Questions
3.9
 • 1.6k Interviews
Bharti Airtel Interview Questions
4.0
 • 807 Interviews
ACT Fibernet Interview Questions
4.0
 • 129 Interviews
Hathway Interview Questions
3.5
 • 42 Interviews
Tata Play Fiber Interview Questions
4.1
 • 12 Interviews
You Broadband Interview Questions
3.9
 • 11 Interviews
Vectone Mobile Interview Questions
2.4
 • 10 Interviews
DEN Networks Interview Questions
3.6
 • 9 Interviews
View all
Connect Broadband Linux System Administrator Salary
based on 4 salaries
₹3.1 L/yr - ₹4 L/yr
32% less than the average Linux System Administrator Salary in India
View more details
Deputy Manager
21 salaries
unlock blur

₹4.5 L/yr - ₹9.9 L/yr

Assistant Manager
17 salaries
unlock blur

₹4.1 L/yr - ₹7.8 L/yr

Senior Executive
16 salaries
unlock blur

₹2.4 L/yr - ₹6 L/yr

Senior Manager
15 salaries
unlock blur

₹9.5 L/yr - ₹19 L/yr

Manager
11 salaries
unlock blur

₹8.1 L/yr - ₹13.5 L/yr

Explore more salaries
Compare Connect Broadband with

Hathway

3.5
Compare

Bharti Airtel

4.0
Compare

BVS Broadband

3.4
Compare

ACT Fibernet

4.0
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview