- How to trigger a lambda when file is placed in S3?
- Lets assume same file is being placed in S3 multiple times. Design a solution that does to trigger lambda for duplicate file insertion in S3 bucket.
- How to read cloudwatch logs in aws lambda using boto3?
- How to achieve cross account copy in AWS. Assume you have a file in account A and want to share that with account B?
- What is the difference between aws Glue Dynamic frames and spark dataframes?
- How data changes will reflect in aws Glue Catalog table?
- Write a Pyspark program to read a csv file from S3, filter the data based on conditions and write it back to same S3 bucket?
- Explain Spark Architecture?
- What is the difference between logical plan and Physical plan in Pyspark?
- Write a python program to group anagrams? input: ['cat', 'tea', 'ate', 'tan', 'ant', 'cup', 'puc']
- Write a python program to rotate an array by K times?
- What is read and write consistency in S3?
- How to change memory in aws Glue?
- What is the main difference between resource allocation in aws Glue and Spark?
- What is the constrain in reading and writing data to same s3 path in glue?
- What should be the S3 folder structure if the data is partitioned at day level?
- Write a python program to read data from a gzip file?
- What are the common error handlings in current project?
- How to handle PII data in Pyspark?
- How to handle slow running jobs in Spark?
- How to calculate the resources for a glue job?
- What is the use of aws Athena?
0 Comments