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 Software Developer Interview Questions, Process, and Tips

Updated 12 Nov 2024

Top Tietoevry Software Developer Interview Questions and Answers

Tietoevry Software Developer Interview Experiences

4 interviews found

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
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Feb 2023. 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 - Technical 

(2 Questions)

  • Q1. What is mulesoft any point platform
  • Ans. 

    MuleSoft Anypoint Platform is a unified, flexible integration platform that solves the most challenging connectivity problems.

    • Anypoint Platform enables organizations to easily build, test, and deploy APIs, integrations, and applications.

    • It provides a range of tools and services for designing, building, and managing APIs and integrations.

    • Anypoint Platform includes features such as API management, data integration, and a...

  • Answered by AI
  • Q2. What is cloudhub and maven
  • Ans. 

    CloudHub is a cloud-based integration platform, while Maven is a build automation tool for Java projects.

    • CloudHub is used for integrating applications and services in the cloud.

    • It provides a platform for deploying, managing, and scaling integrations.

    • Maven is used for building and managing Java projects.

    • It automates the process of building and packaging Java applications.

    • Maven uses a project object model (POM) to manage

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. What is any point design center
  • Ans. 

    Any point design center is a software design tool used for creating and editing graphical user interfaces.

    • APDC is used for designing GUIs for desktop and mobile applications

    • It allows for easy drag-and-drop of UI elements

    • APDC supports multiple platforms and programming languages

    • It offers a variety of templates and themes to choose from

  • Answered by AI
  • Q2. What is anypoint runtime fabric
  • Ans. 

    Anypoint Runtime Fabric is a container service that automates the deployment and scaling of Mule runtimes.

    • It provides a platform for deploying and managing Mule applications across on-premises, cloud, and hybrid environments.

    • It enables high availability, fault tolerance, and disaster recovery for Mule runtimes.

    • It supports Kubernetes as the underlying container orchestration platform.

    • It allows for centralized management...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare thoroughly all the questions related to mulesoft

Skills evaluated in this interview

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Nagarro
Q4. Crazy Numbers Pattern Challenge Ninja enjoys arranging numbers in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Marathwada Mitra Mandal's College of Engineering, Pune and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Aptitude Test 

Used Mettl platform for test

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

Tietoevry interview questions for designations

 Software Developer Trainee

 (2)

 Junior Software Developer

 (1)

 Software Engineer

 (16)

 C Developer

 (1)

 Mulesoft Developer

 (1)

 Senior Software Engineer

 (11)

 Junior Software Engineer

 (4)

 Software Engineer Trainee

 (1)

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Logical reasoning, grammar, and coding: two basic level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Question on core Java
  • Q2. Question on SQL and PLSQL
  • Q3. Resume based question and on project
Round 3 - HR 

(2 Questions)

  • Q1. Resume and project based question
  • Q2. What do you like about your current company, and why do you want to join our organization?
  • Ans. 

    I appreciate the collaborative team environment and innovative projects at my current company, and I am excited about the opportunities for growth and learning at your organization.

    • Collaborative team environment fosters creativity and productivity

    • Innovative projects challenge me to learn and grow

    • Excited about the opportunities for growth and learning at your organization

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic Java Question
  • Q2. Spring Boot related questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Design a rest API and code it.
  • Ans. 

    Design and code a REST API for a software developer interview.

    • Define the endpoints and HTTP methods for the API (e.g. GET /users, POST /users)

    • Implement authentication and authorization mechanisms (e.g. JWT tokens)

    • Use proper status codes for responses (e.g. 200 OK, 401 Unauthorized)

    • Include error handling and validation for input data

    • Document the API using tools like Swagger or OpenAPI

  • Answered by AI
  • Q2. Questions related to JPA HIBERNATE SQL
Round 3 - One-on-one 

(2 Questions)

  • Q1. Discussion related to Last company Project and architecture level questions
  • Q2. Write code to calculate frequency of a word using Stream API and lambda expressions
  • Ans. 

    Calculate word frequency using Stream API and lambda expressions

    • Use Stream API to convert array of strings to stream

    • Use Collectors.groupingBy to group words by their frequency

    • Use Collectors.counting to count the occurrences of each word

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Multithreading, process and performance
  • Q2. Process handling
  • Q3. Coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Take a wise decision before joining this organization, go through all the reviews.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Hackerrank coding round.

Round 2 - Technical 

(1 Question)

  • Q1. Questions and coding testing your OOPS knowledge
Round 3 - Technical 

(1 Question)

  • Q1. Every tech stack, SQL, OOPS, JAVA

Interview Preparation Tips

Interview preparation tips for other job seekers - Be familiar with designing and writing better code follwing OOPS, YAGNI,DRY principles.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. OS questions,graph dfs question, geeks for geeks chocolate factory question
Round 2 - Technical 

(1 Question)

  • Q1. Children sum property trees,height of BT
  • Ans. 

    The question is about implementing a children sum property in trees and finding the height of a binary tree.

    • Children sum property in trees means that the value of a node must be equal to the sum of the values of its children nodes.

    • To find the height of a binary tree, you can recursively calculate the height of the left and right subtrees and return the maximum height plus one.

    • Example: For a binary tree with nodes 1, 2,

  • Answered by AI

Interview Preparation Tips

Topics to prepare for NetApp Software Developer interview:
  • OS
  • C++

Skills evaluated in this interview

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

I was interviewed in Aug 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Project amd Advanced C++ concepts
Round 2 - Coding Test 

C++ coding questions and logical questions

Tietoevry Interview FAQs

How many rounds are there in Tietoevry Software Developer interview?
Tietoevry interview process usually has 2-3 rounds. The most common rounds in the Tietoevry interview process are Technical, Coding Test and HR.
How to prepare for Tietoevry Software Developer 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, C++, Html5, OWASP and Unit Testing.
What are the top questions asked in Tietoevry Software Developer interview?

Some of the top questions asked at the Tietoevry Software Developer interview -

  1. What is mulesoft any point platf...read more
  2. What is any point design cen...read more
  3. What is anypoint runtime fab...read more

Tell us how to improve this page.

Tietoevry Software Developer Interview Process

based on 4 interviews

Interview experience

4
  
Good
View more
Join Tietoevry We create purposeful technology that reinvents the world for good.
Tietoevry Software Developer Salary
based on 173 salaries
₹3.3 L/yr - ₹13.5 L/yr
At par with the average Software Developer Salary in India
View more details

Tietoevry Software Developer Reviews and Ratings

based on 29 reviews

4.2/5

Rating in categories

4.4

Skill development

4.2

Work-life balance

3.6

Salary

4.5

Job security

4.3

Company culture

3.7

Promotions

4.3

Work satisfaction

Explore 29 Reviews and Ratings
Senior Software Engineer
1.1k salaries
unlock blur

₹8.4 L/yr - ₹28 L/yr

Software Engineer
840 salaries
unlock blur

₹4.5 L/yr - ₹15.2 L/yr

Softwaretest Engineer
336 salaries
unlock blur

₹3 L/yr - ₹9 L/yr

Lead Software Engineer
317 salaries
unlock blur

₹9.7 L/yr - ₹28 L/yr

Senior Test Engineer
207 salaries
unlock blur

₹6.3 L/yr - ₹21.7 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