Upload Button Icon Add office photos

Filter interviews by

Clear (1)

TELUS Digital Freelancer Interview Questions and Answers

Updated 8 Apr 2023

TELUS Digital Freelancer Interview Experiences

1 interview found

Freelancer Interview Questions & Answers

user image Anonymous

posted on 8 Apr 2023

Interview experience
3
Average
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 - Aptitude Test 

About resolving the aptitude problem like case study,resoning

Round 3 - HR 

(1 Question)

  • Q1. How you slove critical problems?
  • Ans. 

    I solve critical problems by analyzing the situation, breaking it down into smaller parts, and finding practical solutions.

    • Analyze the problem thoroughly

    • Break down the problem into smaller, manageable parts

    • Identify the root cause of the problem

    • Research and gather relevant information

    • Brainstorm potential solutions

    • Evaluate the pros and cons of each solution

    • Implement the most practical solution

    • Monitor and assess the effec...

  • Answered by AI
Round 4 - Group Discussion 

Talk about AI advantage and disadvantages.

Round 5 - Technical 

(1 Question)

  • Q1. How bad impact financial worldview because of Cyber attack.
  • Ans. 

    A cyber attack can have a severe impact on the financial worldview.

    • Cyber attacks can result in financial losses for individuals and businesses.

    • It can also lead to a loss of trust in financial institutions and online transactions.

    • The cost of cybersecurity measures can also impact financial budgets.

    • Examples include the Equifax data breach which resulted in a $700 million settlement and the WannaCry ransomware attack whic

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I also want Telus community .What ever job seeker should focus their ambition and understand their role very well stay honest try to express their skill properly.

Juniper Networks

Our employees have rated us 4.2 on AmbitionBox.

Join a company where our employee's ratings speak volumes.

Freelancer Jobs at TELUS Digital

View all

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Questions around oops concepts, spring and hibernate basics
  • Q2. What design pattern you used?
  • Ans. 

    I have used the Singleton design pattern in my Java projects.

    • Singleton pattern ensures that only one instance of a class is created and provides a global point of access to it.

    • It is useful when we want to limit the number of instances of a class to one.

    • Example: Creating a Logger class as a Singleton to ensure only one instance is used throughout the application.

  • Answered by AI
  • Q3. Java 8 features

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall difficulty was average

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basic java concepts like collection frame work, exception handling

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn basics well, be confident, show you are flexible enough to learn

I applied via Company Website

Interview Questionnaire 

1 Question

  • Q1. Java

Interview Preparation Tips

Interview preparation tips for other job seekers - Yes

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

Round 1 - Technical 

(1 Question)

  • Q1. 1 . Oops concept in detail 2 DBMS 3. Data base query
Round 2 - HR 

(1 Question)

  • Q1. Document verification

Interview Preparation Tips

Interview preparation tips for other job seekers - For freshers should be clear on basic concepts.
For experienced should be detailed knowledge on their domain.

I applied via Campus Placement and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. What is encapsulation ?
  • Ans. 

    Encapsulation is the process of hiding implementation details and providing access to only necessary information.

    • Encapsulation helps in achieving data abstraction and information hiding.

    • It allows for better control over data and prevents unauthorized access.

    • In Java, encapsulation is achieved through the use of access modifiers such as private, public, and protected.

    • For example, a class may have private variables that c...

  • Answered by AI
  • Q2. What is the meaning of string.
  • Ans. 

    A string is a sequence of characters used to represent text in programming.

    • Strings are often used for storing and manipulating text data.

    • In Java, strings are represented by the String class.

    • Strings can be concatenated using the + operator.

    • Strings are immutable, meaning they cannot be changed once created.

    • Examples of string literals include "hello world" and "42".

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - do not tell about salary expectations

Skills evaluated in this interview

I was interviewed in Jun 2017.

Interview Preparation Tips

Round: Technical Interview
Experience: They asked java basics,
what we wrote in resume will ask
about project
Tips: please prepare basics things

Interview Preparation Tips

Round: Test
Experience: I almost sove 130 question
Duration: 2 hours
Total Questions: 150

Round: Group Discussion
Experience: Problem Solving Algorithms
Duration: 3 hours

I applied via Naukri.com and was interviewed in Aug 2018. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. 1.Core java 2.Spring 3. Hibernate 4. Spring Boot 5. SQL 6. AngularJS
  • Ans. 

    The question is asking about the candidate's knowledge in Core Java, Spring, Hibernate, Spring Boot, SQL, and AngularJS.

    • Core Java is the foundation of Java programming language.

    • Spring is a popular framework for building Java applications.

    • Hibernate is an ORM tool used for mapping Java objects to database tables.

    • Spring Boot is a framework for building microservices.

    • SQL is a language used for managing relational databases...

  • Answered by AI
  • Q2. 1. How to connect 2 DBs from spring boot application
  • Ans. 

    To connect 2 DBs from a Spring Boot application, configure multiple data sources and use JdbcTemplate or EntityManager for each DB.

    • Configure multiple data sources in the application.properties file

    • Create separate configuration classes for each data source

    • Use JdbcTemplate or EntityManager to interact with each DB

    • Specify the appropriate data source in the repository or service classes

  • Answered by AI
  • Q3. 2. Difference between abstract method implementation and default method
  • Ans. 

    Abstract method implementation is mandatory while default method is optional.

    • Abstract method has no implementation in the abstract class and must be implemented by the subclass.

    • Default method has a default implementation in the interface and can be overridden by the implementing class.

    • Abstract method is used to enforce a contract while default method is used to provide a default behavior.

    • Example: abstract method - publ...

  • Answered by AI
  • Q4. 1. About salary and expectation

Interview Preparation Tips

Round: Test
Experience: Technical written test

General Tips: Terrible interview. HR told to give 11% hike with 6% variable and 5% fixed. I kicked off the company.
Skills: Web Technologies, Java Application Development
Duration: 1-4 weeks

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Jun 2020. There were 7 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What java
  • Ans. 

    Java is a high-level, object-oriented programming language used to develop applications for various platforms.

    • Java is platform-independent and can run on any platform with a JVM.

    • It is used for developing web, mobile, desktop, and enterprise applications.

    • Java has a vast library of pre-built classes and APIs.

    • It supports multithreading, exception handling, and garbage collection.

    • Java is widely used in the industry for its...

  • Answered by AI
  • Q2. Why java
  • Ans. 

    Java is a popular, versatile, and reliable programming language used for developing a wide range of applications.

    • Java is platform-independent, making it easy to write code once and run it on multiple platforms.

    • It has a vast library of pre-built classes and APIs, making development faster and easier.

    • Java is highly secure and provides built-in features for encryption and authentication.

    • It is widely used in enterprise app...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Yes

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

TELUS Digital Interview FAQs

How many rounds are there in TELUS Digital Freelancer interview?
TELUS Digital interview process usually has 5 rounds. The most common rounds in the TELUS Digital interview process are HR, Group Discussion and Technical.
How to prepare for TELUS Digital Freelancer 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 TELUS Digital. The most common topics and skills that interviewers at TELUS Digital expect are Brand Management, Communication Skills, Cosmetics, Database Testing and Functional Analysis.
What are the top questions asked in TELUS Digital Freelancer interview?

Some of the top questions asked at the TELUS Digital Freelancer interview -

  1. How bad impact financial worldview because of Cyber atta...read more
  2. How you slove critical proble...read more

Recently Viewed

REVIEWS

TELUS Digital

No Reviews

REVIEWS

VeeTechnologies

No Reviews

REVIEWS

VeeTechnologies

No Reviews

SALARIES

Pepperl+Fuchs

SALARIES

Banner Engineering

No Salaries

REVIEWS

VeeTechnologies

No Reviews

JOBS

VeeTechnologies

No Jobs

SALARIES

Banner Engineering

LIST OF COMPANIES

Banner Engineering

Overview

REVIEWS

TELUS Digital

No Reviews

Tell us how to improve this page.

TELUS Digital Freelancer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Sopra Steria

Success to our employee's well-being? A work-life balance that's simply unbeatable.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k 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
IBM Interview Questions
4.0
 • 2.3k Interviews
Teleperformance Interview Questions
3.9
 • 1.8k Interviews
View all

TELUS Digital Freelancer Reviews and Ratings

based on 4 reviews

4.5/5

Rating in categories

5.0

Skill development

4.5

Work-life balance

4.2

Salary

3.9

Job security

4.5

Company culture

3.8

Promotions

4.7

Work satisfaction

Explore 4 Reviews and Ratings
Biology PhD/M.Sc - Freelancer

Bangalore / Bengaluru

0-5 Yrs

Not Disclosed

Maths PhD/M.Sc - Freelancer

Bangalore / Bengaluru

0-2 Yrs

Not Disclosed

Explore more jobs
Module Lead
456 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
253 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
228 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
222 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Application Developer
209 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare TELUS Digital with

Concentrix Corporation

3.8
Compare

Foundever

3.6
Compare

Wipro

3.7
Compare

Genpact

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