Upload Button Icon Add office photos

Filter interviews by

Creditsafe Data Engineer Interview Questions and Answers for Experienced

Updated 22 May 2024

Creditsafe Data Engineer Interview Experiences for Experienced

1 interview found

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 22 May 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Teams call on python coding and sql queries
  • Ans. Asked to write couple of python codes and about my previous working knowledge
  • Answered Anonymously
Round 2 - One-on-one 

(1 Question)

  • Q1. Technical and managerial round
  • Ans. Regarding your previous work and the difficulties, they will test your presence of mind. Be confident and be strong with u r basics. They might ask you multiple technical questions to see how ull answer. Be confident even if u don’t know the answer.
  • Answered Anonymously
Round 3 - HR 

(1 Question)

  • Q1. Mostly it’s for final discussions

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Oops dsa sql network

Round 2 - Technical 

(2 Questions)

  • Q1. Dsa based python question
  • Q2. Dsa based python question on tress
Round 3 - Technical 

(2 Questions)

  • Q1. Sql question queries
  • Q2. Sql question query
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the SQL query to calculate the average sales over a period of 7 days?
  • Q2. Explain Data bricks architecture?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic Python, SQL & Spark coding questions.
  • Q2. Nth highest salary, word count in pyspark
  • Ans. 

    To find the nth highest salary in pyspark, use the window function with row_number and filter on the desired rank.

    • Use window function with row_number to assign a rank to each salary

    • Filter the result to get the row with the desired rank

    • Example: df.withColumn('rank', F.row_number().over(Window.orderBy(F.col('salary').desc()))).filter(F.col('rank') == n).select('salary')

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Questions on SQL & PySpark.
Round 3 - Behavioral 

(1 Question)

  • Q1. Questions about previous projects & optimization techniques etc. Also behavioural
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiation part.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain the architecture of delta lake
  • Ans. 

    Delta Lake is an open-source storage layer that brings ACID transactions to Apache Spark and big data workloads.

    • Delta Lake provides ACID transactions, scalable metadata handling, and unifies streaming and batch data processing.

    • It stores data in Parquet format and uses Apache Spark for processing.

    • Delta Lake ensures data reliability and data quality by providing schema enforcement and data versioning.

    • It supports time tra...

  • Answered by AI
  • Q2. Tuning operations in databricks
  • Ans. 

    Tuning operations in Databricks involves optimizing performance and efficiency of data processing tasks.

    • Use cluster configuration settings to allocate resources efficiently

    • Optimize code by minimizing data shuffling and reducing unnecessary operations

    • Leverage Databricks Auto Optimize to automatically tune performance

    • Monitor job performance using Databricks Runtime Metrics and Spark UI

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Normal questions on spark, hadoop, sql
  • Q2. One python coding question was there
Round 2 - One-on-one 

(2 Questions)

  • Q1. Python coding felt difficult, its a moderate difficult question
  • Q2. Questions on project, sql moderate questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Spark architecture

Data Engineer Interview Questions & Answers

HCLTech user image Manoj Chitturi

posted on 28 May 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain Spark RDD,DF
  • Ans. 

    Spark RDD and DF are two data structures in Apache Spark for processing and analyzing data.

    • RDD (Resilient Distributed Dataset) is a distributed collection of elements that can be operated on in parallel. It is immutable and fault-tolerant.

    • DF (DataFrame) is a distributed collection of data organized into named columns. It provides a more structured and efficient way to work with data compared to RDDs.

    • RDD is low-level an...

  • Answered by AI
  • Q2. Spark Architecture
Round 2 - Case Study 

End to end data engineering architecture

Round 3 - HR 

(2 Questions)

  • Q1. Salary expectation
  • Q2. Cultural fitment

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Mostly on Spark

Data Engineer Interview Questions & Answers

Wipro user image Aarthi Varatharaji

posted on 13 Jun 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. What is executor memory
  • Ans. 

    Executor memory is the amount of memory allocated to each executor in a Spark application.

    • Executor memory is specified using the 'spark.executor.memory' configuration property.

    • It determines how much memory each executor can use to process tasks.

    • It is important to properly configure executor memory to avoid out-of-memory errors or inefficient resource utilization.

  • Answered by AI
  • Q2. Difference between rdd and data frame
  • Ans. 

    RDD is a low-level abstraction in Spark representing distributed data, while DataFrames are higher-level structured APIs for working with data.

    • RDD is an immutable distributed collection of objects, while DataFrames are distributed collection of data organized into named columns.

    • RDDs are more suitable for unstructured data and low-level transformations, while DataFrames provide a more user-friendly API for structured da...

  • Answered by AI

Skills evaluated in this interview

Creditsafe Interview FAQs

How many rounds are there in Creditsafe Data Engineer interview for experienced candidates?
Creditsafe interview process for experienced candidates usually has 3 rounds. The most common rounds in the Creditsafe interview process for experienced candidates are Technical, One-on-one Round and HR.
What are the top questions asked in Creditsafe Data Engineer interview for experienced candidates?

Some of the top questions asked at the Creditsafe Data Engineer interview for experienced candidates -

  1. Teams call on python coding and sql quer...read more
  2. Mostly it’s for final discussi...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Creditsafe interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Data Engineer Interview Questions from Similar Companies

View all
Creditsafe Data Engineer Salary
based on 9 salaries
₹8.5 L/yr - ₹33.3 L/yr
88% more than the average Data Engineer Salary in India
View more details
Data Engineer
9 salaries
unlock blur

₹8.5 L/yr - ₹33.3 L/yr

Full Stack Developer
7 salaries
unlock blur

₹11 L/yr - ₹26 L/yr

Test Engineer
4 salaries
unlock blur

₹4.3 L/yr - ₹12 L/yr

Data Analyst
4 salaries
unlock blur

₹20 L/yr - ₹22 L/yr

Full Stack Engineer
4 salaries
unlock blur

₹6 L/yr - ₹9 L/yr

Explore more salaries
Compare Creditsafe with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview