Skip to main content

51 Most important Oracle Identity Manager Interview Questions

Oracle Identity Manager Interview Questions 


Following are the majorly asked interview questions related to Oracle Identity Manager.

Most of the interviewers check the domain knowledge than product knowledge.


1.What is Sandbox

2.What is IT resource

3.What is adapters and their types

4.What are the steps for OIM installation

5.What is Certification

6.What are the connector artifacts

7.Difference between 11g and 12c 

8.What is process form

9.What is identity management

10.What is scheduler

11.What is event handlers and their types

12.Process for deployment of scheduler, event handler and adapter

13.What is application onboarding

14.What is RCU

15.What is Segregation of Duties(SOD)

16.What is Access policy 

17.What is Role based access control(RBAC)

18.What is bulk load

19.What is password policy

20.What is Catalog

21.Process for patching

22.What is resource object

23.What is application instance

24.What is plugin and how to register plugin

25.What is the SOA workflow

26.What is reconciliation rule 

27.What is the reconciliation and types of reconciliation in OIM

28.What is the use of rule designer 

29.Benefits of Identity Manager

30.Architecture of OIM

31.What is Form Version Control Utility and how it is used

32.What is OIM Roles

33.What is use of Form Upgrade Job

34.What is the use of import and export 

35.Types of OIM consoles

36.Is it possible to revert the published sandbox

37.How to start and stop OIM servers

38.Use of Event management tab in sysadmin console

39.What is lookup

40.How to deploy custom ICF connector

41,What is Generic Technology Connector in OIM

42.Location of OIM Logs

43.Types of OIM Logs

44.What is connector in OIM

45.Types of users in OIM

46.What is authentication

47.Difference between application server and web server

48.Types of upgrade in OIM

49.What is notification in OIM

50.What is adapter factory and use of adapter factory.

51.How to troubleshoot any issue in OIM


Thanks and Regards,
Team Identity Tiffin












Comments

Popular Posts

How to Import Certificate in OIM Keystore

How to Import Certificate in OIM  KeyStore Commands to import certificate into OIM keystore are as below. If you have custom keystore, you can import certificate in custom keystore or if you do not have custom keystore, you can import in DemoTrust.jks keystore. 1.Import Certificate- keytool -import -keystore /opt/oracle/apps/jdk/jre/lib/security/cacerts -file /home/oracleapp/cert/wdsandbox.cer -storepass changeit -alias wdsandbox keytool -import -keystore /opt/oracle/apps/OIM_Middleware/wlserver/server/lib/oimtruststore.jks -file /home/oracleapp/cert/wdsandbox.cer -alias wdsandbox -storepass 0imtrustst0repassw0rd keytool -import -keystore /opt/oracle/apps/OIM_Middleware/wlserver/server/lib/oimkeystore.jks -file /home/oracleapp/cert/wdsandbox.cer -alias wdsandbox -storepass 0imkeyst0repassw0rd keytool -import -keystore /opt/oracle/apps/OIM_Middleware/wlserver/server/lib/DemoTrust.jks -file /home/oracleapp/cert/wdsandbox.cer -storepass DemoTrustKeyStorePassPhrase -alias wdsandbo...

How to UploadJars.sh ICFBundle Jar in Oracle Identity Manager

How to UploadJars.sh ICFBundle Jar in Oracle Identity Manager Introduction-Suppose you have developed ICFBundle connector code, now you want to deploy connector code in OIM as ICFBundle Jar, following are the steps to deploy. Navigate to the following location and run below script. [oracleapp@elcosapoim3:/opt/oracle/apps/OIM_Middleware/idm/server/bin]$ ./UploadJars.sh  For running the Utilities the following environment variables need to be set  APP_SERVER is weblogic  OIM_ORACLE_HOME is /opt/oracle/apps/OIM_Middleware/idm  JAVA_HOME is /opt/oracle/apps/jdk1.8.0_271  MW_HOME is /opt/oracle/apps/OIM_Middleware  WL_HOME is /opt/oracle/apps/OIM_Middleware/wlserver  DOMAIN_HOME is /opt/oracle/apps/OIM_Middleware/user_projects/domains/OIG_domain  For running the Utilities the following environment variables need to be set  APP_SERVER is weblogic  OIM_ORACLE_HOME is /opt/oracle/apps/OIM_Middleware/idm  JAVA_HOME is /opt/oracle/apps/jdk1.8...