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 Identity and Access Management Engineer Interview Questions and Answers

Updated 27 Feb 2024

ENH iSecure Identity and Access Management Engineer Interview Experiences

4 interviews found

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

I applied via Campus Placement and was interviewed in Aug 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

This section includes the Basics of Networking, Basics of CyberSecurity and Attacks such as Phishing, Backdoor and General Aptitude Questions

Round 2 - Group Discussion 

In the GD round.. The topic we got is Pros and Cons of AI Evolution in the IT Industry

Round 3 - HR 

(3 Questions)

  • Q1. In HR Round they asked about the Personal and Professional based questions.. Such as Why you choose this Job role and how to justify for this role
  • Q2. What are the Certifications and Projects done
  • Ans. 

    I hold certifications such as CISSP, CISM, and have completed projects on implementing IAM solutions for Fortune 500 companies.

    • Certifications include CISSP, CISM, etc.

    • Implemented IAM solutions for Fortune 500 companies

    • Completed projects on access control, identity governance, etc.

  • Answered by AI
  • Q3. How can you justify to this job role
Round 4 - Coding Test 

Basics of Java and the Interview based Java Question..

Interview Preparation Tips

Topics to prepare for ENH iSecure Identity and Access Management Engineer interview:
  • Computer Net
  • Java
  • CyberSecurity
  • Networking
Interview preparation tips for other job seekers - Follow your Passion and stick to it until and unless Its the only Discipline which avoids all the Hurdles across your path.. Be good with Basics in Java, Computer Networks, CyberSecurity Fundamentals
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

The aptitude is all about the Logical reasoning, verbal and basic mathematics

Round 2 - Group Discussion 

The group contains about 10 members they gave us choice to defend the topic or against the topic.

Round 3 - HR 

(1 Question)

  • Q1. 1. self introduction ? 2. recently faced pressure situation how you handled it ?
Round 4 - Technical 

(1 Question)

  • Q1. Core java related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Best choice to choose your career

Identity and Access Management Engineer Interview Questions Asked at Other Companies

asked in ENH iSecure
Q1. What are the Certifications and Projects done
Q2. How do you achieve high availability and zero downtime with any i ... read more
Q3. What do you know about Multi Factor Authentication?
Q4. What is IAM and its best practices?
Q5. Are you comfortable with Linux.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before May 2022. There were 6 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 

The round consists of aptitude question, computer fundaments and personality check questions. The questions were moderate. It was good.

Round 3 - Group Discussion 

In this round we had a group discussion on a common technology. It was a great experience.

Round 4 - Technical 

(2 Questions)

  • Q1. In this technical interview there were moderate questions from the interviewer and a bit of coding. It was great.
  • Q2. Basics of java, Networking and Computer Fundaments
Round 5 - One-on-one 

(1 Question)

  • Q1. In this there were questions from the interviewer also live coding round
Round 6 - HR 

(1 Question)

  • Q1. The interaction with the team was good. HR round was moderate

Interview Preparation Tips

Interview preparation tips for other job seekers - I advice to be strong in all concepts and have confidence.

I applied via Recruitment Consultant and was interviewed before Oct 2019. There were 7 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. How much does your dad earns?
  • Q2. Do you think your parents process of bringing you up is correct according to our organisations ideals?
  • Q3. How will you feel if I don't give you this job?

Interview Preparation Tips

Interview preparation tips for other job seekers - If you have a something called self-respect I beg you to not give interview for this company, they are not looking for someone who just works they want a perfect mute individual they even want you to give them your LinkedIn credentials and stuff so that they can manipulate your reviews and inflate positive reviews for themselves.

ENH iSecure interview questions for designations

 Identity Access Management

 (1)

 Engineer Trainee

 (1)

Interview questions from similar companies

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
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - Aptitude Test 

3 coding questions and mcq

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

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

Round 1 - Aptitude Test 

Aptitude Test Time limit was neary 1hr

Round 2 - Technical 

(1 Question)

  • Q1. Basics of C,Networking and Some C programming.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Bit manipulation and it's importance
  • Ans. 

    Bit manipulation is the process of manipulating individual bits in a binary number.

    • Efficient for tasks like setting, clearing, or toggling specific bits in a binary number

    • Used in tasks like encryption, compression, and optimization algorithms

    • Can be used to perform arithmetic operations like addition, subtraction, and multiplication

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(1 Question)

  • Q1. Array Linked list BST
Round 3 - Technical 

(1 Question)

  • Q1. Array LL BST Stack

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

ENH iSecure Interview FAQs

How many rounds are there in ENH iSecure Identity and Access Management Engineer interview?
ENH iSecure interview process usually has 4-5 rounds. The most common rounds in the ENH iSecure interview process are Aptitude Test, Group Discussion and HR.
What are the top questions asked in ENH iSecure Identity and Access Management Engineer interview?

Some of the top questions asked at the ENH iSecure Identity and Access Management Engineer interview -

  1. What are the Certifications and Projects d...read more
  2. In this technical interview there were moderate questions from the interviewer ...read more
  3. The interaction with the team was good. HR round was moder...read more

Tell us how to improve this page.

ENH iSecure Identity and Access Management Engineer Interview Process

based on 3 interviews

Interview experience

5
  
Excellent
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.2
 • 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 Identity and Access Management Engineer Salary
based on 17 salaries
₹3.3 L/yr - ₹6.5 L/yr
57% less than the average Identity and Access Management Engineer Salary in India
View more details

ENH iSecure Identity and Access Management Engineer Reviews and Ratings

based on 10 reviews

4.1/5

Rating in categories

4.6

Skill development

4.2

Work-life balance

4.1

Salary

3.9

Job security

4.0

Company culture

4.2

Promotions

4.2

Work satisfaction

Explore 10 Reviews and Ratings
Senior Iam Engineer
19 salaries
unlock blur

₹5.2 L/yr - ₹12.5 L/yr

Identity and Access Management Engineer
17 salaries
unlock blur

₹3.2 L/yr - ₹6.5 L/yr

IAM Consultant
13 salaries
unlock blur

₹8.2 L/yr - ₹20 L/yr

Senior Associate
7 salaries
unlock blur

₹11.2 L/yr - ₹13 L/yr

Assistant Manager
5 salaries
unlock blur

₹8.8 L/yr - ₹13 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