ConceptShare (Online Proofing Software) MCQs

ConceptShare (Online Proofing Software) MCQs

Our experts have gathered these ConceptShare (Online Proofing Software) MCQs through research, and we hope that you will be able to see how much knowledge base you have for the subject of ConceptShare (Online Proofing Software) by answering these 30 multiple-choice questions.
Get started now by scrolling down!

1: When you send a SOAP 1.1 request using the ArchiveWorkspace API as shown below, what will the SOAP 1.1 response be?

    
      int
    

A.   <soap:Body>
    <ArchiveWorkspaceResponse xmlns="ConceptShare.API">
      <ArchiveWorkspaceResult&am

B.   <soap:Body>
    <ArchiveWorkspaceResponse xmlns="ConceptShare.API">
      <ArchiveWorkspaceResult&am

C.   <soap12:Body>
    <ArchiveWorkspaceResponse xmlns="ConceptShare.API">
      <ArchiveWorkspaceResult&

D.   <soap12:Body>
    <ArchiveWorkspaceResponse xmlns="ConceptShare.API">
      <ArchiveWorkspaceResult&

2: The CreateTaskFromCommentResult, which is the child element of CreateTaskFromCommentResponse that is returned when you call the CreateTaskFromComment API, will be in which of the following data types?

A.   int

B.   string

C.   boolean

D.   double

3: If you call the IsConceptShareUser API, which of the following elements must you include in the body of your SOAP?

A.   workspaceId

B.   conceptId

C.   emailAddress

D.   workspaceId, conceptId

4: Fill in the name of the API call in the code shown below.
  
       <________________________ xmlns="ConceptShare.API">
      string
      string
      string
      string
      string
      string
      string
    
  

A.   CanCreateTrialAccount

B.   AddUsersToConceptApproval

C.   CreateTrialAccount

D.   LockConcept

5: Which of the following elements is supplied when you call the SelectWorkspaceList API?

A.   workspaceId

B.   includeDisabled

C.   FileId

D.   None of the above

6: When you send a SOAP request using the AddWorkspaceMember API, which of the following are acceptable values for the accessLevel element of the SOAP body?

A.   Commentor

B.   Guest

C.   Administrator

D.   All of the above

7: What is the response of the SelectConceptsInFolder API?

A.   It returns the SelectConceptsInFolderResult element as a Boolean

B.   It returns a SelectConceptsInFolderResult with a single Concept as its child element as a string.

C.   It returns a SelectConceptsInFolderResult with multiple Concept elements along with other details such as WorkspaceId and Name, which are the child elements of the Concept element.

D.   None of the above

8: If you want to upload a file to your Workspace, you must send a SOAP request to the UploadWorkspaceFile API. Which child elements will you need to send in the SOAP body?

A.   workspaceId, fileName, fileData

B.   fileId, FileSize, DateCreated

C.   workspaceId, fileId, FileSize, DateCreated

D.   workspaceId, fileId

9: When you call the SelectWorkspaceFolderList API, which of the following elements is not included in the SOAP response?

A.   Id

B.   WorkspaceId

C.   Name

D.   FolderId

10: Which of the following is the correct SOAP request body for calling the DisableWorkspace API?

A.   <soap:Body>
    <DisableWorkspace xmlns="ConceptShare.API">
      <workspaceId>int</wo

B.   <soap:Body>
    <DisableWorkspace xmlns="ConceptShare.API">
      <workspaceId>int</wo

C.   <soap:Body>
    <DisableWorkspace xmlns="ConceptShare.API">
         <wor

D.   <soap:Body>
    <DisableWorkspace xmlns="ConceptShare.API">
      <conceptId>int</conc

11: Which of the following lines from a SOAP 1.1 request contains an error?
1.
2.        xmlns:xsd="http://www.w3.org/2001/XMLSchema"
        xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
3.
4.
5.1234
6.123
7.

8.

9.
10.
11.1
12.1
13.

14.

15.

A.   Line 5

B.   Line 6

C.   Line 11

D.   Line 12

12: Which of the following is always included in the SOAP header while calling any ConceptShare API?

A.   AuthorizeID

B.   PartnerPassword

C.   workspaceId

D.   username

13: Which error is present in the SOAP request body shown below?
 
    
  

A.   No child element is supplied for the SelectSupportedExtensions element.

B.   The FileName child element of the SOAP body is missing.

C.   There are no errors in the SOAP request body.

D.   The SelectSupportedExtensions is not a ConceptShare

14: Which of the following is not a ConceptShare Concepts API?

A.   AddConcept

B.   AddUserToConceptApprovAl

C.   VoteOnConcept

D.   CreateConceptFromComment

15: Which of the following elements of the SOAP body are always required when sending a CompleteWorkspaceTask API request?

A.   workspaceId

B.   commentId

C.   taskId

D.   conceptId

E.   All of the above

16: Which of the following APIs passes the username and password elements in the SOAP body?

A.   GetAuthenticatedURL

B.   CreateUser

C.   Authorize

D.   None of the above

17: Which of the following elements do you have to send when calling the MoveConceptToFolder API?

A.   workspaceId, conceptId, folderId

B.   workspaceId, conceptId, folderId, folderName

C.   workspaceId, folderId

D.   None of the above

18: Study the SOAP response below. From the options given, choose the value that is NOT acceptable for the EventType element (indicated by blank lines in the example)?


  
    
      
        
          int
          int
          _________________________
          dateTime
          int
        

        
          int
          int
          _________________________
          dateTime
          int
        

      

      string
    

  

A.   NewConcept

B.   ConceptUpdated

C.   ConceptRemoved

D.   NewTask

19: Which of the following is the correct SOAP response body that is returned by the SetConceptPermissions API?

A.  
    

B.  
    

C.   Both a and b are correct

20: Which of the following is not a ConceptShare Workspace API?

A.   AddWorkspace

B.   AddWorkspaceMember

C.   AddWorkspaceMember2

D.   getWorkspaces

21: Shown below is the SOAP body element used to send a request to the AddConcept API. Which element is missing?
 
    
      int
      string
      string
      base64Binary
     

A.   The extraParameters element is missing.

B.   The uploadParameters element is missing.

C.   The conceptId element is miss

22: Which of the following is the correct SOAP request body for calling RemoveWorkspaceMember API?

A.   <soap:Body>
    <RemoveWorkspaceMember xmlns="ConceptShare.API">
      <workspaceId>int&l

B.   <soap:Body>
    <RemoveWorkspaceMember xmlns="ConceptShare.API">
      <userId>int</us

C.   <soap:Body>
    <RemoveWorkspaceMember xmlns="ConceptShare.API">
         &l

D.   <soap:Body>
    <RemoveWorkspaceMember xmlns="ConceptShare.API">
         &n

23: If you call the UpdateContactEmail API, which of the following is NOT a valid child element of the SOAP body?

A.   userId

B.   newEmailAddress

C.   prevEmailAddress

24: Which of the following elements should be included in the SOAP body element when you call CanCreateTrialAccount API?

A.   username

B.   password

C.   emailAddress

D.   All of the above

25: Which of the following child elements of the SOAP body is supplied in the AddWorkspaceMember2 API but not in the AddWorkspaceMember API?

A.   workspaceId

B.   accessLevel

C.   username

D.   suppressEmail

26: When you call the VoteOnConcept ConceptShare API, you have to pass values for the vote element. Which of the following is not an acceptable value for the vote element?

A.   Rejected

B.   ChangeRequested

C.   NoVote

D.   Any integer value from 1 to 5

27: The includeTasksAssignedByMe child element shown in the given figure would be in which of the following data types?

A.   boolean

B.   int

C.   dateTime

D.   string

28: Which of the following child elements MUST be included in the SOAP body when you call the Authorize API?

A.   username and password

B.   emailAddress and password

C.   AuthorizeID and PartnerPassword

D.   None of the above 

29: Is there any API function available in ConceptShare that lets users download files from their Workspace?

A.   Yes

B.   No 

30: When you call the SelectWorkspace API, the AllowUsersToDownloadConcepts element (marked as A in the given image) will be in which of the following data types?

A.   string

B.   boolean

C.   int

D.   None 

31: When you call the GetWorkspaceImage API the imageFormat element will be in which of the following data types?

A.   int

B.   string

C.   image 

32: Which of the following elements is not returned in the SOAP response when the UpdateConceptWithParameters API is called?

A.   Id

B.   WorkspaceId

C.   conceptId

D.   FileSize 

33: Which of the following are valid child elements that are returned in the SOAP response when you call the SelectWorkspaceTaskList API?

A.   TaskId

B.   AssignedTo

C.   ConceptId

D.   Title

E.   All of the above 

34: What is the response of the SelectWorkspaceMemberListAPI?

A.   It returns the WorkspaceMember child elements EmailAddress and Name only.

B.   It returns the WorkspaceMember child elements Name, EmailAddress, and LastVisitedHasValue only.

C.   It returns the WorkspaceMember child elements Name, EmailAddress, AccessLevel, and LastVisitedHasValue only.

D.   It returns the WorkspaceMember child elements UserId, Name, EmailAddress, AccessLevel, LastVisitedHasValue, and LastVisited only. 

35: Which element(s) of the SOAP body is/are missing in the request below?

    
      int
      string
      string
      base64Binary
     
        string
        string
       

    

  

A.   uploadParameters

B.   conceptId

C.   workspaceName

D.   Both b and c