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 Devops Engineer Interview Questions and Answers

Updated 12 Sep 2023

Trianz Devops Engineer Interview Experiences

2 interviews found

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

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

Dificulty level - Moderate
10 rounds -
DS , Algorithm , Cloud computing , Networking, OOPS,OS,RDBMS,Coding questions , General aptitude , English communication

Round 3 - Technical 

(6 Questions)

  • Q1. Give me your Introduction
  • Q2. Questions about APIs
  • Q3. Question about HTML tags
  • Q4. String coding question
  • Q5. How do maps work
  • Ans. 

    Maps work by using a combination of satellite imagery, GPS data, and mapping algorithms to display geographical information.

    • Maps use satellite imagery to provide visual representation of the Earth's surface

    • GPS data is used to accurately pinpoint locations on the map

    • Mapping algorithms are used to calculate routes, distances, and other geographical information

    • Examples: Google Maps, Apple Maps, Waze

  • Answered by AI
  • Q6. Can we compare strings and characters
  • Ans. 

    Yes, strings are made up of characters and can be compared based on their values.

    • Strings can be compared using comparison operators like ==, !=, <, >, etc.

    • Characters within strings can also be compared individually.

    • Example: 'hello' == 'hello' would return true.

  • Answered by AI
Round 4 - HR 

(5 Questions)

  • Q1. Give me your introduction
  • Q2. Tell me about your family
  • Q3. Tell me about your educational background
  • Q4. Resume based question
  • Q5. Overview of patents filed

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for HR well

Skills evaluated in this interview

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 w ... read more
asked in Lentra AI
Q2. if you want to connect multiple vpc ,we have 2 or 3 vpc, you have ... read more
asked in Siemens
Q3. How to run a docker command remotely. i.e. Docker is installed on ... read more
asked in Nagarro
Q4. Guess The Hidden Number Problem Statement You are given an intege ... read more
Q5. Docker command to transfer an image from one machine to another w ... read more

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Devops specific

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

Interview Questionnaire 

1 Question

  • Q1. Scenario based questions about docker, kubernetes , virtual network

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is not easy... Please prepare and study before appearing for interview
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Devops and how do you use
  • Ans. 

    DevOps is a software development methodology that combines software development (Dev) with IT operations (Ops) to improve collaboration and efficiency.

    • DevOps focuses on automating and streamlining the software development process.

    • It involves continuous integration, continuous delivery, and continuous deployment.

    • DevOps aims to shorten the system development life cycle and provide continuous delivery of high-quality soft...

  • Answered by AI
  • Q2. Explain k8s in your infratsru
  • Ans. 

    K8s, short for Kubernetes, is a popular open-source container orchestration platform used for automating deployment, scaling, and management of containerized applications.

    • Kubernetes automates the deployment, scaling, and management of containerized applications.

    • It provides features like self-healing, load balancing, and rolling updates.

    • Kubernetes uses declarative configuration files to define the desired state of the a...

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Architecture about project
  • Q2. Container creation in terraform
  • Ans. 

    Container creation in terraform involves defining a container resource in a terraform configuration file.

    • Define a container resource in the terraform configuration file using the 'docker_container' or 'container' provider.

    • Specify the image, name, ports, and other necessary configurations for the container.

    • Run 'terraform init' and 'terraform apply' to create the container based on the defined configuration.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Jan 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What Is GCP? how it work?
  • Ans. 

    GCP stands for Google Cloud Platform, a suite of cloud computing services provided by Google.

    • GCP offers services such as computing, storage, databases, machine learning, and more.

    • It allows users to build, deploy, and scale applications on Google's infrastructure.

    • GCP provides tools for monitoring, logging, and managing resources efficiently.

    • Examples of GCP services include Compute Engine, Cloud Storage, BigQuery, and Ku

  • Answered by AI
  • Q2. What is cloud run
  • Ans. 

    Cloud Run is a managed compute platform that enables you to run stateless containers that are invocable via HTTP requests.

    • Allows you to run stateless containers without worrying about infrastructure

    • Automatically scales based on incoming requests

    • Supports both HTTP and gRPC requests

    • Can be deployed from various sources like Docker images or source code

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

(1 Question)

  • Q1. Difference between CI and CD
  • Ans. 

    CI is Continuous Integration, where code changes are integrated into a shared repository frequently. CD is Continuous Delivery/Deployment, where code changes are automatically deployed to production.

    • CI focuses on automating the integration of code changes from multiple developers in a shared repository.

    • CD focuses on automating the deployment of code changes to production environments.

    • CI ensures that code changes are te...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary disussion
Interview experience
4
Good
Difficulty level
Easy
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Indeed and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How to ensure high available of eks cluster.
  • Ans. 

    To ensure high availability of EKS cluster, utilize multiple availability zones, implement auto-scaling, use managed node groups, and set up monitoring and alerts.

    • Utilize multiple availability zones to distribute workload and ensure redundancy.

    • Implement auto-scaling to automatically adjust resources based on demand.

    • Use managed node groups to simplify node management and ensure high availability.

    • Set up monitoring and al...

  • Answered by AI
  • Q2. What are liveness and readiness probe
  • Ans. 

    Liveness and readiness probes are used in Kubernetes to check the health of containers.

    • Liveness probe checks if a container is running and healthy. If it fails, Kubernetes restarts the container.

    • Readiness probe checks if a container is ready to serve traffic. If it fails, Kubernetes stops sending traffic to the container.

    • Probes are configured in the pod's YAML file using the 'livenessProbe' and 'readinessProbe' fields.

    • ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a long process

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(3 Questions)

  • Q1. Basics of Devops and scenerio based questions
  • Q2. How you write a CICD using Jenkins for java based application
  • Ans. 

    Setting up a CICD pipeline using Jenkins for a Java based application involves configuring Jenkins jobs for building, testing, and deploying the application.

    • Install Jenkins and necessary plugins for Java projects

    • Create a Jenkins job for building the Java application using Maven or Gradle

    • Add a post-build step to run unit tests using tools like JUnit

    • Configure Jenkins to trigger the job on code commits to the repository

    • Se...

  • Answered by AI
  • Q3. Explain what happen in backend when you try to access any website
  • Ans. 

    When accessing a website, the backend server receives the request, processes it, retrieves data from databases or other sources, and sends a response back to the client.

    • Client sends a request to the website's URL

    • DNS resolves the domain name to an IP address

    • Backend server receives the request and processes it

    • Server retrieves data from databases or other sources

    • Server generates a response and sends it back to the client

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Company fitment and package discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are applying for DevOps role make sure your basics are clear

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Apr 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Lots of questions and all were scenario based... About kubernetes, docker, Azure and Pipelines..

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare and study rigorously beforr interview

Trianz Interview FAQs

How many rounds are there in Trianz Devops Engineer interview?
Trianz interview process usually has 3-4 rounds. The most common rounds in the Trianz interview process are Resume Shortlist, Technical and Aptitude Test.
How to prepare for Trianz Devops Engineer 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 Python, Ansible, Bash, Jenkins and Kubernetes.
What are the top questions asked in Trianz Devops Engineer interview?

Some of the top questions asked at the Trianz Devops Engineer interview -

  1. Can we compare strings and charact...read more
  2. How do maps w...read more
  3. String coding quest...read more

Tell us how to improve this page.

Trianz Devops Engineer Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more
Trianz Devops Engineer Salary
based on 44 salaries
₹4.2 L/yr - ₹15 L/yr
11% more than the average Devops Engineer Salary in India
View more details

Trianz Devops Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Technical Lead
671 salaries
unlock blur

₹9 L/yr - ₹30 L/yr

Senior Software Engineer
409 salaries
unlock blur

₹4.5 L/yr - ₹17.6 L/yr

Senior Technical Lead
379 salaries
unlock blur

₹12 L/yr - ₹37 L/yr

Software Engineer
362 salaries
unlock blur

₹3 L/yr - ₹9 L/yr

Senior Systems Engineer
85 salaries
unlock blur

₹3.8 L/yr - ₹13 L/yr

Explore more salaries
Compare Trianz with

Xoriant

4.1
Compare

Photon Interactive

4.0
Compare

CitiusTech

3.4
Compare

Iris Software

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