Upload Button Icon Add office photos
Engaged Employer

i

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

UST Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 4.2k Reviews

Filter interviews by

UST DevOps Developer Interview Questions and Answers

Updated 22 Sep 2023

UST DevOps Developer Interview Experiences

1 interview found

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

I applied via LinkedIn and was interviewed before Sep 2022. 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 

(3 Questions)

  • Q1. Windows based question
  • Q2. Bash script while loop
  • Ans. 

    A while loop in a Bash script executes a block of code as long as a specified condition is true.

    • Use the 'while' keyword followed by a condition enclosed in square brackets []

    • The 'do' keyword is used to start the block of code to be executed

    • Use the 'done' keyword to mark the end of the block of code

    • Example: while [ condition ]; do command1; command2; done

  • Answered by AI
  • Q3. Power shell loop question

DevOps Developer Jobs at UST

View all

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is iap tunneling
  • Ans. 

    IAP tunneling refers to the process of securely accessing internal resources from outside a network using Identity-Aware Proxy.

    • IAP tunneling allows users to securely access internal resources without exposing them to the public internet.

    • It uses Identity-Aware Proxy to authenticate and authorize users before granting access to the resources.

    • This helps organizations maintain a secure network environment while enabling re

  • Answered by AI
  • Q2. What is canary deployment
  • Ans. 

    Canary deployment is a technique used to reduce risk by rolling out new features to a small subset of users before a full release.

    • Canary deployment involves gradually rolling out a new version of software to a small subset of users or servers.

    • This allows for monitoring of the new version's performance and stability before a full release.

    • If the canary deployment is successful, the new version can be gradually rolled out...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared to answer practical questions

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How do you use docker and kubernetes in your project
  • Ans. 

    I use Docker for containerization and Kubernetes for orchestration in my project.

    • I use Docker to create lightweight, portable containers for my applications.

    • I use Kubernetes to automate deployment, scaling, and management of these containers.

    • I define my application's infrastructure and dependencies in Dockerfiles and Kubernetes manifests.

    • I use Kubernetes features like pods, services, and deployments to ensure high avai

  • Answered by AI
  • Q2. Did you created the kubernetes cluster yourself
  • Ans. 

    Yes, I have experience creating and managing Kubernetes clusters.

    • Yes, I have created Kubernetes clusters from scratch

    • I have experience configuring and managing nodes in the cluster

    • I have deployed applications and services on the Kubernetes cluster

    • I have set up monitoring and scaling mechanisms for the cluster

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - leanr the basic perfrctly

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. They asked me to write a dockerfile
  • Q2. Minimal questions about linux

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on linux and k8s
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

20 questions in 15 mins

Round 2 - Technical 

(2 Questions)

  • Q1. Difference between HTTP AND HTTPS
  • Ans. 

    HTTP is unsecured protocol while HTTPS is secured protocol using SSL/TLS encryption.

    • HTTP stands for Hypertext Transfer Protocol, while HTTPS stands for Hypertext Transfer Protocol Secure.

    • HTTP operates on port 80, while HTTPS operates on port 443.

    • HTTPS uses SSL/TLS certificates to encrypt data transmitted over the network, providing a secure connection.

    • HTTPS is essential for websites that handle sensitive information li...

  • Answered by AI
  • Q2. What do you mean by release management
  • Ans. 

    Release management involves planning, scheduling, and controlling the software release process.

    • Planning and coordinating the release of software updates

    • Ensuring that the release process is smooth and efficient

    • Managing dependencies and version control

    • Communicating with stakeholders about release timelines and changes

    • Automating release processes to improve efficiency

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain CI/CD pipeline .
  • Ans. 

    CI/CD pipeline is a set of automated processes that allow developers to continuously integrate code changes and deploy them to production.

    • Continuous Integration (CI) involves automatically building and testing code changes as they are committed to a shared repository.

    • Continuous Deployment (CD) involves automatically deploying code changes to production environments after passing automated tests.

    • CI/CD pipelines typicall...

  • Answered by AI
  • Q2. Explain daemonset in kubernetes.
  • Ans. 

    DaemonSet ensures that all or some nodes run a copy of a Pod

    • DaemonSet is a Kubernetes resource that ensures a copy of a Pod is running on all or some nodes in the cluster

    • It is useful for running a single instance of a Pod on every node, such as log collection or monitoring agents

    • DaemonSet automatically adds or removes Pods as nodes are added or removed from the cluster

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Explain the networking services in AWS.
  • Ans. 

    AWS provides a variety of networking services to help users manage their network infrastructure.

    • Virtual Private Cloud (VPC) allows users to create isolated networks within the AWS cloud

    • Elastic Load Balancing distributes incoming traffic across multiple instances to ensure high availability

    • Route 53 is a scalable domain name system (DNS) web service

    • Direct Connect allows users to establish a dedicated network connection b...

  • Answered by AI
  • Q2. What is terraform module?
  • Ans. 

    Terraform module is a reusable, configurable, and self-contained collection of Terraform resources.

    • Terraform modules help organize and reuse code for infrastructure components

    • Modules can be shared and reused across different projects

    • Modules can have input variables to customize their behavior

    • Modules can output values that can be used by other parts of the infrastructure code

  • Answered by AI
Round 3 - Client Interview 

(2 Questions)

  • Q1. Why GitOps tool ?
  • Ans. 

    GitOps tools help automate infrastructure management, version control, and deployment processes.

    • Enables infrastructure as code practices

    • Facilitates version control for infrastructure configurations

    • Automates deployment processes

    • Promotes collaboration and visibility among team members

    • Examples: Argo CD, Flux, Jenkins X

  • Answered by AI
  • Q2. What is AWS secret manager?
  • Ans. 

    AWS Secret Manager is a service that helps you protect access to your applications, services, and IT resources.

    • It allows you to securely store, manage, and retrieve sensitive credentials and configuration data.

    • You can rotate, manage, and retrieve secrets throughout their lifecycle.

    • Integrates with AWS services like Lambda, EC2, RDS, and more for secure access to secrets.

    • Helps you meet security and compliance requirement...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Just normal aptitude

Round 2 - Technical 

(2 Questions)

  • Q1. Terraform related all the question multicloud env
  • Q2. Terraform code for ec2
  • Ans. 

    Terraform code for creating an EC2 instance

    • Use the 'aws_instance' resource in Terraform

    • Specify the AMI, instance type, key pair, and security group in the resource block

    • Define any additional configurations like tags or user data

    • Run 'terraform init', 'terraform plan', and 'terraform apply' to create the EC2 instance

  • Answered by AI
Round 3 - Group Discussion 

8 members took final round

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for terraform n gitops

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

30 Minutes Round- Easy to moderate level

Round 2 - One-on-one 

(2 Questions)

  • Q1. Day to day activities?
  • Ans. 

    Day to day activities involve managing Azure DevOps pipelines, monitoring builds, resolving issues, collaborating with teams.

    • Managing Azure DevOps pipelines for continuous integration and deployment

    • Monitoring builds and deployments for any issues or failures

    • Resolving any issues that arise during the development process

    • Collaborating with development teams to ensure smooth workflow and communication

    • Implementing best prac...

  • Answered by AI
  • Q2. Quetsions on various devops tools
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Linux related questions
  • Q2. Networking related

Interview Preparation Tips

Interview preparation tips for other job seekers - Study in-depth
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Questions on Docker

UST Interview FAQs

How many rounds are there in UST DevOps Developer interview?
UST interview process usually has 2 rounds. The most common rounds in the UST interview process are Resume Shortlist and Technical.
How to prepare for UST DevOps 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 UST. The most common topics and skills that interviewers at UST expect are Bamboo, Bitbucket, DevOps, DevOps Tools and Jenkins.
What are the top questions asked in UST DevOps Developer interview?

Some of the top questions asked at the UST DevOps Developer interview -

  1. Bash script while l...read more
  2. Windows based quest...read more
  3. Power shell loop quest...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
DXC Technology Interview Questions
3.7
 • 803 Interviews
Mphasis Interview Questions
3.4
 • 793 Interviews
View all
UST DevOps Developer Salary
based on 4 salaries
₹4.1 L/yr - ₹18 L/yr
At par with the average DevOps Developer Salary in India
View more details

UST DevOps Developer Reviews and Ratings

based on 2 reviews

4.6/5

Rating in categories

4.3

Skill development

3.3

Work-life balance

3.0

Salary

3.7

Job security

4.0

Company culture

3.0

Promotions

3.7

Work satisfaction

Explore 2 Reviews and Ratings
Devops Developer

Bangalore / Bengaluru

3-5 Yrs

Not Disclosed

Explore more jobs
Software Developer
2k salaries
unlock blur

₹2.5 L/yr - ₹12.2 L/yr

Senior Software Engineer
1.6k salaries
unlock blur

₹6.5 L/yr - ₹26 L/yr

Software Engineer
1.3k salaries
unlock blur

₹3.7 L/yr - ₹14.9 L/yr

System Analyst
1.2k salaries
unlock blur

₹6.5 L/yr - ₹22.6 L/yr

Senior Software Developer
1.1k salaries
unlock blur

₹5.5 L/yr - ₹20 L/yr

Explore more salaries
Compare UST with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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