Tag: cloud

AWS API Gateway @Freshers

What is an AWS API Gateway ? Simply explained – Basics

A server known as an API gateway serves as a single point of access for a collection of microservices. It…

Continue Reading What is an AWS API Gateway ? Simply explained – Basics
Google Cloud @Freshers.in

Google Cloud – GCP all products and what each service is used for.

These are the list of Google Cloud Products / Services COMPUTE Cloud Functions Event-driven serverless functions App Engine Managed app…

Continue Reading Google Cloud – GCP all products and what each service is used for.

What are the Python Modules provided in AWS Glue

AWS Glue version 2.0 supports the following python modules. Note : Different Glue versions support different Python versions. boto3==1.12.4 botocore==1.15.4…

Continue Reading What are the Python Modules provided in AWS Glue
Snowflake

In Snowflake how to Encrypts a BINARY value using a BINARY key ?

ENCRYPT_RAW is used to Encrypts a BINARY value using a BINARY key. Syntax ENCRYPT_RAW( <value_to_encrypt> , <key> , <iv> ,…

Continue Reading In Snowflake how to Encrypts a BINARY value using a BINARY key ?
Amazon EBS @Freshers.in

Amazon Elastic Block Store quick reference and cheat sheet

Amazon Elastic Block Store 1. Amazon EBS is Amazon Elastic Block Store. 2. EBS volumes are network attached storage. 3….

Continue Reading Amazon Elastic Block Store quick reference and cheat sheet

Amazon API Gateway interview questions

1. Can we monitor Amazon API Gateway calls ? After an API is published and in use, API Gateway provides…

Continue Reading Amazon API Gateway interview questions

Apache PIG interview questions

1. What is pig? Pig is a Apache open soucre project which run on top of hadoop,provides engine for data…

Continue Reading Apache PIG interview questions
Snowflake

What are the Best Practices when using Snowflake Transactions?

A transaction should contain statements that are related and should succeed or fail together. Larger transactions can improve performance in…

Continue Reading What are the Best Practices when using Snowflake Transactions?
Snowflake

Semi-structured Data Types that is supported by Snowflake

Semi-structured Data Types that Snowflake support are VARIANT,OBJECT,ARRAY. These data types are used to represent arbitrary data structures which can…

Continue Reading Semi-structured Data Types that is supported by Snowflake