Upload Button Icon Add office photos

Filter interviews by

Expert Global Solutions Data Annotation Engineer Interview Questions and Answers

Updated 18 Jun 2024

Expert Global Solutions Data Annotation Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

1 hour and basic topic

Round 2 - Group Discussion 

30 min online shopping

Interview questions from similar companies

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

Aptitude test on reasoning and problem solving

Round 2 - Technical 

(2 Questions)

  • Q1. What is list and tuple
  • Ans. 

    List and tuple are both data structures in Python. Lists are mutable, ordered collections of items, while tuples are immutable, ordered collections.

    • List is mutable, meaning its elements can be changed after creation

    • Tuple is immutable, meaning its elements cannot be changed after creation

    • List is defined using square brackets [], while tuple is defined using parentheses ()

    • Example of list: my_list = [1, 2, 3]

    • Example of tu

  • Answered by AI
  • Q2. How tableau works
  • Ans. 

    Tableau is a data visualization tool that helps users create interactive and shareable dashboards and reports.

    • Tableau connects to various data sources such as Excel, SQL databases, and cloud services.

    • Users can drag and drop fields to create visualizations like charts, graphs, and maps.

    • Tableau allows for interactive filtering and drilling down into data for deeper insights.

    • Users can create dashboards and stories to pres...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick with basic

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Walk through your project?
  • Ans. 

    Developed a predictive model to forecast sales based on historical data

    • Collected and cleaned historical sales data

    • Performed exploratory data analysis to identify trends and patterns

    • Built and trained a machine learning model using regression techniques

    • Evaluated model performance using metrics like RMSE and MAE

  • Answered by AI
  • Q2. Behavioral questions?
Round 2 - Technical 

(2 Questions)

  • Q1. Questions based on Advanced Excel like Vlookup, Index match, sumifs, pivot tables
  • Q2. Behavioral questions
Round 3 - HR 

(1 Question)

  • Q1. Salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with your projects
Basic SQL, Advanced Excel, Tableau or Power BI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - Case Study 

Study in dengue fever with platelet count

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Dec 2023.

Round 1 - Aptitude Test 

Medical knowledge based questions

Round 2 - Technical 

(2 Questions)

  • Q1. General medical questions
  • Q2. Antidiabetics , gerd, antihypertension,gout,bones,fracture
Round 3 - HR 

(1 Question)

  • Q1. Introducation salary expectation skills personality
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Introduction, Journey, questions from CV

I applied via Walk-in and was interviewed in Jul 2022. 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 tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. What is Vlookup with formula
  • Ans. 

    Vlookup is a function in Excel that searches for a value in a table and returns a corresponding value in the same row.

    • Vlookup stands for 'Vertical Lookup'

    • It is used to find specific information in a table

    • It requires a lookup value, a table array, column index number, and an optional range lookup

    • Example: =VLOOKUP(A2, B2:C10, 2, FALSE) will search for the value in A2 in the table array B2:C10 and return the value in the ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Comunication skills very important
And confidence

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Group Discussion 

Topic is social media impact on personal relationships.

Round 2 - Technical 

(2 Questions)

  • Q1. They asked sql queries, oops, ml concepts
  • Q2. What you know about Encapsulation?
  • Ans. 

    Encapsulation is the concept of bundling data and methods that operate on the data into a single unit.

    • Encapsulation helps in hiding the internal state of an object and restricting access to it.

    • It allows for better control over the data by preventing outside interference.

    • Encapsulation is achieved in object-oriented programming languages through the use of classes and access modifiers.

    • For example, in Java, you can use pr...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Java, python, r, powerbi

Round 2 - Group Discussion 

About powerbi, they have conducted.....

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

(2 Questions)

  • Q1. What is Logistic regression
  • Ans. 

    Logistic regression is a statistical method used to analyze and model the relationship between a binary dependent variable and one or more independent variables.

    • It is a type of regression analysis used for predicting the probability of a categorical dependent variable

    • It is commonly used in marketing, finance, and healthcare industries

    • It uses a sigmoid function to map any real-valued number to a value between 0 and 1

    • Exa...

  • Answered by AI
  • Q2. What are Random Forests
  • Ans. 

    Random Forests is an ensemble learning method for classification, regression and other tasks.

    • Random Forests is a machine learning algorithm that builds multiple decision trees and combines their outputs.

    • It is an ensemble learning method that uses bagging and feature randomness to improve the accuracy and prevent overfitting.

    • Random Forests can be used for classification, regression, feature selection, and outlier detect...

  • Answered by AI
Round 3 - Technical 

(3 Questions)

  • Q1. What is Natural Language Processing
  • Ans. 

    Natural Language Processing is a field of study that focuses on making computers understand human language.

    • It involves using algorithms and statistical models to analyze and interpret human language.

    • NLP is used in various applications such as chatbots, sentiment analysis, and language translation.

    • Examples of NLP tools include NLTK, spaCy, and Stanford CoreNLP.

  • Answered by AI
  • Q2. What is BERT & Transformers
  • Ans. 

    BERT & Transformers are natural language processing models used for tasks such as sentiment analysis, question answering, and language translation.

    • BERT stands for Bidirectional Encoder Representations from Transformers and is a pre-trained language model developed by Google.

    • Transformers are a type of neural network architecture that can process sequential data, such as text, by attending to different parts of the input...

  • Answered by AI
  • Q3. What are common OCR techniques
  • Ans. 

    OCR techniques include preprocessing, segmentation, recognition, and postprocessing.

    • Preprocessing involves enhancing the image quality and removing noise.

    • Segmentation is the process of identifying individual characters or words in the image.

    • Recognition involves using machine learning algorithms to recognize the characters or words.

    • Postprocessing involves correcting errors and improving the accuracy of the recognized te...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Study Technical concepts and algorithms in Machine Learning

Skills evaluated in this interview

Expert Global Solutions Interview FAQs

How many rounds are there in Expert Global Solutions Data Annotation Engineer interview?
Expert Global Solutions interview process usually has 2 rounds. The most common rounds in the Expert Global Solutions interview process are Aptitude Test and Group Discussion.

Tell us how to improve this page.

Expert Global Solutions Data Annotation Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
Teleperformance Interview Questions
3.9
 • 1.7k Interviews
Quess Interview Questions
3.9
 • 397 Interviews
View all
Expert Global Solutions Data Annotation Engineer Salary
based on 4 salaries
₹2.2 L/yr - ₹3 L/yr
At par with the average Data Annotation Engineer Salary in India
View more details

Expert Global Solutions Data Annotation Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Design Engineer
449 salaries
unlock blur

₹1.4 L/yr - ₹8.8 L/yr

Senior Design Engineer
149 salaries
unlock blur

₹4.3 L/yr - ₹10.2 L/yr

Data Engineer
55 salaries
unlock blur

₹1.2 L/yr - ₹4.8 L/yr

Mechanical Engg. Design
42 salaries
unlock blur

₹2.4 L/yr - ₹7.5 L/yr

CAD Engg
35 salaries
unlock blur

₹1.8 L/yr - ₹4.5 L/yr

Explore more salaries
Compare Expert Global Solutions with

Teleperformance

3.9
Compare

Concentrix Corporation

3.8
Compare

Foundever

3.6
Compare

Wipro

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