1. Amazon API Gateway is an AWS service for creating, publishing, maintaining, monitoring, and securing…
Tag: cloud
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…
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…
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…
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> ,…
How to encrypt VARCHAR or BINARY in Snowflake ? What are the Encryption Functions in Snowflake ?
In Snowflake Encryption functions encrypt or decrypt VARCHAR or BINARY values. ENCRYPT : This function will Encrypts a VARCHAR or…
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….
Amazon API Gateway interview questions
1. Can we monitor Amazon API Gateway calls ? After an API is published and in use, API Gateway provides…
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…
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…
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…