Interview Questions and Answers - Order By Newest 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   Q362. How can we take snapshots and track changes to environment variables in Elastic Beanstalk or Lambda ? Amazon Web Services (AWS)
Ans. We can use AWS Config Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  aws elastic beanstalk  amazon elastic beanstalk  aws lambda  aws serverless computing  amazon cloud serverless computing  amazon lambda Q363. Can we have a final argument in a method ? What is the use of that if we do so ? Core Java
This question was recently asked at 'Webster Bank'.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 Ans. Yes Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  aws param store  amazon param store  aws lambda  amazon lambda 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   Q366. How elements are passed to the server in case of Get and Post request ? Web Service
Ans. In case of Get request, form data / values are sent within url whereas these are sent as part of request body in case of Post. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve   This question was recently asked at 'Barclays'.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  Google Cloud Platform (GCP)  Amazon Web Services (AWS) Asked in 1 Companies Q368. Have you ever worked with Web Page optimization techniques ? Can you name some ? Web
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   Q369. Can you name some of the browser caching techniques ? Web
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   Q370. What happens when we access a website ? How are the different web content - html , images , css etc loaded on the browser ? Web
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   Q371. Can we optimize retrieval of the web content - html , css , images etc from the server ? Web
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   Q372. 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 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 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 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 (AWSAns. 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 s3Ans. 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. 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. 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 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. 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 Q382. 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 Q383. Difference between XSS and CSRF ? Security
Ans. SRF attack requires an authenticated session, whereas an XSS attack doesn’t.
XSS doesn’t require any user interaction.CSRF is restricted to the actions the victim can perform.
XSS requires a vulnerability to happen, whereas CSRF relies on tricking the user to click a link or access a page.
CSRF can only send an HTTP request but cannot view the response. XSS can send and receive HTTP requests and responses to extract the required data. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  xss attack  csrf attack  security vulnerabilities  security attack  web security Asked in 3 Companies This question was recently asked at 'Wipro'.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 Q385. What are the best practices for designing rest web services ? Web Services
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. AWS Lambda Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  aws lambda basic Q387. Which of the following http response means the resource is not found ? Java EE
a. 500 b. 200 c. 404 d. 400Ans.c. 404