Upload Button Icon Add office photos
Engaged Employer

i

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

ITC Infotech Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 3.5k Reviews

Filter interviews by

ITC Infotech Technical Architect Interview Questions and Answers

Updated 22 Jul 2024

ITC Infotech Technical Architect Interview Experiences

2 interviews found

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

(4 Questions)

  • Q1. Azure solution design case studies
  • Q2. Current project walkthrough
  • Q3. PySpark coding questions
  • Q4. DataModelling question

Interview Preparation Tips

Interview preparation tips for other job seekers - Should have thorough understanding about atleast one of your project.
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 May 2023. There were 3 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 

(2 Questions)

  • Q1. Project related experience and challenges faced
  • Q2. Scripting knowledge
Round 3 - HR 

(1 Question)

  • Q1. Why want to switch from existing company

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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What tools and technology you have worked so far?
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
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jun 2023.

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. Design, core java, Loadbalancer questions
Round 3 - Technical 

(1 Question)

  • Q1. Java, design, db, performance , design pattern
Round 4 - HR 

(1 Question)

  • Q1. Salary, policy, locarion joining date

Interview Preparation Tips

Interview preparation tips for other job seekers - They have completed all interview process, sent me BREAKUP letter, but not rolled out offer letter .They don't show any professional behaviour not picked the phone no email reply.It was really wastage of time and energy
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Most questions are based on system design and current project architecture
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jun 2023. There were 4 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 - Coding Test 

To crack Hexaware interview you need to have good technical knowledge and code writing ability is must.

Round 3 - One-on-one 

(1 Question)

  • Q1. Coding test and there was senario based questions , design pattern and architectural questions are also there.
Round 4 - HR 

(1 Question)

  • Q1. Normal questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Managerial approval, that's it.
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

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - HR 

(2 Questions)

  • Q1. Salary negotiation for me
  • Q2. Why you want to join mphasis?

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical and logical use case related questions asked.

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.

ITC Infotech Interview FAQs

How many rounds are there in ITC Infotech Technical Architect interview?
ITC Infotech interview process usually has 2 rounds. The most common rounds in the ITC Infotech interview process are Technical, HR and Resume Shortlist.
How to prepare for ITC Infotech 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 ITC Infotech . The most common topics and skills that interviewers at ITC Infotech expect are IOT, PLM, Technical Architecture, Windchill and AWS.
What are the top questions asked in ITC Infotech Technical Architect interview?

Some of the top questions asked at the ITC Infotech Technical Architect interview -

  1. Azure solution design case stud...read more
  2. PySpark coding questi...read more
  3. DataModelling quest...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 ITC Infotech interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
ITC Infotech Technical Architect Salary
based on 82 salaries
₹18.5 L/yr - ₹46.6 L/yr
30% more than the average Technical Architect Salary in India
View more details

ITC Infotech Technical Architect Reviews and Ratings

based on 75 reviews

5.0/5

Rating in categories

4.9

Skill development

4.9

Work-Life balance

4.9

Salary & Benefits

4.9

Job Security

4.9

Company culture

4.9

Promotions/Appraisal

4.9

Work Satisfaction

Explore 75 Reviews and Ratings
Associate Information Technology Consultant
5.2k salaries
unlock blur

₹4.1 L/yr - ₹15 L/yr

Lead Consultant
4.4k salaries
unlock blur

₹9 L/yr - ₹35.4 L/yr

Associate Consultant
850 salaries
unlock blur

₹2.5 L/yr - ₹16.5 L/yr

Software Engineer
497 salaries
unlock blur

₹4 L/yr - ₹14 L/yr

Senior Software Engineer
366 salaries
unlock blur

₹6.2 L/yr - ₹27 L/yr

Explore more salaries
Compare ITC Infotech with

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Tech Mahindra

3.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview