`
kirenenko04
  • 浏览: 149556 次
  • 性别: 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的不多哦,可以交流下下..

相关推荐

    Demandware Architecture

    ** Demandware架构详解** Demandware 是一款领先的云电子商务平台,为全球零售商提供强大的电商解决方案。其架构设计旨在提供高可用性、可扩展性和安全性,帮助商家快速响应市场变化,提升客户体验。本篇文章将...

    Demandware Script

    ** Demandware Script 知识详解 ** Demandware Script 是一种基于 JavaScript 的服务器端脚本语言,主要用于构建和定制电子商务平台,尤其是 Salesforce Commerce Cloud (以前称为 Demandware) 平台上的应用和功能...

    Demandware Concept - Review For Did Exam

    标题 "Demandware Concept - Review For Did Exam" 涉及的是 Demandware,这是一个基于云的电子商务平台,专为零售商和品牌商提供强大的电子商务解决方案。这篇博文可能是为了帮助读者准备 Demandware 的相关认证...

    ember-demandware-源码.rar

    Ember Demandware 是一个基于 Ember.js 框架的电商解决方案,主要用于构建高效、可扩展的电子商务网站。Ember.js 是一个成熟的前端 MVC(模型-视图-控制器)框架,以其双向数据绑定和命令式编程风格著称。在这个...

    需求轻松「Demandware With Ease」-crx插件

    轻松使用Demandware业务经理! 一个扩展,使业务经理一个快乐的地方!享受轻松使用Demandware。 这个插件是为开发人员沙箱而设计的,因此应该谨慎使用沙盒和生产沙箱。 存储沙箱 您可以存储所有沙盒实例,并为其中的...

    Demandware Buisiness Manager UI Classic-crx插件

    【 Demandware Buisiness Manager UI Classic-crx 插件】是一款专为Demandware商务管理平台设计的用户界面增强工具,其主要目的是将平台的默认现代界面恢复为经典的、用户更为熟悉的布局。这款插件尤其适合那些习惯...

    oink_demandware

    标题“oink_demandware”可能指的是一个开源项目或者软件工具,专门针对Demandware平台进行开发或优化。 Demandware是一款流行的电子商务平台,它提供云基础架构,帮助商家构建、管理和优化他们的在线商店。...

    Demandware日志示踪剂「Demandware Log Tracer」-crx插件

    跟踪Demandware日志 跟踪Demandware在浏览器的控制台中登录 ================ 更改日志:  4.1.4  - 由于DW升级,将api-deprecation日志移出deprecation文件夹  4.1.3  - 改进badwords过滤  4.1.2  - 添加了弃...

    Demandware BM会话保持活跃「Demandware BM Session Keep Alive」-crx插件

    当您连接到Demandware沙盒BM时,此扩展可防止您的会话过期。 默认情况下扩展名... 当您连接到Demandware沙盒BM时,此扩展可防止您的会话过期。 默认情况下,扩展功能处于启用状态,并且只能在沙箱中工作,而且由于...

    Demandware日志通知「Demandware Logs Notifier」-crx插件

    每当您的Demandware实例创建新日志时,您都会收到一条通知,以便您可以更快,更可靠地跟踪代码错误。 发行说明1.0.3保存设置将检查服务器连接是否正常1.0.2保存设置后添加响应消息错误修复1.0.1随着刀片服务器选项UI...

    DemandwareBMRobot:与 Demandware BM 交互的机器人

    Demandware 业务经理机器人 与 Demandware BM 交互的机器人 安装 ( ) 安装 PhantomJS - 安装 Python 2.6 或更高版本 - 安装 CasperJS - 运行 Demandware 业务经理机器人 cd 进入 DemandwareBMRobot 目录 从...

    Demandware Logs Notifier-crx插件

    每当您的Demandware日志有更新时,都会收到通知。 每当您的Demandware实例创建新日志时,您都会收到一条通知,以便您可以更快,更可靠地跟踪代码错误。 发行说明1.0.3保存设置将检查服务器连接是否正常1.0.2保存设置...

    ember-demandware:使用 Ember CLI 实现 Demandware OCAPI

    点播软件 此自述文件概述了在此 Ember 应用程序上进行协作的详细信息。 这个应用程序的简短介绍可以很容易地转到这里。 先决条件 您将需要在您的计算机上正确安装以下东西。 (带有 NPM)和 安装 ...

    dw-cli:用于Salesforce Commerce Cloud(Demandware)SIG和PIG开发的命令行实用程序

    dw-cli 一个命令行实用程序,可帮助您在Salesforce Commerce Cloud(Demandware)平台上获得更好的开发体验,更直观,更高效的体验。 此cli工具的目标是帮助您避免使用Eclipse和Business Manager,并使您专注于所选...

    Demandware Log Tracer-crx插件

    语言:English (UK) 跟踪需求软件日志 通过此扩展,您可以直接在浏览器的控制台和/或专用的DevTools面板中创建多个配置文件以跟踪DW(SFCC)日志。 -密码加密-域别名-日志块和日志文件过滤-美化的XML和JSON服务请求/...

    Demandware With Ease-crx插件

    语言:English,Français,Nederlands,italiano,Српски,български 轻松使用Salesforce Commerce Cloud B2C! 扩展使Salesforce Commerce Cloud B2C(需求软件)成为一个快乐的地方!...

    SiteGenesis-Community-TestSuite:这是一个用于基于 Demandware 的商店的测试套件,它演示了使用 XLT 进行电子商务的测试自动化,但也可以作为您自己的测试自动化工作的模板。 它是 MIT 许可的。 欢迎你贡献

    尽管此测试套件基于测试演示商店Demandware SiteGenesis的店面,但底层概念和交流的专业知识也适用于构建其他 Web 应用程序的测试套件。 每个人都被邀请使用它,从中学习,改进它并使其适应他们的需求。 可能的目的...

    sfcc_apple_web_signin:使用Apple Web插件登录Salesforce Commerce Cloud(Demandware)

    Salesforce Commerce Cloud Apple Web登录插件 此墨盒增加了对SFRA中的Apple Web登录的支持。 苹果配置 在将此墨盒用于SFCC之前,需要进行一些配置。 关注此,了解如何在Apple开发人员帐户中进行配置。...

    adyen-salesforce-commerce-cloud:Salesforce Commerce Cloud(以前为Demandware)

    Salesforce Commerce Cloud Adyen墨盒Adyen提供了一个LINK墨盒,可与集成。... 此盒带支持SFRA 4.xx和5.xx版本以及SiteGenesis JS-Controllers 103.1.11和更高版本。 请注意,由于Salesforce上的,该墨盒与SFRA版本4.3....

Global site tag (gtag.js) - Google Analytics