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

I applied via Campus Placement and was interviewed in Oct 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 

1hr topics:c,c++,java,dbms,psuedo-code

Round 3 - Group Discussion 

Group of 8 in campus:15min:Post covid times

Round 4 - Technical 

(4 Questions)

  • Q1. Write a dbms query i.
  • Ans. 

    A dbms query i was asked to write for Engineer Trainee position.

    • Specify the table name and columns to be selected

    • Use WHERE clause to filter the data

    • Use JOIN to combine data from multiple tables

    • Use GROUP BY to group data based on a column

    • Use ORDER BY to sort the data in ascending or descending order

  • Answered by AI
  • Q2. Explain OPPS concept in c++
  • Ans. 

    OPPS is a programming paradigm that focuses on objects and their interactions to solve problems.

    • OPPS stands for Object-Oriented Programming System

    • It involves the use of classes, objects, inheritance, polymorphism, and encapsulation

    • C++ is an object-oriented programming language that supports OPPS

    • Example: A car can be represented as an object with properties like color, model, and methods like start, stop, and accelerate

  • Answered by AI
  • Q3. Explain about project done along with your role in the project
  • Q4. Explain about internship done

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to work on more Internship
Be confident in the projects which you have done and explain confidently

Skills evaluated in this interview

Engineer Trainee Interview Questions asked at other Companies

Q1. If 10 people had a meeting and they shake hands only once with each of the others, then how many handshakes will be there in total ?
View answer (8)

Software Engineer Interview Questions & Answers

user image Rishabh Sharma

posted on 23 Aug 2024

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 Aug 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Make string palindrome
  • Ans. 

    To make a string palindrome, reverse the string and append it to the original string.

    • Reverse the input string

    • Append the reversed string to the original string

  • Answered by AI
  • Q2. Basic angular, Nodejs, js concepts
Round 2 - Technical 

(2 Questions)

  • Q1. Advanced Angular, interceptors, middleware, optimisation of app
  • Q2. Db queries of mongoDB
  • Ans. 

    MongoDB queries are used to retrieve data from a MongoDB database.

    • Use find() method to retrieve documents from a collection

    • Use findOne() method to retrieve a single document

    • Use sort() method to sort the results

    • Use limit() method to limit the number of results returned

  • Answered by AI
Round 3 - Behavioral 

(2 Questions)

  • Q1. Team collaboration
  • Q2. Behavioural Questions

Skills evaluated in this 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 (197)
Tietoevry Interview Questions and Answers for Freshers
illustration image
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. SAP GRC implementation Process
  • Ans. 

    SAP GRC implementation involves planning, design, configuration, testing, and deployment of SAP Governance, Risk, and Compliance solutions.

    • Understand business requirements and objectives

    • Design GRC framework and controls

    • Configure GRC system based on requirements

    • Test system functionality and security controls

    • Train end-users and stakeholders

    • Deploy GRC solution and monitor performance

  • Answered by AI
  • Q2. USOBT_C VS USOBX_C
  • Ans. 

    USOBT_C and USOBX_C are tables in SAP used for authorization checks.

    • USOBT_C stores authorization object definitions

    • USOBX_C stores authorization field values

    • USOBT_C is used to define authorization objects and their fields

    • USOBX_C is used to assign values to authorization fields for specific objects

  • Answered by AI

Senior SAP Consultant Interview Questions asked at other Companies

Q1. Hiw many end to end implementation project have you done?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Have you worked with Productions Environments?
  • Ans. 

    Yes, I have experience working with Production Environments.

    • Managed and maintained production servers to ensure uptime and performance

    • Deployed software updates and patches in production environments

    • Troubleshooted and resolved issues in live production systems

  • Answered by AI
  • Q2. How do you automate SDLC?
  • Ans. 

    Automating SDLC involves using tools and scripts to streamline and optimize the software development process.

    • Use continuous integration and continuous deployment (CI/CD) tools to automate build, test, and deployment processes.

    • Implement configuration management tools to automate infrastructure provisioning and management.

    • Utilize automation scripts for repetitive tasks such as code reviews, testing, and deployment.

    • Integr...

  • Answered by AI

Skills evaluated in this interview

System Engineer Hardware Interview Questions asked at other Companies

Q1. How many such letter-pairs are there in the word SERVANT, having the same no. of letters left between them in the word as they have in the series?
View answer (2)

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)

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

I applied via Walk-in and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions on Collections Framework
  • Q2. What are exceptions
  • Ans. 

    Exceptions are unexpected events that occur during the execution of a program and disrupt the normal flow of the program.

    • Exceptions are used to handle errors and other exceptional conditions in a program.

    • They can be caught and handled using try-catch blocks.

    • Examples of exceptions include NullPointerException, ArrayIndexOutOfBoundsException, and IOException.

  • Answered by AI

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)

Get interview-ready with Top Tietoevry Interview Questions

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

(1 Question)

  • Q1. Basic Aptitude and Computer fundamental questions.
Round 2 - Group Discussion 

2nd round was GD which was not an elimination round.

Round 3 - Technical 

(1 Question)

  • Q1. Final tech+hr interview

Interview Preparation Tips

Interview preparation tips for other job seekers - OOPS and SQL and your projects are mostly asked in the 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)

Jobs at Tietoevry

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

I applied via Referral and was interviewed in Nov 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 

Normal aptitude question and be ready for the maths simple questions

Round 3 - Group Discussion 

Giving GD topic ex. Mobile phone

Round 4 - Technical 

(1 Question)

  • Q1. 1.Coding question 2.SQL
Round 5 - HR 

(1 Question)

  • Q1. 1.About yourself 2.Where do you see after 5 years etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't lose hopes and try to give your best and sleep well

QA Test Engineer Interview Questions asked at other Companies

Q1. Selenium web driver What is POM file why we are using it Xpath Types Which is Effective locators Framework creation related questions Runner class related questions What is BDD and TDD What is Data Drive frame work Cucumber related question... read more
View answer (1)

I applied via Campus Placement and was interviewed in May 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all Resume tips
Round 2 - Aptitude Test 

1st round had mcq question containing apti,os,dbms,javascript

Round 3 - Coding Test 

Only the top performers from the 1st where eligible for coding round who where offered higher packages...it contained basic array and string question

Round 4 - Group Discussion 

3rd round was gd we were given a topic time...however gd round had no elimination

Round 5 - Technical 

(5 Questions)

  • Q1. Polymorphism,function overloading
  • Q2. Dbms:-1nf,2nf,3nf,basic query
  • Q3. Foreign key contraints
  • Q4. Java virtual machine,jdk
  • Q5. Who calls the main method in java
  • Ans. 

    The Java Virtual Machine (JVM) calls the main method in Java.

    • The main method is the entry point of a Java program.

    • It is declared as public static void main(String[] args)

    • The JVM searches for the main method in the class specified in the command line arguments.

    • If the main method is not found, the JVM throws a NoSuchMethodError.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good at ds,dbms,os and u r good to go with any companies

Skills evaluated in this 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 (197)
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 

(1 Question)

  • Q1. C# basics, advance , mvc , angular basics and basic tool questions
Round 3 - Behavioral 

(1 Question)

  • Q1. Basic related to previous org and project and scenario based questions mostly

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company with great culture and was good interview experience too with good people .

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

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

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about your real time project experience?
  • Ans. 

    I have extensive real time project experience in designing and implementing complex technical solutions.

    • Led a team in developing a real-time monitoring system for a large financial institution

    • Implemented a real-time data processing pipeline using Apache Kafka and Spark for a retail analytics project

    • Designed and deployed a real-time chat application for a social networking platform

  • Answered by AI
  • Q2. Do you have working experience knowledge on agile?
  • Ans. 

    Yes, I have extensive working experience and knowledge on agile methodologies.

    • I have worked on multiple agile projects and have experience with Scrum, Kanban, and Lean methodologies.

    • I have facilitated daily stand-up meetings, sprint planning sessions, and retrospectives.

    • I have experience in creating and prioritizing product backlogs, user stories, and tasks.

    • I have worked closely with cross-functional teams to deliver h...

  • Answered by AI

Senior Technical Consultant Interview Questions asked at other Companies

Q1. How do you get one to many mapping of permissions and user count from bridge table with many to many mapping of users to permissions
View answer (1)
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

SDET Lead Software Engineer

Pune

5-10 Yrs

Not Disclosed

5G RAN Developer

Bangalore / Bengaluru

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