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 Interview Questions, Process, and Tips

Updated 13 Feb 2025

Top Datamatics Global Services Interview Questions and Answers

View all 69 questions

Datamatics Global Services Interview Experiences

Popular Designations

158 interviews found

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

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

Round 1 - Aptitude Test 

I applied through naukri and i got call from hr , the first was Aptitute Round, Basic Aptitude Questions are there and some Programing MCQ is there.

Round 2 - Technical 

(2 Questions)

  • Q1. Write a program for Palindrome String and Number, and Explain the whole logic of that program.
  • Ans. 

    Program to check if a given string or number is a palindrome.

    • Create a function to check if a given string is a palindrome by comparing characters from start and end.

    • For numbers, convert to string and then apply the same logic as for strings.

    • Examples: 'radar' is a palindrome string, 121 is a palindrome number.

  • Answered by AI
  • Q2. And Reasoning questions are there the interviewr the Questions are, if there is 8 ball with similar weight and one ball is lighter than rest , if you want to find defected ball how you found , if you can ...
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself , and about the role , and who take your technical interview , and about family background ,why you want to join that role beacause i am from IT background I am not selected after hr...

Market Research Analyst Interview Questions asked at other Companies

Q1. If you are left alone in a market of someother state with someother language to research on will you be able to conduct a market research over there?
View answer (1)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - HR 

(3 Questions)

  • Q1. Unprofessional HR asks any random thing but are themselves don't know anything
  • Q2. Whatever HR says is false so read ambition box and Google reviews of both Bangalore and Mumbai office to know the reality
  • Q3. This review is to help other candidates make decision before interviewing at Datamatics

Interview Preparation Tips

Interview preparation tips for other job seekers - Highly unprofessional HR. Don't join this company, they are scam. Whatever HR say is false , they don't have any communication ethics. They think they are very smart , but read all google reviews and ambition box. It's very poorly rated , if you are interviewing for this company it's waste of your time and expectations. Never saw so any company so unprofessional after being interviewed at multiple places. Complete waste of time and effort. If you are reading this before giving interview at this company, I hope this helps you and other candidates. Don't keep any hopes. Read all google reviews , and you will understand it is total scam they are conducting.

Senior Consultant Interview Questions asked at other Companies

Q1. 1. What's the use of update sets and how do you move update set from one instance to another? Once you imported the update set, what will you do? To check the customisations, You need to do open the update set and do something. What is that... read more
View answer (3)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Minimum 14 character required
  • Q2. Maximum 1400 character required

ETL Developer Interview Questions asked at other Companies

Q1. What are the content of APT_CONFIG_FILE? Can you brief on the relationship between APT_CONFIG_FILE and Partition.
View answer (1)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Explain your current Job role.
  • Ans. 

    Oversee daily operations, manage staff, ensure efficiency and productivity.

    • Manage and coordinate daily operations

    • Supervise staff and provide guidance

    • Implement strategies to improve efficiency and productivity

    • Monitor performance and make adjustments as needed

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Explain your current Job Role
  • Ans. 

    I oversee daily operations, manage staff, ensure efficiency, and implement strategies to improve productivity.

    • Manage a team of employees to ensure smooth operations

    • Develop and implement strategies to improve efficiency

    • Monitor performance metrics and make adjustments as needed

  • Answered by AI

Senior Executive Operations Interview Questions asked at other Companies

Q1. In 1 day how many veh can be loaded and unloaded with dock man power count of 14.
View answer (5)

Datamatics Global Services interview questions for popular designations

 Consultant

 (12)

 Trainee

 (11)

 Associate Consultant

 (6)

 Accountant

 (5)

 Executive

 (5)

 Senior Consultant

 (4)

 Back Office Executive

 (3)

 Finance Executive

 (3)

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

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What's your expectation salary
  • Q2. What yours experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company
Good salary
Good timeing

Data Entry Executive Interview Questions asked at other Companies

Q1. Means involving the sorts of machines processes and materials used in industry transport and communications.
View answer (2)

Get interview-ready with Top Datamatics Global Services Interview Questions

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

(2 Questions)

  • Q1. What is confidentiality??
  • Ans. 

    Confidentiality is the protection of sensitive information from being disclosed to unauthorized individuals or entities.

    • Confidentiality ensures that sensitive information is only accessed by authorized personnel.

    • It is crucial in maintaining trust and privacy in various fields such as healthcare, legal, and security.

    • Examples include protecting patient medical records, safeguarding classified government information, and ...

  • Answered by AI
  • Q2. What is integrity??
  • Ans. 

    Integrity is the quality of being honest and having strong moral principles.

    • Integrity involves being truthful and transparent in all actions and decisions.

    • It means doing the right thing even when no one is watching.

    • Integrity also includes keeping promises and commitments.

    • Having integrity builds trust and credibility with others.

    • Examples: refusing to engage in unethical behavior, admitting mistakes and taking responsibi

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - go

Security Officer Interview Questions asked at other Companies

Q1. What deference between material handling and man handling
View answer (23)

Jobs at Datamatics Global Services

View all
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

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a Coin Game You are playing a coin game with your friend Ninjax. There are N coins placed in a straight line. Here are the rules of the game: 1. Each coin has a value associated with it. 2. The game involves two players... read more
View answer (1)

M04 Interview Questions & Answers

user image Anonymous

posted on 9 Nov 2024

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

I applied via Referral and was interviewed in May 2024. There were 4 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Reason for change
  • Q2. Why are you choosing DGSL
  • Ans. 

    I am choosing DGSL because of their reputation for innovative solutions and strong track record of success.

    • Reputation for innovative solutions

    • Strong track record of success

    • Positive reviews from current clients

  • Answered by AI
Round 2 - Aptitude Test 

Basic accounting questions

Round 3 - One-on-one 

(2 Questions)

  • Q1. How do you handle planned n unplanned leaves in team
  • Q2. How do u handle appraisals
Round 4 - One-on-one 

(2 Questions)

  • Q1. Have you worked with international client
  • Ans. 

    Yes, I have worked with international clients in my previous role as a sales manager.

    • Managed accounts for clients in Europe, Asia, and South America

    • Communicated regularly via email, phone calls, and video conferences

    • Coordinated international shipments and logistics

    • Adapted to different cultural norms and business practices

  • Answered by AI
  • Q2. Have you ever gave process improvement suggestions to client

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay cool
Be genuine
No fake answer
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Coding Test 

Discussed few basic things about project and basic questions on OOPS. The scheduled time of the interview was actually completed as interviewer joined 30 mins late. After that I was asked to write code in any editor of my choice. Completed two questions and there was again a third one and now the overall interview was going on since more than 1 hour. The interview experience wasn't nice and tedious to be honest. The interviewer was nice and tried to help wherever possible but asked too many questions.

Front end Web Developer Interview Questions asked at other Companies

Q1. How can we get the geographic position of a user in HTML5?
View answer (2)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Write a program to convert aaabbbcdd string to a3b3c1d2.
  • Ans. 

    Program to convert aaabbbcdd string to a3b3c1d2.

    • Iterate through the input string and keep track of the current character and its count

    • Append the character and its count to a new string as you iterate

    • Return the new string once all characters have been processed

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Write a program to find the count of all the possible palindromes in a given string:
  • Ans. 

    Program to find count of palindromes in a given string

    • Iterate through each substring and check if it is a palindrome

    • Use two pointers approach to check for palindromes efficiently

    • Consider both odd and even length palindromes

    • Handle edge cases like single characters and empty strings

    • Example: Input 'ababa', Output: 5 (a, b, aba, b, a)

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Where do you see yourself after 5 Years?

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are good at problem solving, the domain knowledge and the relevant skills required for the job you’ll ace the interviews

Senior Consultant Interview Questions asked at other Companies

Q1. 1. What's the use of update sets and how do you move update set from one instance to another? Once you imported the update set, what will you do? To check the customisations, You need to do open the update set and do something. What is that... read more
View answer (3)

Datamatics Global Services Interview FAQs

How many rounds are there in Datamatics Global Services interview?
Datamatics Global Services interview process usually has 2-3 rounds. The most common rounds in the Datamatics Global Services interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for Datamatics Global Services 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 Java, Javascript, C#, SQL and .Net.
What are the top questions asked in Datamatics Global Services interview?

Some of the top questions asked at the Datamatics Global Services interview -

  1. When defect is deffered as a tester what you will...read more
  2. 1. What do you mean by bank reconciliation? 2. Journal entry for provision for...read more
  3. how many any cores are complete and education backgro...read more
How long is the Datamatics Global Services interview process?

The duration of Datamatics Global Services interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Datamatics Global Services Interview Process

based on 124 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
DXC Technology Interview Questions
3.7
 • 813 Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
Hexaware Technologies Interview Questions
3.5
 • 723 Interviews
KPIT Technologies Interview Questions
3.4
 • 294 Interviews
View all

Datamatics Global Services Reviews and Ratings

based on 2k reviews

3.5/5

Rating in categories

3.4

Skill development

3.3

Work-life balance

2.9

Salary

3.4

Job security

3.3

Company culture

2.8

Promotions

3.2

Work satisfaction

Explore 2k Reviews and Ratings
Etl Test Engineer

Nashik,

Bangalore / Bengaluru

+1

4-7 Yrs

Not Disclosed

Job Opportunity--Technical Project manager-Bengaluru/Mumbai

Bangalore / Bengaluru,

Mumbai

10-18 Yrs

Not Disclosed

Explore more jobs
Consultant
798 salaries
unlock blur

â‚ą5.5 L/yr - â‚ą24.8 L/yr

Associate Consultant
649 salaries
unlock blur

â‚ą3.6 L/yr - â‚ą15 L/yr

Executive
602 salaries
unlock blur

â‚ą1.1 L/yr - â‚ą4.5 L/yr

Senior Executive
327 salaries
unlock blur

â‚ą1.2 L/yr - â‚ą10 L/yr

Executive Accountant
297 salaries
unlock blur

â‚ą1 L/yr - â‚ą4 L/yr

Explore more salaries
Compare Datamatics Global Services with

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

3.6
Compare

HCLTech

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