Upload Button Icon Add office photos

Infomo

Compare button icon Compare button icon Compare

Filter interviews by

Infomo NOC Engineer Interview Questions and Answers

Updated 23 Aug 2024

6 Interview questions

A NOC Engineer was asked 10mo ago
Q. How does a packet travel between two systems, according to the OSI and TCP/IP models?
Ans. 

A packet travels over two systems by following the OSI model for network communication and the TCP/IP model for internet communication.

  • Packet is created at the application layer in the OSI model

  • It then moves down through the transport, network, data link, and physical layers in the OSI model

  • At the TCP/IP model, the packet moves through the application, transport, internet, and network access layers

  • Each layer adds ...

A NOC Engineer was asked 10mo ago
Q. If a mail server is infected with a virus, how would you handle it and remove the virus without affecting mail users?
Ans. 

Isolate infected mail server, scan for virus, remove virus, restore from backup if necessary.

  • Isolate infected mail server from network to prevent spread of virus

  • Scan mail server with antivirus software to detect and remove virus

  • Restore mail server from backup if necessary to ensure no data loss

  • Inform mail users about the situation and advise on any necessary actions

  • Implement security measures to prevent future inf...

NOC Engineer Interview Questions Asked at Other Companies

Q1. How to access others computer on our PC? Which tools is used to a ... read more
Q2. What are the latest routers and switches used in the market?
asked in Ericsson
Q3. What do you know about GSM architecture and the interface of conn ... read more
Q4. What is the difference between the color coding of 568A and 568B?
asked in Infomo
Q5. If you are copying 10 TB of data and the session expires, how can ... read more
A NOC Engineer was asked 10mo ago
Q. How does electricity reach the computer, and how is it converted into a readable format?
Ans. 

Electricity is generated at power plants using various sources like coal, natural gas, or renewable energy. It is then transmitted through power lines to homes and businesses. In a computer, electricity is converted into readable form through components like the power supply, motherboard, and processor.

  • Electricity is generated at power plants using sources like coal, natural gas, or renewable energy

  • It is transmitt...

A NOC Engineer was asked 10mo ago
Q. If you are copying 10 TB of data and the session expires, how can you resume the data transfer from where it left off in a Linux server?
Ans. 

The tool or command to resume copying data from where it left off in a Linux server is rsync.

  • Use rsync command with the --partial and --progress options to resume copying data from where it left off.

  • Example: rsync --partial --progress source_directory/ destination_directory/

A NOC Engineer was asked 10mo ago
Q. What are the Firewalls and how the IPS and IDS works?
Ans. 

Firewalls are security systems that monitor and control incoming and outgoing network traffic. IPS and IDS are intrusion prevention and detection systems that analyze network traffic for malicious activity.

  • Firewalls act as a barrier between a trusted internal network and untrusted external networks.

  • IPS (Intrusion Prevention System) actively monitors network traffic for potential threats and takes action to prevent...

A NOC Engineer was asked 10mo ago
Q. Different between Routers switches, L3 switcehs, reapeter and Hubs ?
Ans. 

Routers connect multiple networks, switches connect devices within a network, L3 switches combine routing and switching functions, repeaters amplify signals, hubs simply broadcast data to all connected devices.

  • Routers connect multiple networks and make decisions about the best path for data to travel.

  • Switches connect devices within a network and use MAC addresses to forward data to the correct destination.

  • L3 switc...

Be interview-ready. Browse the most asked HR questions.
illustration image

Infomo NOC Engineer Interview Experiences

1 interview found

NOC Engineer Interview Questions & Answers

user image Anonymous

posted on 23 Aug 2024

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Why you did not changed the job from a long time?
  • Ans. 

    I have stayed in my current job for a long time because I have found it fulfilling and challenging.

    • I have been able to grow and develop my skills within the company

    • I have built strong relationships with my colleagues and enjoy the work environment

    • I have been given opportunities for advancement and new challenges within the same company

  • Answered by AI
  • Q2. Why you want to change the job and what is the salary expectation?
  • Ans. 

    I am seeking new challenges and opportunities for growth. My salary expectation is competitive based on my experience and skills.

    • Seeking new challenges and opportunities for growth

    • Looking for a more dynamic work environment

    • Salary expectation is competitive based on experience and skills

  • Answered by AI
Round 2 - Technical 

(4 Questions)

  • Q1. How the Electricty comes and how it convert into readable form in Computer
  • Ans. 

    Electricity is generated at power plants using various sources like coal, natural gas, or renewable energy. It is then transmitted through power lines to homes and businesses. In a computer, electricity is converted into readable form through components like the power supply, motherboard, and processor.

    • Electricity is generated at power plants using sources like coal, natural gas, or renewable energy

    • It is transmitted th...

  • Answered by AI
  • Q2. What are the Firewalls and how the IPS and IDS works?
  • Ans. 

    Firewalls are security systems that monitor and control incoming and outgoing network traffic. IPS and IDS are intrusion prevention and detection systems that analyze network traffic for malicious activity.

    • Firewalls act as a barrier between a trusted internal network and untrusted external networks.

    • IPS (Intrusion Prevention System) actively monitors network traffic for potential threats and takes action to prevent them...

  • Answered by AI
  • Q3. If a mail server infected with a Virus, how you handle the and remove the virus without Mail users affects?
  • Ans. 

    Isolate infected mail server, scan for virus, remove virus, restore from backup if necessary.

    • Isolate infected mail server from network to prevent spread of virus

    • Scan mail server with antivirus software to detect and remove virus

    • Restore mail server from backup if necessary to ensure no data loss

    • Inform mail users about the situation and advise on any necessary actions

    • Implement security measures to prevent future infectio...

  • Answered by AI
  • Q4. How a packet travel over two system, OSI and TCp Ip model?
  • Ans. 

    A packet travels over two systems by following the OSI model for network communication and the TCP/IP model for internet communication.

    • Packet is created at the application layer in the OSI model

    • It then moves down through the transport, network, data link, and physical layers in the OSI model

    • At the TCP/IP model, the packet moves through the application, transport, internet, and network access layers

    • Each layer adds its o...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Different between Routers switches, L3 switcehs, reapeter and Hubs ?
  • Ans. 

    Routers connect multiple networks, switches connect devices within a network, L3 switches combine routing and switching functions, repeaters amplify signals, hubs simply broadcast data to all connected devices.

    • Routers connect multiple networks and make decisions about the best path for data to travel.

    • Switches connect devices within a network and use MAC addresses to forward data to the correct destination.

    • L3 switches c...

  • Answered by AI
  • Q2. If you are copying a 10 TB data and session goes expire, after reestablishing the session data should copy from where it left last, what is the tool or command to copy that data in linux server?
  • Ans. 

    The tool or command to resume copying data from where it left off in a Linux server is rsync.

    • Use rsync command with the --partial and --progress options to resume copying data from where it left off.

    • Example: rsync --partial --progress source_directory/ destination_directory/

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - say answer if you know, not try to manipulate the answer.

Skills evaluated in this interview

Are these interview questions helpful?

Top trending discussions

View All
Interview Hub
2w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Infomo?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Job Fair and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 
Round 2 - One-on-one 

(1 Question)

  • Q1. Basic accounting methods and journals

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident About what you are saying

I applied via Approached by Company and was interviewed before May 2018. There were 6 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. This is face to face interview... They are observing our behaviour... Attitude... Etc
  • Q2. Introduce u r self....
  • Q3. U r carrier objections
  • Ans. 

    My career objectives focus on continuous growth, contributing to team success, and making a positive impact in my field.

    • Aim to develop expertise in my field, such as becoming a certified project manager.

    • Seek leadership opportunities to guide and mentor junior team members.

    • Aspire to work on innovative projects that challenge my skills and creativity.

    • Desire to contribute to a company's mission, like improving customer sa...

  • Answered by AI
  • Q4. About TCS
  • Q5. Why should u select TCS
  • Ans. 

    TCS is a global leader in IT services with a strong reputation for innovation and client satisfaction.

    • TCS has a proven track record of delivering high-quality services to clients worldwide.

    • TCS offers a wide range of opportunities for career growth and development.

    • TCS values diversity and inclusion, creating a supportive work environment for employees.

    • TCS invests in cutting-edge technologies and training programs to kee...

  • Answered by AI

Interview Preparation Tips

Round: Group Discussion
Experience: Any kind of topic u cn select... Sales, accounts, service

Round: Test
Experience: Aptitude test... Mathematic and problem solving... General knowledge is very important

Round: Telephonic
Experience: This is final round... BH directly interact with us...

General Tips: Be confident... Be clam.... Keep smiling face... That is the way to win
Skills: Communication, Body Language, Leadership, Presentation Skills, Time Management
Duration: <1 week

I applied via Company Website and was interviewed before Feb 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. They asked about dbms questions in the form of table formate
  • Q2. They asked code for some python program

Interview Preparation Tips

Interview preparation tips for other job seekers - Firstly they conducted computer based technical exam and then after qualifying that then we will go for face face interview and then lastly HR round will be held.

I applied via Company Website and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. GL related questions
  • Q2. Comfortable for night shifts
  • Ans. 

    Yes, I am comfortable with night shifts and have experience working during those hours.

    • I have worked night shifts in my previous job and have adapted to the schedule

    • I am a night owl and prefer working during those hours

    • I understand the importance of being alert and focused during night shifts

    • I am willing to adjust my sleep schedule to accommodate night shifts

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn about GL and accounting policies

I applied via Company Website and was interviewed before Oct 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. There were three rounds first is written round where you will get 3 section Aptitude+essay+technical (pseudo code) then second round is technical round where they will ask question related to your final ye...

Interview Preparation Tips

Interview preparation tips for other job seekers - Just focus on your written exam and technical interview for which you should know about your project because project is very important and if u are from cs background then focus on one coding language .
All the very best just be positive .

I applied via Naukri.com and was interviewed before Mar 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Excel, Operations, supply chain

Interview Preparation Tips

Interview preparation tips for other job seekers - The process took a whole month. The waiting hours are long. Brush up on your skills and be confident. Lot of times they look at how well you answer and are trying to gauge how your mind works.

I applied via Campus Placement and was interviewed before Nov 2019. There were 8 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Porters Generic Marketing Strategy
  • Q2. Extempore Pitch to position a product differentially in the Market
  • Ans. 

    Our product is the only one in the market that offers a unique combination of features and benefits.

    • Our product is designed to solve a specific problem that no other product in the market can solve.

    • Our product offers a unique combination of features and benefits that are not available in any other product.

    • Our product is backed by extensive research and development, ensuring that it is the most effective solution in the...

  • Answered by AI
  • Q3. Why MBA, Why Marketing

Interview Preparation Tips

Interview preparation tips for other job seekers - 1.Be confident , Open and Prepared

2.Kindly understand the question and answer relating with some of the concepts you have studied

I applied via Job Portal and was interviewed before Dec 2019. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. First they ask basic questions like HTML SQL Java.

Interview Preparation Tips

Interview preparation tips for other job seekers - First we learn basics programming knowledge and we confident to attend interview and speak bold.

I applied via Naukri.com and was interviewed in Aug 2018. There was 0 interview round.

Interview Preparation Tips

General Tips: All Java basic questions will be asked including servlets and jsp even about application and web servers. To clear,1st round you should have strong core Java knowledge along with few real time examples. Collections are mandatory.
Database knowledge could be expected. RestFul and soap along with spring and spring boot, your project details and your responsibilities.
Skills: SOAP, RestFul, Spring, Springboot, Java Application Development, Java Programming, Javascript, Communication, Body Language, Problem Solving, Analytical Skills, Decision Making Skills
Duration: 1-4 weeks

Infomo Interview FAQs

How many rounds are there in Infomo NOC Engineer interview?
Infomo interview process usually has 3 rounds. The most common rounds in the Infomo interview process are Technical and HR.
What are the top questions asked in Infomo NOC Engineer interview?

Some of the top questions asked at the Infomo NOC Engineer interview -

  1. If you are copying a 10 TB data and session goes expire, after reestablishing t...read more
  2. If a mail server infected with a Virus, how you handle the and remove the virus...read more
  3. What are the Firewalls and how the IPS and IDS wor...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Hard 100%

Duration

2-4 weeks 100%
View more

Infomo NOC Engineer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

3.0

Skill development

3.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Data Engineer
11 salaries
unlock blur

₹8.6 L/yr - ₹20.2 L/yr

Software Developer
8 salaries
unlock blur

₹4.8 L/yr - ₹12 L/yr

Data Scientist
6 salaries
unlock blur

₹7.5 L/yr - ₹22 L/yr

Software Development Engineer 1
6 salaries
unlock blur

₹9.2 L/yr - ₹16.8 L/yr

Software Engineer
4 salaries
unlock blur

₹5 L/yr - ₹9.6 L/yr

Explore more salaries
Compare Infomo with

TCS

3.6
Compare

Accenture

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview