This section includes 7 InterviewSolutions, each offering curated multiple-choice questions to sharpen your Current Affairs knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
What Platform/os Does It Run? |
| Answer» | |
| 2. |
What Is Documentum Transformation Services (dts)? |
|
Answer» SOMETIMES you don't WANT user to load the WORD FILE, so you automate the CREATION of PDF or JPEG, and presents it to the user. sometimes you don't want user to load the Word file, so you automate the creation of PDF or JPEG, and presents it to the user. |
|
| 3. |
What Is Captiva? |
|
Answer» an IMAGING software. Full text cannot search WORDS inside images, so you need CAPTIVA to do OCR during SCANNING. an imaging software. Full text cannot search words inside images, so you need captiva to do OCR during scanning. |
|
| 4. |
What Is Fulltext Index Server? |
|
Answer» creates word per word SEARCH results. Documentum will search EVEN the WORDS INSIDE the MSWORD file. creates word per word search results. Documentum will search even the words inside the MSWord file. |
|
| 5. |
Difference Between Super User And Sysadmin? |
|
Answer» Sysadmin
Super USER
Sysadmin Super User |
|
| 6. |
Installing Emc Documentum Products Includes The Following Additional Products? |
|
Answer» For Content Server:
For Content Server: |
|
| 7. |
Supported Software For Content Server? |
|
Answer» OS: Windows 2000 SP2 DATABASE: Oracle 10.2.8 , 10.2.9 , 11 G SQL Server: 2000 SP4 App Server: Tomcat 5, BEA Web Logic 8.1 SP6 Browser: IE , Mozilla , Nescafe , Safari JRE CLIENT: JRE 1.4.2 Java ( Server): Java 1.4 Portal SOFTWARE: BEA WEBLOGIC Portal 8.1 , IBMWebsphere Portal 5.1 OS: Windows 2000 SP2 Database: Oracle 10.2.8 , 10.2.9 , 11 G SQL Server: 2000 SP4 App Server: Tomcat 5, BEA Web Logic 8.1 SP6 Browser: IE , Mozilla , Nescafe , Safari JRE Client: JRE 1.4.2 Java ( Server): Java 1.4 Portal Software: BEA Weblogic Portal 8.1 , IBMWebsphere Portal 5.1 |
|
| 8. |
Index Server Machine Requirement? |
|
Answer» HARD DISK Space: 3.2 GB to Install , 3 GB to RUN RAM: 4 GB Hard Disk Space: 3.2 GB to Install , 3 GB to Run RAM: 4 GB |
|
| 9. |
Specification For Installing Content Server 6.5? |
|
Answer»
RAM: 2 GB Ram Hard Disk Space: 4 GB RAM: 2 GB Ram |
|
| 10. |
Explain Ucf? |
|
Answer» Unified Client Facilities (UCF) is a lightweight client-server application that transfers content between a DFS consumer, a DFS service, and a content repository. The UCF APIs provide a remote UCF server on the service host with access to the client file system and registry, and provides support for:
Unified Client Facilities (UCF) is a lightweight client-server application that transfers content between a DFS consumer, a DFS service, and a content repository. The UCF APIs provide a remote UCF server on the service host with access to the client file system and registry, and provides support for: |
|
| 11. |
Explain Mtom? |
|
Answer» MTOM is for (LARGE files) MTOM, an acronym for SOAP Message Transmission Optimization Mechanism, is a W3C recommendation adopted by JAX-WS. Enabling MTOM means that both the request that the SOAP client is SENDING to the server and the returned response GO though MTOM ENCODING and decoding. MTOM is for (Large files) MTOM, an acronym for SOAP Message Transmission Optimization Mechanism, is a W3C recommendation adopted by JAX-WS. Enabling MTOM means that both the request that the SOAP client is sending to the server and the returned response go though MTOM encoding and decoding. |
|
| 12. |
Explain Base 64? |
|
Answer» Base64 is for Smaller Files around 5kb Base64 is an established encoding for transfer of opaque data inline within a SOAP message (or more generally within XML). The encoded data is tagged as an element of the xs : BASE 64Binary XML schema data type. Base64 encoded data is not OPTIMIZED, and in fact is known to expand binary data by a FACTOR of 1.33x original SIZE. This makes base64 inefficient for sending larger data files. As a rule, it is OPTIMAL to use base64 for content smaller than around 5K bytes. For larger content files, it is more optimal to use MTOM. Base64 is for Smaller Files around 5kb Base64 is an established encoding for transfer of opaque data inline within a SOAP message (or more generally within XML). The encoded data is tagged as an element of the xs : base 64Binary XML schema data type. Base64 encoded data is not optimized, and in fact is known to expand binary data by a factor of 1.33x original size. This makes base64 inefficient for sending larger data files. As a rule, it is optimal to use base64 for content smaller than around 5K bytes. For larger content files, it is more optimal to use MTOM. |
|
| 13. |
Define Dmc_jar? |
|
Answer» The dmc_jar OBJECT type is a subtype of dm_document, and it is used for JAR ARCHIVES containing JAVA CODE. The dmc_jar object type is a subtype of dm_document, and it is used for JAR archives containing Java code. |
|
| 14. |
Explain Bof ? |
|
Answer» The Business OBJECT Framework (BOF) is a set of functionality INCLUDED starting with DFC 5.1 that provides ability to HOOK into any of the METHODS in the standard DFC object interfaces. The Business Object Framework (BOF) is a set of functionality included starting with DFC 5.1 that provides ability to hook into any of the methods in the standard DFC object interfaces. |
|
| 15. |
Explain Default Aspects? |
|
Answer» Even though aspects are not automatically tied to object types sometimes we may have a NEED to do just that (often for convenience). For example, we may have an existing type called dq_loan_doc and we may want all of its objects (and of its subtypes) to have an aspect dq_web_viewable attached. If an aspect is ASSOCIATED with an object type, the aspect is automatically attached to each new object of the specified object type. Such an aspect is called a DEFAULT aspect for the specified type. Of COURSE, this aspect can still be attached to objects of other types (SUBJECT to the restrictions mentioned earlier). Default aspects for an object type are recorded in dmi_type_info.default_aspects for the type. Even though aspects are not automatically tied to object types sometimes we may have a need to do just that (often for convenience). For example, we may have an existing type called dq_loan_doc and we may want all of its objects (and of its subtypes) to have an aspect dq_web_viewable attached. If an aspect is associated with an object type, the aspect is automatically attached to each new object of the specified object type. Such an aspect is called a default aspect for the specified type. Of course, this aspect can still be attached to objects of other types (subject to the restrictions mentioned earlier). Default aspects for an object type are recorded in dmi_type_info.default_aspects for the type. |
|
| 16. |
Why Would We Want An Aspect Without Any Properties? |
|
Answer» An ASPECT without any PROPERTIES can serve as a flag where the presence of this flag can be CHECKED on objects. An aspect without any properties can serve as a flag where the presence of this flag can be checked on objects. |
|
| 17. |
Define Aspects? |
|
Answer» Aspects extend behavior and attributes for objects. An OBJECT type defines the properties and behavior of all objects of that type(and of its subtypes, VIA inheritance). In contrast, aspects enable us to attach additional behavior and attributes to an object, regardless of its type. EVEN though aspects can be attached regardless of the type of object, aspects cannot be attached to arbitrary types of objects. Aspects can be attached under the FOLLOWING restrictions on types
Aspects extend behavior and attributes for objects. An object type defines the properties and behavior of all objects of that type(and of its subtypes, via inheritance). In contrast, aspects enable us to attach additional behavior and attributes to an object, regardless of its type. Even though aspects can be attached regardless of the type of object, aspects cannot be attached to arbitrary types of objects. Aspects can be attached under the following restrictions on types |
|
| 18. |
Tell About Method Server? |
|
Answer» The Content Server is supported by METHOD SERVERS, which can execute methods. In this context, a method is a piece of CODE that can be scheduled to run as a job or can be invoked from a workflow ACTIVITY or a lifecycle action. There are TWO kinds of Method Servers:
The Content Server is supported by Method Servers, which can execute methods. In this context, a method is a piece of code that can be scheduled to run as a job or can be invoked from a workflow activity or a lifecycle action. There are two kinds of Method Servers: |
|
| 19. |
Explain Dfs Communication Pattern? |
|
Answer» The application or the client interacts directly with the web SERVICE USING standards and PROTOCOLS related to web services. However, the web service itself becomes a DFC-based client described in the fundamental pattern earlier. While the communication pattern between the web service and the Content Server instance is the same as that described for a DFC-based client, the pattern between a web service client and the web service is different. Usually, a DFS client sends a request to the DFS web service and that leads to an interaction with the Content Server instance. The interaction between a DFS web service and its client follows web service standards and a TYPICAL USAGE of these protocols. The application or the client interacts directly with the web service using standards and protocols related to web services. However, the web service itself becomes a DFC-based client described in the fundamental pattern earlier. While the communication pattern between the web service and the Content Server instance is the same as that described for a DFC-based client, the pattern between a web service client and the web service is different. Usually, a DFS client sends a request to the DFS web service and that leads to an interaction with the Content Server instance. The interaction between a DFS web service and its client follows web service standards and a typical usage of these protocols. |
|
| 20. |
Explain Aliases Set ? |
|
Answer» An alias set is SIMPLY a LIST of aliases (LIKE “reviewer” or “supervisor”) and the values that they RESOLVE to.
An alias set is simply a list of aliases (like “reviewer” or “supervisor”) and the values that they resolve to. |
|
| 21. |
Explain Aliases? |
|
Answer» Aliases is a Reusability and Portability Alias sets are stored as dm_alias_set objects in Documentum. They can make already powerful Documentum features like Workflow, Lifecycles, and Access Control Lists even more powerful by allowing CRITICAL attribute values to be resolved dynamically. Alias sets remove the need to hard-code the names of users, groups, locations, and PERMISSION sets throughout your application and instead provide a means for setting these values dynamically as your PERSONNEL changes and your business processes evolve. In Simple words Aliases are placeholders that can hold any of the following
Alias is a key value PAIR where key is the alias name and value is the ACTUAL value. An alias is referenced using one of two formats—%alias_set_name.alias_name or just %alias_name Aliases is a Reusability and Portability Alias sets are stored as dm_alias_set objects in Documentum. They can make already powerful Documentum features like Workflow, Lifecycles, and Access Control Lists even more powerful by allowing critical attribute values to be resolved dynamically. Alias sets remove the need to hard-code the names of users, groups, locations, and permission sets throughout your application and instead provide a means for setting these values dynamically as your personnel changes and your business processes evolve. In Simple words Aliases are placeholders that can hold any of the following Alias is a key value pair where key is the alias name and value is the actual value. An alias is referenced using one of two formats—%alias_set_name.alias_name or just %alias_name |
|
| 22. |
What Are All The Options Available In Client Capability When You Create A User? |
Answer»
|
|