Upload Button Icon Add office photos

NaviSite

Compare button icon Compare button icon Compare

Filter interviews by

NaviSite Interview Questions and Answers

Updated 22 Aug 2024
Popular Designations

13 Interview questions

A Senior Consultant was asked
Q. How does autopilot work?
Ans. 

Autopilot uses sensors and software to control the trajectory of an aircraft without constant manual input from a pilot.

  • Autopilot systems use sensors to gather information about the aircraft's position, speed, and orientation.

  • The autopilot software processes this information and makes adjustments to the aircraft's control surfaces to maintain the desired trajectory.

  • Pilots can input flight parameters such as altitu...

View all Senior Consultant interview questions
A Project Manager was asked
Q. Share your understanding of the company's policies. Which policies are most beneficial for employees? Explain them and address potential concerns.
Ans. 

As a project manager, it is important to ensure that company policies are shared and understood by employees.

  • Create a clear and concise policy document that outlines all company policies.

  • Schedule a meeting with all employees to go over the policies and answer any questions they may have.

  • Encourage employees to ask questions and seek clarification if they are unsure about any policies.

  • Provide examples of how the pol...

View all Project Manager interview questions
A Lead Engineer was asked
Q. What is the difference between an active agent and a passive agent?
Ans. 

Active agents initiate actions while passive agents respond to actions.

  • Active agents are proactive while passive agents are reactive.

  • Active agents initiate change while passive agents undergo change.

  • Examples of active agents include enzymes, hormones, and neurotransmitters while examples of passive agents include water, air, and salt.

  • Active agents are often associated with living organisms while passive agents are...

View all Lead Engineer interview questions
A Lead Engineer was asked
Q. How do you monitor MS SQL on Zabbix?
Ans. 

To monitor Ms sql on zabbix, you need to install Zabbix agent on the server and configure it to collect data from the SQL server.

  • Install Zabbix agent on the server hosting the SQL server

  • Configure the Zabbix agent to collect data from the SQL server

  • Create items in Zabbix to monitor SQL server performance metrics such as CPU usage, memory usage, disk usage, and query performance

  • Set up triggers in Zabbix to alert you...

View all Lead Engineer interview questions
A Lead Engineer was asked
Q. How does a Zabbix proxy server work?
Ans. 

Zabbix proxy server is a component that collects data from monitored devices and sends it to the Zabbix server.

  • Zabbix proxy server reduces network traffic by collecting data from remote locations and sending it to the Zabbix server.

  • It can also cache data to ensure that the Zabbix server receives the most recent data.

  • Zabbix proxy server can be used to monitor devices in remote locations with limited bandwidth.

  • It ca...

View all Lead Engineer interview questions
A Lead Engineer was asked
Q. How do macros work in Zabbix?
Ans. 

Macros in Zabbix are used to dynamically replace values in item keys, trigger expressions, and other places.

  • Macros are denoted by curly braces {}

  • They can be used to replace static values with dynamic ones

  • Examples include {HOST.NAME}, {ITEM.VALUE}, and {TRIGGER.VALUE}

  • Macros can also be defined at the host or global level

View all Lead Engineer interview questions
A Senior Consultant was asked
Q. Sysvol folder, what is active Directory
Ans. 

Sysvol folder is a shared folder in Active Directory used to store Group Policy objects and scripts.

  • Sysvol folder is a shared folder within the domain controller's file system.

  • It stores Group Policy objects, scripts, and other important Active Directory information.

  • Sysvol folder is replicated among all domain controllers in the same domain to ensure consistency.

  • It plays a crucial role in the functioning of Active ...

View all Senior Consultant interview questions
Are these interview questions helpful?
A Consultant was asked
Q. 1) Performance parameters in postgresql 2) vacuum strategies 3) mvcc 4) master slave configuration
Ans. 

Answering questions related to PostgreSQL performance parameters, vacuum strategies, MVCC, and master-slave configuration.

  • Performance parameters in PostgreSQL include shared_buffers, work_mem, and effective_cache_size.

  • Vacuum strategies include manual vacuuming, auto vacuuming, and vacuum freeze.

  • MVCC (Multi-Version Concurrency Control) allows multiple transactions to access the same data simultaneously.

  • Master-slave...

View all Consultant interview questions
A Software Engineer was asked 12mo ago
Q. What is Normalization
Ans. 

Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.

  • Normalization helps in minimizing data redundancy by dividing the database into multiple tables.

  • It ensures data integrity by avoiding update anomalies.

  • Normalization is achieved through a series of rules known as normal forms, such as 1NF, 2NF, 3NF, etc.

View all Software Engineer interview questions
A Software Engineer was asked 12mo ago
Q. What are ranking functions
Ans. 

Ranking functions are used to assign a rank to each row in a result set based on specific criteria.

  • Ranking functions include RANK(), DENSE_RANK(), and ROW_NUMBER()

  • They are commonly used in SQL queries to order and rank data

  • RANK() assigns a unique rank to each row, with gaps in the ranking if there are ties

  • DENSE_RANK() assigns a unique rank to each row without any gaps

  • ROW_NUMBER() assigns a unique sequential intege...

View all Software Engineer interview questions

NaviSite Interview Experiences

18 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Normalization
  • Ans. 

    Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization helps in minimizing data redundancy by dividing the database into multiple tables.

    • It ensures data integrity by avoiding update anomalies.

    • Normalization is achieved through a series of rules known as normal forms, such as 1NF, 2NF, 3NF, etc.

  • Answered by AI
  • Q2. What is Data Modelling
Round 2 - Technical 

(2 Questions)

  • Q1. Difference between Procedure and Function
  • Q2. What are ranking functions
  • Ans. 

    Ranking functions are used to assign a rank to each row in a result set based on specific criteria.

    • Ranking functions include RANK(), DENSE_RANK(), and ROW_NUMBER()

    • They are commonly used in SQL queries to order and rank data

    • RANK() assigns a unique rank to each row, with gaps in the ranking if there are ties

    • DENSE_RANK() assigns a unique rank to each row without any gaps

    • ROW_NUMBER() assigns a unique sequential integer to ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well prepared with technical related questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. About Exchange and intune
  • Q2. How autopilot work?
  • Ans. 

    Autopilot uses sensors and software to control the trajectory of an aircraft without constant manual input from a pilot.

    • Autopilot systems use sensors to gather information about the aircraft's position, speed, and orientation.

    • The autopilot software processes this information and makes adjustments to the aircraft's control surfaces to maintain the desired trajectory.

    • Pilots can input flight parameters such as altitude, h...

  • Answered by AI
  • Q3. SPF backend process
  • Q4. Sysvol folder, what is active Directory
  • Ans. 

    Sysvol folder is a shared folder in Active Directory used to store Group Policy objects and scripts.

    • Sysvol folder is a shared folder within the domain controller's file system.

    • It stores Group Policy objects, scripts, and other important Active Directory information.

    • Sysvol folder is replicated among all domain controllers in the same domain to ensure consistency.

    • It plays a crucial role in the functioning of Active Direc...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Behaverial questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Round 1: Interview taken by Senior IT person. I appreciate him he is very nice man.
Round 2: Interview taken by Global IT Head and senior IT management.
Need preparation for round 2 because it's not much technical round.

Skills evaluated in this interview

Interview Questions & Answers

user image Anonymous

posted on 27 Feb 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

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

Round 1 - Technical 

(1 Question)

  • Q1. Difference between DL and Dynamic DL Types of scheme in AD What is sysvol Different types of groups in M365 Intune Azure ad joined devices types and how to types of enrollment in intune.

Skills evaluated in this interview

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

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

Round 1 - Assignment 

Written Test - This will be video recorded written test.

Interview Preparation Tips

Interview preparation tips for other job seekers - There are different kind of interview rounds for Navisite.
First one is written test where you shall be presented with variety of questions with a time limit to answer same, this will be done with video recording of you answering the questions.

Once you clear first round, you shall be having first Technical face to face discussion(Virtual).
Post clearing which you shall be asked for second technical face to face discussion(Virtual).

After this one final Managerial round will be conducted.

All the best!!!!

Interview Questions & Answers

user image Anonymous

posted on 27 Apr 2023

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

I applied via LinkedIn and was interviewed in Oct 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(5 Questions)

  • Q1. Live scenarios and issues
  • Q2. Issues and resolution strategies
  • Q3. How to manage disagreement within team
  • Ans. 

    Disagreements within a team can be managed by fostering open communication, promoting active listening, encouraging collaboration, and facilitating conflict resolution.

    • Promote open communication to create an environment where team members feel comfortable expressing their opinions and concerns.

    • Encourage active listening to ensure that team members understand each other's perspectives and can find common ground.

    • Facilita...

  • Answered by AI
  • Q4. Service Delivery and Project management
  • Q5. Reports and Metrices worked on
  • Ans. 

    I have worked on various reports and metrics throughout my career.

    • Developed and maintained weekly, monthly, and quarterly reports for clients

    • Created dashboards to track project progress and identify areas for improvement

    • Analyzed data to identify trends and provide insights to clients

    • Implemented metrics to measure success and ROI of projects

    • Collaborated with cross-functional teams to ensure accuracy and completeness of ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and try to be as clear as possible
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Oct 2022. There were 5 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 - HR 

(2 Questions)

  • Q1. About your experience and expectations
  • Q2. Clearing things in first call
  • Ans. 

    Clearing things in first call is crucial for effective communication and timely resolution.

    • Active listening and asking clarifying questions can help in understanding the issue

    • Providing clear and concise information can help in avoiding confusion

    • Taking notes and summarizing the conversation can help in ensuring mutual understanding

    • Using appropriate tone and language can help in building rapport and trust

    • Examples: Confir...

  • Answered by AI
Round 3 - Assignment 

Mostly about past experience and technical things which you know

Round 4 - One-on-one 

(1 Question)

  • Q1. General questions about the company and why they took you till 3rd round of interview
Round 5 - HR 

(2 Questions)

  • Q1. Sharing company policy and most beneficial policies for employees and clearing each and every doubt
  • Ans. 

    As a project manager, it is important to ensure that company policies are shared and understood by employees.

    • Create a clear and concise policy document that outlines all company policies.

    • Schedule a meeting with all employees to go over the policies and answer any questions they may have.

    • Encourage employees to ask questions and seek clarification if they are unsure about any policies.

    • Provide examples of how the policies...

  • Answered by AI
  • Q2. All HR level people are very transperant and never forget to tell each point about CTC and deduction before sending it to you

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear and focused about your experience and be very specific in response to each question.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Share your work experience.
  • Ans. 

    I have over 10 years of experience in project management, leading cross-functional teams to successful project completion.

    • Led multiple projects from initiation to closure, ensuring deliverables were met on time and within budget

    • Managed stakeholder expectations and communicated project status updates regularly

    • Implemented project management best practices to improve efficiency and productivity

    • Collaborated with team membe...

  • Answered by AI
  • Q2. Tell me something about your self.
  • Ans. 

    I am a dedicated and experienced professional with a strong background in leadership and project management.

    • Over 10 years of experience in managing teams and projects

    • Proven track record of successfully leading cross-functional teams to achieve goals

    • Strong communication and interpersonal skills

    • Passionate about continuous learning and professional development

  • Answered by AI
Round 2 - Group Discussion 

I was asked to present on atopic as I am part of L&D.

Round 3 - One-on-one 

(2 Questions)

  • Q1. Tell us about your role in detail.
  • Ans. 

    I oversee a team, set goals, develop strategies, and ensure projects are completed on time and within budget.

    • Manage a team of employees

    • Set goals and objectives for the team

    • Develop strategies to achieve goals

    • Ensure projects are completed on time and within budget

  • Answered by AI
  • Q2. Training Methodologies and TNI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared and sound confident.

Engineer Interview Questions & Answers

user image Anonymous

posted on 8 Oct 2022

I applied via Naukri.com and was interviewed in Sep 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 

(1 Question)

  • Q1. Just general questions related to MS Exchange
Round 3 - Client Interview 

(1 Question)

  • Q1. Just general discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and if you don't know just say don't know instead of messing up
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2022. There were 5 interview rounds.

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 - Aptitude Test 

Basic Math questions

Round 3 - Technical 

(1 Question)

  • Q1. Basic questions on DBMS and Project discussion.
Round 4 - Group Discussion 

Group discussion on Topics like economy, world politics etc

Round 5 - HR 

(1 Question)

  • Q1. Salary negotiaterred preferred location etc
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about your self
Round 2 - One-on-one 

(1 Question)

  • Q1. Tell me about your self

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing is required just brief your self

Top trending discussions

View All
Interview Tips & Stories
1w (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 NaviSite?
Ask anonymously on communities.

NaviSite Interview FAQs

How many rounds are there in NaviSite interview?
NaviSite interview process usually has 2-3 rounds. The most common rounds in the NaviSite interview process are Technical, Resume Shortlist and HR.
How to prepare for NaviSite interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at NaviSite. The most common topics and skills that interviewers at NaviSite expect are MSP, Weaving, Linux, Oracle and Troubleshooting.
What are the top questions asked in NaviSite interview?

Some of the top questions asked at the NaviSite interview -

  1. What is the difference between active agent and passive agen...read more
  2. Difference between DL and Dynamic DL Types of scheme in AD What is sysvol Diffe...read more
  3. 1) Performance parameters in postgresql 2) vacuum strategies 3) mvcc 4) master...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.4/5

based on 7 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 33%
2-4 weeks 33%
4-6 weeks 17%
6-8 weeks 17%
View more

Interview Questions from Similar Companies

Apisero Interview Questions
4.3
 • 66 Interviews
TestingXperts Interview Questions
3.9
 • 41 Interviews
Credera Interview Questions
3.7
 • 41 Interviews
Damco Solutions Interview Questions
3.8
 • 41 Interviews
Simform Interview Questions
3.4
 • 39 Interviews
Stefanini Interview Questions
2.9
 • 36 Interviews
View all

NaviSite Reviews and Ratings

based on 168 reviews

3.8/5

Rating in categories

3.7

Skill development

3.9

Work-life balance

4.1

Salary

3.4

Job security

3.6

Company culture

3.4

Promotions

3.7

Work satisfaction

Explore 168 Reviews and Ratings
Senior Consultant
100 salaries
unlock blur

₹14 L/yr - ₹25 L/yr

Consultant
73 salaries
unlock blur

₹9.4 L/yr - ₹20.4 L/yr

Engineer
65 salaries
unlock blur

₹4 L/yr - ₹8.1 L/yr

Senior Engineer
52 salaries
unlock blur

₹9.9 L/yr - ₹17.3 L/yr

Lead Consultant
24 salaries
unlock blur

₹22 L/yr - ₹33 L/yr

Explore more salaries
Compare NaviSite with

Damco Solutions

3.8
Compare

smartData Enterprises

3.3
Compare

In Time Tec Visionsoft

3.7
Compare

AgreeYa Solutions

3.3
Compare
write
Share an Interview