`
kirenenko04
  • 浏览: 145915 次
  • 性别: Icon_minigender_2
  • 来自: 上海
社区版块
存档分类
最新评论

Demandware Training

 
阅读更多

1.A Realm is a Demandware instance used only by developers?

Realm 是 Demandware 实例 只有开发人员使用的吗?

F

 

2.Merchants use Business Manager to manage products and catalogs?

商人使用业务管理器来管理产品和目录?

 T

 

3.You can import SiteGenesis through site import at any time without risk?

你可以用site import功能导入SiteGenesis 在任何时候都没有风险?

 F

 

4.Catalogs are not shareable between sites within an organization?

目录再同一个组织的各个网络内是不共享的?

 F

 

5.A site must have one and only one site catalog?

一个网站必须有且只有一个网站目录?

T

 

6.sandbox instance (B)

sandbox 实例用于?

A) is a customer's live storefront 

 是一个客户的线上商店

B) used for code testing

是用于代码测试的

 

7.production instance(A)

production 实例用于?

A) is a customer's live storefront

 是一个客户的线上商店

B) used for code testing

是用于代码测试的

 

8.To upload your code to a demandware server (C)

上传代码到demandware服务器

A) copy files to the root folder on the server

复制文件到跟目录,再你的服务器上

B) connect to a production server in a PIG

连接一个生产环境服务器。再PIG内

C) create a server connection in studio

创建一个服务器连接在studio内

D) contact demandware support to open a server connection

联系demandware供应商打开一个服务器连接

 

9.You can find text in any workspace file by? (B)

你可以再workspace内找到包含指定文字的任何文件通过什么方法?

A) click on File -> Find Text

点击File -> Find Text

B) using the search function in Studio by clicking on Search->Search...

使用搜索方法。Search->Search

C) using the windows 7 search option

使用win 7的搜索选项

D) clicking on Edit->Find

点击Edit->Find

 

10.A demandware storefront cartridge is an empty cartridge with empty sub-folders?

demandware storefront cartrige 是一个有空的子文件夹的cartrige?

F

 

11.You can view all files in a cartridge located on a demandware server from the business manager?

你可以查看所有的文件在一个盒位于demandware服务器从business manager?

T

 

12.Each pipeline must have? (D)

每个pipeline必须有?

A) at least a join node and a transition node

至少一个Join节点和一个transition node

B) at least one start node and a jump node

至少一个开始节点和一个跳跃节点

C) at least a start node and an interaction node

至少一个开始节点和一个交互节点

D) B or C

 

13 . The pipeline dictionary holds the following default objects? (C)

pipeline词典拥有以下默认对象? 

A) GlobalDefault

B) CurrentHttpParameterTable, CurrentScope, CurrentRequest, CurrentForms, CurrentPipeline

C) CurrentHttpParameterMap, CurrentSession, CurrentRequest, CurrentForms, CurrentCustomer

D) CurrentCustomer, CurrentSession, CurrentRequestor, CurrentFormValue, CurrentHTTPParameterMap

 

14.What ISML tag is used to create a variable?

哪个ISML标签是用于创建一个变量的?

isset

 

15.What ISML tag is used to format output to a page?

什么ISML标记用于格式输出到页面的?

isprint

 

16.What ISML tag is used to include a local template?

什么ISML标记用于引入本地模板

isinclude with template attribute

 

17.What ISML tag is used to create a loop statement?

什么ISML标记用于创建一个循环语句

isloop

 

18.What Storefront Toolkit tool helps you to troubleshoot pipeline execution errors?

什么店面工具箱工具帮助你排除管道执行错误?

Request Logs

 

19.What types of content slots can you create?

什么类型的内容插槽可以创建?

global, category

 

20.Can a slot be created in Business Manager?

一个槽可以在创建业务经理?

No, it must be done by a developer using the isslot tag

不,它必须通过一个开发人员使用isslot标记

 

21.How does <isprint> preserve the markup of an HTML slot?

< isprint >如何保存一个HTML槽的标记吗?

setting encoding="off"

 

22.Where is <isslot> to be placed in templates?

< isslot >被放置在模板在哪里?

anywhere

 

23.You do not need to fully qualify a folder path when importing a script into a script file?

你不需要完全限定一个文件夹路径时脚本导入脚本文件吗?

false

 

24.You can modify the functions of a demandware pipelet?

您可以修改demandware pipelet的功能

false

 

25.A script pipelet has full access to the demandware script api?

一个脚本pipelet 对于 demandware脚本api的完全访问权?

true

 

26.The <isinputfield> is a custom tag used to populate form field attributes?

<isinputfield>是一个定制的标签,用于填充表单字段属性?

true

 

27.An interaction node displays a form to a page?

一个交互节点显示一个表单页面?

false (the interaction-continue node does) 

 

28.A transition node named 'next' will continue pipeline logic if a form has been successfully validated for a 'subscribe' action to occur?

转换节点命名为“下一个”将继续管道逻辑如果表单已成功验证“订阅”行动发生?

false

 

29.Custom objects are the only way to store custom data in demandware?

定制对象是在demandware存储自定义数据的唯一方法吗?

false

 

30.The "custom" keyword is required to access attributes of a custom object?

“custom” 关键字访问自定义对象的属性是必需的?

true

 

31.Custom objects need primary keys?

定制对象需要主键?

true

 

32.Custom object instances can only be created in Business Manager?

自定义对象实例只能在 Business Manager 中创建?

false

 

33.Implicit transaction means that the pipelet always commits?

隐式事务意味着pipelet总是提交

false

 

34.To implement explicit transactions you use the beginTransaction() method in a script pipelet?

实现显式事务使用脚本pipelet beginTransaction()方法

false

 

35.UpdateObjectWithForm can update any object even if it is not persistent?

UpdateObjectWithForm可以更新任何对象即使它不是持久的

false

 

36.UpdateFormWithObject will update any form fields where the binding matches the object attributes?

UpdateFormWithObject将更新任何表单字段匹配对象属性的绑定

true

 

37.Staging is for?

staging 是 为了?

merchants 商家

 

38.Development is for?

QA/Testing

 

39.The SIG contains which instances?

SIG包含哪些实例?

sandboxes

 

40.The acronym SIG means?

SIG 什么意思?

Secondary Instance Group

 

41.The acronym PIG means?

PIG 什么意思?

Primary Instance Group

 

42.What are the three things that developers should do when creating a new site?

什么是当创建一个新的网站开发人员应该做的三件事情?

1. disable cache

禁用cache

2. configure cartridge path

配置cartridge path

3. reindex search

重建索引

 

43.What are the steps that should be followed when import SiteGenesis over an existing site?

导入SiteGenesis,存在现有的网站时应遵循的步骤是什么?

1. export current site to zip

导出当前网站到zip压缩包

2. delete existing site

删除现有site

3. re-import SiteGenesis

重新导入 SiteGenesis

4. import the export from step 1

导入步骤1到出的数据

 

44.What two packages are automatically imported into an isml?

什么两个包会自动导入到一个isml?

TopLevel, dw.web

 

45.What package is automatically imported into a demandware script?

什么是包自动导入demandware脚本?

TopLevel

 

46.What are the four isset scopes?

四个isset范围是什么?

session, request, page, pdict

 

47.What is the default isset scope?

默认isset范围是什么?

session

 

48.Describe isset session scope?

描述isset会话范围?

available through the whole session

可以通过整个会话

 

49.What is the difference site preferences and global preferences?

site的参数和global的参数的差异是什么?

global preferences are available through dw.system.OrganizationPreferences and are available to any site within the organization. site preferences are available through dw.system.SitePreferences and are available to any pipeline executing as part of a site.

全局参数用于dw.system.OrganizationPreferences 和 任何网站在组织内。site参数 用于dw.system.SitePreferences,和任何管道执行作为一个网站的一部分。

 

50.Describe isset pdict scope.

描述isset pdict范围

available while a pipeline executes, might involve multiple requests when used with Interaction Continue nodes

可用的管道执行,可能涉及继续使用交互节点多个请求时

 

51. Describe isset request scope

描述isset request范围

available through a request-response cycle

可以通过请求-响应周期

 

52.Describe isset page scope.

描述isset page范围

available for a specific page, and its locally included pages

用于一个特定的页面,包括本地的页面

 

53.When using web services, what does the instance of the dw.rpc.WebReference represent? (B)

A) The Web Service

B) The package compiled from the wsdl 从wsdl包编译

C) The wsdl

D) The remote procedure call

在使用web services时,dw.rpc.WebReference的实例代表什么?

 

54.What protocols are supported for simple feeds? (D)

简单的订阅 支持哪些协议?

A) FTP

B) WEBDAV

C) SFTP

D) WEBDAV & (S)FTP

 

55.Which of the following is true about Integration Framework (A)

以下哪一个是正确的 对于集成框架

a)Integration Framework lets you monitor the jobs.

集成框架允许您监控工作。

b) Integration Framework is the only way to create jobs.

集成框架是创造就业的唯一途径.

 

56. The base class used to represent any type of item to be included in the calculation of totals is LineItem?

被用于表达任意类型的item的总计的基类是LineItem?

True

 

57.The file app.js is used for client-side storefront event handling?

app.js用于店面的客户端文件事件处理?

True

 

58.The COPlaceOrder Pipeline is responsible for creating an order from the current basket?

COPlaceOrder管道负责创建一个订单从当前的购物车内?

True

 

59.List variable scopes from widest to narrowest

列表变量范围从最大到最小

organization, site, session, pdict, request, page, slotcontent, isloop

 

60.what are the data types available for form inputs?

可用于表单输入的数据类型是什么?

string, date, integer, number, boolean

 

61.What are the different log levels?

日志级别有哪些?

debug, info, warn, error, fatal

 

62.How would you open the Open Resource dialog?

你将如何打开打开资源对话框?

ctrl+shift+R, or Command+Shift+R (for brian)

 

63.What instance is used to replicate data in a P.I.G?

PIG内用于复制数据的实例是什么?

staging

 

64.What two caching types can be used when using the <iscache> tag?

在使用<iscache>标签的时候哪两种caching类型可以被使用?

relative & daily

分享到:
评论
2 楼 kirenenko04 2014-08-17  
我没要学.学你妈的Demandware,被老板娘逼的.我现在去从头学PHP了.好好做人.不搞那歪门邪道.
1 楼 itxinmeng 2014-08-12  
不错,现在做demandware的不多哦,可以交流下下..

相关推荐

Global site tag (gtag.js) - Google Analytics