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 17 Mar 2025

Tietoevry Interview Experiences

Popular Designations

89 interviews found

I applied via Recruitment Consultant and was interviewed before Mar 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Itil process
  • Q2. Packaging, deployment,imaging real time issues

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, enthusiastic and honest while answering

Senior Technical Specialist Interview Questions asked at other Companies

Q1. How to resolve the production issue whenever no clue is found.
View answer (3)

Mulesoft Developer Interview Questions & Answers

user image Gaurav Umbarkar

posted on 18 Oct 2024

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic Mulesoft questions Regarding flow
  • Q2. What is flow reference ?
  • Ans. 

    Flow reference is a component in MuleSoft that allows reusing a flow in multiple places within an application.

    • Flow reference is used to call a flow from another flow.

    • It helps in modularizing the application by breaking down complex flows into smaller reusable components.

    • Flow reference can pass parameters to the called flow and receive output back from it.

    • It improves code reusability and maintainability in MuleSoft appl

  • Answered by AI

Skills evaluated in this interview

Mulesoft Developer Interview Questions asked at other Companies

Q1. What are the functions you have used? What is some of the complex dataweave logic you implemented?
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(8 Questions)

  • Q1. Tell me about your self and your roles and responsibilities in current project
  • Q2. Consignment sales , Third party , Sto process with general configuration
  • Q3. IDOC and EDI basics and monitoring
  • Q4. Intercompany sales process config
  • Q5. In depth details of SAP SD determination
  • Q6. Background job scheduling steps and Uses
  • Ans. 

    Background job scheduling involves automating the execution of tasks at specific times or intervals.

    • Background job scheduling helps in automating repetitive tasks, reducing manual effort.

    • Steps include defining the job, scheduling it, monitoring its execution, and handling any errors.

    • Uses include data backups, report generation, system maintenance tasks, etc.

  • Answered by AI
  • Q7. Basic debugging quey
  • Q8. In depth SAP S4 HANA changes and knowledge of BP , AATP , CCM and details of ARM and BRF+
Round 2 - Technical 

(1 Question)

  • Q1. Management questions, Goals ambition and Hana related questions

Interview Preparation Tips

Topics to prepare for Tietoevry SAP SD Consultant interview:
  • Sap Hana
Interview preparation tips for other job seekers - Over call Easy to Medium level interview all questions are on only basics of SAP SD and s4hana

SAP SD Consultant Interview Questions asked at other Companies

Q1. How to achieve to different pricing procedure for sales order and billing document , which controls will enable thia
View answer (6)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. What interests you in this job?
  • Ans. 

    I'm passionate about optimizing incident response processes to enhance service reliability and improve user satisfaction.

    • I enjoy problem-solving and thrive in high-pressure situations, as seen when I successfully resolved a major outage within an hour.

    • I am motivated by the opportunity to implement best practices in incident management, such as ITIL frameworks, to streamline operations.

    • I find it rewarding to collaborate...

  • Answered by AI
  • Q2. What was your job profile in your last organization?
  • Ans. 

    As an Incident Management Specialist, I managed IT incidents, ensuring timely resolution and minimizing impact on business operations.

    • Led the incident response team, coordinating efforts to resolve high-priority incidents swiftly.

    • Implemented ITIL best practices to streamline incident management processes, reducing resolution time by 30%.

    • Developed and maintained incident reports and dashboards for tracking performance m...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you seek work-life balance without requiring higher compensation and wish to retire from a company, then this is the right choice for you. You will be in this company until you retd

Incident Management Specialist Interview Questions asked at other Companies

Q1. Current work process manage
View answer (1)

Tietoevry interview questions for popular designations

 Software Engineer

 (17)

 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)

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

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. What is the code to reverse a string without reversing its words in C++?
  • Ans. 

    This code reverses the characters of a string while keeping the order of words intact in C++.

    • Split the string into words using a space as a delimiter.

    • Reverse the entire string to get the characters in reverse order.

    • Reverse each individual word to restore their original order.

    • Example: Input: 'Hello World' -> Output: 'dlroW olleH'

  • Answered by AI
  • Q2. What is the code implementation for deep copy and shallow copy in programming?
  • Ans. 

    Deep copy creates a new object with copies of nested objects; shallow copy copies references to nested objects.

    • Shallow Copy: Copies the object's reference, not the actual object. Example: `list2 = list1.copy()`.

    • Deep Copy: Creates a new object and recursively copies all objects found in the original. Example: `import copy; list2 = copy.deepcopy(list1)`.

    • Shallow Copy is faster but can lead to unintended side effects if th...

  • Answered by AI
  • Q3. What SQL query can be used to return results where the age is greater than 2?
  • Ans. 

    Use a SQL query to filter records where age is greater than 2.

    • Basic SQL syntax: SELECT column_name FROM table_name WHERE condition;

    • Example query: SELECT * FROM users WHERE age > 2;

    • This query retrieves all records from the 'users' table where the age column has values greater than 2.

    • Ensure the 'age' column is of a numeric type to avoid errors.

  • Answered by AI

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 (211)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

DSA questions and programming concepts

Round 2 - Technical 

(2 Questions)

  • Q1. Reverse string and optimize it
  • Ans. 

    Reverse array of strings efficiently

    • Use two pointers approach to swap characters from start and end of each string

    • Optimize by using in-place reversal instead of creating new strings

    • Consider edge cases like empty strings or strings with only one character

  • Answered by AI
  • Q2. Reverse binary tree
Round 3 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Joining location

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

Jobs at Tietoevry

View all
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Feb 2025.

Round 1 - Coding Test 

A program that demonstrates the use of strings and arrays.

Round 2 - HR 

(1 Question)

  • Q1. Asked about Relocation

Sdet Automation Test Engineer Interview Questions asked at other Companies

Q1. Wait in selenium and how to find all links present in a page xpath
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - HR 

(2 Questions)

  • Q1. Standardize process?
  • Q2. Conduct Background checks?
Round 2 - HR 

(2 Questions)

  • Q1. Communication with candidates?
  • Q2. Collect Feedback

Senior Payroll Executive Interview Questions asked at other Companies

Q1. Complete end to end payroll process
View answer (1)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

How to remove duplicates from an array

Round 2 - Technical 

(2 Questions)

  • Q1. Some basic questions on java
  • Q2. One coding question on Java

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not use mobile phone for interview

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

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 17 Sep 2024

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

(1 Question)

  • Q1. What are testing techniques
  • Ans. 

    Testing techniques are methods used to verify and validate software applications to ensure they meet requirements and function correctly.

    • Black box testing: Testing the functionality of a software application without knowledge of its internal code.

    • White box testing: Testing the internal logic and structure of a software application.

    • Regression testing: Re-running tests on previously tested software to ensure that new cha...

  • Answered by AI

Test Engineer Interview Questions asked at other Companies

Q1. 1. What is the frame work u have worked and explain the framework with folder structure? 2. purely based on testing, different testing types like functional and non functional tests 3. real time scenarios like last min bugs before release? ... read more
View answer (4)

Team Lead Interview Questions & Answers

user image Anonymous

posted on 22 Jan 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Case Study 

Concentrate on processes for documentation related to task-oriented software and collaborate with global teams.

Team Lead Interview Questions asked at other Companies

Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
View answer (3)

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

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
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 796 Interviews
Synechron Interview Questions
3.5
 • 363 Interviews
Cyient Interview Questions
3.7
 • 288 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
Software Engineer

Pune

2-4 Yrs

₹ 1-19.37 LPA

Project Manager - Tietoevry Care (m/f/d)

Pune

12-15 Yrs

Not Disclosed

Lead Software Engineer- Tietoevry (m/f/d)

Pune

7-9 Yrs

₹ 11.15-28 LPA

Explore more jobs
Senior Software Engineer
1.1k salaries
unlock blur

₹7.6 L/yr - ₹29 L/yr

Software Engineer
848 salaries
unlock blur

₹4 L/yr - ₹15.2 L/yr

Softwaretest Engineer
325 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Lead Software Engineer
315 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