Upload Button Icon Add office photos
Engaged Employer

i

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

Decision Minds Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Decision Minds Data Engineer Interview Questions, Process, and Tips

Updated 29 Dec 2022

Decision Minds Data Engineer Interview Experiences

1 interview found

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 29 Dec 2022

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
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 - Technical 

(2 Questions)

  • Q1. Internal and external tables
  • Q2. What is Hive architecture
  • Ans. 

    Hive architecture is a data warehousing system built on top of Hadoop for querying and analyzing large datasets.

    • Hive uses a SQL-like language called HiveQL for querying data stored in Hadoop Distributed File System (HDFS).

    • It consists of three main components: Metastore, Driver, and Execution Engine.

    • Metastore stores metadata about tables and partitions in a relational database.

    • Driver accepts HiveQL queries, compiles the...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. What are List and tuple
  • Ans. 

    List and tuple are data structures in Python used to store collections of items.

    • Lists are mutable and can be modified after creation

    • Tuples are immutable and cannot be modified after creation

    • Lists are defined using square brackets []

    • Tuples are defined using parentheses ()

    • Lists are used for collections of similar items

    • Tuples are used for collections of different items

  • Answered by AI
  • Q2. SQL Queries on window functions
Round 4 - Behavioral 

(2 Questions)

  • Q1. How to remove duplicates
  • Ans. 

    To remove duplicates, we can use various methods such as using sets, pandas, or SQL.

    • Using sets: Convert the list to a set and then back to a list

    • Using pandas: Use the drop_duplicates() method on a pandas dataframe

    • Using SQL: Use the DISTINCT keyword in a SELECT statement

    • Using hashable objects: Create a dictionary with the list elements as keys and then convert it back to a list

  • Answered by AI
  • Q2. Difference between Hive and Sql
  • Ans. 

    Hive is a data warehousing tool for Hadoop while SQL is a language used to manage relational databases.

    • Hive is used for big data processing while SQL is used for relational databases.

    • Hive uses Hadoop Distributed File System (HDFS) while SQL uses traditional storage systems.

    • Hive queries are written in Hive Query Language (HQL) while SQL queries are written in Structured Query Language.

    • Hive is optimized for batch process...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Yourself and be confident.............................................

Skills evaluated in this interview

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. C2H profile basic technology based question s only

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident about your answer
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Puzzles, speed, logical questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Self introduction
  • Q2. Background and coding knowledge
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. Difference between Asp.net and Ado.net? Explain about Ado.net complete briefly?
  • Ans. 

    ASP.NET is a web development framework while ADO.NET is a data access technology for connecting to databases.

    • ASP.NET is used for building web applications, while ADO.NET is used for accessing and manipulating data from databases.

    • ASP.NET provides a framework for creating dynamic web pages, handling user input, and managing state, while ADO.NET provides a set of classes for interacting with databases.

    • ASP.NET includes fea...

  • Answered by AI
  • Q2. Difference between Functions and stored procedure?
  • Ans. 

    Functions return a value while stored procedures do not.

    • Functions are used to perform a specific task and return a value to the caller.

    • Stored procedures are used to execute a set of SQL statements and do not return a value.

    • Functions can be used in SQL statements while stored procedures cannot.

    • Functions can be called from within stored procedures.

    • Functions are deterministic while stored procedures may not be.

    • Functions c...

  • Answered by AI
  • Q3. Interface Inheritance Difference between overloading and overriding
  • Ans. 

    Interface is a contract that defines the methods a class must implement. Inheritance is the ability of a class to inherit properties and methods from another class.

    • Interface is used to achieve abstraction and multiple inheritance in Java.

    • Inheritance allows code reuse and promotes code organization.

    • Overloading is having multiple methods with the same name but different parameters.

    • Overriding is providing a different impl...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Well prepare oops and asp.net ,ado.net ,SQL server concepts

Skills evaluated in this interview

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

(2 Questions)

  • Q1. DevOps tools related questions
  • Q2. And python programming questions
Round 1 - Coding Test 

Topics:
Python, Django, MySQL, Automation, Technical questions

Round 2 - Technical 

(3 Questions)

  • Q1. Topics: Python, Django, MySQL, Automation, Technical questions
  • Q2. Explain Django Architecture
  • Ans. 

    Django follows Model-View-Controller (MVC) architectural pattern.

    • Django has a high-level architecture that follows the Model-View-Controller (MVC) architectural pattern.

    • The Model layer represents the database schema and business logic.

    • The View layer is responsible for rendering the templates and presenting the data to the user.

    • The Controller layer handles the user's input and interacts with the Model and View layers.

    • Dj...

  • Answered by AI
  • Q3. Difference between XML and JSON
  • Ans. 

    XML is a markup language while JSON is a lightweight data interchange format.

    • XML uses tags to define elements while JSON uses key-value pairs.

    • XML is more verbose and complex than JSON.

    • JSON is easier to read and parse than XML.

    • XML supports namespaces and validation while JSON does not.

    • XML is widely used in web services and document exchange while JSON is preferred for data exchange between applications.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on Python Django
Showcase your skills

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Python file handling, input,output, in a file, Sql joins, list sort in python, basics of GIS, Web service how to test

Interview Preparation Tips

Interview preparation tips for other job seekers - This is hust basics not deep dive, strog ur basics to crack
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Coding Test 

SQL Test with 5 questions

Round 2 - Technical 

(2 Questions)

  • Q1. Approach towards solving the SQL Queries from the test
  • Q2. Past Experiences
Round 3 - One-on-one 

(2 Questions)

  • Q1. Resume related Questions
  • Q2. Power BI and SQL related questions. How to approach in a dashboard building process
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic java questions along with aptitude questions.

Round 2 - Technical 

(1 Question)

  • Q1. Basic oops concept, java functionalities, spring framework.
Round 3 - HR 

(1 Question)

  • Q1. Basic Hr questions, when you can join, expected ctc...
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Question on Java mcq
  • Q2. Questions on Oops
Round 2 - Technical 

(1 Question)

  • Q1. Questions based on resume
Round 3 - HR 

(1 Question)

  • Q1. Questions on direction, physics

Decision Minds Interview FAQs

How many rounds are there in Decision Minds Data Engineer interview?
Decision Minds interview process usually has 4 rounds. The most common rounds in the Decision Minds interview process are Technical, Resume Shortlist and Behavioral.
How to prepare for Decision Minds Data Engineer 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 Decision Minds. The most common topics and skills that interviewers at Decision Minds expect are SQL, Python, Big Data, GCP and Spark.
What are the top questions asked in Decision Minds Data Engineer interview?

Some of the top questions asked at the Decision Minds Data Engineer interview -

  1. How to remove duplica...read more
  2. What is Hive architect...read more
  3. What are List and tu...read more

Tell us how to improve this page.

Decision Minds Data Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Decision Minds Data Engineer Salary
based on 9 salaries
₹1.8 L/yr - ₹9.3 L/yr
52% less than the average Data Engineer Salary in India
View more details

Decision Minds Data Engineer Reviews and Ratings

based on 2 reviews

2.3/5

Rating in categories

2.0

Skill development

2.0

Work-life balance

1.7

Salary

1.7

Job security

2.0

Company culture

1.7

Promotions

2.0

Work satisfaction

Explore 2 Reviews and Ratings
Software Engineer
93 salaries
unlock blur

₹2.5 L/yr - ₹8.8 L/yr

Senior Software Engineer
62 salaries
unlock blur

₹8.5 L/yr - ₹28 L/yr

Tableau Developer
16 salaries
unlock blur

₹4 L/yr - ₹15 L/yr

Technical Lead
15 salaries
unlock blur

₹12 L/yr - ₹28.3 L/yr

Senior Tableau Developer
9 salaries
unlock blur

₹15 L/yr - ₹18 L/yr

Explore more salaries
Compare Decision Minds with

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.7
Compare

HyScaler

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