Upload Button Icon Add office photos
Engaged Employer

i

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

Data Glove Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Data Glove Interview Questions and Answers

Updated 8 Mar 2023

Data Glove Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 Resume tips
Round 2 - HR 

(2 Questions)

  • Q1. Why are choosing this organisation
  • Q2. How are thinking about you are fit for this job role

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be calm before your interview. Explain your experience in relevant field pin point

Patent Analyst Interview Questions asked at other Companies

Q1. 1. Why you want to join us. 2. What are AVL trees. 3. How to check if binary tree is BST 4. CSMA/CD 5. DHCP 6. Thrashing 7. Belady Anomaly 8. Explain Travelling Salesman Problem 9. Explain Semaphores 10. Explain pipelines
View answer (1)

Sopra Steria

Rated 4 for Job Security by our employees on AmbitionBox

Secure your future with a company that values your job stability.

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed before Apr 2017. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. All technical questions based on topics what we mentioned in resume
  • Q2. Oops concepts, Abstraction, Collections
  • Q3. They will go through company norms and about bond
  • Q4. Will forwarded to Manager, he will check analytical skills and our thinking towards an problem

Interview Preparation Tips

Round: Test
Experience: Program execution round like one page we have to enter two names in input fields and when click on submit it should show some success response in one more new page

General Tips: My interview was quite easy and simple
Skills: Algorithmic Approach To Problem Solving, Technical Skill, Java Programming, Communication
Duration: <1 week

Software Engineer Interview Questions & Answers

American Megatrends user image R. Arockia Ratheesh Sahayaraj

posted on 6 Nov 2015

Interview Preparation Tips

Round: Test
Experience: Only 24 people from my campus attended the placement process of this company.The experience wasn't really good.I wasn't 
short-listed for next round as my CGPA was 7.5 and need was of above 7.5 ,as they were maintaining standards.

Round: Test
Experience: 1.C aps was really tough.
2.Section 2 we had to choose either Microprocessor or Java,I preferred microprocessor . 3.Simple Questions on 8085 and 8086 instruction set was asked.
4.How much memory are there are 20 address lines,
5.Difference between SRAM and DRAM.
6.ROM is used for stack or not.
7.What are contents of Stack Pointer after PUSH and POP operation.
8.What happens after RET instruction?
9.What is CMC equivalent instruction?

Round: Test
Experience: 16 questions on Quant which are :-
Odd number in a series, Area and Volume, Games of Skill, Time and Work, Average, Trains, Boats 
and Streams, Profit and Gain were asked.
If no. of handshakes is 66,find total number of People.?
A lotus in a pond doubles in size everyday,if it fills the pond on 20th day,when will be the pond would be half?
LOGICAL REASONING-
4 men are on the side of a bridge.One torch light is with them and without it they cannot cross 
the bridge.The bridge can withstand only 2 people at a time.The time required by the persons are 1 
min,2 mins,7 mins,10 mins respectively.Find the shortest time required by all of em to cross the
bridge.
(Answer: 17 minutes)

Round: SOFT SKILLS
Experience: scenario based questions were asked:-
1.working on a project in your company and your brother is in urgent need of a project.What will you do?
2.Your friend mails the project details to some other company.what will be you reaction?
3.Your boss allows to take your team members for a treat.Whether you choose costly one or within budget?
4.Your favorite subject in your curriculum and Why?
5.Where you would view yourself in 5 years?
6.What is a dream company in your terms?
7.Any situation were your work was criticized and what was your reaction?

Skills:
College Name: Anna University Chennai

I applied via Walk-in and was interviewed before Sep 2021. There were 5 interview rounds.

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 Resume tips
Round 2 - One-on-one 

(3 Questions)

  • Q1. Introduce about yourself
  • Q2. Logical questions and about project
  • Q3. About their company and their products
Round 3 - Aptitude Test 

General Aptitude and logical reasoning

Round 4 - Coding Test 

About programming and basic programs with advanced program

Round 5 - HR 

(2 Questions)

  • Q1. Salary expectations and about location and staying
  • Q2. About work from home and work from office

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and self motivated and have a good knowledge about everything

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

I applied via Campus Placement and was interviewed before Sep 2021. There were 2 interview rounds.

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 Resume tips
Round 2 - Coding Test 

Mcqs on javascript,. 1 coding question

Interview Preparation Tips

Interview preparation tips for other job seekers - Campus recruitment
1 online coding
2 technical rounds DSA
1 tech managerial
1 hr

Os, DBMS, DSA, stacks, trees,
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. List and tuple differences
  • Ans. 

    List is mutable, tuple is immutable in Python.

    • Lists are mutable, meaning their elements can be changed after creation.

    • Tuples are immutable, meaning their elements cannot be changed after creation.

    • Lists are defined using square brackets [], tuples using parentheses ().

    • Lists are typically used for collections of similar items, tuples for fixed collections of dissimilar items.

  • Answered by AI
  • Q2. Generators in python
  • Ans. 

    Generators in Python are functions that allow you to iterate over a sequence of items without storing them all in memory at once.

    • Generators are created using a function with 'yield' instead of 'return'.

    • They are used to generate a sequence of values lazily, one at a time.

    • Generators are memory efficient as they do not store all values in memory at once.

    • Example: def my_generator(): for i in range(5): yield i

    • Example: ...

  • Answered by AI

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Jul 2022. There were 4 interview rounds.

Round 1 - Coding Test 

There will be 3 coding questions. They are of medium and hard level.

Round 2 - Technical 

(1 Question)

  • Q1. Sort array consisting 0's 1's and 2's without inbuilt functions
  • Ans. 

    Sort an array of 0's, 1's, and 2's without using inbuilt functions.

    • Use three pointers to keep track of the last index of 0's, 1's, and 2's

    • Iterate through the array and swap elements based on their value

    • Continue until all elements are sorted

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Os cn related questions
Round 4 - HR 

(1 Question)

  • Q1. Java questions and general hr questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in Java and CS topics.
DSA is anyways compulsory for this company you need to solve the questions in the given time

Skills evaluated in this interview

Intern Interview Questions & Answers

Ivanti user image Anonymous

posted on 29 Sep 2022

I applied via Campus Placement

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 Resume tips
Round 2 - Coding Test 

All coding questions were ad hoc

Round 3 - Technical 

(2 Questions)

  • Q1. Leetcode questions were asked
  • Q2. A question about cache memory was asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Having good dsa basics and cse basics is essential
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before May 2023. There was 1 interview round.

Round 1 - Assignment 

I had to evaluate a software and let them understand where this software could be implemented and the pros and cons of the software.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest about your work experience
Contribute & help others!
anonymous
You can choose to be anonymous

Data Glove Interview FAQs

How many rounds are there in Data Glove interview?
Data Glove interview process usually has 2 rounds. The most common rounds in the Data Glove interview process are Resume Shortlist and HR.
How to prepare for Data Glove 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 Data Glove . The most common topics and skills that interviewers at Data Glove expect are Healthcare, Employee Engagement, Talent Development, Coding and Javascript.

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

SALARIES

BHEL

DESIGNATION

Tell us how to improve this page.

Data Glove Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

HCLTech

An opportunity to work for Fortune 500 companies

Interview Questions from Similar Companies

DynPro Interview Questions
3.8
 • 18 Interviews
Avontix Interview Questions
4.0
 • 17 Interviews
Emtec Interview Questions
4.3
 • 14 Interviews
VHS Consulting Interview Questions
3.7
 • 14 Interviews
Ivanti Interview Questions
3.6
 • 14 Interviews
BCITS Interview Questions
3.7
 • 13 Interviews
Dataflow Group Interview Questions
3.1
 • 13 Interviews
View all

Data Glove Reviews and Ratings

based on 34 reviews

4.4/5

Rating in categories

4.0

Skill development

4.3

Work-life balance

3.9

Salary

4.0

Job security

4.0

Company culture

3.6

Promotions

4.1

Work satisfaction

Explore 34 Reviews and Ratings
Senior Consultant
28 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Consultant
26 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Consultant
24 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
17 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Devops Engineer
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Data Glove with

Accel Frontline

4.0
Compare

Pitney Bowes

3.8
Compare

Apex CoVantage

3.1
Compare

VHS Consulting

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent