Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 63853df

Browse files
Update data_science_interviews.md
1 parent dd2cf7f commit 63853df

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

‎data_science_interviews.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,3 +182,35 @@ What are generators in python ?
182182
How will you print index and values of a list without range function ?
183183

184184
****************************************************************************
185+
186+
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"
215+
216+
****************************************************************************

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /