Upload Button Icon Add office photos

Filter interviews by

Fragma Data Systems Interview Questions, Process, and Tips

Updated 16 Jan 2025

Top Fragma Data Systems Interview Questions and Answers

View all 13 questions

Fragma Data Systems Interview Experiences

Popular Designations

13 interviews found

Databricks Engineer Interview Questions & Answers

user image Anonymous

posted on 26 Dec 2024

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 Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Self introduction
  • Q2. Windows function and how you used
  • Ans. 

    Window functions are used to perform calculations across a set of table rows that are related to the current row.

    • Window functions are used in SQL to perform calculations on a specific subset of rows related to the current row.

    • They are often used with aggregate functions like SUM, AVG, and COUNT to calculate running totals, moving averages, and rankings.

    • Examples of window functions include ROW_NUMBER(), RANK(), LEAD(),

  • Answered by AI
  • Q3. Sql Coding questions. Window functions with joins.
  • Q4. Pyspark code for how you connect the data to ADLS with doing partition
  • Ans. 

    Use PySpark code to connect data to ADLS with partitioning

    • Use SparkSession to create a Spark application

    • Set the configuration for ADLS storage account and container

    • Read data from ADLS using Spark DataFrame API

    • Partition the data based on a specific column while writing back to ADLS

  • Answered by AI

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 27 Sep 2024

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

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(10 Questions)

  • Q1. Tell me about yourself, and project architecture. What are your day-to-day responsibilities?
  • Ans. 

    I am a Data Engineer with experience in designing and implementing project architectures. My day-to-day responsibilities include data processing, ETL tasks, and ensuring data quality.

    • Designing and implementing project architectures for data processing

    • Performing ETL tasks to extract, transform, and load data into the system

    • Ensuring data quality and integrity through data validation and cleansing

    • Collaborating with cross-...

  • Answered by AI
  • Q2. SQL: To calculate the difference in marks for each student ID and marks across different years?
  • Ans. 

    Use SQL to calculate the difference in marks for each student ID across different years.

    • Use a self join on the table to compare marks for the same student ID across different years.

    • Calculate the difference in marks by subtracting the marks from different years.

    • Group the results by student ID to get the difference in marks for each student.

  • Answered by AI
  • Q3. SQL: Statewise which gender purchase is the most?
  • Ans. 

    The answer to the question is that in which state which gender makes the most purchases.

    • Aggregate the data by state and gender to calculate the total purchases made by each gender in each state.

    • Identify the gender with the highest total purchases in each state.

    • Present the results in a table or chart for easy visualization.

  • Answered by AI
  • Q4. What is ADF ??
  • Ans. 

    ADF stands for Azure Data Factory, a cloud-based data integration service that allows you to create, schedule, and manage data pipelines.

    • ADF is used for building, scheduling, and monitoring data pipelines to move and transform data from various sources to destinations.

    • It supports data integration between various data stores such as Azure SQL Database, Azure Blob Storage, and on-premises data sources.

    • ADF provides a visu...

  • Answered by AI
  • Q5. Pysaprk Coding Question?
  • Q6. What is DAG ??
  • Ans. 

    DAG stands for Directed Acyclic Graph, a data structure used to represent dependencies between tasks in a workflow.

    • DAG is a collection of nodes connected by edges, where each edge has a direction and there are no cycles.

    • It is commonly used in data engineering for representing data pipelines and workflows.

    • DAGs help in visualizing and optimizing the order of tasks to be executed in a workflow.

    • Popular tools like Apache Ai...

  • Answered by AI
  • Q7. What is Lineage ??
  • Ans. 

    Lineage refers to the history and origin of data, including its source, transformations, and dependencies.

    • Lineage helps in understanding how data is generated, processed, and transformed throughout its lifecycle.

    • It tracks the flow of data from its source to its destination, including any intermediate steps or transformations.

    • Lineage is important for data governance, data quality, and troubleshooting data issues.

    • Example...

  • Answered by AI
  • Q8. How does Spark handle fault tolerance?
  • Ans. 

    Spark handles fault tolerance through resilient distributed datasets (RDDs) and lineage tracking.

    • Spark achieves fault tolerance through RDDs, which are immutable distributed collections of objects that can be rebuilt if a partition is lost.

    • RDDs track the lineage of transformations applied to the data, allowing lost partitions to be recomputed based on the original data and transformations.

    • Spark also replicates data par...

  • Answered by AI
  • Q9. There are four cores and four worker nodes in Spark. How many jobs will run in parallel?
  • Ans. 

    Only one job will run in parallel in Spark with four cores and four worker nodes.

    • In Spark, each core can only run one task at a time, so with four cores, only four tasks can run concurrently.

    • Since there are four worker nodes, each with four cores, a total of four tasks can run in parallel.

    • Therefore, only one job will run in parallel in this scenario.

  • Answered by AI
  • Q10. What are the optimisation techniques you have used in your project ?
  • Ans. 

    I have used techniques like indexing, query optimization, and parallel processing in my projects.

    • Indexing: Used to improve the speed of data retrieval by creating indexes on columns frequently used in queries.

    • Query optimization: Rewriting queries to improve efficiency and reduce execution time.

    • Parallel processing: Distributing tasks across multiple processors to speed up data processing.

    • Caching: Storing frequently acce...

  • Answered by AI

Skills evaluated in this interview

Top Fragma Data Systems Data Engineer Interview Questions and Answers

Q1. There are four cores and four worker nodes in Spark. How many jobs will run in parallel?
View answer (1)

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a GameYou and your friend Ninjax are playing a game of coins. Ninjax place the 'N' number of coins in a straight line. The rule of the game is as follows: 1. Each coin has a value associated with it. 2. It’s a two-playe... read more
View answer (6)

Senior Front End Interview Questions & Answers

user image Anonymous

posted on 6 Dec 2024

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

(2 Questions)

  • Q1. Problem solving in js.
  • Q2. Javascript o/p question
Round 2 - HR 

(1 Question)

  • Q1. General HR discussions
Round 3 - Technical 

(1 Question)

  • Q1. Basic React questions, Javascript questions, one coding exercise

Data Engineer Interview Questions & Answers

user image Omkar Singh

posted on 16 Jan 2025

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

(1 Question)

  • Q1. Find duplicate rows in the given table

Top Fragma Data Systems Data Engineer Interview Questions and Answers

Q1. There are four cores and four worker nodes in Spark. How many jobs will run in parallel?
View answer (1)

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a GameYou and your friend Ninjax are playing a game of coins. Ninjax place the 'N' number of coins in a straight line. The rule of the game is as follows: 1. Each coin has a value associated with it. 2. It’s a two-playe... read more
View answer (6)

Fragma Data Systems interview questions for popular designations

 Data Engineer

 (3)

 Machine Learning Scientist - Big Data/NLP

 (2)

 Business Analyst

 (1)

 Data Scientist

 (1)

 Informatica Developer

 (1)

 Senior Software Engineer

 (1)

 Software Engineer

 (1)

 Technical Lead

 (1)

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

(2 Questions)

  • Q1. Coding question for count occurence of string
  • Q2. Java basic question with exception handling
Round 2 - One-on-one 

(2 Questions)

  • Q1. Microservice question
  • Q2. Spring batch working flow

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join the organization.. it's very unprofessional

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Javascript based coding question

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 10 Oct 2023

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

I was interviewed before Oct 2022.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

1.ETL Pipeline
2.PySpark Code
3.SQL

Round 3 - Technical 

(2 Questions)

  • Q1. 1.sql easy question 2.pyspark easy code as I was fesher
  • Q2. 1.query related to group by
Round 4 - Technical 

(1 Question)

  • Q1. 1.One tricky sql query 2.What is sqoop?sqoop performs which job - map or reduce?

Top Fragma Data Systems Data Engineer Interview Questions and Answers

Q1. There are four cores and four worker nodes in Spark. How many jobs will run in parallel?
View answer (1)

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a GameYou and your friend Ninjax are playing a game of coins. Ninjax place the 'N' number of coins in a straight line. The rule of the game is as follows: 1. Each coin has a value associated with it. 2. It’s a two-playe... read more
View answer (6)

I applied via Cutshort.io and was interviewed in Nov 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SCD type 2 mapping, Store procedure and functions, ETL and Query Optimisation, Data warehousing and UNIX

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with the Informatica and Data warehousing concepts.

Informatica Developer Interview Questions asked at other Companies

Q1. if we dont specify anything in group by aggregator what will happen
View answer (2)

I applied via Internshala and was interviewed before Sep 2021. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Assignment 

I was given a pdf file containing 3 Problem statements along with the output for which I had to write SQL queries.

Round 3 - Technical 

(3 Questions)

  • Q1. Theoretical Questions related to SQL were asked like types of join, the difference between union and join, related to my project, and some behavioral questions.
  • Q2. What are different types of Joins?
  • Ans. 

    Joins are used to combine data from two or more tables based on a related column between them.

    • Inner Join: returns only the matching rows from both tables

    • Left Join: returns all rows from the left table and matching rows from the right table

    • Right Join: returns all rows from the right table and matching rows from the left table

    • Full Outer Join: returns all rows from both tables

    • Cross Join: returns the Cartesian product of b

  • Answered by AI
  • Q3. What is the Difference between Union and Joins
  • Ans. 

    Joins combine rows from two or more tables based on a related column, while unions combine rows from two or more tables with the same structure.

    • Joins are used to combine data from different tables based on a related column

    • Unions are used to combine data from tables with the same structure

    • Joins can be inner, left, right, or full, while unions are always a combination of all rows

    • Joins can have multiple conditions, while ...

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Scenario-based questions on SQL
Round 5 - HR 

(1 Question)

  • Q1. Questions related to me like what my parents do etc. and their company profile.

Interview Preparation Tips

Interview preparation tips for other job seekers - If applying as a fresher, prepare SQL well as most of the questions will be from SQL only.

Skills evaluated in this interview

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (8)

Software Engineer Interview Questions & Answers

user image raguvaran ravi

posted on 26 Jul 2021

I was interviewed in Jun 2021.

Interview Questionnaire 

1 Question

  • Q1. Basic questions and aptitute

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good, selection is one day process. salary is 3.6 lacks per annum it was very a good experience. interview was knowledgeable and experience. overall it was good but salary could have been better. work location given were too far away form my hometown

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)

Fragma Data Systems Interview FAQs

How many rounds are there in Fragma Data Systems interview?
Fragma Data Systems interview process usually has 2-3 rounds. The most common rounds in the Fragma Data Systems interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Fragma Data Systems interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Fragma Data Systems. The most common topics and skills that interviewers at Fragma Data Systems expect are SQL, Java, Python, Spark and Big Data.
What are the top questions asked in Fragma Data Systems interview?

Some of the top questions asked at the Fragma Data Systems interview -

  1. There are four cores and four worker nodes in Spark. How many jobs will run in ...read more
  2. What are the optimisation techniques you have used in your projec...read more
  3. Pyspark code for how you connect the data to ADLS with doing partit...read more

Tell us how to improve this page.

Fragma Data Systems Interview Process

based on 6 interviews in last 1 year

Interview experience

4.3
  
Good

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 785 Interviews
View all

Fragma Data Systems Reviews and Ratings

based on 112 reviews

4.4/5

Rating in categories

4.1

Skill development

4.2

Work-life balance

4.2

Salary

4.2

Job security

4.2

Company culture

4.2

Promotions

4.2

Work satisfaction

Explore 112 Reviews and Ratings
Data Engineer
56 salaries
unlock blur

₹3.3 L/yr - ₹14.5 L/yr

Software Engineer
32 salaries
unlock blur

₹4.1 L/yr - ₹14.7 L/yr

Business Analyst
24 salaries
unlock blur

₹3.5 L/yr - ₹6 L/yr

Senior Software Engineer
16 salaries
unlock blur

₹6.9 L/yr - ₹26 L/yr

Data Analyst
12 salaries
unlock blur

₹3.5 L/yr - ₹6.4 L/yr

Explore more salaries
Compare Fragma Data Systems with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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