Upload Button Icon Add office photos

Filter interviews by

NaviSite NOC Engineer Interview Questions and Answers

Updated 9 Oct 2020

NaviSite NOC Engineer Interview Experiences

2 interviews found

NOC Engineer Interview Questions & Answers

user image Anonymous

posted on 9 Oct 2020

I applied via Company Website and was interviewed in Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about yourself ?
  • Q2. Where you are in current ?
  • Q3. What you good at?
  • Q4. Can you explain the project you mention?

Interview Preparation Tips

Interview preparation tips for other job seekers - The most important thing is your body language .as body language tells or shows all about yourself the way you enter the hall ,the way you sit everything. I can't write the whole story over here but I can mention points to remember while going for interview. These are:
1) BODY LANGUAGE
2) CONFIDENCE.
3) FLUENCY.
4)RESUME ( the interview is all about resiting your resume .you yourself had made your resume but interview wants to know about your fluency and most important confidence. He also wants to check whether whatever you mention in resume is liable or fake)
5)Eye to Eye contact.
6) try to mention your projects also whether the project is small or big.

NOC Engineer Interview Questions & Answers

user image Anonymous

posted on 26 Mar 2020

I applied via Referral and was interviewed in Oct 2019. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. All about network monitoring, Server linux and basic networking
  • Q2. Linux basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well prepared before you go, reas about process first and understand then schedule the interview

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. Name of latest Router And Switch which is used in 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 color coding of 568A and 568B ?
asked in Ericsson
Q5. What is default loopback ip address or what are private ip

Interview questions from similar companies

I applied via LinkedIn and was interviewed in Jan 2021. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. I have been questioned on AEM Concepts, Sling Models, schedulers, servlets, OSGI services
  • Q2. Be prepared for most of the concepts in AEM

Interview Preparation Tips

Interview preparation tips for other job seekers - The overall interview experience was very good.

I applied via LinkedIn

Interview Questionnaire 

1 Question

  • Q1. I have been questioned on different concepts in AEM, sling models, services, servlets, schedulers, workflow

Interview Preparation Tips

Interview preparation tips for other job seekers - The overall interview process was smooth and as per schedule.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 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 - Coding Test 

Basic coding question will be there

Round 3 - Technical 

(2 Questions)

  • Q1. Opps , dbms , data structure
  • Q2. Explain about inheritence
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a class can inherit properties and methods from another class.

    • Inheritance allows for code reuse and promotes code organization.

    • The class that is being inherited from is called the parent or base class.

    • The class that inherits from the parent class is called the child or derived class.

    • The child class can access all the public and protected members of the par...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - java knowlege is required to clear the first round
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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. OOPS, Design Patterns, SOLID Principles
  • Q2. Logical Programming
Round 1 - HR 

(1 Question)

  • Q1. Why you need new job?
  • Ans. 

    I am seeking a new job to further develop my skills and advance my career in software engineering.

    • Opportunity for professional growth

    • Desire for new challenges and projects

    • Better work-life balance

    • Company culture and values

    • Improved compensation and benefits

  • Answered by AI
Round 2 - Assignment 

Test interview questions

Round 3 - Technical 

(2 Questions)

  • Q1. Test interview questions
  • Q2. Devops interview questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Do well interview questions and answers 🙂
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(3 Questions)

  • Q1. Related the profile they asked about .Net , c#, linq, sqlserver, UI. related topics answer they will ask.
  • Q2. Manager will ask about your project and experience.
  • Q3. Answer them about your worked projects and project experience.
Round 2 - HR 

(1 Question)

  • Q1. HR will discuss your salary and expected salary.

Interview Preparation Tips

Interview preparation tips for other job seekers - If you want to work in this company please make mind i can do work till late night.

I applied via Naukri.com and was interviewed in Mar 2022. There were 2 interview rounds.

Round 1 - Technical 

(6 Questions)

  • Q1. What is Django request response cycle.?
  • Ans. 

    Django request response cycle is the process of handling a request and generating a response in Django web framework.

    • Client sends a request to the server.

    • The request is received by the Django server.

    • Django uses URL patterns to match the requested URL to a view function.

    • The view function processes the request and returns an HTTP response.

    • The response is sent back to the client.

  • Answered by AI
  • Q2. What is django signals?
  • Ans. 

    Django signals allow certain senders to notify a set of receivers that some action has taken place.

    • Signals allow decoupled applications to get notified when certain actions occur elsewhere in the application

    • They are used to avoid coupling between applications

    • Signals are defined by providing a receiver function which gets called when the signal is sent

    • Example: A signal can be sent when a new user is created, and a recei...

  • Answered by AI
  • Q3. Difference between list and tuple, list and array.
  • Ans. 

    Lists and tuples are similar but tuples are immutable. Arrays are fixed size while lists are dynamic.

    • Lists and tuples are both used to store collections of data.

    • Tuples are immutable, meaning their values cannot be changed once created.

    • Lists are dynamic and can be resized during runtime.

    • Arrays are fixed size and can only store elements of the same data type.

    • Lists and arrays can be indexed and sliced to access specific e...

  • Answered by AI
  • Q4. How to define private variables ?
  • Ans. 

    Private variables are defined using access modifiers to restrict their access within a class.

    • Use the 'private' keyword to define a private variable

    • Private variables can only be accessed within the class they are defined in

    • Private variables are often used to encapsulate data and prevent direct access from outside the class

  • Answered by AI
  • Q5. Oops concept, and 4 pillars of oops.
  • Ans. 

    Oops concept is a programming paradigm based on the principles of abstraction, encapsulation, inheritance, and polymorphism.

    • Abstraction: Hiding the implementation details and showing only the necessary information to the user.

    • Encapsulation: Binding the data and methods together to protect the data from outside interference.

    • Inheritance: Creating a new class from an existing class to reuse the code and add new features.

    • P...

  • Answered by AI
  • Q6. What is decorator. ?
  • Ans. 

    A decorator is a design pattern that allows behavior to be added to an individual object, either statically or dynamically.

    • Decorators wrap an object to modify its behavior.

    • They provide a flexible alternative to subclassing for extending functionality.

    • Python has built-in support for decorators, which are denoted by the @ symbol.

    • Examples of decorators include @staticmethod, @classmethod, and @property.

  • Answered by AI
Round 2 - Coding Test 

1.Reverse a list
2.find pairs from a list sum of which is equal to an integer k.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. And clear your basics. End to end of REST api is important.

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Oct 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. Difference between pull and push
  • Ans. 

    Pull is when the client initiates the request for data, while push is when the server sends data without a request.

    • Pull: Client initiates request for data

    • Push: Server sends data without request

    • Pull: Used in polling mechanisms

    • Push: Used in real-time communication systems

  • Answered by AI
  • Q2. Difference between pull and fetch
  • Ans. 

    Pull and fetch are both Git commands used to update a local repository with changes from a remote repository, but they have different behaviors.

    • Pull: updates the current branch with changes from the remote repository and merges them into the local branch.

    • Fetch: downloads changes from the remote repository to the local repository, but does not merge them into the local branch.

    • Pull is a combination of fetch and merge, wh...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Where you see yourself in next five years

Skills evaluated in this interview

NaviSite Interview FAQs

What are the top questions asked in NaviSite NOC Engineer interview?

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

  1. All about network monitoring, Server linux and basic networki...read more
  2. Linux basi...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Apisero Interview Questions
4.3
 • 65 Interviews
TestingXperts Interview Questions
3.9
 • 41 Interviews
Credera Interview Questions
3.8
 • 40 Interviews
Damco Solutions Interview Questions
3.9
 • 38 Interviews
Stefanini Interview Questions
2.9
 • 34 Interviews
View all
NaviSite NOC Engineer Salary
based on 22 salaries
₹4 L/yr - ₹7 L/yr
42% more than the average NOC Engineer Salary in India
View more details

NaviSite NOC Engineer Reviews and Ratings

based on 2 reviews

1.3/5

Rating in categories

1.3

Skill development

1.2

Work-life balance

2.1

Salary

1.2

Job security

2.2

Company culture

1.3

Promotions

1.2

Work satisfaction

Explore 2 Reviews and Ratings
Senior Consultant
113 salaries
unlock blur

₹9.6 L/yr - ₹31 L/yr

Consultant
74 salaries
unlock blur

₹6.1 L/yr - ₹22.2 L/yr

Engineer
64 salaries
unlock blur

₹4 L/yr - ₹8.5 L/yr

Senior Engineer
61 salaries
unlock blur

₹6 L/yr - ₹20.1 L/yr

Lead Consultant
24 salaries
unlock blur

₹15.8 L/yr - ₹33 L/yr

Explore more salaries
Compare NaviSite with

CtrlS

3.5
Compare

Sify Technologies

3.8
Compare

Tata Communications

4.0
Compare

Reliance Communications

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