Interview Questions and Answers - Order By Rating Q91. Write a unit test case using java 8. JUnit
Ans. public List convertAllToUpperCase(List words) {
return words.stream().map(String::toUpperCase).collect(Collectors.toList());
}
@Test
public void testAllToUpperCase() {
List expected = Arrays.asList("JAVA8", "STREAMS");
List result = convertAllToUpperCase(Arrays.asList("java8", "streams"));
assertEquals(expected, result);
} Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  java8  java 8 Asked in 1 Companies Q92. Write a program to make an array act as a set. Core Java
Ans. public Set convertArrayToList(T array[]) {
Set set = new HashSet<>(Arrays.asList(array));
return set;
} Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  arrays  collections set Asked in 1 Companies Q93. Design Texas Hold Em poker game Design
This question was recently asked at 'Alcatel Lucent'.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 Q94. How can we protect an application from an XSS attack ? Security
Ans. By properly encoding data while persisting as well as retrieval. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  xss attack  web security Asked in 3 Companies Ans. Open the AWS CloudFormation console at https://console.aws.amazon.com/cloudformation . Create a new stack by using one of the following options: Choose Create Stack. This is the only option if you have a currently running stack. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  aws cloud formation Asked in 1 Companies Ans. There are multiple types of security GCP provides to every customer. Data, Network, Compute, and Services. Each service have its own security layer and Google provides clients to build as per the GCP best practices like building VPC, IAM, Firewall rules and so on Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  Google Cloud Platform (GCP) Asked in 1 Companies This question was recently asked at 'EtQ'.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 elb Asked in 1 Companies Ans. It is a logical grouping of instance with a single availability zone to prevent latency. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  aws placement group Asked in 1 Companies Ans. AWS Identity And Access Management (IAM) is a webservice provided by AWS platform that provides access control capabilities (authentication and authorization) to AWS resources. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  aws iam Asked in 1 Companies Ans. Budgets and Alerts
Reports
Quotas Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  gcp billingAns. 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   Q105. 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. 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 EngineAns. 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 Q109. 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 Q110. 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 Q111. 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 Q112. 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 Q113. 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 Q114. 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 Q115. 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 Q116. 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 Q117. 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 Q120. 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