Premium Employer

i

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

Tietoevry Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Tietoevry Interview Questions, Process, and Tips

Updated 5 Mar 2025

Top Tietoevry Interview Questions and Answers

View all 58 questions

Tietoevry Interview Experiences

Popular Designations

87 interviews found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. OOPS concepts and C++
  • Q2. Database question related to oracle
Round 3 - Technical 

(1 Question)

  • Q1. Deep C++ and OOPS
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join under Arpit or Puneet'd team, He'll of internal politics and micro management

Top Tietoevry Software Engineer Interview Questions and Answers

Q1. Hashmap hashtabe concurrent hashmap which to use and why in which scenario
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (197)

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

Interview Questionnaire 

6 Questions

  • Q1. Design pattern
  • Q2. Throw ,throw ex, throw new exception differences
  • Q3. Difference between ref and out
  • Ans. 

    Ref and out are both used to pass arguments by reference in C#. Ref is bidirectional while out is unidirectional.

    • Ref is used to pass a variable by reference and can be read and modified within the method.

    • Out is used to pass a variable by reference and must be assigned a value within the method.

    • Ref can be used to pass a variable as an argument to a method and return a value.

    • Out is used to return multiple values from a m...

  • Answered by AI
  • Q4. Action and func
  • Q5. Can we use async without await
  • Ans. 

    Yes, async can be used without await.

    • Async functions return a promise, which can be handled without using await.

    • Using async without await can be useful for error handling or logging.

    • However, it is important to handle the promise returned by the async function.

  • Answered by AI
  • Q6. Property vs variable
  • Ans. 

    A property is a value associated with an object, while a variable is a named storage location for a value.

    • Properties are accessed using dot notation or bracket notation

    • Variables are declared using keywords like var, let, or const

    • Properties are defined within an object literal or added to an object dynamically

    • Variables can be reassigned to different values

    • Example: object.property vs var variableName

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare well on technical part

Skills evaluated in this interview

Full Stack Developer Interview Questions asked at other Companies

Q1. Query and Matrix Problem Statement You are given a binary matrix with 'M' rows and 'N' columns, initially consisting of all 0s. You will receive 'Q' queries, which can be of four types: Query 1: 1 R indexQuery 2: 1 C indexQuery 3: 2 R index... read more
View answer (1)
Tietoevry Interview Questions and Answers for Freshers
illustration image

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

Round 1 - Group Discussion 

Group discussion on advantages of facebook vs WhatsApp

Round 2 - Technical 

(5 Questions)

  • Q1. What are the OOPS concepts? Explain
  • Ans. 

    OOPS concepts are the fundamental principles of Object-Oriented Programming that help in designing and implementing software.

    • Encapsulation: Bundling data and methods together in a class to hide the internal details.

    • Inheritance: Creating new classes from existing classes to reuse code and establish a hierarchical relationship.

    • Polymorphism: The ability of objects to take on many forms, allowing methods to be overridden a...

  • Answered by AI
  • Q2. What is normalization
  • Ans. 

    Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization involves breaking down a database into smaller, more manageable tables

    • Each table should have a primary key and only contain data that is related to that key

    • Normalization helps to prevent data inconsistencies and anomalies

    • There are different levels of normalization, with each level building on the ...

  • Answered by AI
  • Q3. Why not higher studies?
  • Q4. Why prefer windows over Linux?
  • Ans. 

    Windows is preferred for its user-friendly interface and compatibility with popular software.

    • Windows has a more intuitive and user-friendly interface compared to Linux.

    • Many popular software and games are designed to run on Windows.

    • Windows has better support for hardware drivers.

    • Windows is more widely used in corporate environments.

    • Windows offers better compatibility with Microsoft Office suite.

    • Linux is preferred for it

  • Answered by AI
  • Q5. Explain Bubble sort and its program
  • Ans. 

    Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.

    • Bubble sort compares adjacent elements in an array and swaps them if they are in the wrong order

    • It repeats this process until the array is sorted

    • It has a time complexity of O(n^2)

    • Example: ['apple', 'banana', 'orange', 'grape'] -> ['apple', 'banana', 'grape', 'orange'

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be thorough with basics and programming. Be confident with answers

Skills evaluated in this interview

Software Developer Trainee Interview Questions asked at other Companies

Q1. 1. Tell me about your self 2. Difference Between c & c++. 3. what is class? 4. what is object? 5. what is polymorphism? types of polymorphism explain real example of polymorphism. 6. what is inheritence? Difference between multiple &amp... read more
View answer (2)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. SQL, API, UNIX, Payments SEPA SWIFT
  • Q2. What are the api error codes?
  • Ans. 

    API error codes are codes that indicate the type of error that occurred during an API request.

    • API error codes are typically returned in the response body of an API request.

    • They provide information about the specific error that occurred, helping developers troubleshoot and fix issues.

    • Common API error codes include 400 Bad Request, 401 Unauthorized, 404 Not Found, and 500 Internal Server Error.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare karo sab topics?

Senior Test Engineer Interview Questions asked at other Companies

Q1. From Selenium -> Which Automation framework I have implemented in my project . Explain each framework components. How to handle dynamic web element. how to handle hidden element. how to upload file in selenium, where hashmap is used in s... read more
View answer (1)

Tietoevry interview questions for popular designations

 Software Engineer

 (16)

 Senior Software Engineer

 (11)

 Junior Software Engineer

 (4)

 Software Developer

 (4)

 SAP SD Consultant

 (2)

 Test Engineer

 (2)

 Software Developer Trainee

 (2)

 Service Desk Specialist

 (2)

Lead Test Engineer Interview Questions & Answers

user image NILESH DHAVALE

posted on 11 Nov 2023

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

I applied via Referral and was interviewed before Nov 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 Resume tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. About project and responsibilities
  • Ans. Daily calls, Status, blockers if any
  • Answered by NILESH DHAVALE
  • Q2. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Be genuine, Interview process and HR department is co operative

Get interview-ready with Top Tietoevry Interview Questions

I applied via Recruitment Consultant and was interviewed in Aug 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Interview was for Sr Azure Dev role. Mostly concepts convered in syllabus of AZ-200 exam were asked.
  • Q2. What is Function app? What is App service? What is key vault? Difference between key and secret? Basic questions related to Vm an networking in VM?
  • Ans. 

    Function app is a serverless compute service that enables you to run code on-demand without having to manage infrastructure.

    • Function app is used to run code on-demand without managing infrastructure

    • It is a serverless compute service

    • It supports multiple languages and integrates with other Azure services

    • Examples of Function app include Azure Functions and Logic Apps

  • Answered by AI
  • Q3. Question related to api management?
  • Q4. Question related to one programming language like C# or Node

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare all basic concepts of azure. Interview was easy and no coding questions asked.

Skills evaluated in this interview

Top Tietoevry Senior Software Engineer Interview Questions and Answers

Q1. 1. What is design pattern and it's types and solid patterns.
View answer (2)

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

Jobs at Tietoevry

View all

I applied via Campus Placement and was interviewed in Sep 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. First, they ask me to introduce myself.
  • Q2. Project Related Question
  • Q3. As I am CR so they also asked about my Experience and which difficulties faced in College as a CR.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident and speak without afraid...
Interviewer sees your confidence and thinking technique whatever you think about when any problem asked by Interviewer just start speaking about your approach instead of just think in mind and then say answer....

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Sep 2022. 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 - Aptitude Test 

Aptitude Test jsbsb ksjhdb sbs

Round 3 - Group Discussion 

Group discussion topic and 15 min discussion

Round 4 - Technical 

(2 Questions)

  • Q1. Question 1 was question 1
  • Q2. Question 2 was question 2
Round 5 - HR 

(1 Question)

  • Q1. Are you up for Relocation

Junior Software Engineer Interview Questions asked at other Companies

Q1. If there are 10 ball 2 red, 5 blue ,3 orange and one ball is picked randomly what is probability that the ball picked is red?
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Mar 2022. There were 4 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 - Aptitude Test 

Prepare well on quantitative and reasoning

Round 3 - Group Discussion 

In GD, they give one topic to everyone and candidates have to give there opinion on that topic.this way they check communication skills of the candidates.

Round 4 - Technical 

(1 Question)

  • Q1. What is multithreading in java ? Difference between abstract class and interface ? What was my role in my academic project?
  • Ans. 

    Multithreading in Java allows multiple threads to execute concurrently. Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.

    • Multithreading in Java allows for concurrent execution of multiple threads.

    • Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.

    • In my academic project, my role was to design and imp

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of your core language , aptitude including quantitative aptitude, logic reasoning and most importantly be confident with your skills and knowledge.

Skills evaluated in this interview

Junior Technical Consultant Interview Questions asked at other Companies

Q1. What is multithreading in java ? Difference between abstract class and interface ? What was my role in my academic project?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2022. 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 - Aptitude Test 

Mostly general c sql java basic mcq question. And 2 codes

Round 3 - Group Discussion 

On going global/National topics

Round 4 - Technical 

(4 Questions)

  • Q1. What are different loops in coding
  • Ans. 

    Loops are used to execute a set of instructions repeatedly until a certain condition is met.

    • For loop: executes a block of code a fixed number of times

    • While loop: executes a block of code as long as the specified condition is true

    • Do-while loop: executes a block of code at least once, then repeats the loop as long as the specified condition is true

    • Foreach loop: used to iterate over elements of an array or collection

    • Neste

  • Answered by AI
  • Q2. Questions on distinct keyword
  • Q3. General sql queries
  • Q4. Questions on project
Round 5 - HR 

(2 Questions)

  • Q1. Basic Introduction
  • Q2. Future perspective

Interview Preparation Tips

Topics to prepare for Tietoevry Softwaretest Engineer interview:
  • SQL
  • C
  • Project Management

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)
Contribute & help others!
anonymous
You can choose to be anonymous

Tietoevry Interview FAQs

How many rounds are there in Tietoevry interview?
Tietoevry interview process usually has 2-3 rounds. The most common rounds in the Tietoevry interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for Tietoevry 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 Tietoevry. The most common topics and skills that interviewers at Tietoevry expect are Agile, SQL, Troubleshooting, Analytical and Application Development.
What are the top questions asked in Tietoevry interview?

Some of the top questions asked at the Tietoevry interview -

  1. If your System is locked and don't know the password how you recover...read more
  2. 1. What is design pattern and it's types and solid patter...read more
  3. Hashmap hashtabe concurrent hashmap which to use and why in which scena...read more
How long is the Tietoevry interview process?

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

Recently Viewed

JOBS

Tietoevry

No Jobs

SALARIES

Listenlights

INTERVIEWS

Citco

No Interviews

INTERVIEWS

Citco

No Interviews

JOBS

Morningstar

No Jobs

SALARIES

Citco

SALARIES

Tietoevry

LIST OF COMPANIES

Listenlights

Overview

LIST OF COMPANIES

Morningstar

Overview

Tell us how to improve this page.

Tietoevry Interview Process

based on 82 interviews

Interview experience

4.1
  
Good
View more
Join Tietoevry We create purposeful technology that reinvents the world for good.

Interview Questions from Similar Companies

Infosys Interview Questions
3.6
 • 7.5k 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
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
Synechron Interview Questions
3.5
 • 362 Interviews
Cyient Interview Questions
3.6
 • 283 Interviews
View all

Tietoevry Reviews and Ratings

based on 1.1k reviews

4.3/5

Rating in categories

4.0

Skill development

4.5

Work-life balance

3.8

Salary

4.1

Job security

4.4

Company culture

3.6

Promotions

4.1

Work satisfaction

Explore 1.1k Reviews and Ratings
Power Automate (Desktop & Cloud flow)

Bangalore / Bengaluru

6-10 Yrs

Not Disclosed

.NET Senior Software Engineer

Pune

4-8 Yrs

₹ 8-28 LPA

SDET Lead Software Engineer

Pune

5-10 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
1.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
844 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Software Engineer
321 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
320 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Test Engineer
212 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Tietoevry with

Wipro

3.7
Compare

Infosys

3.6
Compare

Tech Mahindra

3.5
Compare

HCLTech

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