You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the difference between Docker and Containers?
187
+
188
+
How do you restart containers on failure?
189
+
190
+
How do you run a container in Docker?
191
+
192
+
Can you run a program that takes 4 hours to run in AWS Lambda?
193
+
194
+
What is the difference between ADD and COPY commands wrt. Dockerfile ?
195
+
196
+
Experience with different AWS services such as CloudFormation or Glue?
197
+
198
+
What is the schema in S3?
199
+
200
+
Can the lambda written in AWS interact with other infrastructure?
201
+
202
+
What is the Dockerfile setup if you want to expose the model as an API?
203
+
204
+
Difference between UDF, pandas UDF and pyspark UDFs?
205
+
206
+
Difference between synchronous and asynchronous request? How do you program one in Python?
207
+
208
+
What is the use of a DAG (Directed Acyclic Graph) in Spark?
209
+
210
+
Given the no. Of terms, print the Fibonacci sequence: Hint try both iterative and recursive methods [https://www.programiz.com/python-programming/examples/fibonacci-sequence]
211
+
212
+
Given an input string, print the length of the longest common substring without any repeating characters. [https://leetcode.com/problems/longest-substring-without-repeating-characters/]
213
+
214
+
Given an input string, write a function that returns the Run Length Encoded string for the input string. For example, if the input string is "ssslbbbbppiitttc", then the function should return "s3l1b4p2i2t3c1"
0 commit comments