Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by ENH iSecure Team. If you also belong to the team, you can get access from here

ENH iSecure Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

ENH iSecure IT Administrator Interview Questions and Answers

Updated 27 Feb 2024

ENH iSecure IT Administrator Interview Experiences

1 interview found

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

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

Round 1 - HR 

(2 Questions)

  • Q1. Self Intro, which steam your from, family details, additional certifications
  • Q2. If any career gap what was the reson behind the career gap
Round 2 - One-on-one 

(2 Questions)

  • Q1. Classes of IP address, range of class-A,B,C
  • Ans. 

    Classes of IP addresses are categorized into Class A, B, and C with specific ranges.

    • Class A: 1.0.0.0 to 126.255.255.255

    • Class B: 128.0.0.0 to 191.255.255.255

    • Class C: 192.0.0.0 to 223.255.255.255

  • Answered by AI
  • Q2. Mac Address , OSI and layers,Active directory

Interview Preparation Tips

Interview preparation tips for other job seekers - When I was in final round I was bit nervous and I can’t able to answer the some questions because of my nervousness

I suggest job seekers to don’t be nervous and answer the questions confidently

Skills evaluated in this interview

Interview questions from similar companies

I applied via Company Website and was interviewed before Mar 2021. There were 2 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. They are asked Hardware and Networking questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good performance and Practice and confidence
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. Question related to AWS cloud
  • Q2. Questions related to DevOps and System Administration
  • Q3. Question related to Linux and networking
  • Q4. Question related to monitoring

I applied via Referral and was interviewed before Apr 2021. There were 2 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 - One-on-one 

(1 Question)

  • Q1. 1. C basics 2. Bitwise operators 3. Pointers 4. Embedded protocols 5. Linux Commands

Interview Preparation Tips

Interview preparation tips for other job seekers - Just brush up basics on C programming, embedded protocols.

I applied via Campus Placement and was interviewed before Nov 2020. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Write a program to print pattern. And from that pattern print prime numbers? (Randomly given a pattern like pascal tree )
  • Q2. What do you know about Recursion? Write a program to print fibonacci series using recursion.
  • Ans. 

    Recursion is a programming technique where a function calls itself to solve a problem.

    • Recursion involves breaking down a problem into smaller sub-problems and solving them recursively.

    • It is important to have a base case to prevent infinite recursion.

    • Fibonacci series is a sequence of numbers where each number is the sum of the two preceding ones.

    • A recursive function to print Fibonacci series can be written by calling th...

  • Answered by AI
  • Q3. OOPS concepts.
  • Q4. SQL Related Questions (oftenly used queries).

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a good experience. Everything was organized and interview took place in 4 phases
Zoom(Technical- Theory) Round
Technical(Coding) Round
Group Discussion Round
HR Round

I applied via Naukri.com and was interviewed in May 2022. There were 4 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 - Assignment 

They given one task with through team access you want to solve the Assignment n 30 Min duration

Round 3 - Interview Senior Viceprsident 

(1 Question)

  • Q1. They asking project workflow Full depath
Round 4 - HR 

(1 Question)

  • Q1. Salary and joining dates other details.

Interview Preparation Tips

Interview preparation tips for other job seekers - you can try improve they skills as soon as possible
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2022. There were 2 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. Application of PE in EV
  • Ans. 

    PE can be applied in EVs for lightweighting, improved performance, and increased range.

    • PE can be used in the body and chassis of EVs to reduce weight and increase energy efficiency.

    • PE-based composites can be used in battery enclosures to improve safety and reduce weight.

    • PE foam can be used as insulation to improve thermal management and increase range.

    • PE-based adhesives can be used in the assembly of EV components for ...

  • Answered by AI
  • Q2. Working of Inverter and rectifier.
  • Ans. 

    Inverter converts DC to AC while rectifier converts AC to DC.

    • Inverter uses electronic switches to convert DC to AC.

    • Rectifier uses diodes to convert AC to DC.

    • Inverter is used in solar panels to convert DC to AC for household use.

    • Rectifier is used in power supplies to convert AC to DC for electronic devices.

    • Inverter and rectifier are opposite in function but can be used together in some applications.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep resume updated. Should know everything written in resume

I applied via Referral and was interviewed before Dec 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Promises, closures, array , string
  • Q2. Lifecycle of component, hoc, custom hooks, hooks

Interview Preparation Tips

Interview preparation tips for other job seekers - Medium interview
1:- technical round theory and some dry run test
2:- machine run
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Sep 2023. 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 - Aptitude Test 

2 coding questions - easy

Round 3 - Technical 

(1 Question)

  • Q1. Merge two sorted linked list Find max sum subarray
  • Ans. 

    Merge two sorted linked lists and find max sum subarray

    • To merge two sorted linked lists, compare the nodes and link them accordingly

    • For max sum subarray, use Kadane's algorithm to find the maximum sum subarray in a given array

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Approached by Company and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

First round was a DSA round. Interviewers were helpful.

Round 2 - Technical 

(1 Question)

  • Q1. It was a technical round with the team lead.

ENH iSecure Interview FAQs

How many rounds are there in ENH iSecure IT Administrator interview?
ENH iSecure interview process usually has 2 rounds. The most common rounds in the ENH iSecure interview process are HR and One-on-one Round.
What are the top questions asked in ENH iSecure IT Administrator interview?

Some of the top questions asked at the ENH iSecure IT Administrator interview -

  1. Classes of IP address, range of class-A,...read more
  2. mac Address , OSI and layers,Active direct...read more

Tell us how to improve this page.

ENH iSecure IT Administrator Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Avantel Interview Questions
3.9
 • 13 Interviews
E2E Networks Interview Questions
3.5
 • 9 Interviews
Issquared Inc Interview Questions
4.1
 • 8 Interviews
Accord Synergy Interview Questions
3.8
 • 8 Interviews
Cradlepoint Interview Questions
3.2
 • 7 Interviews
RubicoIT Interview Questions
3.2
 • 6 Interviews
Psiog Digital Interview Questions
3.7
 • 6 Interviews
View all

ENH iSecure IT Administrator Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

5.0

Skill development

4.0

Work-life balance

3.0

Salary

4.0

Job security

5.0

Company culture

4.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Identity and Access Management Engineer
17 salaries
unlock blur

₹3.2 L/yr - ₹6.5 L/yr

Senior Iam Engineer
14 salaries
unlock blur

₹5.2 L/yr - ₹11.6 L/yr

IAM Consultant
8 salaries
unlock blur

₹8.2 L/yr - ₹15 L/yr

Assistant Manager
5 salaries
unlock blur

₹8.8 L/yr - ₹13 L/yr

Software Engineer
4 salaries
unlock blur

₹4.2 L/yr - ₹4.6 L/yr

Explore more salaries
Compare ENH iSecure with

Accord Synergy

3.8
Compare

E2E Networks

3.5
Compare

Avantel

3.9
Compare

ECI Telecom

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