Oracle-Workflow Questionnaire

Oracle-Workflow This is only a sample Oracle-Workflow Questionnaire that contains few questions as a preview. 1. Item Type Attribute also used as a) Static list of values b) Global variable within a process c) Process rule d) User role 2. Workflow deferred/time out/struck processes are …

Oracle Apps Technical Questionnaire

Oracle Apps Technical This is only a sample Oracle Apps Technical Questionnaire that contains few questions as a preview. 1. Which flexfield uses segment qualifier a) Category Flexfield b) Stock Locators c) System Items d) Accounting Flexfield 2. Which of the following are the 4C’s …

JDEdwards EnterpriseOne – Distribution and Logistics Questionnaire

JDEdwards EnterpriseOne – Distribution and Logistics This is only a sample JDEdwards EnterpriseOne – Distribution and Logistics Questionnaire that contains few questions as a preview. 1. ____________ notify you of a credit status of a particular address book record. a) Salutation codes b) Flash message …

How to Upgrade/Migrate a Red Hat Linux 4 to cent OS(4.9)

To Upgrade/Migrate a Red Hat Linux 4 to cent OS(4.9) follow the stepby step Guide. Firstly, do a cleanup: yum clean all Then, create a working space where RPMs can be downloaded: mkdir ~/centos cd ~/centos Now download the relevant CentOS key and import it: …

How to back up and restore the registry in Windows XP

Manual steps to back up the registry in Windows XP Click Start, click Run, type %SystemRoot%\system32\restore\rstrui.exe, and then click OK.   On the Welcome to System Restore page, click Create a restore point, and then click Next .   On the Create a Restore Point page, type a name for the restore point and then click Create   After …

How to Configure Exchange Server 2010 for Shared Address Space

Some organizations have third-party email system with Exchange servers, or situations may arise when you need to enable routing between different Active Directory forests. In both scenarios, user’s domain name suffix remains same. To implement this scenario in your environment, you will have to:-  Create …

How to create Dynamic Distribution Groups in Exchange Server 2010

In dynamic distribution groups, membership is determined by the results of an LDAP query.  We can create a distribution groups by using Cmdlets as shown below:    Syntax:   New-DynamicDistributionGroup -Name ExchangeName   –IncludedRecipients <None, UserMail, MailContacts, MailGroups, Resources,   AllRecipients> [-Alias ExchangeAlias]   [-DisplayName DisplayName] [-OrganizationalUnit OUName]   [-ConditionalCompany CompanyNameFilter1, CompanyNameFilter2,…]   [-ConditionalCustomAttributeX Value1, Value2,…]   [-ConditionalDepartment DeptNameFilter1, DeptNameFilter2, … ]   [-ConditionalStateOrProvince StateNameFilter1, StateNameFilter2, …]   [-RecipientContainer ApplyFilterContainer] {AddtlParams}   New-DynamicDistributionGroup -Name ExchangeName –RecipientFilter Filter   …