Interview Questions and Answers for 'Web' | Search Interview Question - javasearch.buggybread.com
Javasearch.buggybread.com

Search Interview Questions


 More than 3000 questions in repository.
 There are more than 900 unanswered questions.
Click here and help us by providing the answer.
 Have a video suggestion.
Click Correct / Improve and please let us know.
Label / Company      Label / Company / Text

   



Interview Questions and Answers - Order By Newest

   next 30
 Q211. How can you handle JavaScript popup using selenium ?Selenium
Ans. Using javaexecutor

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     Selenium  WebDriver     Asked in 1 Companies


 Q212. You have a webserver on an ec2 instance. Your instance can get to the internet, but nobody on the internet can get to your webserver. Describe how you would troubleshoot.Amazon Web Services (AWS)
 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     


 Q213. How is a WAF different from ip tables ?Amazon Web Services (AWS)
 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     


 Q214. what is the difference between RC and webdriverWebDriver
 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          Asked in 1 Companies


 Q215. can we write multiple CATCH in webdriver code?Testing
Ans. A try block can be followed by one or more catch blocks. Each catch block must contain a different exception handler. So, if you have to perform different tasks at the occurrence of different exceptions, use java multi-catch block.

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     webdriver     Asked in 1 Companies


 Q216. What is the relationship between instances and AMI ?Amazon Web Services (AWS)
Ans. AMI provides the templating for creation of instances. So a single image can be used to launch multiple instances.

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     aws ami  amazon ami


 Q217. What is the best AWS AMI for Data Science ?Amazon Web Services (AWS)
 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  amazon ami


 Q218. Which AMI did you use for launching your EC2 instances ?Amazon Web Services (AWS)
 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  amazon ami


 Q219. Which was the first service launched by AWS ? Amazon Web Services (AWS)
Ans. Simple Queue Service ( SQS )

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     aws sqs


 Q220. When was AWS launched ?Amazon Web Services (AWS)
Ans. 2006

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     


 Q221. What are different compute services in AWS ?Amazon Web Services (AWS)
Ans. EC2, Lambda, EKS , ECR, ECS

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     


 Q222. What are some of the AWS storage services ?Amazon Web Services (AWS)
Ans. S3, EFS, Glacier

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     


 Q223. What are Database services in AWS ?Amazon Web Services (AWS)
Ans. RDS, DynamoDB, Elastic Cache,Redshift,Neptune , DocumentDB

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     


 Q224. Which AWS service is provided by Edge location ?Amazon Web Services (AWS)
Ans. As Edge location only host cached content, Amazon CDN service or CloudFront is provided on these locations.

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     aws edge location  aws cloudfront  amazon cloudfront  aws cdn


 Q225. What is Power User Access in AWS ?Amazon Web Services (AWS)
Ans. Access to all AWS Services except for management of groups and users within IAM.

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     aws iam  amazon iam


 Q226. Difference between administrative and power user access ?Amazon Web Services (AWS)
Ans. Power Users don't have access to manage Users and Group permissions in IAM whereas Administrative users do.

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     aws iam  amazon iam  power user access


 Q227. What is the difference between Programmatic access and console access ?Amazon Web Services (AWS)
 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 iam  amazon iam


 Q228. Does IAM allow Biometric authentication ?Amazon Web Services (AWS)
Ans. No

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     aws iam  amazon iam


 Q229. Does IAM allow multifactor authentication ?Amazon Web Services (AWS)
Ans. Yes

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     aws iam  amazon iam


 Q230. What does the following Policy mean

{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"s3:PutObject",
"s3:GetObject",
"s3:DeleteObject"
],
"Resource": [
"arn:aws:s3:::dev-bucket/*",
"arn:aws:s3:::qa-bucket/*"
]
}
]
}
Amazon Web Services (AWS)
 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 iam  amazon iam


 Q231. Which AWS service can be used for creating Billing Alarms ?Amazon Web Services (AWS)
Ans. AWS CloudWatch

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     aws cloudwatch  amazon cloudwatch


 Q232. What does the Policy classification "Job Function" mean ?Amazon Web Services (AWS)
Ans. Job function provides a mechanism to bundle together all Policies that might be required to perform a particular job like Database Administrator , Billing Administrator etc and hence facilitates granting higher level permissions.

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     aws iam  amazon iam


 Q233. Which is more granular level policy types - Job function or AWS Managed ?Amazon Web Services (AWS)
Ans. AWS Managed. Job Function is the group of many AWS Managed Policies.

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     aws iam  amazon iam


 Q234. Do we need to specify IAM policies in all different regions ?Amazon Web Services (AWS)
Ans. No, They are all global.

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     aws iam  amazon iam


 Q235. Difference between S3 bucket and Folder ?Amazon Web Services (AWS)
Ans. Bucket is the highest level folder whose name should be unique globally.

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     aws s3  aws storage  amazon cloud storage  amazon s3  s3 bucket


 Q236. What is the maximum size of a file in S3 ?Amazon Web Services (AWS)
Ans. 5 TB

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     aws s3  aws storage  amazon cloud storage  amazon s3


 Q237. Difference between Object based and Block based storage ?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     Amazon Web Service (AWS


 Q238. Can we host a website in S3 ?Amazon Web Services (AWS)
Ans. Yes a static website can be hosted in S3.

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     aws s3  aws storage  amazon cloud storage  amazon s3


 Q239. What are the different ways to secure objects in S3 ?Amazon Web Services (AWS)
Ans. Encryption - In Transit , Client Side , Server Side
Restrictive Access - ACL , Bucket Policy

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     aws s3  aws storage  amazon cloud storage  amazon s3


 Q240. What status code is returned upon successful upload in S3 ?Amazon Web Services (AWS)
Ans. 200

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     aws s3  aws storage  amazon cloud storage  amazon s3


previous 30   next 30

Help us and Others Improve. Please let us know the questions asked in any of your previous interview.

Any input from you will be highly appreciated and It will unlock the application for 10 more requests.

Company Name:
Questions Asked: