Upload Button Icon Add office photos

Filter interviews by

TELUS Digital Annotation Engineer Interview Questions and Answers

Updated 29 Jun 2024

TELUS Digital Annotation Engineer Interview Experiences

1 interview found

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

I applied via Referral and was interviewed in Dec 2023. There were 4 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Breief About yourself
Round 2 - Aptitude Test 

It is based on your reasoning knowledge

Round 3 - Technical 

(2 Questions)

  • Q1. About anotation what is it?
  • Q2. Everthing which depend on annotation
Round 4 - Mcat 

(1 Question)

  • Q1. Based on your english and question like bpo

Interview Preparation Tips

Interview preparation tips for other job seekers - BE YOURSELF AND SPEAK IN ENGLISH WITHOUT ANY ISSUES.

Interview questions from similar companies

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

(2 Questions)

  • Q1. Aptitude question
  • Q2. Explanation about my project
  • Ans. 

    I developed a web application for tracking personal fitness goals and progress.

    • Used HTML, CSS, and JavaScript for front-end development

    • Utilized Node.js and Express for back-end development

    • Implemented user authentication and data storage using MongoDB

    • Incorporated data visualization tools like Chart.js for displaying progress graphs

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

(2 Questions)

  • Q1. What is k in KNN algorithm ?
  • Ans. 

    k in KNN algorithm represents the number of nearest neighbors to consider when making a prediction.

    • k is a hyperparameter that is chosen by the user and determines how many neighbors to look at when classifying a new data point.

    • A smaller value of k can lead to overfitting, while a larger value can lead to underfitting.

    • For example, if k=3 in a KNN algorithm, the prediction for a new data point will be based on the majori

  • Answered by AI
  • Q2. A small riddle

Interview Preparation Tips

Interview preparation tips for other job seekers - You should know all the concepts of your project
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected

I was interviewed in Dec 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Dependency injections
  • Q2. Solid principles,linq
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain collection framework and uses
  • Ans. 

    Collection framework is a set of interfaces and classes in Java that provide a way to store and manipulate groups of objects.

    • Provides interfaces like List, Set, Map for storing collections of objects

    • Includes classes like ArrayList, HashSet, HashMap for implementing these interfaces

    • Allows for easy manipulation, sorting, searching, and iteration of collections

    • Used in various applications like data processing, data storag

  • Answered by AI
  • Q2. Explain springboot and it's annotation
  • Ans. 

    Spring Boot is a Java-based framework used for creating standalone, production-grade Spring-based applications.

    • Spring Boot simplifies the process of creating Spring applications by providing defaults for configuration and eliminating the need for XML configuration files.

    • Annotations in Spring Boot are used to simplify the configuration of Spring applications by providing metadata about the application.

    • Examples of annota...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. What is the skill set of your previous job
  • Ans. 

    My previous job required a skill set including proficiency in network design, troubleshooting, and system administration.

    • Proficiency in network design

    • Strong troubleshooting skills

    • Experience in system administration

    • Knowledge of various operating systems and software

    • Ability to work well under pressure and meet deadlines

  • Answered by AI
  • Q2. Explain about your project
  • Ans. 

    Developed a system for automating network monitoring and troubleshooting

    • Designed and implemented a custom monitoring tool to track network performance

    • Integrated alerting system to notify administrators of any issues in real-time

    • Utilized machine learning algorithms to predict potential network failures

    • Reduced downtime by 30% and improved overall network efficiency

  • Answered by AI
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Aug 2023. There were 3 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 - Aptitude Test 

First time attend aptitude test .

Round 3 - Technical 

(5 Questions)

  • Q1. Any computer engineering basic questions
  • Q2. C,C++,java , python
  • Q3. What is inheritance.how many times of inheritance.
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class can inherit attributes and methods from another class.

    • Inheritance allows for code reusability and promotes the concept of 'is-a' relationship.

    • There are different types of inheritance such as single inheritance, multiple inheritance, multilevel inheritance, and hierarchical inheritance.

    • Example: Class B inheriting from Class A - 'class B: public A {}'

  • Answered by AI
  • Q4. How many characters are used in C.
  • Ans. 

    C uses a set of 128 characters, including letters, digits, special characters, and control characters.

    • C uses 26 letters (uppercase and lowercase), 10 digits (0-9), and various special characters like !, @, #, $, %, etc.

    • C also includes control characters like newline, tab, carriage return, etc.

    • The total number of characters used in C is 128.

  • Answered by AI
  • Q5. What is c. How many characters are used.
  • Ans. 

    C is a programming language known for its efficiency and flexibility. It uses 256 characters.

    • C is a high-level programming language used for system programming, embedded systems, and applications.

    • C uses 256 characters, including letters, digits, special characters, and whitespace.

    • Examples of characters in C include 'a', '1', '+', and ' '.

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Tell me something about yourselves?
  • Ans. 

    I am a recent graduate with a degree in Mechanical Engineering and a passion for problem-solving and innovation.

    • Recent graduate with a degree in Mechanical Engineering

    • Passionate about problem-solving and innovation

    • Strong communication and teamwork skills

    • Experience with CAD software such as SolidWorks

  • Answered by AI
Interview experience
5
Excellent
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 

(1 Question)

  • Q1. Basics of your technical skills
Round 3 - Technical 

(1 Question)

  • Q1. More Projects related questions

I applied via Referral and was interviewed in Aug 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is compiler What is class file
  • Ans. 

    A compiler is a program that translates source code into machine code.

    • Compilers are used to convert high-level programming languages into low-level machine code.

    • They perform lexical analysis, syntax analysis, semantic analysis, and code generation.

    • Examples of compilers include GCC, Clang, and Visual C++.

    • Compilers can optimize code for performance and size.

    • Class files are the compiled output of Java source code, contain...

  • Answered by AI
  • Q2. What is operating system What is view and tuples
  • Ans. 

    An operating system is a software that manages computer hardware and software resources and provides common services for computer programs.

    • An OS acts as an interface between the user and the computer hardware.

    • It manages memory, processes, and input/output devices.

    • Examples of OS include Windows, macOS, Linux, and Android.

    • View is a virtual table that displays data from one or more tables in a database.

    • Tuples are rows in

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep practice with answers

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. About jmeter
  • Q2. About Appdynamics

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Jmeter questions

TELUS Digital Interview FAQs

How many rounds are there in TELUS Digital Annotation Engineer interview?
TELUS Digital interview process usually has 4 rounds. The most common rounds in the TELUS Digital interview process are HR, Aptitude Test and Technical.
What are the top questions asked in TELUS Digital Annotation Engineer interview?

Some of the top questions asked at the TELUS Digital Annotation Engineer interview -

  1. Based on your english and question like ...read more
  2. Everthing which depend on annotat...read more
  3. About anotation what is ...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
TELUS Digital Annotation Engineer Salary
based on 22 salaries
₹2.6 L/yr - ₹4.4 L/yr
40% more than the average Annotation Engineer Salary in India
View more details

TELUS Digital Annotation Engineer Reviews and Ratings

based on 7 reviews

3.6/5

Rating in categories

3.3

Skill development

3.2

Work-life balance

2.9

Salary

3.1

Job security

3.4

Company culture

2.9

Promotions

3.4

Work satisfaction

Explore 7 Reviews and Ratings
Module Lead
473 salaries
unlock blur

₹8 L/yr - ₹27 L/yr

Senior Software Engineer
261 salaries
unlock blur

₹6.7 L/yr - ₹26 L/yr

Softwaretest Engineer
223 salaries
unlock blur

₹4 L/yr - ₹16 L/yr

Team Lead
222 salaries
unlock blur

₹4.8 L/yr - ₹20 L/yr

Senior Application Developer
204 salaries
unlock blur

₹7.6 L/yr - ₹26.4 L/yr

Explore more salaries
Compare TELUS Digital with

Concentrix Corporation

3.8
Compare

Foundever

3.6
Compare

Wipro

3.7
Compare

Genpact

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