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

Filter interviews by

UST Cloud Architect Interview Questions and Answers

Updated 19 Jul 2021

UST Cloud Architect Interview Experiences

1 interview found

I applied via Naukri.com

Interview Questionnaire 

1 Question

  • Q1. Mostly related to cloud architectures, your resume and few scenarios

Interview Preparation Tips

Interview preparation tips for other job seekers - Arrogant interviewers. They think they know everything and do not value what your answer is.

Interview questions from similar companies

Cloud Architect Interview Questions & Answers

Atos user image செல்வகுமார் செல்வகுமார்

posted on 24 Aug 2021

Interview Questionnaire 

1 Question

  • Q1. Basic cloud questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic cloud questions and basic AWS questions
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Job Portal and was interviewed in Oct 2024. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. It was technical questions in relevant area
  • Q2. The questions relevant to my skill set and experience
Round 2 - One-on-one 

(2 Questions)

  • Q1. The questions relevant to my skills and experience
  • Q2. The questions relevant to job requirements
Round 3 - HR 

(2 Questions)

  • Q1. General discussion about the profession and career
  • Q2. Discussed job location and client
Round 4 - Behavioral 

(2 Questions)

  • Q1. Discussed about client and company
  • Q2. Orientation related things discussed.

Interview Preparation Tips

Interview preparation tips for other job seekers - It is not Level-3 company. In reality, It is Level-1 Company
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

How to manage a client situation?

Round 2 - Technical 

(2 Questions)

  • Q1. Kubernets and other Containers orchestrators.
  • Q2. Containers
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Describe 5 non functional requirements
  • Ans. 

    Non functional requirements are criteria that specify how a system should behave, rather than what it should do.

    • Performance - system should respond within 2 seconds for all user interactions

    • Scalability - system should be able to handle 1000 concurrent users

    • Reliability - system should have a 99.99% uptime

    • Security - system should encrypt all sensitive data

    • Usability - system should have a user-friendly interface

  • Answered by AI
  • Q2. How will you improve performance of legacy app which has to work with your latest microservice.
  • Ans. 

    Improve legacy app performance by optimizing code, implementing caching, and scaling resources.

    • Optimize code by identifying and removing bottlenecks

    • Implement caching to reduce database calls and improve response time

    • Scale resources by using containers or serverless architecture

    • Use asynchronous processing for long-running tasks

    • Upgrade hardware or infrastructure if necessary

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Explain security in microservices
  • Ans. 

    Security in microservices involves implementing authentication, authorization, encryption, and monitoring to protect data and services.

    • Implement authentication and authorization mechanisms to control access to microservices.

    • Use encryption to secure communication between microservices and external clients.

    • Implement monitoring and logging to detect and respond to security incidents.

    • Consider using API gateways for central...

  • Answered by AI
  • Q2. Describe microservices architecture for a wealth management app
  • Ans. 

    Microservices architecture for a wealth management app involves breaking down the application into smaller, independent services.

    • Each microservice focuses on a specific business function, such as client onboarding, portfolio management, or reporting.

    • Services communicate through APIs, allowing for flexibility and scalability.

    • Each microservice can be developed, deployed, and scaled independently, leading to faster develo...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for GlobalLogic Technical Architect interview:
  • Java
  • Microservices

Skills evaluated in this interview

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

(1 Question)

  • Q1. Basic of K8s concepts
Round 2 - Technical 

(1 Question)

  • Q1. Telecom infrastructure and containers
Round 3 - Technical 

(1 Question)

  • Q1. 5g , Telecom infra and containers
Round 4 - Technical 

(1 Question)

  • Q1. Telecom Infrastructure , data plane , security in k8s
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. How you do troubleshoot, explain you any experience
  • Q2. Explain procedure of application deployment on Windows server.
  • Ans. 

    Application deployment on Windows server involves packaging the application, configuring the server, and deploying the application using tools like IIS or PowerShell.

    • Package the application into a deployable format such as a zip file or MSI installer

    • Configure the Windows server with necessary dependencies and settings for the application to run

    • Deploy the application using tools like Internet Information Services (IIS) ...

  • 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. Delete vs Drop in sql?
  • Ans. 

    DELETE is used to remove rows from a table while keeping the table structure intact. DROP is used to remove an entire table from the database.

    • DELETE is a DML (Data Manipulation Language) command, while DROP is a DDL (Data Definition Language) command.

    • DELETE can be rolled back, while DROP cannot be rolled back.

    • Example: DELETE FROM table_name WHERE condition; DROP TABLE table_name;

  • Answered by AI
  • Q2. Autocalender, duicate vs refrence in power bi
  • Ans. 

    Autocalender creates a date table automatically, while duplicate creates a copy of a table and reference creates a linked table in Power BI.

    • Autocalender automatically generates a date table based on the data in your model.

    • Duplicate creates a copy of a table with the same data and structure.

    • Reference creates a linked table that shares the same data as the original table.

    • Autocalender is useful for quickly creating date t...

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Define a micro service architecture.
  • Ans. 

    Microservice architecture is an architectural style that structures an application as a collection of loosely coupled services.

    • Each service is self-contained and can be independently deployed, scaled, and maintained.

    • Services communicate with each other over lightweight protocols like HTTP or messaging queues.

    • Each service is responsible for a specific business function and can be developed using different technologies.

    • M...

  • Answered by AI
  • Q2. How to address data inconsistency in micro service architecture?
  • Ans. 

    Data inconsistency in micro service architecture can be addressed by implementing event-driven architecture, using distributed transactions, and ensuring eventual consistency.

    • Implement event-driven architecture to propagate changes across services in a consistent manner

    • Use distributed transactions to ensure atomicity and consistency across multiple services

    • Ensure eventual consistency by designing services to handle eve...

  • Answered by AI

Skills evaluated in this interview

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

(3 Questions)

  • Q1. Brief myself and what challenges faced
  • Q2. How enterprise architecture works
  • Ans. 

    Enterprise architecture involves creating a blueprint for an organization's structure and processes to align with business goals.

    • Defines the structure and operation of an organization to achieve its objectives

    • Involves creating models, standards, and guidelines for technology and business processes

    • Helps in decision-making, planning, and implementation of IT systems

    • Ensures alignment between IT and business strategies

    • Supp

  • Answered by AI
  • Q3. What I did inEA

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not attend interview n join Fujutsu, Unless you are in a deep shit.
Try other instead.

UST Interview FAQs

How to prepare for UST Cloud Architect 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 AWS, Azure, Cloud, NoSQL and Architecting.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
DXC Technology Interview Questions
3.7
 • 815 Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
View all
UST Cloud Architect Salary
based on 9 salaries
₹22.5 L/yr - ₹40 L/yr
7% more than the average Cloud Architect Salary in India
View more details
Software Developer
2.1k salaries
unlock blur

₹2.5 L/yr - ₹12.7 L/yr

Senior Software Engineer
1.7k salaries
unlock blur

₹6.6 L/yr - ₹27 L/yr

Software Engineer
1.3k salaries
unlock blur

₹3.7 L/yr - ₹15.4 L/yr

System Analyst
1.1k salaries
unlock blur

₹6.3 L/yr - ₹21 L/yr

Validation Engineer
936 salaries
unlock blur

₹2 L/yr - ₹7 L/yr

Explore more salaries
Compare UST with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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