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

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

  • 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

    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

    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
    Interview experience
    4
    Good
    Difficulty level
    Easy
    Process Duration
    Less than 2 weeks
    Result
    Not Selected

    I applied via campus placement at NMAM Institute of Technology, Mangalore 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 & Answers

    user image Keshav Daga (RA1911003010862)

    posted on 14 Oct 2022

    I applied via campus placement at SRM Institute of Science & Technology, Chennai and was interviewed in Sep 2022. There were 4 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 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.

    Trianz interview questions for designations

     Software Trainee

     (1)

     Software Engineer

     (9)

     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

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

    I applied via Naukri.com and was interviewed in Oct 2024. There were 4 interview rounds.

    Round 1 - Aptitude Test 

    Basic things.. same as any company

    Round 2 - Coding Test 

    Basic coding, 2 codes asked.

    Round 3 - Technical 

    (2 Questions)

    • Q1. Project discussion
    • Q2. Skills in my resule
    • Ans. 

      My skills include programming languages like Java, Python, and C++, as well as experience with databases and problem-solving.

      • Proficient in Java, Python, and C++ programming languages

      • Experience with databases such as MySQL and MongoDB

      • Strong problem-solving skills demonstrated through projects and coding challenges

    • Answered by AI
    Round 4 - One-on-one 

    (2 Questions)

    • Q1. Why incedo? Why job switch?
    • Ans. 

      Incedo offers exciting opportunities for growth and learning in the software engineering field. Job switch for new challenges and career advancement.

      • Incedo provides a dynamic work environment with cutting-edge technologies.

      • Opportunity to work on diverse projects and enhance skills.

      • Career growth prospects and learning opportunities at Incedo.

      • Desire for new challenges and professional development.

      • Alignment of career goal

    • Answered by AI
    • Q2. How re you useful for our organization

    Interview Preparation Tips

    Topics to prepare for Incedo Software Engineer Trainee interview:
    • Resume
    Interview preparation tips for other job seekers - Be confident. Prepare basics very well.
    Interview experience
    4
    Good
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Technical 

    (1 Question)

    • Q1. What is the role of DNS in networking?
    • Ans. 

      DNS is a system that translates domain names to IP addresses, allowing users to access websites using human-readable names.

      • DNS stands for Domain Name System

      • It helps in translating domain names to IP addresses

      • DNS servers store a database of domain names and their corresponding IP addresses

      • DNS plays a crucial role in enabling users to access websites using human-readable names instead of IP addresses

    • Answered by AI
    Round 2 - One-on-one 

    (1 Question)

    • Q1. What certifications have you earned?
    • Ans. 

      I have earned certifications in Java programming and AWS cloud computing.

      • Certification in Java programming

      • Certification in AWS cloud computing

    • Answered by AI
    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 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 - Aptitude Test 

    30 aps questions. Pass is 60%

    Round 3 - Technical 

    (3 Questions)

    • Q1. Basic programming questions in c, Java, SQL
    • Q2. How to swap two variables without using third variable
    • Ans. 

      To swap two variables without using a third variable, use arithmetic operations.

      • Use addition and subtraction to swap the values of two variables

      • Example: a = 5, b = 10. a = a + b (a = 15), b = a - b (b = 5), a = a - b (a = 10)

    • Answered by AI
    • Q3. Diamond pattern printing program
    • Ans. 

      Diamond pattern printing program in Java

      • Use nested loops to print spaces and stars in a diamond pattern

      • Start with a loop to print spaces before stars on each line

      • Then print the stars in a pattern to form a diamond shape

      • Adjust the number of spaces and stars based on the row number

    • Answered by AI
    Round 4 - Technical 

    (1 Question)

    • Q1. Hard level coding questions are asked in this round

    Skills evaluated in this interview

    I applied via Naukri.com and was interviewed in Jun 2022. There were 4 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 tips
    Round 2 - Aptitude Test 

    Covering all aptitude questions, English,etc

    Round 3 - Coding Test 

    There is one code only it's level easy for me

    Round 4 - Technical 

    (1 Question)

    • Q1. What is java. Oops concepts
    • Ans. 

      Java is a high-level, object-oriented programming language used for developing applications and software.

      • Java is platform-independent and can run on any operating system

      • It follows the OOPS concepts like inheritance, polymorphism, encapsulation, and abstraction

      • Java programs are compiled into bytecode and run on the Java Virtual Machine (JVM)

      • Java has a vast library of pre-built classes and APIs for various functionalitie...

    • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Be prepared and cover all questions regarding to your subject

    Skills evaluated in this interview

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

    Normal Leetcode easy to medium Question

    Round 2 - Technical 

    (2 Questions)

    • Q1. Leetcode easy - palindrome
    • Q2. Leetcode medium - second largest number
    Round 3 - HR 

    (1 Question)

    • Q1. Questions were around leadership
    Interview experience
    5
    Excellent
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Technical 

    (2 Questions)

    • Q1. MySql queries and database
    • Q2. Ask questions based on resume
    Round 2 - HR 

    (2 Questions)

    • Q1. Tell me about yourself
    • Q2. Healthcare automation way

    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
    Trianz Software Engineer Trainee Salary
    based on 75 salaries
    ₹3.8 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
    675 salaries
    unlock blur

    ₹9 L/yr - ₹30.3 L/yr

    Senior Software Engineer
    408 salaries
    unlock blur

    ₹5.2 L/yr - ₹17.5 L/yr

    Senior Technical Lead
    369 salaries
    unlock blur

    ₹11.2 L/yr - ₹37 L/yr

    Software Engineer
    306 salaries
    unlock blur

    ₹3 L/yr - ₹9 L/yr

    Senior Systems Engineer
    87 salaries
    unlock blur

    ₹3.8 L/yr - ₹13 L/yr

    Explore more salaries
    Compare Trianz 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