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

Updated 7 Mar 2025

Top Trianz Interview Questions and Answers

View all 37 questions

Trianz Interview Experiences

Popular Designations

50 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

DSA, Cloud, C++ , OOP, DBMS,

Round 2 - Technical 

(1 Question)

  • Q1. Oops related basic questions
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. What are some Java OOPs concepts.
  • Ans. 

    Java OOPs concepts include encapsulation, inheritance, polymorphism, and abstraction, which enhance code reusability and organization.

    • Encapsulation: Bundling data and methods that operate on the data within a single unit (class). Example: private variables with public getters/setters.

    • Inheritance: Mechanism where one class inherits properties and behavior from another. Example: class Dog extends Animal.

    • Polymorphism: Abi...

  • Answered by AI
  • Q2. Explain project mentioned in resume.

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

I applied via LinkedIn and was interviewed before Jan 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Middleware in .Net core
  • Ans. 

    Middleware in .NET Core is a component that can handle requests and responses in the application pipeline.

    • Middleware is a piece of software that can intercept and process HTTP requests and responses.

    • Middleware components are added to the application pipeline in the Startup class.

    • Middleware can perform tasks such as authentication, logging, error handling, etc.

    • Example: UseMiddleware<CustomMiddleware>()

  • Answered by AI
  • Q2. How authentication work for web api
  • Ans. 

    Authentication for web API involves verifying the identity of users before granting access to resources.

    • Authentication can be done using tokens like JWT or OAuth.

    • API endpoints can be secured using authentication middleware.

    • User credentials are validated against a data store like a database.

    • Authentication headers like Authorization are used to send tokens with requests.

  • Answered by AI
  • Q3. How to configure DI services
  • Ans. 

    DI services can be configured in .NET by registering services in ConfigureServices method of Startup class

    • Register services using AddTransient, AddScoped, or AddSingleton methods

    • Use IServiceCollection interface to add services

    • Example: services.AddTransient<IMyService, MyService>()

  • Answered by AI
  • Q4. How to handle CORS
  • Ans. 

    CORS can be handled by configuring the server to allow cross-origin requests from specified origins.

    • Configure server to include appropriate CORS headers like Access-Control-Allow-Origin

    • Use middleware or filters to handle CORS in .NET applications

    • Consider security implications when allowing cross-origin requests

  • Answered by AI

.NET Software Developer Interview Questions asked at other Companies

Q1. Can sealed class inherit non-profit sealed class
View answer (4)
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 Nov 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 - Technical 

(3 Questions)

  • Q1. As per your experience
  • Q2. Many questions related to work profile
  • Q3. It's depends on your skills
Round 3 - Technical 

(1 Question)

  • Q1. As per experience
Round 4 - HR 

(1 Question)

  • Q1. All questions related to your work,personal and education

Interview Preparation Tips

Interview preparation tips for other job seekers - Just try to cover your resume

Senior Technical Lead Interview Questions asked at other Companies

Q1. What is containerization (Docker)? what are steps to create container, till it gets deploy on server.
View answer (1)

Trianz interview questions for popular designations

 Software Engineer

 (10)

 Technical Lead

 (8)

 Senior Technical Lead

 (4)

 Software Engineer Trainee

 (4)

 Senior Software Engineer

 (3)

 Devops Engineer

 (2)

 Project Manager

 (1)

 Data Scientist

 (1)

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 

(1 Question)

  • Q1. Normal day to day task as per your resume and experience
Round 3 - Aptitude Test 

30 mins detailed interview process

Devops Engineer Interview Questions asked at other Companies

Q1. Reverse the String Problem Statement You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string. Example: Input: STR = "abcde" Output: "edcba" Input: The first line of input cont... read more
View answer (3)

Get interview-ready with Top Trianz Interview Questions

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. Challenges faced while automation
  • Ans. 

    Some challenges faced in automation testing include dynamic elements, synchronization issues, and maintenance of test scripts.

    • Handling dynamic elements on the webpage

    • Synchronization issues between test scripts and application

    • Maintenance of test scripts as the application evolves

  • Answered by AI
  • Q2. Agile methodologies and the ceremony
  • Ans. 

    Agile methodologies are a set of principles and practices that promote iterative development and collaboration.

    • Agile methodologies focus on delivering working software in short iterations.

    • The ceremonies in Agile include daily stand-up meetings, sprint planning, sprint review, and retrospective.

    • These ceremonies help teams stay aligned, prioritize work, gather feedback, and continuously improve.

    • Examples of Agile methodol...

  • Answered by AI
  • Q3. Tell me about yourjob role and framework
  • Ans. 

    As an Automation Test Engineer, my job role involves designing, developing, and executing automated tests to ensure the quality of software products.

    • Designing and developing automated test scripts using tools like Selenium, Appium, or JUnit

    • Executing test cases and analyzing results to identify defects and areas for improvement

    • Collaborating with developers and other team members to ensure test coverage and quality assur...

  • Answered by AI

Skills evaluated in this interview

Automation Test Engineer Interview Questions asked at other Companies

Q1. How to handle scrollbar and mouse activities Jenkins and Github Story Point in Agile
Backlogs in Agile
Jira workflow explain framework pom.xml wap number reverse program StellException
Exception in Selenium diff - getwindowhandles() and get... read more
View answer (2)

Jobs at Trianz

View all

Lab Technician Interview Questions & Answers

user image shashank bhatt

posted on 23 Sep 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Good good good good easy questions very basiciq test

Round 2 - One-on-one 

(2 Questions)

  • Q1. Ci cd terraform Ansible python k8s
  • Q2. Ci cd python ci cd python
Round 3 - HR 

(2 Questions)

  • Q1. Salary ctc needed and years of experience
  • Q2. Offer letter realease in 2 days

Interview Preparation Tips

Interview preparation tips for other job seekers - na

Lab Technician Interview Questions asked at other Companies

Q1. Order of draw Cbc parameters and normal range
View answer (40)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Technical 

(7 Questions)

  • Q1. Base core Java programming in string and collections?
  • Ans. 

    Core Java programming concepts related to strings and collections.

    • Strings in Java are objects of the String class and can be manipulated using various methods like substring, indexOf, and concat.

    • Collections in Java provide data structures like List, Set, and Map for storing and manipulating groups of objects.

    • Examples: String str = "Hello"; List list = new ArrayList<>();

Answered by AI
  • Q2. Java8 program s?
  • Ans. 

    Java8 introduced several new features like lambda expressions, functional interfaces, streams, and default methods.

    • Lambda expressions allow you to write more concise code by providing a way to pass functions as arguments.

    • Functional interfaces are interfaces with a single abstract method, which can be implemented using lambda expressions.

    • Streams provide a way to process collections of objects in a functional style.

    • Defau...

  • Answered by AI
  • Q3. Core Java theoretical questions?
  • Q4. Rest api one complete flow?
  • Ans. 

    A REST API flow involves sending a request to a server, processing the request, and receiving a response.

    • Client sends a request to the server

    • Server processes the request and performs necessary actions

    • Server sends a response back to the client

    • Example: Client sends a GET request to retrieve user data from a server

  • Answered by AI
  • Q5. Spring boot interview questions
  • Q6. Hibernate and jpa interview questions
  • Q7. Database related interview questions
  • Round 2 - Technical 

    (2 Questions)

    • Q1. More degging into resume working projects
    • Q2. Scenarios based questions

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Prepare well and attend notice period less than 1 month

    Skills evaluated in this interview

    Senior Software Engineer Interview Questions asked at other Companies

    Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
    View answer (2)

    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.

    Software Engineer Trainee Interview Questions asked at other Companies

    Q1. Palindromic Linked List Problem Statement Given a singly linked list of integers, determine if it is a palindrome. Return true if it is a palindrome, otherwise return false. Example: Input: 1 -&gt; 2 -&gt; 3 -&gt; 2 -&gt; 1 -&gt; NULL Outpu... read more
    View answer (1)

    I applied via Recruitment Consulltant and was interviewed in Apr 2022. 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. Kubernetes architecture explanation
    • Ans. 

      Kubernetes is a container orchestration platform that automates deployment, scaling, and management of containerized applications.

      • Kubernetes uses a master-slave architecture with a control plane and worker nodes.

      • The control plane manages the overall state of the cluster and schedules workloads to worker nodes.

      • Worker nodes run the containers and report back to the control plane.

      • Kubernetes uses declarative configuration ...

    • Answered by AI
    • Q2. Docker questions and it’s details
    • Q3. Docker image building using docker compose
    • Ans. 

      Docker Compose simplifies building Docker images by defining services and dependencies in a YAML file.

      • Docker Compose allows defining multiple services and their dependencies in a single YAML file

      • Each service can have its own Dockerfile or use an existing image

      • Dependencies between services can be defined using the 'depends_on' keyword

      • Images can be built using the 'docker-compose build' command

      • Example: docker-compose.yml...

    • Answered by AI
    Round 3 - Technical 

    (2 Questions)

    • Q1. Basic HR questions on role
    • Q2. Shift and availability details based on rôle requirement

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Basic questions on kubernetes, like architecture, flows, operational knowledge, existing experience and version level and hardware based questions

    Skills evaluated in this interview

    Senior Technical Lead Interview Questions asked at other Companies

    Q1. What is containerization (Docker)? what are steps to create container, till it gets deploy on server.
    View answer (1)

    Trianz Interview FAQs

    How many rounds are there in Trianz interview?
    Trianz interview process usually has 2-3 rounds. The most common rounds in the Trianz interview process are Technical, HR and Resume Shortlist.
    How to prepare for Trianz 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 Trianz. The most common topics and skills that interviewers at Trianz expect are AWS, Python, Java, Labour Laws and SQL.
    What are the top questions asked in Trianz interview?

    Some of the top questions asked at the Trianz interview -

    1. Teradata architecture and what are the performance tuning techniques in teradat...read more
    2. Difference between primary index and secondary index and importance of indexes ...read more
    3. Write a program to find second most frequent element of a list in O(n) time com...read more
    How long is the Trianz interview process?

    The duration of Trianz interview process can vary, but typically it takes about less than 2 weeks to complete.

    Tell us how to improve this page.

    Trianz Interview Process

    based on 57 interviews

    Interview experience

    3.9
      
    Good
    View more

    Interview Questions from Similar Companies

    Infosys Interview Questions
    3.6
     • 7.6k 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
     • 796 Interviews
    KPIT Technologies Interview Questions
    3.4
     • 282 Interviews
    CitiusTech Interview Questions
    3.4
     • 270 Interviews
    View all

    Trianz Reviews and Ratings

    based on 488 reviews

    3.4/5

    Rating in categories

    3.3

    Skill development

    3.4

    Work-life balance

    3.4

    Salary

    3.0

    Job security

    3.3

    Company culture

    2.9

    Promotions

    3.2

    Work satisfaction

    Explore 488 Reviews and Ratings
    Chief Marketing Officer

    Bangalore / Bengaluru

    20-30 Yrs

    Not Disclosed

    Senior Architect

    Bangalore / Bengaluru

    8-13 Yrs

    Not Disclosed

    Explore more jobs
    Technical Lead
    674 salaries
    unlock blur

    ₹9 L/yr - ₹30 L/yr

    Senior Software Engineer
    406 salaries
    unlock blur

    ₹4.5 L/yr - ₹17.5 L/yr

    Senior Technical Lead
    376 salaries
    unlock blur

    ₹12 L/yr - ₹37 L/yr

    Software Engineer
    344 salaries
    unlock blur

    ₹3.3 L/yr - ₹8 L/yr

    Senior Systems Engineer
    86 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