Questions

Q:

Which of the following is not true about cloud computing?

which_of_the_following_is_not_true_about_cloud_computing1539240737.jpg image

A) Cloud-based management platforms cannot support internally hosted server platforms B) Cloud-based management platforms can support multiple cloud-virtual server vendors
C) Cloud-based management platforms can support multiple cloud-virtual server operating systems D) Cloud-based management platforms can support change management methodologies
 
Answer & Explanation Answer: A) Cloud-based management platforms cannot support internally hosted server platforms

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Database
Job Role: IT Trainer , Database Administration , Analyst

37 15824
Q:

At which city the 10th South Asia Economic Summit (SAES) was held in November 2017?

 

A) Dhaka B) Kathmandu
C) Colombo D) Hyderabad
 
Answer & Explanation Answer: B) Kathmandu

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Geography
Exam Prep: Bank Exams

1 15815
Q:

Tikka disease is related with the crop:

A) Musturd B) Paddy
C) Ground nut D) All of these
 
Answer & Explanation Answer: C) Ground nut

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology

117 15814
Q:

Define latency, transfer and seek time with respect to disk I/O.

Answer

Seek time is the time required to move the disk arm to the required track. Rotational delay or latency is the time it takes for the beginning of the required sector to reach the head. Sum of seek time (if any) and latency is the access time. Time taken to actually transfer a span of data is transfer time.

Report Error

View answer Workspace Report Error Discuss

25 15802
Q:

The main job of a CPU is to 

A) carry out program instructions B) store data/ information for future use
C) Process data and information D) both (a) and (c)
 
Answer & Explanation Answer: D) both (a) and (c)

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams
Job Role: Bank PO

50 15802
Q:

If 3$8 = -50, 3$5 = -20 and 2$3 = -10, then find the value of 9$1 = ?

 

A) 10   B) -20  
C) 90   D) 80
 
Answer & Explanation Answer: D) 80

Explanation:
Report Error

View Answer Report Error Discuss

1 15793
Q:

According to WHO, the bird flu virus cannot be transmitted through food cooked beyond

A) 60 degrees celsius B) 70 degrees celsius
C) 90 degree celsius D) 100 degree celsius
 
Answer & Explanation Answer: B) 70 degrees celsius

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

91 15751
Q:

The output of the code below is

        #include <stdio.h>
        int *m()
        {
            int *p = 5;
            return p;
        }
        void main()
        {
            int *k = m();
            printf("%d", k);
        }

A) 5 B) Junk value
C) 0 D) Error
 
Answer & Explanation Answer: A) 5

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Programming

1 15743