questionDenodocourse
questionDenodocourse
1. By setting the field to 'OBL' in the 'Search methods' tab of the base
view.
10. We have a JDBC data source and a base view over a table, and
one of the fields is a date type. We configure the i18n for that
specific base view (Advanced settings > search methods > i18n)
and we select 'us_pst'. The configuration of the Virtual DataPort
admin tool (Tools > Admin Tool preferences > locale) has the
same i18n selected: 'us_pst'. If we execute a query over that base
view, how will Virtual DataPort Administration Tool show the
results for that date field?
3. It depends on whether the check 'Internationalized query results' is
enabled or not.
12. What type of database can be used as cache for the Virtual
DataPort?
2. A relational database accessible through JDBC.
3. Can you configure the HTTP port number of the web container
using the Denodo Platform Control Center?
1. Yes, it can be configured in the 'Configure' section of the Denodo
Platform Control Center.
8. How can you install the license file in the Denodo Platform?
4. The license file must be installed in the Solution Manager.
9. Which file would you edit if you want to update the Virtual
DataPort log configuration:
2. log4j2.xml.
14. Under what folder are the 'log4j.xml' and 'log4j2.xml' files
located?
1. %DENODO_HOME%/conf
5. Which type of data source would you create for Microsoft Active
Directory authentication in Denodo?
2. LDAP
8. When using XML, JSON and Delimited files as a Data Source, the
supported File Transfer Protocol(s) are:
2. FTPS and SFTP.
12. When you are creating a view over an LDAP data source, if you
select the option 'Multivalued types'...
1. ... the multivalued attributes will be converted into an array where each
element will be one of the values.
9. To get the query plan for the following query, SELECT * FROM
PRODUCTS; which VQL statement should you execute?
3. DESC QUERYPLAN SELECT * FROM PRODUCTS;
10. When you have enabled VCS control and one element is grey,
what is the status of that element?
2. The element is under version control and has been locally deleted.
6. View A' is the implementation for interface view 'View B'. What
happens when a user makes a change to 'View A' that causes the
implementation of 'View B' to be non conformant with the
specified schema:
2. The user will be alerted that the change to 'View A' will affect 'View B', and
'View B' will be marked as invalid.
15. When using XML, JSON and Delimited files as a Data Source,
the supported File Transfer Protocol(s) are:
2. FTPS and SFTP.
16. To get the query plan for the following query, SELECT * FROM
PRODUCTS; which VQL statement should you execute?
3. DESC QUERYPLAN SELECT * FROM PRODUCTS;
26. The Source Refresh option updates a base view, reflecting the
changes in the underlying data source. If the modifications in the
base view affect other views, which are the steps to propagate
the changes?
2. The Administration Tool will display a dialog with a list of the affected
views and you can select the views to which you want to propagate the
changes.
27. The 'Tree view' option...
2. ... is aimed to easily show the successive levels of views and operations
composed to construct a view.
28. The “Tree view” mode shows the successive levels of views
that have been composed to construct a view. Which of the
following is not shown as a node in the “Tree View” mode:
4. Users
36. You are trying to push a Group By down below a join. You
must...
1. ... turn on automatic simplification of queries and set a primary key for all the
views in the join.
1. What are all the possible output formats of the data returned
by generic REST Web services?
3. HTML, XML, JSON or RSS.
29. What type of database can be used as cache for the Virtual
DataPort?
2. A relational database accessible through JDBC.
30. Which of the following log files are not stored by default for
the Virtual DataPort Server?
4. All of the above are stored by default.
35. When executing a complex query in the Admin Tool and some
of the nodes get an error:
3. The client will receive the error and partial results.
46. The 'Web services container' option, under the 'Tools' menu...
4. ... allows the creation of new web services.
48. ACME Inc. has one Virtual DataPort server installed in New
York. Its locale configuration is us_est. There is an Oracle server
located in San Francisco, and there is a table with a timestamp. A
Scheduler job inserts in the timestamp field the date at midnight
(e.g 05/26/2015 00:00:00). The base view which imports the table
has the locale configuration set to 'us_pst' The developer team is
located in NY. The developers have their Virtual DataPort Admin
Tools with the locale configuration 'us_est'. What is the time
displayed in the admin tool when the developers execute a query
to get the timestamps?
1. 05/25/2015 21:00:00
49. We have a JDBC data source and a base view over a table, and
one of the fields is a date type. We configure the i18n for that
specific base view (Advanced settings > search methods > i18n)
and we select 'us_pst'. The configuration of the Virtual DataPort
admin tool (Tools > Admin Tool preferences > locale) has the
same i18n selected: 'us_pst'. If we execute a query over that base
view, how will Virtual DataPort Administration Tool show the
results for that date field?
3. It depends on whether the check 'Internationalized query results' is enabled or
not.
3. In a JSON data source, the data route option 'From Variable' can
be used for parsing a JSON document...
1. ... from a HTTP parameter.
13. Virtual DataPort allows you to integrate data from what type
of sources?
4. All the previous answers are true.
16. What is the use of 'Stream tuples' option in excel data source?
3. If 'Stream tuples' is cleared, the Server obtains the type of each field from the
file’s metadata, and if this option is selected the Server infers the type of each
column from the first rows of the file.
17. When creating an Excel data source, which one of the options
is false about StartCell and EndCell parameters?
4. If both parameters are empty, the view will not retrieve data from the sheet.
18. A zip file contains four Excel files in it. How can you create a
base view(s) with information from all of these Excel files?
3. By creating separate data sources for each Excel file and then creating
the base views for each.
19. What function should you use if you wish to create an array?
2. Nest
28. Which type of derived views requires the input views to have
the same schema?
3. Intersection and Minus.
30. What are the HTTP Request Types applicable for JSON Data
Source?
1. GET, POST, PUT, PATCH and DELETE
41. You have to perform an inner join between two tables 'A' and
'B', from two different JDBC data sources. 'A' has 1000 rows and
'B' has 1 million rows. Which of the following sentences is right?
1. The HASH join is a good strategy, of course, setting A as the right branch.
46. When you execute a base view created from a query over a
JDBC data source, which of the following is true?
3. Conditions and aggregations are delegated to the data source, but only if you
configure the base view to 'Delegate SQL Sentence as Sub Query'.