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 78cc3ac

Browse files
Update data_science_interviews.md
1 parent 63853df commit 78cc3ac

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

‎data_science_interviews.md‎

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,3 +214,33 @@ Given an input string, print the length of the longest common substring without
214214
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"
215215

216216
****************************************************************************
217+
218+
Given a list, `ls = [9,8,3,4,1,0,2,7,7,6]`, write a function to get nth highest element without using any inbuilt functions or sorting.
219+
220+
Write a python class with method to sort a list and related questions on classes, static methods, init etc.
221+
222+
Difference between `RANK` and `DENSE RANK`?
223+
224+
Difference between `parquet` and `csv` file format? How are files written in a parquet file?
225+
226+
What is Cursor command in SQL?
227+
228+
Difference between Spark vs MapReduce architecture?
229+
230+
Explanation of ETL pipeline
231+
232+
Containerization v/s virtualization
233+
234+
What is port redirection in docker?
235+
236+
How to create a table with Databricks storage?
237+
238+
Difference between SQL and NoSQL DB?
239+
240+
A scenario where data keeps on changing, with adding and updating new features , would you consider SQL or NoSQL?
241+
242+
What is the difference between iterators and generators
243+
244+
What is the difference between OLAP and OLTP?
245+
246+
****************************************************************************

0 commit comments

Comments
(0)

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