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 Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

Tietoevry Interview Questions and Answers

Updated 17 Jun 2025
Popular Designations

70 Interview questions

An Automation Engineer was asked 2mo ago
Q. How is an element written for Selenium WebDriver in C#?
Ans. 

Selenium WebDriver in C# uses specific syntax to locate and interact with web elements in automated tests.

  • Element Identification: Use methods like 'FindElement' to locate elements. Example: 'driver.FindElement(By.Id("elementId"));'

  • Locators: Selenium supports various locators such as ID, Name, ClassName, XPath, and CSS selectors. Example: 'driver.FindElement(By.XPath("//div[@class='example']"));'

  • Interacting with El...

View all Automation Engineer interview questions
A Software Developer was asked 3mo ago
Q. What is Java?
Ans. 

Java is a high-level, object-oriented programming language designed for portability and performance across platforms.

  • Developed by Sun Microsystems in 1995, now owned by Oracle.

  • Java is platform-independent due to the Java Virtual Machine (JVM).

  • It follows the principle of 'Write Once, Run Anywhere' (WORA).

  • Commonly used for web applications, mobile apps (Android), and enterprise software.

  • Example: Java code can be com...

View all Software Developer interview questions
A Software Engineer was asked 3mo ago
Q. 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.

View all Software Engineer interview questions
A Software Engineer was asked 3mo ago
Q. 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 ...

View all Software Engineer interview questions
A Software Engineer was asked 3mo ago
Q. 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'

View all Software Engineer interview questions
A Project Lead was asked 5mo ago
Q. What can you explain about indexing in SQL Server?
Ans. 

Indexing in SQL Server helps improve query performance by allowing faster retrieval of data.

  • Indexes are data structures that improve the speed of data retrieval operations on a database table.

  • Clustered indexes determine the physical order of data in a table, while non-clustered indexes create a separate structure.

  • Indexes can be created on one or more columns in a table to speed up SELECT, UPDATE, DELETE, and MERGE...

View all Project Lead interview questions
A Project Lead was asked 5mo ago
Q. Could you provide more specific details about ETL logging?
Ans. 

ETL logging is the process of recording and monitoring the extraction, transformation, and loading of data in a system.

  • ETL logging helps track the flow of data through the system

  • It records details such as source data, transformation rules, and destination

  • Logs can include timestamps, success/failure status, and error messages

  • ETL logs are essential for troubleshooting, auditing, and performance monitoring

View all Project Lead interview questions
Are these interview questions helpful?
A Project Lead was asked 5mo ago
Q. What types of ETL frameworks are available?
Ans. 

Some types of ETL frameworks include open-source, commercial, cloud-based, and custom-built frameworks.

  • Open-source ETL frameworks like Apache NiFi, Talend Open Studio

  • Commercial ETL frameworks like Informatica PowerCenter, IBM InfoSphere DataStage

  • Cloud-based ETL frameworks like AWS Glue, Google Cloud Dataflow

  • Custom-built ETL frameworks tailored to specific business needs

View all Project Lead interview questions
A Junior Software Engineer was asked 5mo ago
Q. What are data structures?
Ans. 

Data structure is a way of organizing and storing data in a computer so that it can be accessed and modified efficiently.

  • Data structures define the way data is organized and stored in memory.

  • Examples include arrays, linked lists, stacks, queues, trees, and graphs.

  • Each data structure has its own advantages and disadvantages depending on the type of operations needed.

View all Junior Software Engineer interview questions
A Senior Payroll Executive was asked 6mo ago
Q. Do you conduct background checks?
Ans. 

Conducting background checks ensures the integrity and reliability of payroll processes and compliance with regulations.

  • Verify employment history to confirm previous job roles and responsibilities.

  • Check criminal records to ensure a safe workplace environment.

  • Review credit history for positions involving financial responsibilities.

  • Conduct reference checks to gather insights on candidate's work ethic and reliability...

View all Senior Payroll Executive interview questions

Tietoevry Interview Experiences

97 interviews found

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

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
  • Ans. 

    Experienced SAP SD Consultant with a strong background in sales and distribution processes, currently enhancing system efficiency.

    • Lead the implementation of SAP SD modules, ensuring alignment with business requirements.

    • Conduct workshops to gather user requirements and translate them into functional specifications.

    • Configure pricing procedures and sales order processing to optimize sales operations.

    • Collaborate with cross...

  • Answered by AI
  • 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
  • Ans. 

    SAP SD determination involves the process of determining pricing, taxes, and other conditions in sales documents.

    • Condition Technique: SAP uses a condition technique to determine pricing based on various factors like customer, material, and sales area.

    • Access Sequence: This is a search strategy that defines the order in which the system searches for valid conditions.

    • Condition Records: These are the actual data entries th...

  • Answered by AI
  • 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
  • Ans. 

    Debugging in SAP SD involves identifying and resolving issues in sales and distribution processes.

    • Use transaction code SE80 to access the Object Navigator for debugging.

    • Set breakpoints in ABAP code to pause execution and inspect variables.

    • Utilize transaction code SE37 to debug function modules related to SD.

    • Check the system log (transaction SM21) for error messages that can guide debugging.

    • Use transaction ST22 to analy...

  • Answered by AI
  • 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
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
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
  • Ans. 

    Reversing a binary tree involves swapping the left and right children of all nodes in the tree.

    • Use a recursive approach to traverse the tree.

    • Swap the left and right children of each node.

    • Example: For a tree with root 1, left child 2, and right child 3, after reversal, root 1 will have left child 3 and right child 2.

    • Base case for recursion: if the node is null, return.

    • This operation has a time complexity of O(n), where ...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Joining location
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
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
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?
  • Ans. 

    Conducting background checks ensures the integrity and reliability of payroll processes and compliance with regulations.

    • Verify employment history to confirm previous job roles and responsibilities.

    • Check criminal records to ensure a safe workplace environment.

    • Review credit history for positions involving financial responsibilities.

    • Conduct reference checks to gather insights on candidate's work ethic and reliability.

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Communication with candidates?
  • Q2. Collect Feedback
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

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

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.

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Tietoevry?
Ask anonymously on communities.

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, Application Development and Analytical.
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. Hashmap hashtabe concurrent hashmap which to use and why in which scena...read more
  3. 1. What is design pattern and it's types and solid patter...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.

Overall Interview Experience Rating

4.1/5

based on 94 interview experiences

Difficulty level

Easy 11%
Moderate 86%
Hard 4%

Duration

Less than 2 weeks 64%
2-4 weeks 25%
4-6 weeks 7%
6-8 weeks 2%
More than 8 weeks 2%
View more
Join Tietoevry We create purposeful technology that reinvents the world for good.

Interview Questions from Similar Companies

EPAM Systems Interview Questions
3.7
 • 569 Interviews
Synechron Interview Questions
3.5
 • 376 Interviews
Movate Interview Questions
3.3
 • 269 Interviews
SS&C TECHNOLOGIES Interview Questions
3.3
 • 182 Interviews
Globant Interview Questions
3.7
 • 181 Interviews
ThoughtWorks Interview Questions
3.9
 • 156 Interviews
Luxoft Interview Questions
3.7
 • 128 Interviews
View all

Tietoevry Reviews and Ratings

based on 1.3k reviews

4.2/5

Rating in categories

3.9

Skill development

4.5

Work-life balance

3.7

Salary

4.0

Job security

4.3

Company culture

3.5

Promotions

4.0

Work satisfaction

Explore 1.3k Reviews and Ratings
Lead Software Architect

Pune

13-18 Yrs

₹ 36.5-41.3 LPA

Solution Architect Tietoevry Create (m/f/d)

Bangalore / Bengaluru

4-8 Yrs

Not Disclosed

Head of Digital Workplace Delivery

Pune

17-20 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
1.2k salaries
unlock blur

₹8.8 L/yr - ₹29.5 L/yr

Software Engineer
900 salaries
unlock blur

₹4.2 L/yr - ₹15.4 L/yr

Softwaretest Engineer
335 salaries
unlock blur

₹3 L/yr - ₹8.5 L/yr

Lead Software Engineer
321 salaries
unlock blur

₹11 L/yr - ₹31.5 L/yr

Senior Test Engineer
205 salaries
unlock blur

₹6 L/yr - ₹21.9 L/yr

Explore more salaries
Compare Tietoevry with

Synechron

3.5
Compare

Movate

3.3
Compare

Sopra Steria

3.8
Compare

NCR Corporation

3.7
Compare
write
Share an Interview