Monday, February 18, 2019

Modification on existing report in D365

Create a new class from controller class


class CITSalesConfirmController extends SalesConfirmController
{
    public static CITSalesConfirmController construct()
    {
        return new CITSalesConfirmController();
    }

    public static void main(Args _args)
    {
        SrsReportRunController formLetterController = CITSalesConfirmController::construct();
        CITSalesConfirmController controller = formLetterController;
        controller.parmArgs(_args);
        controller.parmReportName(ssrsReportStr(CITSalesConfirmExt, Report));
        controller.parmShowDialog(false);
        controller.startOperation();
       
    }

}


Create a new / existing extension from output menu item

Go to the properties
  1. change the name to "new extension" of output menu item
  2. change the object to "new extension controller"

Duplicate the report from existing report

Go to the designs and click on report
  1. change the label names / text using expression property 

Added below code into the "PrintMgtDocTypeHandlers_ExtensionCIT" class (new class in your project)

 class PrintMgtDocTypeHandlers_ExtensionCIT
{
    [SubscribesTo(classstr(PrintMgmtDocType), delegatestr(PrintMgmtDocType, getDefaultReportFormatDelegate))]
    public static void getDefaultReportFormatDelegate(PrintMgmtDocumentType _docType, EventHandlerResult _result)
    {
        switch (_docType)
        {

// Call your report name here

            case PrintMgmtDocumentType::SalesOrderPackingSlip:
                _result.result(ssrsReportStr(CITSalesPackingSlipExt, Report));
                break;

// Call your report name here

            case PrintMgmtDocumentType::SalesOrderConfirmation:
                _result.result(ssrsReportStr(CITSalesConfirmExt, Report));
                break;
        }
    }

}

If report have print management option then follow the below setup

Set up print management for a module


Click Accounts receivable > Setup > Forms > Form setup. Click Print management
Click  your report module (Eg: Sales order confirmation) > Original <Default>
select your report name in "Report format" field


Deployment another way:

C:\AosService\PackagesLocalDirectoryECO\Plugins\AxReportVmRoleStartupTask\DeployAllReportsToSSRS.ps1 -Module CIT -ReportName CITSalesConfirm.ReportCAN -PackageInstallLocation "C:\AosService\PackagesLocalDirectoryECO"

If report have multiple language:

1. create same label names in different language files.
2. If it is still not  working then you have to follow the below code.

[ExtensionOf(ClassStr(SalesConfirmController))]
final class CITSalesConfirmController_Extension
{
    protected void modifyContract()
    {
        str invoiceaccount = custConfirmJour.InvoiceAccount;
        CustTable objcusttable = CustTable::find(invoiceaccount);
        str languageid =   objcusttable.languageId();

        this.parmReportContract().parmRdlContract().parmLabelLanguageId(languageid);
        next modifyContract();
        this.parmReportContract().parmRdlContract().parmLabelLanguageId(languageid);
    }

}

Fix Certificate Issues on Development Machines

The below links are useful to fix certification expired issue in D365


  1. https://community.dynamics.com/365/financeandoperations/b/axilitynet/archive/2018/03/27/fix-certificate-issues-on-development-machines
  2. https://community.dynamics.com/365/financeandoperations/b/axtechnicaldynamics/archive/2018/07/13/how-to-fix-certificate-expiry-in-d365

This is the briefly snippet code to execute command in Powershell editor

Follow the below steps to solve the certificate expired issue

Certificate issue of Old key "217695F9CE7033413ECB5F059FC4C4B0F439C102"


1. Use PowerShell (and Run as Administrator) editor and Execute below code

Set-Location -Path "cert:\LocalMachine\My"
$OldCert = (Get-ChildItem -Path 217695F9CE7033413ECB5F059FC4C4B0F439C102)
New-SelfSignedCertificate -CloneCert $OldCert -NotAfter (Get-Date).AddMonths(999)

 2. Output like this

PS C:\windows\system32> Set-Location -Path "cert:\LocalMachine\My"
PS Cert:\LocalMachine\My> $OldCert = (Get-ChildItem -Path 217695F9CE7033413ECB5F059FC4C4B0F439C102)
PS Cert:\LocalMachine\My> New-SelfSignedCertificate -CloneCert $OldCert -NotAfter (Get-Date).AddMonths(999)


   PSParentPath: Microsoft.PowerShell.Security\Certificate::LocalMachine\My

Thumbprint                                Subject
----------                                -------
8C802394D7DFA61343987C7BFEAF48505CEF6D69  CN=DeploymentsOnebox.SessionAuthenticationCertificate.pfx

3. Replace the new key with the old key 

Run Notepad AS ADMINISTRATOR,
Then open each Web.config file
Do a Ctrl+H and find 217695F9CE7033413ECB5F059FC4C4B0F439C102 replace with 8C802394D7DFA61343987C7BFEAF48505CEF6D69

MS 201 | Question and Answers - MS 201 stands for Managed Service (WIPRO)

Please go through these questions only and answers may be correct 75%

1)  Which of the following statement/s is/are correct
a) SLAs should define roles responsibilities on both sides of the agreement
b) SLAs should be regularly monitored and reports should be produced and circulated
c) Underpinning contracts should be reviewed before SLAs are signed
d) All of the above
ans: d) All of the above


2) Engagements of type ____________do not qualify for Managed Services life cycle
a) L1 and L2
b) L2 and L3
c) L3 and L4
d) L1 and L4
ans: d) L1 and L4

3) Output of transition closure is _____
a) Transition Plan
b) Estimation Summary
c) Lessons Learnt Document
d) None of the above
ans: c) Lessons Learnt Document

4) Which is the key report that helps the organization foresee potential risks
a) Daily dashboard
b) Service Management Plan (SMP)
c) Service Improvement Plan (SIP)
d) None of the above
ans: b) Service Management Plan (SMP)

5) Finalization of Transition plan and its sign-off from customer happens in
a) Transition Initiation Phase
b) Transition Planning Phase
c) Knowledge Acquisition Phase (KAP)
d) None of the above
ans: b) Transition Planning Phase

6) Taking ownership of low priority tickets and verifying whether they met SLA or not is
an activity of _____________.
a) Knowledge Acquisition Phase
b) Secondary Support Phase
c) Primary Support Phase
d) None of the above
ans: b) Secondary Support Phase

7) Which documents form the key list of documents form a Service Management process
perspective?
a) Service Catalogue
b) Training need identification
c) Resource Plan
d) All of the above
ans: Service Catalogue

8) _____ and _____ project classification codes are used for steady state projects in
managed services
a) IT and IA
b) IT and MI
c) IA and MA
d) MA and MI
ans: d) MA and MI

9) As per IT Service Continuity Procedure, Disaster Recovery (DR) drills should be
conducted _____________
a) At least once a year
b) Twice a year
c) Not required
d) None of the above
ans: d) None of the above

10) Engagements of type L3 can typically follow
a) Development Life Cycle
b) Maintenance Life Cycle
c) Any valid life cycle as per its scope
d) Managed Service Life Cycle
ans: Managed Service Life Cycle

11) The typical triggers for revision/change in Service Management Plan are _____________
a) Changes to scope or Change in service model
b) Updates in Veloci-Q (QMS
c) Internal and/or External audit findings
d) All of the above
ans: d) All of the above

12) What information does CMDB contain for Configuration Items (CIs
a) Attributes
b) State
c) Relation
d) All of the above
ans: d) All of the above

13) Wipro partners with customer to define business and IT transformational initiatives
in ______________ type of engagement
a) L1 - Staff Augmentation
b) L2 - Co Managed
c) L3 - Wipro Managed
d) L4 – Consulting
ans: d) L4 – Consulting

14) Transition is divided into several tracks for better management and efficient
delivery. __________ is one of tracks of Transition
a) Sales Track
b) Vendor Track
c) Process Track
d) All of the above
Ans –c) Process Track

15) Which process is responsible for Risk assessment and mitigation plan?</
a) IT Service Continuity Management
b) Change Management
c) Service Level Management
d) Availability Management
Ans- c) Service Level Management

16) Estimation happens in
a) Proposal Preparation
b) Change management
c) Pre-sales activities
d) Lead qualification
Ans- c) Pre-sales activities

17) What should immediately follow after an RFC is implemented
a) Change record
b) Post Implementation review
c) Impact analysis
d) Change review
Ans- a) Change record

18) _____ and _____ project classification codes are used for transition projects in
managed services
a) IT and MI
b) IA and MA
c) IT and IA
d) MA and MI
Ans- c) IT and IA / d) MA and MI

19) Which of the following mandatory documents are required to be maintained in the
standard template
a) Service Management Plan (SMP
b) ITSM Process Scoping and SLA-KPI Document
c) Service Description Document and Service Delivery Review Report
d) All of the above
Ans- All of the above

20) All T&M engagements can't be considered as Managed Services
a) True
b) False
Ans- a) True / b) False

21) Prevailing managed services execution framework recommends sign-off of SLA-KPI
document with customer
a) True
b) False
Ans- a) True

22) Post Implementation Review (PIR) is a must after every Change implementation
a) True
b) False
Ans- a) True

23) Removal of service is not considered as change in scope of engagement
a) True
b) False
Ans- b) False

24) Draft Execution Process Document is one of the Work items/ Outputs of Primary Support
phase
a) True
b) False 
Ans- b) False

25) Contractually signed metrics and its operational definition are captured in____________
a) SLA - KPI
b) Risk Management Plan (FMEA)
c) Service Delivery Description (SDD
d) None of the above
ans: a) SLA - KPI

26) Customer feedback and complaints is considered trigger for service Improvements
a)True
b)False
ans :True

27) Activity of reverse transition are
a)Reverse Transition Plan and acceptance criteria sign-off
b)Knowledge transfer and execution as per plan
c)Proper termination of contract meeting legal and compliance requirement.
d)All of the above
Ans – All of the above.

23) is considered one of the service improvement themes
a)Average handling Time(AHT) reduction
b)CSAT improvement
c)Ticket Backlog reduction
d)All of the above
Ans- All of the above.

24) Is the type of engagement where wipro owns responsibility or accountability for
portion of work within ambit of larger roadmap or team managed by customer
a)L1-staff augmentation
b)L2-co managed
c)L3-wipro managed
d)L4-Consulting
ans- L2-co managed

25) Is considered trigger for Service Improvements
a)Customer and Business Objectives
b)external and internal assessment
c)service reviews
d)All of the above.
Ans- d)All of the above.

26) Transition sequence is an output of ____________Phase
a)Due Diligence
b)Transition
c)Steady state
d)Reverse Transition
ans - a)Due Diligence

27) which of the following is a valid billing type in SAP/Cpro for a program in Wipro
a)Profit sharing
b)Element base pricing
c)Time and Material
d)None of the above
ans- d)None of the above

28) project classification codes in OWBS denotes infrastructure transition in Managed
services
a)IT
b)IA
c)MA
d)MI
Ans - a)IT

29) Reverse Transition is to be carried out___________
a)When the customer decides to start a new Data centre on its Own.
b) When the customer decides to add new application/elements to the existing
portfolio
c) When the customer decides to get services from a different vendor or its internal
IT department.
d)When the customer and Wipro decide to work towards a new acquisition.
Ans- a)When the customer decides to start a new Data centre on its Own.

30) The focus of Reverse Transition Is
a)Minimum Disruption to business
b)Completion within specified timelines
c)Compliance to agreed terms and conditions of exit
d)All of the above
Ans - c)Compliance to agreed terms and conditions of exit

31) according to managed services execution life cycle , termination of contract/SoW
typically happens in
a)Due Diligence
b)Reverse Transition
c)Transition
d)None of the above
Ans - b)Reverse Transition

34) creation of draft version of Execution Process Document is one of the activities____
phase
a)Transition Initiation
b)Transition Planning
c)Knowledge Acquisition
d)None of the above
ANs - c)Knowledge Acquisition

35) Outcome based agreements typically includes
a)SLA
b)OLA
c)Underpinning Contracts (UC)
d)All of the above
ANs - d)All of the above

36) In a managed service programme , a typical risk management plan should include risk/s
due to ______
a)Business and Delivery
b)Process and Technical
c)Contract
d)All of the above
Ans - d)All of the above

37) Transition has Multiple tracks. They are__________
a)Technology Track
b)Process Track
c)People track
d)All of the above
Ans - d)All of the above

38) Objective of Quality Audit Is___________
a)To compute tickets audited to total ticket closed
b)Tickets meeting process requirement
c)To Measure, Monitor and control process adherence by support engineer
d)Tickets meeting overall process adherence
Ans - c)To Measure, Monitor and control process adherence by support engineer

39) Delivery handover is gating between due diligence and Transition
a)True
b)False
Ans – b)False

40) Service Level agreement is between an IT service Provider and another part of the
same organization
a)True
b)False
Ans - a)False

41) Change in Service Level Target or change in any parameter of agreed SLA is a
qualified trigger for change management process
a)True
b)False
Ans – True


42) One of the important activity of Reverse Transition is _______________
a) Have sign-off on acceptance criteria for completion
b) Record a Risk Log and maintain the Risk tracker diligently
c) Update Service Management Plan and Execution Process Document
d) None of the above
Ans : a) Have sign-off on acceptance criteria for completion

43) Proper termination of contract meeting legal and compliance requirement is an
activity of _________________
a) Due Diligence
b) Transition
c) Steady State
d) Reverse Transition
Ans :Reverse Transition

44) Which of the following can trigger Continual Service Improvement activity ?
a) Take ownership of low priority tickets &amp; check whether they meet agreed SLA
b) BCP requirements for delivery centers
c) Raise proactive requests for procuring laptops, data cards, mobile phones as per
the requirement
d) Arriving at corrective and preventive action plans
Ans : c) Raise proactive requests for procuring laptops, data cards, mobile phones as
per the requirement.

45) Pulse survey happens __________
a) Monthly
b) Annually
c) Half yearly
d) Quarterly
Ans : d) Quarterly

46) __________________ is typically carried out at the customer's premises and is
facilitated by a questionnaire that is used to specify the information to be gathered
regarding the applications or infrastructure or both
a) Due Diligence
b) Reverse Transition
c) Steady State
d) None of the above
Ans - Due Diligence

47) An engagement where Wipro owns end to end responsibility and accountability with
contractually committed service level objectives and targets, other performance
metrics and accountability for associated risks is called _____________.
a) L1 - Staff Augmentation
b) L2 - Co Managed
c) L3 - Wipro Managed
d) L4 – Consulting
Ans- c) L3 - Wipro Managed

48) As per Wipro's managed services execution lifecycle, Sign off of first baseline
Execution Process Document (EPD) with customer typically happens in ___________
a) Transition Initiation Phase
b) Transition Closure Phase
c) Secondary Support Phase
d) Primary Support Phase
Ans - c) Secondary Support Phase

49) _________________ is one of the tracks of Transition
a) Delivery Track
b) Execution Track
c) Technology Track
d) All of the above
Ans- c) Technology Track

50) Managed Services Daily Dashboard records which of following data
a) SLA performance
b) Operational issues
c) Complaints and Escalations
d) All of the above
ans- a) SLA performance

51) __________ provides information about SLA performance, trend of tickets, suppliers'
performance, internal metrics
a) Service Delivery Description (SDD
b) System Maintenance Technical Document (SMTD)
c) Service Delivery Report (SDR)
d) None of the above
Ans- d) None of the above

52) First draft version of Service Management Plan is an output of ______________ Phase
a) Transition Planning
b) Secondary Support
c) Transition Initiation
d) Knowledge Acquisition
Ans- d) Knowledge Acquisition / c) Transition Initiation

53) ________________ is a phase where Wipro team shadows the incumbent or customer team
on the floor
a) Transition Initiation
b) Transition Planning
c) Knowledge Acquisition
d) Secondary Support
Ans- d) Secondary Support

54) The Master Transition Plan should be mutually agreed and signed off with the client
a) True
b) False
Ans- a) True

55) A change in location including STPI to SEZ is considered as change in scope of
engagement
a) True
b) False
Ans – a) True

56) As per prevailing process, Pulse Survey is conducted every six months
a) True
b) False
Ans- b) False

57) Engagement sign off is given in
a)Secondary support phase
b)primary support phase
c)Knowledge Acquisition phase (KAP)
d)None of the above
ans: d)None of the above

58) Tickets with______ priorities or severities should be considered while choosing the
sample for ticket audit.
a)1
b)2
c)3 and 4
d)All of the above
ans: All of the above

59) Which of the following documents should be reviewed periodically/ at regular
intervals
a)Service management plan (SMP)
b)Service level Agreement and Risk Assessment Document
c)Training plan
d)All of the above
ans: All of the above

60) Which of the following document is recommended for sign off with customer as per
prevailing managed services execution life cycle?
a)Execution process document (EPD)
b)System maintenance Technical Document (SMTD)
c)SLA-KPI document
d)All of the above
ans: All of the above 

61) Document that contains Wipro’s service offering and related information is
a)System maintenance technical Document (SMTD)
b)Execution Process Document (EPD)
c)Service Catalogue
d)Master Service Agreement (MSA)
ans: Service Catalogue 

62) “Gap plug out” is a deliverable of which phase of managed services execution life
cycle?
a)Reverse Transition
b)Due Diligence
c)Transition
d)None of the above
ans: Due Diligence

63) EPD stands for
a)Execution process document
b)Execution primary document
c)Exellent primary delivery
d)Execution process delivered
ans:Execution process document

64) A service catalogue typically contains
a)Service Name, Type and description of the service
b)Geographies Supported, Supporting services and Support window
c)Business Unit/s supported
d)All of the above
ans: All of the above

65) What procedure an individual should follow in Wipro if there is a IT security breach?
a) Raise a SIR
b) Inform your manager and take an approval
c) Inform IMG and take an approval
d) None of the above
Ans: None of the above

66) According to managed services execution life cycle, IT Services Management in a
nutshell comprises of:
a) Services Requirements and Service Execution
b) Service requirements and services planning
c) Service requirements , services resources, services planning , services
execution
d) services resources, services planning , services execution
ANS – C) Service Requirements , services resources, services planning , services
execution

67) Customization of transition readiness audit report (TaAR) and Solution Assurance (SA)
acitvities happen in -------------according to wipro’s managed services execution
lifecycle.
a) Transition closure phase
b) Secondry support phase
c) Transition initiation phase
d) None of the above
ANS- Transition initiation phase

68) The document that is used to identify IT service management processes that are in
scope of program is ---------
a) ITSM process scoping document
b) Execution process document(EPD)
c) Services delivery description (SDD)
d) None of the above
ANS- None of the above

69) As per order work bench system(OWBS), a managed services engagement can be either
large program , program or cluster with classification =----------------
a) IA
b) MA
c) MS
d) MI
ANS-MS

70) Quality audit helps identify need of training
a) True
b) False
ANS-true

71) Standard SLA library can be referred for operational definition of most common
metrics
A)True
b)false
ANS-True

72) A managed services programme may deliver for multiple Sows
A) True
B) False
ANS- True

73) Which of the listed tasks are regarded as proactive?
a) Control of Known Errors
b) Reviewing incident and problem analysis reports to identify trends and preventing
problems in one service being replicated in another
c) Identifying the root cause of incidents
d) All of the above
ANS : All of the above

74) Typically SoW along with which of the following should be considered as Program /
Project Catalogue
a) Service Delivery Description (SDD)
b) Execution Process Document (EPD)
c) System Maintenance Technical document (SMTD)
d) None of the above
ANS: None of the above

75) ________ trigger Root Cause Analysis (RCA
a) Customer complaints
b) Audit findings
c) SLA deviation
d) All of the above
ANS : a) Customer complaints

76) ___________ project classification code in OWBS denotes application managed services
project in steady state phase
a) IT
b) IA
c) MA
d) MI
ANS : c) MA

77) Overall transition gets broken down into different tracks for better management and
efficient delivery. ____________ is one of the tracks of Transition
a) Delivery Track
b) Tools and Infrastructure Track
c) Transition Track
d) All of the above
ANS : b) Tools and Infrastructure Track

78) A platform to share the performance of Managed Services engagements and best
practices with the delivery teams is
a) Quality Improvement Council (QIC
b) Program Reviews
c) Management Review
d) Service Delivery Review
ANS : c) Management Review

79) ________________ should be suitably identified, planned and executed throughout the
Service Management life cycle
a) Escalations
b) Risks
c) Service Improvements
d) All of the above
ANS : d) All of the above

80) Wipro, typically, owns / assumes total accountability of tickets (as contractually
agreed) in __________________ phase
a) Knowledge Acquisition
b) Secondary Support
c) Primary Support
d) None of the above
ANS : c) Primary Support

81) In context to Managed services SDD is an exhaustive list of _____
a) Towers
b) Technology functions
c) Verticals
d) None of the above
ANS : b) Technology functions

82) A contract between an IT service provider and an external vendor is
a) Operational Level Agreement (OLA
b) Underpinning Contract (UC
c) Service Level Agreement (SLA
d) None of the above
ANS : b) Underpinning Contract (UC

83) Inputs to Service Management Plan document are
a) SoW, Transition Sign off, Delivery Sign off, ITIL defined metrics
b) ITIL process areas, ITIL metrics, Non-transactional Project Plan
d) SoW, EPD, SMTD, ITSM Process Scoping
c) None of the above
ANS : d) SoW, EPD, SMTD, ITSM Process Scoping

84) Various sub phases of transition are
a) a) Pre Knowledge Acquisition b) Knowledge Acquisition c) Transition Planning d)
Secondary Support e) Primary Support f) Transition Closure
b) a) Transition Planning b) Secondary Support c) KAP d) Primary Support d) Closure
c) a) Transition Initiation b) Transition Planning c) Knowledge Acquisition d)
Secondary Support e) Primary Support f) Transition Closure
d) None of the above
ANS : c) a) Transition Initiation b) Transition Planning c) Knowledge Acquisition d)
Secondary Support e) Primary Support f) Transition Closure

85) Ticket audit is an important activity to be carried out in __________ phase of
managed services execution life cycle
a) Reverse Transition
b) Due Diligence
c) Steady State
d) None of the above
ANS : c) Steady State

86) ___________ project classification code in OWBS denotes infrastructure managed
services project in steady state phase
a) IT
b) IA
c) MA
d) MI
ANS : d) MI

87) The Service Delivery Manager decides the time and stakeholders to whom the CSAT
survey is to be administered. S/he then administers the survey marking a copy to the
MQ / SQA Manager
a) True
b) False
ANS : a) True

88) Due Diligence is typically conducted after submitting Request for Proposal (RFP)
a) True
b) False
ANS : True

89) Typically, a Non Disclosure Agreement is signed _________________
a) Before Due Diligence
b) At the start of interaction
c) During KAP
d) During the sales
ANS : d) During the sales

90) RACI stands for
a) Request, Agree, Calendar, Invitematrix
b) Responsible, Accountable, Consulted, Informed matrix
c) Responsible, Agree, Control, Inform matrix
d) Responsibility, Authority, Career, Integration matrix
ANS : b) Responsible, Accountable, Consulted, Informed matrix

91) ____________is "responsible" for project kickoff meeting as per Wipro's managed
services execution lifecycle
a) Wipro
b) Customer
c) Incumbent Vendor
d) None of the above
ANS : c) Incumbent Vendor

92) ___________ is important gating for the transition team to proceed with execution of
transition
a) Delivery Handover
b) Transition Handover
c) Sales Handover
d) None of the above
ANS : c) Sales Handover

93) Few triggers for Service Improvements
a) Trend Analysis
b) Root Cause Analysis (RCA)
c) Audit Assessments
d) All of the above
ANS : d) All of the above

94) ODC Setup and Access are activities of _____________
a) Transition Initiation
b) Transition Planning
c) Knowledge Acquisition
d) None of the above
ANS : b) Transition Planning

95) _______________ could be one of the themes of Continual Service Improvement
a) First Call Resolution (FCR) Improvement
b) Productivity Improvement
c) Incident Reduction
d) All of the above
ANS : d) All of the above

96) Overall transition gets broken down into different tracks for better management and
efficient delivery. ____________ is one of the tracks of Transition
a) Delivery Track
b) Tools and Infrastructure Track
c) Transition Track
d) All of the above
ANS : b) Tools and Infrastructure Track

97) As per Wipro's managed services execution lifecycle, Governance, Review and
Escalation Mechanism are decided in _________________
a) Transition Initiation Phase
b) Transition Closure Phase
c) Primary Support Phase
d) Transition Planning Phase
ANS : d) Transition Planning Phase

98) As per Wipro's managed services execution lifecycle, Sign off of final System
Maintenance Technical Document (SMTD) with customer typically happens in
_____________
a) Transition Initiation Phase
b) Transition Closure Phase
c) Knowledge Acquisition Phase (KAP)
d) None of the above
ANS: b) Transition Closure Phase

99) A _________________ should be maintained, monitored, tracked and its summary be part
of Service Reporting.
a) ITSM Process Scoping
b) Service Management Plan
c) Service Improvement Plan
d) None of the above
ANS: c) Service Improvement Plan

100) Execution Process Document should be reviewed by Transition SQA (MQ Manager) /
Process Manager
a) True
b) False
ANS : b) False

101) Request for Proposal (RFP) or Request for Information (RFI) is a input criteria for
Pre- Engagement
a) True
b) False
ANS : True

102) FCR Improvement is considered one of the Service Improvement Themes
a) True
b) False
ANS : a) True

103) Service Management Planning is initiated during __________phase of Transition
a) Planning
b) Knowledge Acquisition
c) Primary Support
d) Secondary Support
ANS : b) Knowledge Acquisition

104) Boot Camp is part of _______________ sub phase of Transition.
a) Transition Initiation
b) Transition Planning
c) Knowledge Acquisition
d) None of the above
ANS : a) Transition Initiation

105) One of the outputs of Due Diligence Phase is ___________
a) Service Catalogue
b) System Maintenance Technical Document (SMTD)
c) Service Level Report
d) Gap plug out
ANS : d) Gap plug out

106) _________________ describes the technical activities to be carried out for the
engagement
a) Execution Process Document
b) Service Description Document
c) ITSM Process Scoping document
d) None of the above
ANS : b) Service Description Document

107) According to managed services execution life cycle, termination of contract / SoW
typically happens in
a) Due Diligence
b) Reverse Transition
c) Transition
d) None of the above
ANS : b) Reverse Transition

108) The document that captures detailed process workflow and related activities in scope
is ______________
a) ITSM Process scoping document
b) Execution Process Document (EPD)
c) Service Delivery Description (SDD
d) All of the above
ANS : d) All of the above

109) In a Managed Services engagement, who is the owner of the Program level review?
a) Service Delivery Manager
b) Technical Manager
c) Project Manager
d) Service Delivery Head
ANS : d) Service Delivery Head

110) According to managed services execution lifecycle, Play back session is an activity
of _______________
a) Secondary Support Phase
b) Primary Support Phase
c) Knowledge Acquisition Phase (KAP
d) None of the above
ANS : c) Knowledge Acquisition Phase (KAP

111) _____________ triggers a contract change request
a) Change in scope of geographic location
b) Removal / Revision in Service level target
c) Line of Business (LOB)
d) All of the above
ANS : d) All of the above

112) A Managed Services engagement may consist of multiple projects in one single delivery
a) True
b) False
ANS : a) True

113) Removal of an existing line of Business (LOB) is considered change in scope of the engagement
a) True
b) False
ANS : a) True

114) Operational Level Agreement (OLA) is a contract between an IT service provider and a third party
a) True
b) False
ANS : b) False

115) A Managed Services Program or Cluster can have classification “MA or MI or “IA or IT” per Order Work Bench System (OWBS
a) True
b) False
ANS : b) False

116) As per Order Work Bench System (OWBS), a Managed Services engagement can be large program with classification “MA or MI
a) True
b) False
ANS : b) True

117) In a reverse translation, it is NOT essential to ensure proper termination of contract meeting legal and compliance requirement<br />
a. True
b. False
ANS : b) True

118) ____________ and _____________ is one of the input criteria for PRE engagement.
a) Sales handover
b) Request for proposal
c) Delivery handover
d) None of the above
ANS : b) Request for proposal

119) Post implementation review (PIR) should check for __________
a) Closure of related incident, problem ticket and request for change (RFC)
b) RCA for unsuccessful release
c) Formal release acceptance and sign-off of deliverables from customer
d) All of the above
ANS : d) All of the above

120) First draft of service management plan( SMP) is created during__________
a) Due diligence phase
b) Knowledge acquisition phase (KAP)
c) Secondary support phase
d) Transition planning phase
ANS : c) Secondary support phase

121) ____________ is a study conducted to validate the assumptions made in preparing the proposal and to obtain more information about the applications and  infrastructure that are in scope for outsourcing.
a) Pre sales
b) Transition
c) Due diligence
d) None of the above
ANS : c) Due diligence

122) An agreement between an IT service provider and another part of the same organization
a) Underprinning contract(UC)
b) Operational level agreement (OLA)
c) Service level agreement
d) None of the above
ANS : b) Operational level agreement (OLA)

123) Arrange the following  in ascending order based on the  engagement maturity level
a) Co-managed > staff augmentation> consulting> managed services
b) managed services> consulting> staff augmentation> Co-managed >
c) consulting> staff augmentation> managed services> Co-managed
d) staff augmentation> Co-managed > managed services> consulting
ANS : d) staff augmentation> Co-managed > managed services> consulting

124) End of contract or reverse transition should be documented in service management plan as a part of service planning . This has to be formally signed off by____________
a) Internal IT services provider
b) Third party service provider
c) Customer
d) Company
ANS : c) Customer

125) Outputs of reverse transition RE
a) Lessons learnt document
b) Delivery handover checklist and final delivery review report
c) Customer satisfaction survey
d) All of the above
ANS : d) All of the above

Finacial dimensions using ledger dimension / main account

Select * from objMainAccount  inner join                from objDimensionAttributeValueCombination                  where objDimensionAttrib...