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

Updated 18 Apr 2024

UST Technical Architect Interview Experiences

1 interview found

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Explain virtual dom in React.
  • Ans. 

    Virtual DOM is a lightweight copy of the actual DOM in React, used for efficient updates.

    • Virtual DOM is a concept where a lightweight copy of the actual DOM is created in memory.

    • When changes are made to the virtual DOM, React compares it with the actual DOM to identify the minimal number of updates needed.

    • This process helps in optimizing performance by reducing the number of actual DOM manipulations.

    • Example: When a use...

  • Answered by AI
  • Q2. How do you implement passwordless system
  • Ans. 

    Implementing passwordless system involves using alternative authentication methods.

    • Use email or SMS verification codes

    • Implement biometric authentication

    • Utilize hardware security keys

    • Implement OAuth or OpenID Connect for single sign-on

    • Leverage FIDO2 standards for passwordless authentication

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What to do for a cookieless system
  • Ans. 

    To create a cookieless system, use alternative methods like local storage or URL parameters for tracking user data.

    • Use local storage to store user data on the client side

    • Utilize URL parameters to pass data between pages

    • Implement server-side session management for user authentication

    • Consider using JSON Web Tokens (JWT) for secure data transmission

  • Answered by AI
  • Q2. Explain in detail S.O.L.I.D principles
  • Ans. 

    S.O.L.I.D principles are a set of five design principles in object-oriented programming to make software designs more understandable, flexible, and maintainable.

    • Single Responsibility Principle (SRP) - A class should have only one reason to change.

    • Open/Closed Principle (OCP) - Software entities should be open for extension but closed for modification.

    • Liskov Substitution Principle (LSP) - Objects of a superclass should b...

  • Answered by AI

Skills evaluated in this interview

Technical Architect Jobs at UST

View all

Interview questions from similar companies

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
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
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
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Feb 2023. 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 - Discussion 

(3 Questions)

  • Q1. Asked about roles and responsibilities
  • Q2. Designing MakeMyTrip application
  • Ans. 

    Designing MakeMyTrip application

    • Identify user requirements and create a user-friendly interface

    • Integrate APIs for flight, hotel, and cab bookings

    • Implement secure payment gateway and user authentication

    • Ensure scalability and performance optimization

    • Provide personalized recommendations based on user history

  • Answered by AI
  • Q3. Question On AWS services

Interview Preparation Tips

Interview preparation tips for other job seekers - They were looking for enterprise level architect.the discussion didt go well.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jun 2022. There were 3 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 - Technical 

(2 Questions)

  • Q1. Sharepoint basic and advanced questions
  • Q2. Dotnet questions, question related to work experience.
Round 3 - HR 

(1 Question)

  • Q1. Current and expected salary, how soon can join ..

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice and professional working environment

I applied via Naukri.com and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. DevOps, CI/CD, Cloud, Security on very specific points in your day-to-day activities

Interview Preparation Tips

Interview preparation tips for other job seekers - The requirements are generic around all technologies both in and out of JD. At higher levels as well they have an logical reasoning, aptitude test, which is tough to comprehend.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - HR 

(2 Questions)

  • Q1. About my Skills
  • Q2. Why would you join Virtusa?
Round 2 - Technical 

(4 Questions)

  • Q1. Current Project related questions
  • Q2. Scenario based questions
  • Q3. Approach for a project from scratch
  • Q4. Insurance/Banking related questions
Round 3 - Technical 

(4 Questions)

  • Q1. Architectural related questions
  • Q2. Technology related questions
  • Q3. Differences between current and previous technologies
  • Ans. 

    Current technologies are more advanced, efficient, and user-friendly compared to previous technologies.

    • Current technologies have faster processing speeds and higher storage capacities.

    • Previous technologies often required manual input and were less intuitive for users.

    • Current technologies offer more connectivity options and seamless integration with other devices.

    • Examples: Smartphones vs. flip phones, cloud computing vs

  • Answered by AI
  • Q4. What's the future of current skill you are holding
Round 4 - Technical 

(2 Questions)

  • Q1. Functional related questions
  • Q2. Managerial questions
Round 5 - Technical 

(4 Questions)

  • Q1. Client round, current project
  • Q2. Current project scenario, what's your approach
  • Q3. How would you handle this scenario
  • Q4. Insurance related questions
Round 6 - Technical 

(4 Questions)

  • Q1. Client round, discuss multiple scenarios
  • Q2. Insurance domain related questions
  • Q3. Security related questions
  • Q4. Authentication related questions
Round 7 - One-on-one 

(3 Questions)

  • Q1. Salary discussion
  • Q2. Expected Joining date
  • Q3. What's the Notice period
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
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

UST Interview FAQs

How many rounds are there in UST Technical Architect interview?
UST interview process usually has 2 rounds. The most common rounds in the UST interview process are Technical.
How to prepare for UST Technical 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 Retail Planning, AWS, Angular, C# and Data Modeling.
What are the top questions asked in UST Technical Architect interview?

Some of the top questions asked at the UST Technical Architect interview -

  1. How do you implement passwordless sys...read more
  2. What to do for a cookieless sys...read more
  3. Explain in detail S.O.L.I.D princip...read more

Tell us how to improve this page.

UST Technical Architect Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
UST Technical Architect Salary
based on 43 salaries
₹13 L/yr - ₹39 L/yr
14% less than the average Technical Architect Salary in India
View more details

UST Technical Architect Reviews and Ratings

based on 6 reviews

3.7/5

Rating in categories

2.7

Skill development

4.0

Work-life balance

3.3

Salary

3.0

Job security

4.0

Company culture

2.7

Promotions

3.7

Work satisfaction

Explore 6 Reviews and Ratings
Technical Architect

Hyderabad / Secunderabad,

Chennai

+1

14-20 Yrs

Not Disclosed

Explore more jobs
Software Developer
2k salaries
unlock blur

₹2.5 L/yr - ₹12.4 L/yr

Senior Software Engineer
1.7k salaries
unlock blur

₹6.5 L/yr - ₹26 L/yr

Software Engineer
1.3k salaries
unlock blur

₹3.6 L/yr - ₹14.7 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