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

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Tietoevry Interview Questions and Answers

Updated 18 Mar 2025

Tietoevry Interview Experiences

Popular Designations

91 interviews found

I applied via Naukri.com and was interviewed in Feb 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. Basic Java Questions, oops, Exception Handling, Threading, Collection, Spring, Spring Boot, Hibernate
  • Q2. Basic Java Questions, oops, Exception Handling, Threading, Collection, Spring, Spring Boot, Hibernate

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic Java Questions, oops, Exception Handling, Threading, Collection, Spring, Spring Boot, Hibernate, JPA

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 (219)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Questions releated to .net angular fullstack

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 (219)
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 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 - One-on-one 

(2 Questions)

  • Q1. How you initiate Project
  • Q2. In consultation with the delivery manager and customer
Round 3 - HR 

(2 Questions)

  • Q1. What is your expected CTC
  • Ans. 

    My expected CTC is negotiable based on the responsibilities and benefits offered by the company.

    • My expected CTC is based on my experience, skills, and the market rate for Senior Project Managers.

    • I am open to discussing the salary range during the interview process.

    • I am looking for a competitive salary package that reflects my expertise and contributions to the role.

  • Answered by AI
  • Q2. Negotiation with HR on the CTC

Interview Preparation Tips

Interview preparation tips for other job seekers - Project Management related questions

Senior Project Manager Interview Questions asked at other Companies

Q1. DESIGIN PROCEDURE :- DLC thickness 150mm. 1:- use M15 grade concrete,max aggregate cement ratio 12:1 2:-The minimum cement content 150kg per cum. If flayash is more than >20% the mini.mum cement content. 120kg pet cum 3:- The 5 no sample... read more
View answer (3)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. It was clear technical round. Basic questions on OOPS concepts, SQL and JavaScript. And there was one coding question on Fibonacci series.
Round 3 - Behavioral 

(1 Question)

  • Q1. It was on previous project and my role in the project.
Round 4 - HR 

(1 Question)

  • Q1. It was actually cool round. Questions were only regarding job location and timings. Negotiation was good.

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. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

Tietoevry interview questions for popular designations

 Software Engineer

 (18)

 Senior Software Engineer

 (11)

 Software Developer

 (5)

 Junior Software Engineer

 (4)

 SAP SD Consultant

 (2)

 Test Engineer

 (2)

 Software Developer Trainee

 (2)

 Service Desk Specialist

 (2)

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 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 (219)

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)

Jobs at Tietoevry

View all

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 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)

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 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

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. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

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 SQL, Agile, 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.

Tell us how to improve this page.

Tietoevry Interview Process

based on 87 interviews

Interview experience

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

Interview Questions from Similar Companies

Synechron Interview Questions
3.5
 • 365 Interviews
Movate Interview Questions
3.3
 • 258 Interviews
Globant Interview Questions
3.8
 • 173 Interviews
SS&C TECHNOLOGIES Interview Questions
3.3
 • 171 Interviews
ThoughtWorks Interview Questions
3.9
 • 147 Interviews
Sopra Steria Interview Questions
3.8
 • 128 Interviews
Luxoft Interview Questions
3.7
 • 123 Interviews
TEKsystems Interview Questions
3.3
 • 117 Interviews
View all

Tietoevry Reviews and Ratings

based on 1.2k reviews

4.3/5

Rating in categories

3.9

Skill development

4.5

Work-life balance

3.8

Salary

4.0

Job security

4.3

Company culture

3.6

Promotions

4.1

Work satisfaction

Explore 1.2k Reviews and Ratings
Quality Partner - Tietoevry Care

Pune

6-10 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
1.1k salaries
unlock blur

₹8.4 L/yr - ₹29 L/yr

Software Engineer
847 salaries
unlock blur

₹4 L/yr - ₹15 L/yr

Softwaretest Engineer
327 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Lead Software Engineer
318 salaries
unlock blur

₹9.7 L/yr - ₹30 L/yr

Senior Test Engineer
214 salaries
unlock blur

₹6.7 L/yr - ₹24 L/yr

Explore more salaries
Compare Tietoevry with

Synechron

3.5
Compare

Movate

3.3
Compare

Sopra Steria

3.8
Compare

SS&C TECHNOLOGIES

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