Exam Flashcards

(45 cards)

1
Q

Which statements correctly specifies actions that take place when a custom object is published.

A

ALL
* database objects are generated and deployed to the database
* privileged system users are granted access to the database objects
* presentation object created for new objects

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which of the following statements is TRUE regarding new database objects which are created when a custom attribute configuration is published for SupplierInfoEntity?

A

A TABLE for persistent data, which is named [ViewName] suffixed with _ CFT

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which of the following statements are true regarding the Aurena Page Designer?

A
  • It is a tool to modify the standard layout and behavior of application pages in IFS Aurena and IFS Aurena Native
  • It is an Aurena super-user tool that allows us to change the sequence of fields, hide fields, add fields, add objects, change labels, change field behavior, etc.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which of the following statements are true regarding the creation of the detail page given in the image?

A

If the change indicator near the ? of the page designer is a green dotted line configuration change is not yet published

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Fill in the blanks (refer to image)
For the page to work properly, the datasource for the list is

A

NOT required

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Fill in the blanks (refer to image)
For the page to work properly, the binding property for the [blank] should be added

A

List

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Which of the following statements is TRUE regarding creation of new detail page? (Vehicles can be added for selected person)

Two custom entities are created for Vehicle and Person

A
  • Before modeling the association both the entities must be added to the projection?
  • A projection should be configured in order to introduce the parent-child relationship between Person and Vehicle entities?

NOT key mapping?

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Which of the following statements are TRUE regarding Application Configuration Packages?

A

ALL
* ACPs can be installed using IFS Solutions Manager, as well as the IFS Installer
* ACPs do NOT support all kinds of configurations that can be made in IFS applications
* It is possible to add or update translations for configurations in ACPs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is TRUE when custom page (which is configured based on a custom entity) is imported via an ACP?

A

Projection configuration and custom entity will be added to the ACP automatically if not belonging to another ACP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Which of the following statements is FALSE?

A

By default, base view and any additional views defined for a logical unit will be extended with the new custom attribute?

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the function of the ‘Excluded Entities’ page?

A

It lists entities that cannot be extended with Custom objects functionality

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Which of the following statements is TRUE regarding custom entities?

A

ALL
* The custom entity functionality gives a customer the ability to configure their own business information in IFS Applications
* A custom entity can be used as standalone information, or as basic data to be referenced from other standard custom entities
* During the custom entity creation, there is an option to create a default projection related to the new custom entity. Once created, this projection is not allowed to be modified.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What page do you use to create a custom page in IFS Applications?

A

Solution Manager > Configurations > Page Configurations

CustOm = COnfigured

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Which of the following actions could be done using custom commands directly?

A

ALL
Execute Quick Report
Execute a PLSQL method
Navigate to application pages and external URLs
Execute operational reports

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Which of the following statements is TRUE with relation to custom actions?

A

Custom Actions support procedures with simple IN parameters and procedures with no parameters

procedures with simple parameters AND no parameters

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

If an end-user wants to be notified whenever a particular field on a customer order is modified, which type of custom object would be most appropriate?

A

Custom Events

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

If you want to limit subscription to a certain custom event action, which of the following techniques should be used?

A

Select an appropriate permission set

liMIT with perMIssion seT

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Which of the following statements is FALSE regarding custom events?

A

A custom defined event cannot include custom defined attributes that could later be used by event actions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

What are the advantages of using custom events?

A

ALL
* Enable proactive functions for business events that occur
* Captures any business event that the user feels is relevant to the business process
* Allows the collection of relevant event data

proactive + capture + collection

20
Q

What happens when you unpublish a configuration done in a standard entity?

A

Custom view, custom package, and other deployed database objects that were created are removed but the custom table remains.

21
Q

You can clean up custom object data by using Cleanup > Remove Obsolete Table Columns command available in the Entity Configuration Page. What happens in the database when it is executed?

A

Removes custom attribute columns residing in the deployed table that are no longer published

22
Q

Which of the following file would be generated if a user performs the Export Item command on an item in the ACP page? (refer to image)

A

Trn Country.xml

NOT TRN_COUNTRY.xml

23
Q

When exporting custom object translations, what is the component that needs to be selected?

A

CONFIG

Custom Objects are CONFIGurations

24
Q

Which of the following is NOT an objective of IFS Lobby?

A

The lobby provides the users in an analytical or management position the ability to make strategic decisions by giving them comprehensive information and helping them to focus on the matters that require their attention

25
Which of the following is **NOT a benefit of IFS Lobby**?
A **touch-deployment is all that is needed** for a newly created or modified lobby to take effect
26
The **auto refresh functionality** is available on **what design levels** when creating or modifying a lobby page?
Only on **element and page level** | NOT data source
27
Which of the following statements is **TRUE regarding the creation of SQL data sources**?
**NONE** of the above statements are true? | nitpicky wording...
28
When adding a condition to a data source definition, if a **"user entered" parameter needs to be passed** into the condition, what is the correct **format that should be used** when defining the parameter in the condition section?
**$**PARAMETER_NAME**$** | $hould be used
29
Which statement is **TRUE in terms of defining columns using a SQL data source type**?
It is **possible** to have columns added to the data source using calls to PLSQL package functions?
30
Which statement is **TRUE in terms of the information section when defining a data source?**
All fields in the **information section** can be used to quick search a **data source** in the **data source** browser
31
What are the **types of data sources that can be created using the data source designer**?
* **SQL** Data Source * **Query** Builder * **Cube** * **Information** Source
32
Which statement is **TRUE in terms of Lobby Elements and the Lobby Element Designer**?
The **element designer** is used to create an **element** from a fixed number of **element** types in the **element** library
33
Which statement is **TRUE in terms of the State Gauge element type**?
STate Gauge elemenTS can have **cuSTom formaTS**
34
Which statement is **TRUE in terms of Analog Gauge element type**?
AnalOg Gauge elements can have **custOm fOrmats with mOre cOlOrs**
35
What is the most accurate statement **regarding the "Use data source condition" in the navigation section of an element**?
When a **USEer clicks on the element** for navigation, the navigated page will be **populated using a query CONDITION based on the condition** which is set on the connected data source | USE data source CONDITION
36
Which statement is **TRUE in terms of designing lobby pages**?
The **Lobby Overview** acts as a **lobby page designer** by entering a lobby page and **changing** the page state **to configuration mode**
37
Which of the following is **NOT possible when designing a lobby page**?
To **use 'Add Selected' command in the element designer to add an element to the page**
38
Which of the following is **FALSE regarding My Elements**?
**My elements** that are on a page **cannot be removed in configuration design mode but** its **location can be swapped** with other normal elements in the page
39
On **what level(s) are presentation objects created for Lobbies**?
* data sOurcE * eLemEnt * PagE LeveL | PrEsentatiOn ObjEcts fOr LObbiEs
40
Which **system privilege** is required to create / import, edit, delete and preview **data sources**?
LOBBY **DATASOURCE** DESIGNER
41
In which layer are **translations related to lObby items stOREd**?
**CORE** | stOREd in cORE
42
Which of the following statements is TRUE regarding **TranslatiONs** of a **data source**?
It is **NOT possible** to perform **TranlsatiONs** on **data sources**
43
Which statement is **FALSE in terms of exporting lobby items**?
Apart from data sources and elements when exporting pages, **it can be done on two levels**; Full Format Page, Zip Archive
44
What is the correct location where **lobby data source** configuration files should be stored for **source** code?
Component\server \ **lobby** \ **datasource**s
45
Which of the following statements is FALSE regarding **Performance** considerations when creating or modifying **Lobbies**?
**PL/sqL caLLs** in sqL statements could significantly improve the **Performance** of sqL data sources