Upload Button Icon Add office photos

Filter interviews by

T-Systems ICT India Technical Architect Interview Questions, Process, and Tips

Updated 13 Jun 2023

Top T-Systems ICT India Technical Architect Interview Questions and Answers

T-Systems ICT India Technical Architect Interview Experiences

2 interviews found

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed before May 2022.

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 

(2 Questions)

  • Q1. Cloud And Azure
  • Q2. Basic Understanding of Azure Cloud
Round 3 - Technical 

(3 Questions)

  • Q1. Moderated Interview questions
  • Q2. What is Azure VAN Services
  • Ans. 

    Azure VAN Services is a virtual network service that connects on-premises infrastructure to Azure resources securely.

    • VAN stands for Virtual Area Network

    • It provides secure connectivity between on-premises infrastructure and Azure resources

    • It uses VPN and ExpressRoute connections to establish the connection

    • It allows for hybrid cloud scenarios where some resources are on-premises and some are in Azure

    • It can be used for di

  • Answered by AI
  • Q3. What are phases in Azure Migration
  • Ans. 

    Phases in Azure Migration include discovery, assessment, planning, migration, and optimization.

    • Discovery phase involves identifying the existing infrastructure and applications

    • Assessment phase involves analyzing the discovered resources and identifying dependencies

    • Planning phase involves creating a migration plan and selecting the appropriate migration method

    • Migration phase involves executing the migration plan and val...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic Interviews

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Jun 2022. There were 2 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. Explain architecture of mlops framework
  • Ans. 

    MLOps framework architecture involves integrating machine learning models into the software development lifecycle.

    • MLOps framework typically includes components for data ingestion, model training, model deployment, and monitoring.

    • It involves version control for machine learning models and data.

    • Automation plays a key role in MLOps framework to streamline the process of model deployment and monitoring.

    • Tools like Kubeflow,...

  • Answered by AI
  • Q2. What are the main phases in mlflow
  • Ans. 

    Main phases in mlflow include tracking, projects, models, and registry.

    • Tracking: Logging and organizing experiments and results.

    • Projects: Packaging code into reproducible runs.

    • Models: Managing and deploying machine learning models.

    • Registry: Centralized model repository for collaboration and versioning.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare mlops from architecture and tools required for different steps of pipeline

Skills evaluated in this interview

Technical Architect Interview Questions Asked at Other Companies

asked in IBM
Q1. How to manage clients, how to handle critical issues with example
asked in IBM
Q2. how you handle non functional requirements ? how you do capacity ... read more
asked in IBM
Q3. What are different modernizations you did on Mainframes ?
asked in IBM
Q4. What architectural principles / methodologies you know ?
asked in Altimetrik
Q5. ASP.NET page life cycle and events in it and how page will be ren ... read more

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Describe architecture of current project
Round 2 - Technical 

(1 Question)

  • Q1. Microservices Design Patterns
Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain Kubernetes architecture
  • Q2. Explain Ingress and Gateway API
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What tools and technology you have worked so far?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Drupal architecture
  • Q2. Drupal 10 related
Round 2 - HR 

(2 Questions)

  • Q1. How do we manage the project
  • Ans. 

    Project management involves planning, organizing, and overseeing the execution of a project to achieve specific goals within a set timeframe and budget.

    • Define project scope, objectives, and deliverables

    • Create a project plan outlining tasks, timelines, and resources

    • Assign roles and responsibilities to team members

    • Monitor progress and adjust plans as needed

    • Communicate regularly with stakeholders to provide updates and ad

  • Answered by AI
  • Q2. Salary discussions
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Related to SAP S4 HANA, CDS view
  • Q2. ODATA questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. How to pass data with multiple approval process in azure architecture, explain.
  • Ans. 

    Data can be passed with multiple approval process in Azure architecture using Azure Logic Apps and Azure Functions.

    • Use Azure Logic Apps to create a workflow that triggers the approval process

    • Pass the data to be approved as inputs to the Logic App

    • Configure the approval step using connectors like Office 365 Outlook or Microsoft Teams

    • Once approved, use Azure Functions to process the approved data

    • Azure Functions can be tri...

  • Answered by AI
  • Q2. Entity Framework or ADO.net which one choose and why?
  • Ans. 

    Entity Framework is recommended due to its higher level of abstraction and productivity.

    • Entity Framework provides a higher level of abstraction, making it easier to work with databases.

    • It supports various database providers, allowing for flexibility in choosing the backend.

    • Entity Framework enables rapid development with features like automatic code generation and change tracking.

    • It offers a rich set of features like LI...

  • Answered by AI
  • Q3. What to choose on prime vs cloud and why?
  • Ans. 

    The choice between on-premise and cloud depends on factors like cost, scalability, security, and maintenance.

    • On-premise: better control over data, higher upfront costs, requires maintenance and upgrades

    • Cloud: lower upfront costs, scalability, flexibility, automatic updates and maintenance

    • Consider factors like data sensitivity, compliance requirements, and budget constraints

    • Hybrid approach can be used for a combination

  • Answered by AI
  • Q4. Caching in enterprise solution
  • Ans. 

    Caching in enterprise solution

    • Caching improves performance by storing frequently accessed data in memory

    • It reduces the load on the database and improves response time

    • Caching can be implemented at various levels like application, database, or network

    • Popular caching technologies include Redis, Memcached, and Varnish

    • Cache invalidation strategies should be implemented to ensure data consistency

  • Answered by AI
  • Q5. Identify if a program is design pattern compliance
  • Ans. 

    To identify if a program is design pattern compliant.

    • Analyze the program's structure and code to identify the presence of common design patterns

    • Look for patterns such as Singleton, Factory, Observer, etc.

    • Check if the program follows the principles and guidelines of the identified design patterns

    • Review the program's documentation and architectural diagrams for design pattern references

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be natural

Skills evaluated in this interview

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

(1 Question)

  • Q1. Previous work experience and projects
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before 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 

. Net basics, c# basics, real time scenorio from previous projects

Round 3 - One-on-one 

(2 Questions)

  • Q1. Previous projects
  • Q2. Architecture related questions
Round 4 - HR 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Ability check for the recruitment

Interview Preparation Tips

Topics to prepare for Tech Mahindra Technical Architect interview:
  • C#
  • .Net
  • OOPS
  • Architecture
Interview preparation tips for other job seekers - Be true and explain clearly and set expectations

T-Systems ICT India Interview FAQs

How many rounds are there in T-Systems ICT India Technical Architect interview?
T-Systems ICT India interview process usually has 2-3 rounds. The most common rounds in the T-Systems ICT India interview process are Technical and Resume Shortlist.
How to prepare for T-Systems ICT India 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 T-Systems ICT India. The most common topics and skills that interviewers at T-Systems ICT India expect are Application Development, Automotive, Cloud Computing, Hibernate and JIRA.
What are the top questions asked in T-Systems ICT India Technical Architect interview?

Some of the top questions asked at the T-Systems ICT India Technical Architect interview -

  1. What are phases in Azure Migrat...read more
  2. What are the main phases in mlf...read more
  3. What is Azure VAN Servi...read more

Tell us how to improve this page.

T-Systems ICT India Technical Architect Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more
T-Systems ICT India Technical Architect Salary
based on 50 salaries
₹19.1 L/yr - ₹48 L/yr
7% more than the average Technical Architect Salary in India
View more details

T-Systems ICT India Technical Architect Reviews and Ratings

based on 9 reviews

3.5/5

Rating in categories

3.5

Skill development

4.0

Work-life balance

3.6

Salary

3.7

Job security

3.0

Company culture

2.6

Promotions

3.0

Work satisfaction

Explore 9 Reviews and Ratings
Senior Consultant
1.1k salaries
unlock blur

₹10 L/yr - ₹40.6 L/yr

Consultant
1.1k salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Associate Consultant
225 salaries
unlock blur

₹3.5 L/yr - ₹9.5 L/yr

SAP Basis Consultant
178 salaries
unlock blur

₹4 L/yr - ₹20 L/yr

Softwaretest Engineer
117 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Explore more salaries
Compare T-Systems ICT India with

IBM

4.0
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Tech Mahindra

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