MCQs > Softwares & Applications > ConceptShare (Online Proofing Software) MCQs > Basic ConceptShare (Online Proofing Software) MCQs

Basic ConceptShare (Online Proofing Software) MCQ

1. What is the response of the SelectWorkspaceMemberListAPI?

Answer

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

Note: This Question is unanswered, help us to find answer for this one

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

Answer

Correct Answer: All of the above 

Note: This Question is unanswered, help us to find answer for this one

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

Answer

Correct Answer: conceptId

Note: This Question is unanswered, help us to find answer for this one

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

Answer

Correct Answer: int

Note: This Question is unanswered, help us to find answer for this one

5. 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?

Answer

Correct Answer: boolean

Note: This Question is unanswered, help us to find answer for this one

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

Answer

Correct Answer: Yes

Note: This Question is unanswered, help us to find answer for this one

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

Answer

Correct Answer: username and password

Note: This Question is unanswered, help us to find answer for this one

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

Answer

Correct Answer: boolean

Note: This Question is unanswered, help us to find answer for this one

9. 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?

Answer

Correct Answer: Any integer value from 1 to 5

Note: This Question is unanswered, help us to find answer for this one

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

Answer

Correct Answer: suppressEmail

Note: This Question is unanswered, help us to find answer for this one

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

Answer

Correct Answer: emailAddress

Note: This Question is unanswered, help us to find answer for this one

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

Answer

Correct Answer: prevEmailAddress

Note: This Question is unanswered, help us to find answer for this one

13. Which of the following is the correct SOAP request body for calling RemoveWorkspaceMember API?

Answer

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

Note: This Question is unanswered, help us to find answer for this one

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

Answer

Correct Answer: The extraParameters element is missing.

Note: This Question is unanswered, help us to find answer for this one

15. Which of the following is not a ConceptShare Workspace API?

Answer

Correct Answer: getWorkspaces

Note: This Question is unanswered, help us to find answer for this one

16. Which of the following is the correct SOAP response body that is returned by the SetConceptPermissions API?

Answer

Correct Answer: Both a and b are correct

Note: This Question is unanswered, help us to find answer for this one

17. 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
    

  

Answer

Correct Answer: NewTask

Note: This Question is unanswered, help us to find answer for this one

18. Which of the following elements do you have to send when calling the MoveConceptToFolder API?

Answer

Correct Answer: workspaceId, conceptId, folderId

Note: This Question is unanswered, help us to find answer for this one

19. Which of the following APIs passes the username and password elements in the SOAP body?

Answer

Correct Answer: Authorize

Note: This Question is unanswered, help us to find answer for this one

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

Answer

Correct Answer: All of the above

Note: This Question is unanswered, help us to find answer for this one

21. Which of the following is not a ConceptShare Concepts API?

Answer

Correct Answer: CreateConceptFromComment

Note: This Question is unanswered, help us to find answer for this one

22. Which error is present in the SOAP request body shown below?
 
    
  

Answer

Correct Answer: There are no errors in the SOAP request body.

Note: This Question is unanswered, help us to find answer for this one

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

Answer

Correct Answer: AuthorizeID

Note: This Question is unanswered, help us to find answer for this one

24. 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.

Answer

Correct Answer: Line 6

Note: This Question is unanswered, help us to find answer for this one

25. Which of the following is the correct SOAP request body for calling the DisableWorkspace API?

Answer

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

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

Note: This question has more than 1 correct answers

Note: This Question is unanswered, help us to find answer for this one

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

Answer

Correct Answer: FolderId

Note: This Question is unanswered, help us to find answer for this one

27. 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?

Answer

Correct Answer: workspaceId, fileName, fileData

Note: This Question is unanswered, help us to find answer for this one

28. What is the response of the SelectConceptsInFolder API?

Answer

Correct Answer: 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.

Note: This Question is unanswered, help us to find answer for this one

29. 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?

Answer

Correct Answer: All of the above

Note: This Question is unanswered, help us to find answer for this one

30. Which of the following elements is supplied when you call the SelectWorkspaceList API?

Answer

Correct Answer: includeDisabled

Note: This Question is unanswered, help us to find answer for this one

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

Answer

Correct Answer: CreateTrialAccount

Note: This Question is unanswered, help us to find answer for this one

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

Answer

Correct Answer: emailAddress

Note: This Question is unanswered, help us to find answer for this one

33. 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?

Answer

Correct Answer: int

Note: This Question is unanswered, help us to find answer for this one

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

    
      int
    

Answer

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

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

Note: This question has more than 1 correct answers

Note: This Question is unanswered, help us to find answer for this one

search
ConceptShare (Online Proofing Software) Subjects