Company: Deloitte_MCQ_5_feb_
Difficulty: medium
The service model that provides the runtime environment for applications, and development tools. SaaS IaaS PaaS XaaS Identify the option represented by the 'new page' icon in MS Word. Cover Page Copy Paste Blank Page When using JIRA, which of the following best describes how a "Defect" should be tracked? By marking the defect as "Open" until the issue is fixed By using the appropriate status and severity labels, with clear transitions By assigning the defect to the development team for immediate attention By adding a high priority tag even if the defect is minor Which of the following statements are true? i. HTML5 doesn't support <acronym> tag ii. HTML5 uses <acronym> tag as well as <abbr> tag iii. <acronym> tag was used in HTML4 Only ii and iii Only i and ii All i, ii, and iii Only i and iii What will be the output of the program given below? #include <iostream> using namespace std; class Parent { public: Parent(void) { cout << "Parent()" << e