Upload Button Icon Add office photos
Engaged Employer

i

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

Datamatics Global Services Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Datamatics Global Services Data Engineer Interview Questions and Answers

Updated 7 May 2024

Datamatics Global Services Data Engineer Interview Experiences

1 interview found

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

I applied via Approached by Company and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(8 Questions)

  • Q1. Python Coding Question 1: Make a list with all datatypes objects in it.
  • Ans. 

    Create a list containing all Python data types.

    • Use the following data types: int, float, complex, str, list, tuple, dict, set, bool, bytes, bytearray, memoryview, None

    • Example: ['int', 'float', 'complex', 'str', 'list', 'tuple', 'dict', 'set', 'bool', 'bytes', 'bytearray', 'memoryview', 'None']

  • Answered by AI
  • Q2. Python Coding Question 2: Extract a character from the string present in the list.
  • Ans. 

    Extract a character from a string in a list of strings.

    • Iterate through the list of strings

    • Use indexing to extract the desired character from each string

    • Handle cases where the index is out of range

    • Return the extracted characters as a new list

  • Answered by AI
  • Q3. Python Coding Question 3: Make a dictionary with Name and Age having 4 records.
  • Ans. 

    Create a dictionary with Name and Age for 4 records in Python.

    • Use curly braces {} to create a dictionary.

    • Separate key-value pairs with a colon :

    • Separate each record with a comma ,

  • Answered by AI
  • Q4. Python Coding Question 4: Make a string and write code to return the output with the reverse string.
  • Q5. Python Coding Question 5: Write a function to check if the string is Palindrome. Check the function with a Palindrome.
  • Ans. 

    Function to check if a string is a palindrome.

    • Create a function that takes a string as input.

    • Reverse the string and compare it with the original string.

    • Return true if they are the same, false otherwise.

    • Example: 'racecar' is a palindrome.

  • Answered by AI
  • Q6. SQL Coding Question 1: Write an SQL query to extract the data from employees table, extract day of joining, month of joining, year of joining from the "Date Of Joining".
  • Q7. What is Data normalization and standardization?
  • Ans. 

    Data normalization is the process of organizing data in a database efficiently, while data standardization is the process of ensuring consistency and uniformity in data.

    • Data normalization involves organizing data into tables and columns to reduce redundancy and improve data integrity.

    • Data standardization involves ensuring that data is consistent and uniform across the database.

    • Normalization helps in reducing data redun...

  • Answered by AI
  • Q8. Statistics/Probability Question: 4 ball of each colors(Red, Green, Blue) are present in the box. After drawing 3 ball randomly from the box, what is the probability of getting all 3 ball having the same co...
  • Ans. 

    The probability of drawing 3 balls of the same color from a box containing 4 balls of each color (Red, Green, Blue).

    • Calculate the total number of ways to draw 3 balls out of 12 balls

    • Calculate the number of ways to draw 3 balls of the same color

    • Divide the number of favorable outcomes by the total number of outcomes to get the probability

  • Answered by AI

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Aug 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. I interviewed here for Fidelity, so bith technical rounds were conducted by Fidelity associates. They asked me deeper as well as common questions from Power Bi and SQL query writing.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer i got was very cooperative and engaging as well as appreciative.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. About sql, python
Round 2 - HR 

(1 Question)

  • Q1. About family, hobbies
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Questions related to projects
Round 2 - Technical 

(1 Question)

  • Q1. Questions related to projects and some scenario based questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Questions related to projects
Round 2 - Technical 

(1 Question)

  • Q1. Questions related to projects and some scenario based questions
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Aptitude Test 

Basic Maths and aptitude questions

Round 2 - Technical 

(1 Question)

  • Q1. Interview cancelled and no response
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Dsa question were asked along with lr and sql

Round 2 - Case Study 

Tell _____ no of in Delhi

Interview Preparation Tips

Interview preparation tips for other job seekers - Prac
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

The Aptitude Test session accesses mathematical and logical reasoning abilities

Round 2 - Technical 

(6 Questions)

  • Q1. What is Vlookup
  • Ans. 

    Vlookup is a function in Excel used to search for a value in a table and return a corresponding value from another column.

    • Vlookup stands for 'Vertical Lookup'

    • It is commonly used in Excel to search for a value in the leftmost column of a table and return a value in the same row from a specified column

    • Syntax: =VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup])

    • Example: =VLOOKUP(A2, B2:D10, 3, FALSE) - searc...

  • Answered by AI
  • Q2. Some IF else Question in Excel
  • Q3. What does your day in your previous organization look like?
  • Ans. 

    My day in my previous organization involved analyzing large datasets, creating reports, and presenting findings to stakeholders.

    • Reviewing and cleaning large datasets to ensure accuracy

    • Creating visualizations and reports to communicate insights

    • Collaborating with team members to identify trends and patterns

    • Presenting findings to stakeholders in meetings or presentations

  • Answered by AI
  • Q4. Could you share the technical skills you possess?
  • Ans. 

    I possess strong technical skills in data analysis, including proficiency in programming languages, statistical analysis, and data visualization tools.

    • Proficient in programming languages such as Python, R, SQL

    • Skilled in statistical analysis and data modeling techniques

    • Experience with data visualization tools like Tableau, Power BI

    • Knowledge of machine learning algorithms and techniques

  • Answered by AI
  • Q5. Can you explain what a Pivot Table is?
  • Ans. 

    A Pivot Table is a data summarization tool used in spreadsheet programs to analyze, summarize, and present data in a tabular format.

    • Pivot tables allow users to reorganize and summarize selected columns and rows of data to obtain desired insights.

    • Users can easily group and filter data, perform calculations, and create visualizations using pivot tables.

    • Pivot tables are commonly used in Excel and other spreadsheet program...

  • Answered by AI
  • Q6. Find the Highest-paid employee in each department along with their salary and department name.
  • Ans. 

    To find the highest-paid employee in each department, we need to group employees by department and then select the employee with the highest salary in each group.

    • Group employees by department

    • Find the employee with the highest salary in each group

    • Retrieve the employee's name, salary, and department name

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Nagarro Data Analyst interview:
  • SQL
  • Excel
  • Problem Solving
  • PowerBI
  • SQL Queries
Interview preparation tips for other job seekers - Practice common interviews and scenarios, especially for your role.
Be prepared to discuss past challenges and how did you overcome.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via LinkedIn and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Interesting facts about ourselves
  • Q2. Introduced about ourselves

I applied via Naukri.com and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What is Company payroll Process
  • Ans. 

    Company payroll process is the system used to manage employee compensation and benefits.

    • Payroll process includes calculating employee salaries, taxes, and deductions

    • It also involves managing employee benefits such as health insurance and retirement plans

    • Payroll process can be done in-house or outsourced to a third-party provider

    • It is important to ensure compliance with labor laws and regulations

    • Payroll process can be a

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - My Team members is very good

Datamatics Global Services Interview FAQs

How many rounds are there in Datamatics Global Services Data Engineer interview?
Datamatics Global Services interview process usually has 1 rounds. The most common rounds in the Datamatics Global Services interview process are Technical.
How to prepare for Datamatics Global Services 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 Datamatics Global Services. The most common topics and skills that interviewers at Datamatics Global Services expect are AWS, Python, SQL, API Integration and Big Data.

Tell us how to improve this page.

Datamatics Global Services Data Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Datamatics Global Services Data Engineer Salary
based on 14 salaries
₹4 L/yr - ₹13.6 L/yr
25% less than the average Data Engineer Salary in India
View more details

Datamatics Global Services Data Engineer Reviews and Ratings

based on 3 reviews

1.4/5

Rating in categories

1.4

Skill development

1.0

Work-life balance

1.7

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.4

Work satisfaction

Explore 3 Reviews and Ratings
Consultant
807 salaries
unlock blur

₹4.9 L/yr - ₹25 L/yr

Associate Consultant
658 salaries
unlock blur

₹4 L/yr - ₹15 L/yr

Executive
596 salaries
unlock blur

₹1.1 L/yr - ₹4.5 L/yr

Senior Executive
343 salaries
unlock blur

₹1.6 L/yr - ₹10 L/yr

Executive Accountant
325 salaries
unlock blur

₹1 L/yr - ₹4 L/yr

Explore more salaries
Compare Datamatics Global Services with

DXC Technology

3.7
Compare

Sutherland Global Services

3.6
Compare

Optum Global Solutions

4.0
Compare

FIS

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