Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Trianz Team. If you also belong to the team, you can get access from here

Trianz Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Trianz Software Engineer Trainee Interview Questions and Answers

Updated 30 Dec 2024

Trianz Software Engineer Trainee Interview Experiences

4 interviews found

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

(2 Questions)

  • Q1. Based on core subjects
  • Q2. Based on projects
Round 2 - HR 

(2 Questions)

  • Q1. Casual interview Hr questions
  • Q2. About education background
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2023. 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 tips
Round 2 - Aptitude Test 

95 aptitude question like 30 quantative , 30 literature , 5 os,network,cloud and 3 coding question simple ones which were last element in fiboncci series , last element in an Arthematic Progression and One pattern matching question .

Round 3 - Technical 

(1 Question)

  • Q1. 4 pillars in OOPS , Swapping problem explain
  • Ans. 

    4 pillars in OOPS are Inheritance, Encapsulation, Abstraction, and Polymorphism. Swapping problem involves exchanging values of two variables without using a temporary variable.

    • 4 pillars in OOPS: Inheritance, Encapsulation, Abstraction, Polymorphism

    • Swapping problem: Exchange values of two variables without using a temporary variable

    • Example: Swapping two variables a and b without using a temporary variable: a = a + b; b

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. General hr question

Interview Preparation Tips

Interview preparation tips for other job seekers - Give examples for the questions asked

Skills evaluated in this interview

Software Engineer Trainee Interview Questions Asked at Other Companies

asked in HSBC Group
Q1. Palindromic Linked List Problem Statement Given a singly linked l ... read more
asked in HSBC Group
Q2. Search in a 2D Matrix Given a 2D matrix MAT of size M x N, where ... read more
asked in GlobalLogic
Q3. Slot Game Problem Statement You are given a slot machine with fou ... read more
Q4. 1. Explain oops and its 4 pillars 2. Explain polymorphism with re ... read more
asked in HSBC Group
Q5. Maximum Level Sum in a Binary Tree Given a Binary Tree with integ ... read more

I applied via Campus Placement and was interviewed in Sep 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 tips
Round 2 - Coding Test 

The first round was of 2.5hrs. It consists aptitude and coding questions.

Round 3 - Technical 

(1 Question)

  • Q1. In the technical interview round, interviewer asked me to introduce myself and then he asked some oops questions and then he asked me to implement the linear search and binary search and asked the time com...
Round 4 - HR 

(1 Question)

  • Q1. In the HR round she started with my intro and then asked about my family background and then asked about the certifications which I have done in the college.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep solving the Data Structures and Algorithms and learn the core subjects OOPS, DBMS.

I applied via Company Website and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is ArrayList
  • Ans. 

    ArrayList is a dynamic array that can grow or shrink in size during runtime.

    • It is a part of Java Collections Framework.

    • It can store objects of any type.

    • It provides methods to add, remove, and access elements.

    • It is faster than traditional arrays for inserting and deleting elements.

    • Example: ArrayList<String> names = new ArrayList<>();

    • names.add("John"); names.add("Mary"); names.remove(0);

  • Answered by AI
  • Q2. What is the Difference Between Array and Arraylist
  • Ans. 

    Array is a fixed size data structure while ArrayList is a dynamic size data structure.

    • Array is a primitive data type while ArrayList is a class in Java.

    • Array can hold both primitive and object types while ArrayList can only hold object types.

    • Array uses [] brackets to declare while ArrayList uses ArrayList<>.

    • Array has a fixed size while ArrayList can dynamically increase or decrease in size.

    • Array is faster than Ar...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in your technical skills and speak calmly

Skills evaluated in this interview

Trianz interview questions for designations

 Software Trainee

 (1)

 Software Engineer

 (10)

 Senior Software Engineer

 (3)

 Software Developer

 (1)

 .NET Software Developer

 (1)

 Devops Engineer

 (2)

 QA Engineer

 (1)

 Automation Test Engineer

 (1)

Interview questions from similar companies

I applied via Company Website and was interviewed in Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Are you updating day by day yourself in technology ?
  • Q2. Yes, means you will definitely placed in technosoft.

Interview Preparation Tips

Interview preparation tips for other job seekers - I had done certification and learn the skill day by day, waiting for the opening in technosoft. I had attended three round of interview, if you have real skill and self confidence you will definitely placed in technosoft global services

I applied via Naukri.com and was interviewed before Jan 2021. 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. Kafka architecture and APIs
  • Q2. Java and microservices

Interview Preparation Tips

Topics to prepare for Apexon Senior Software Engineer interview:
  • Java
  • Devops
  • Cloud Computing
Interview preparation tips for other job seekers - Keep your concepts clear and your answers precise.

I applied via Naukri.com and was interviewed before Sep 2021. 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 

(3 Questions)

  • Q1. Do you have knowledge of Hadoop data ware house?
  • Ans. 

    Yes, I have knowledge of Hadoop data warehouse.

    • I have experience in designing and implementing Hadoop-based data warehouses.

    • I am proficient in Hadoop ecosystem technologies such as HDFS, MapReduce, Hive, and Pig.

    • I have worked with large-scale data processing and storage using Hadoop.

    • I am familiar with data warehousing concepts such as ETL, data modeling, and data integration.

    • I have used Hadoop to build data warehouses

  • Answered by AI
  • Q2. SQl questions using joins.
  • Q3. Have you used python scripts in your testing?
  • Ans. 

    Yes, I have used Python scripts extensively in my testing.

    • I have used Python scripts for automated testing of web applications.

    • I have also used Python scripts for unit testing of backend code.

    • Python's unittest module is particularly useful for this purpose.

    • I have also used Python scripts for load testing and performance testing.

    • Python's requests library is very helpful for testing APIs.

    • I have also used Python scripts f

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What is your current ctc and what is your expected ctc?

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare the SQL for ETL job role and apexon interviews would be a easy one to crack.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Core java question. and basic question on angular 8. Difference between promise and graph

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up basic.

I applied via Approached by Company and was interviewed before Apr 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Technical interview with my primary skill set Where all details asked about technology And given one program to do using primary skill
Round 2 - HR 

(1 Question)

  • Q1. Salary Discussion Questions about why to change org And More specific to HR questions About yourself
Round 3 - Managiral 

(1 Question)

  • Q1. Question about last project work About Yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Company is growing with different skillset and domain

I applied via Naukri.com and was interviewed before Mar 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Difference between Hashtable and hashmap?
  • Ans. 

    Hashtable is synchronized while hashmap is not.

    • Hashtable is thread-safe while hashmap is not.

    • Hashtable does not allow null keys or values while hashmap allows one null key and multiple null values.

    • Hashtable is slower than hashmap due to synchronization.

    • Hashtable is a legacy class while hashmap is a newer implementation.

  • Answered by AI
  • Q2. Difference between hashmap and concurrent hashmap?
  • Ans. 

    Hashmap is not thread-safe while Concurrent Hashmap is thread-safe.

    • Hashmap is not suitable for multi-threaded environments as it can lead to race conditions and data inconsistencies.

    • Concurrent Hashmap allows multiple threads to access and modify the map concurrently without any data inconsistencies.

    • Concurrent Hashmap uses a technique called lock striping to achieve thread-safety.

    • Concurrent Hashmap is slower than Hashma...

  • Answered by AI
  • Q3. Jdbc step
  • Q4. Spring ioc

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was average they asked questions from core java spring hibernate... And so on..

Skills evaluated in this interview

Trianz Interview FAQs

How many rounds are there in Trianz Software Engineer Trainee interview?
Trianz interview process usually has 3-4 rounds. The most common rounds in the Trianz interview process are Technical, HR and Resume Shortlist.
What are the top questions asked in Trianz Software Engineer Trainee interview?

Some of the top questions asked at the Trianz Software Engineer Trainee interview -

  1. What is the Difference Between Array and Arrayl...read more
  2. 4 pillars in OOPS , Swapping problem expl...read more
  3. What is ArrayL...read more

Tell us how to improve this page.

Trianz Software Engineer Trainee Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

CitiusTech Interview Questions
3.3
 • 277 Interviews
Tiger Analytics Interview Questions
3.7
 • 227 Interviews
Altimetrik Interview Questions
3.8
 • 223 Interviews
Incedo Interview Questions
3.1
 • 184 Interviews
Xoriant Interview Questions
4.1
 • 184 Interviews
Globant Interview Questions
3.8
 • 175 Interviews
Iris Software Interview Questions
4.0
 • 151 Interviews
ThoughtWorks Interview Questions
3.9
 • 149 Interviews
Apexon Interview Questions
3.3
 • 141 Interviews
View all
Trianz Software Engineer Trainee Salary
based on 75 salaries
₹3.6 L/yr - ₹5.1 L/yr
At par with the average Software Engineer Trainee Salary in India
View more details

Trianz Software Engineer Trainee Reviews and Ratings

based on 13 reviews

3.5/5

Rating in categories

2.8

Skill development

3.8

Work-life balance

3.3

Salary

3.2

Job security

3.0

Company culture

3.3

Promotions

2.6

Work satisfaction

Explore 13 Reviews and Ratings
Technical Lead
702 salaries
unlock blur

₹9 L/yr - ₹33 L/yr

Senior Software Engineer
412 salaries
unlock blur

₹4.5 L/yr - ₹17.6 L/yr

Senior Technical Lead
369 salaries
unlock blur

₹12.5 L/yr - ₹37 L/yr

Software Engineer
348 salaries
unlock blur

₹3.3 L/yr - ₹9 L/yr

Senior Systems Engineer
84 salaries
unlock blur

₹3.8 L/yr - ₹12.1 L/yr

Explore more salaries
Compare Trianz with

Xoriant

4.1
Compare

Photon Interactive

4.1
Compare

CitiusTech

3.3
Compare

Iris Software

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