Company: Optum_MCQ
Difficulty: medium
Which is the main factor that determines the number of virtual machines that can run on a host computer? Hardware compatibility Software Storage Physical memory If '12he58' is coded as 'r', '09zx18' is coded as 'Y' and '16fg92' is coded as 'T' then '14qg92' is coded as: r t m n A table in SQL is analogous to a document in NoSQL, which one of the following can represent columns in NoSQL? Database Collection Document Field Given are the columns in the CUSTOMERS table. Which of the following WHERE clauses will you use to retrieve all customers that are located in France? CUSTOMERS table columns: CUSTOMER_ID, CUSTOMER_NAME, STREET_ADDRESS, CITY_ADDRESS, STATE_ADDRESS, PROVINCE_ADDRESS, COUNTRY_ADDRESS, POSTAL_CODE, CUSTOMER_PHONE WHERE lower(country_address) = "France" WHERE lower(country_address) = 'france' WHERE lower(country_address) = "France" WHERE lower(country_address) IS 'France' Find the median of the sample given below: 2, 5, 2, 8, 6, 3, 5, 1 4 7 2 8 Which of the following statem