Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by CSM Technologies Team. If you also belong to the team, you can get access from here

CSM Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

CSM Technologies Data Engineer Interview Questions and Answers

Updated 13 Apr 2024

CSM Technologies Data Engineer Interview Experiences

1 interview found

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 13 Apr 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What in dense rank what is pyspark
  • Ans. 

    Dense rank is a ranking function in SQL that assigns a unique rank to each distinct row in a result set.

    • Dense rank is used to assign ranks to rows in a result set without any gaps between the ranks.

    • It is similar to rank function but does not skip ranks if there are ties.

    • For example, if there are two rows with the same value, they will both receive the same rank in dense rank.

  • Answered by AI
Round 2 - Case Study 

Facebook dw scenario

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Azure Scenario based questions
  • Q2. Pyspark Coding based questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. ADF, Databricks related question
  • Q2. Spark Performance problem and scenarios
  • Ans. 

    Spark performance problems can arise due to inefficient code, data skew, resource constraints, and improper configuration.

    • Inefficient code can lead to slow performance, such as using collect() on large datasets.

    • Data skew can cause uneven distribution of data across partitions, impacting processing time.

    • Resource constraints like insufficient memory or CPU can result in slow Spark jobs.

    • Improper configuration settings, su...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Question based on big data
  • Q2. Cloud based messaging system
Round 2 - Technical 

(1 Question)

  • Q1. Cloud based operations
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Spark basic question , hive related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good question asked, It covers sql , spark and python.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

1- sql adn 10 spark questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Python programs - 4
  • Q2. Sql questions - 4
Round 3 - Technical 

(1 Question)

  • Q1. Project related and work experience questions
Round 4 - HR 

(1 Question)

  • Q1. Managerial question
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Technical Assessment Test (MCQs) - 30 mins.

Round 2 - Technical 

(4 Questions)

  • Q1. Basic Questions on: 1.Python 2.SQL 3.Spark
  • Q2. Python: Replace all occurrences of word: "apple" with "froot" and count no.of occurrences of word: "apple" - in a given string (multiple lines) SQL: 1. Retrieve employee details, drawing the maximum salar...
  • Q3. Convert string (multiple lines) to list
  • Ans. 

    Use the split() method to convert a string with multiple lines into a list of strings.

    • Use the split() method with the newline character '\n' as the delimiter to split the string into a list of strings.

    • Example: 'Hello\nWorld\n' -> ['Hello', 'World']

  • Answered by AI
  • Q4. Convert string of multiple lines with 'n' words to multiple arrays of fixed size: k, with no overlap of elements accross arrays.
  • Ans. 

    Convert a string of multiple lines with 'n' words to multiple arrays of fixed size without overlap.

    • Split the string into individual words

    • Create arrays of fixed size 'k' and distribute words evenly

    • Handle cases where the number of words is not divisible by 'k'

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Altimetrik Data Engineer interview:
  • Python
  • SQL
  • PySpark

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Python Lambda Function
  • Q2. What are pods in Kubernetes
  • Ans. 

    Pods are the smallest deployable units in Kubernetes, consisting of one or more containers.

    • Pods are used to run and manage containers in Kubernetes

    • Each pod has its own unique IP address within the Kubernetes cluster

    • Pods can contain multiple containers that share resources and are scheduled together

    • Pods are ephemeral and can be easily created, destroyed, or replicated

    • Pods can be managed and scaled using Kubernetes contr

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Different type of license in power bi. Data Modelling.
  • Ans. 

    Power BI offers different types of licenses for data modeling, including Power BI Pro and Power BI Premium.

    • Power BI Pro license allows users to create and share reports and dashboards with others.

    • Power BI Premium license offers additional features such as larger data capacity and advanced AI capabilities.

    • Power BI Embedded license is designed for embedding reports and dashboards into custom applications.

    • Power BI Report ...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. What abt you know tiger
  • Q2. General hr questions

Interview Preparation Tips

Topics to prepare for Tiger Analytics Data Engineer interview:
  • Power Bi
  • Data Modeling
  • SQL
Interview preparation tips for other job seekers - Na

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. BigQuery Architecture and file formats
  • Q2. Airflow operators and what is the use of Airflow python operator
  • Ans. 

    Airflow operators are used to define tasks in a workflow. The Airflow Python operator is used to execute Python functions as tasks.

    • Airflow operators are used to define individual tasks in a workflow

    • The Airflow Python operator is specifically used to execute Python functions as tasks

    • It allows for flexibility in defining custom tasks using Python code

    • Example: PythonOperator(task_id='my_task', python_callable=my_python_fu

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Explain the entire ETL workload in your current company project and how to handle the data quality issues.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. It wnt well basics of hadoop,spark and my project
  • Q2. Basics of sql and joins
Round 2 - Coding Test 

Basics of sql and joins

CSM Technologies Interview FAQs

How many rounds are there in CSM Technologies Data Engineer interview?
CSM Technologies interview process usually has 2 rounds. The most common rounds in the CSM Technologies interview process are One-on-one Round and Case Study.

Tell us how to improve this page.

CSM Technologies Data Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Fast track your campus placements

View all
CSM Technologies Data Engineer Salary
based on 9 salaries
₹2 L/yr - ₹4.1 L/yr
65% less than the average Data Engineer Salary in India
View more details

CSM Technologies Data Engineer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

2.0

Work-life balance

1.0

Salary

4.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
339 salaries
unlock blur

₹1.8 L/yr - ₹5.2 L/yr

Programmer Analyst
88 salaries
unlock blur

₹4.3 L/yr - ₹13.2 L/yr

Software Developer
77 salaries
unlock blur

₹1.8 L/yr - ₹6 L/yr

Senior Software Engineer
74 salaries
unlock blur

₹3 L/yr - ₹8.4 L/yr

Junior Software Engineer
54 salaries
unlock blur

₹1 L/yr - ₹3.6 L/yr

Explore more salaries
Compare CSM Technologies with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview