Interview Questions and Answers - Order By Rating Ans. On Demand service restricts cost by paying only for the use and Self Service saves cost by reducing intermediary human resource cost. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  onDemand infrastructure  Google Cloud Platform (GCP) Ans. With resource pooling and Pay as per use , Bigger companies like Google and Amazon can buy Large physical hardware and employ economy of scale and hence resulting in cost saving for customers. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  Google Cloud Platform (GCP)Ans. Alerts only let customer knows of any excessive usage whereas Quota restricts the usage beyond a certain point. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  GCP BillingAns. Compute
Network
Storage
Big Data
Machine Learning Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve   Q185. Why would a cloud customer use resources in multiple regions and zones ? Cloud Computing
Ans. 1. Fault Tolerance
2. Better Access by bringing the application closer to the users. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  Google Cloud Computing (GCP)  Amazon Web Services (AWS)  Availability Zones  Regions and Zones  InfrastructureAns. It's Serverless and PAAS ( Platform as a service ) Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  paas  serverlessAns. They are IAAS ( Infrastructure as a service ) Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  iaas  aws ec2  aws s3 Q188. Which category of service , Google Search and Drive belongs to ? SAAS
Ans. They are SAAS ( Software as a Service ) Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  saasAns. It's PAAS ( Platform as a service ) Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  Google App Engine Q190. What is the difference between Co Location, Virtualization and Serverless ? Infrastructure
This question is still unanswered. Can you please provide an answer. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  Ans. Cloud computing helps saving overall cost for infrastructure and service usage through following -
1. On demand Services and elasticity - You only pay for what you use. Less Ideal time.
2. Resource Pooling
3. Self Service - Less involvement of human resources Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  Google Cloud Platform (GCP)  Amazon Web Service (AWS Q192. Can we pass the junit test if the tested method throws the exception ? and Should we do that ? Junit
Ans. Yes, We can pass the test even if the tested method throws an exception.
One way is know as exception testing in which the tested method is expected to throw exception and hence the expectation is set accordingly.
@Test(expected = IndexOutOfBoundsException.class)
public void test(){}
Other way is to just ignore if the tested code throws an exception. In that case , we can enclose the tested method call in the try block and within exception block, we just return gracefully.
Exception testing is perfectly ok to be done as we would like test code in case an exception occurs and if the code is handling the exception properly. Ignoring the exception by putting the tested method call within try block isn't something normal and should be avoided. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  Junit exception testing Q193. What is the use of defining equals , compareTo and hashcode methods in a class ? Where are they used ? Core Java
Ans. equals, compareTo and hashcode are of use when the objects are used within collections.
Equals helps with collections that helps maintaining only unique objects ( like Set )
compare and compareTo helps with collections that helps maintaining objects in order ( TreeSet, TreeMap etc )
hascode helps with collections that facilitates hash searching ( like hashSet, hashMap etc ) Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  equals   compareTo   hashcode method Q194. What is the advantage of moving text messages to a separate properties file , like message.properties instead of hard defining it on the html ? Design
This question is still unanswered. Can you please provide an answer. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve   Q195. Can we check two html radio buttons together ? Html
This question is still unanswered. Can you please provide an answer. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  html radio Q196. Difference between Span and Div ? Html
This question is still unanswered. Can you please provide an answer. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  html span  html div Q197. Develop an address form in React js. React JS
This question was recently asked at 'PayPal'.This question is still unanswered. Can you please provide an answer. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve   Asked in 1 Companies Q198. CSS Box Model CSS
This question was recently asked at 'RocketMiles'.This question is still unanswered. Can you please provide an answer. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve   Asked in 1 Companies Q199. prototypal inheritance in Javascript JavaScript
This question was recently asked at 'RocketMiles'.This question is still unanswered. Can you please provide an answer. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve   Asked in 1 Companies Q200. Create a component and sort the data to show specific information. React JS
This question was recently asked at 'Egen Solutions'.This question is still unanswered. Can you please provide an answer. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve   Asked in 1 Companies Q201. Have you had to work with memory leak problems in javascript ? JavaScript
This question was recently asked at 'RockYou'.This question is still unanswered. Can you please provide an answer. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve   Asked in 1 Companies Q202. Write a method to track every click on a page. JavaScript
This question was recently asked at 'LinkedIn'.This question is still unanswered. Can you please provide an answer. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve   Asked in 1 Companies Q203. What is the difference between inheritance in PHP vs. Javascript? JavaScript
This question was recently asked at 'WePay'.This question is still unanswered. Can you please provide an answer. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  php  javascript Asked in 1 Companies Q204. Why would you use XML over JSON when using ajax ? JSON
This question was recently asked at 'SoftLayer'.This question is still unanswered. Can you please provide an answer. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  xml  ajax  json Asked in 1 Companies Ans. IAM is used to define the level of access to GCP services Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  GCPAns. Virtual machines are IAAS in GCP which can called Compute Engine Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  Google cloud Platform  GCP Q207. Can you explain integration between Spring and Hibernate ? Hibernate
This question was recently asked at 'HCL Technologies'.This question is still unanswered. Can you please provide an answer. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  Spring framework  Hibernate Orm Asked in 1 Companies This question was recently asked at 'IBM'.This question is still unanswered. Can you please provide an answer. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  aws route 53 Asked in 1 Companies This question was recently asked at 'Cognizant (CTS), Advanced Micro Instruments'.This question is still unanswered. Can you please provide an answer. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  aws ami Asked in 2 Companies Q210. Write a Program to draw a fish ? Core Java
This question was recently asked at 'Webkul Software'.This question is still unanswered. Can you please provide an answer. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve   Asked in 1 Companies