Upload Button Icon Add office photos
Engaged Employer

i

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

LTIMindtree Verified Tick

Compare button icon Compare button icon Compare
3.9

based on 19.9k Reviews

Filter interviews by

LTIMindtree Associate Architect Interview Questions and Answers

Updated 20 Dec 2024

LTIMindtree Associate Architect Interview Experiences

2 interviews found

Associate Architect Interview Questions & Answers

user image Bharghav Venkaptappa

posted on 20 Dec 2024

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

(2 Questions)

  • Q1. Algorithm to find duplicates in an array.
  • Ans. 

    Use a hash set to track duplicates while iterating through the array.

    • Create a hash set to store elements as you iterate through the array.

    • If an element is already in the hash set, it is a duplicate.

    • Return the set of duplicates found.

  • Answered by AI
  • Q2. Convert a given image into webpage using html and css.
  • Ans. 

    Convert an image into a webpage using HTML and CSS.

    • Use HTML to structure the content of the webpage.

    • Use CSS to style the elements and layout of the webpage.

    • Consider using flexbox or grid for layout design.

    • Optimize images for web to ensure fast loading times.

    • Use media queries for responsive design.

    • Add alt text to images for accessibility.

    • Consider using CSS frameworks like Bootstrap for faster development.

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Solution design of Liferay
  • Ans. 

    Solution design of Liferay involves creating a comprehensive plan for implementing and customizing the Liferay platform.

    • Understand the business requirements and goals

    • Identify the key features and functionalities needed

    • Design the information architecture and user experience

    • Customize the look and feel with themes and templates

    • Integrate with other systems and applications

    • Optimize performance and scalability

    • Implement secur...

  • Answered by AI
  • Q2. Integration design
Round 2 - HR 

(2 Questions)

  • Q1. Reason for change
  • Ans. 

    Seeking new challenges and opportunities for growth in a larger firm.

    • Desire for more challenging projects

    • Opportunity for career advancement

    • Seeking a larger firm with more resources and opportunities

    • Interest in working with a diverse team

    • Looking for a change in work environment

  • Answered by AI
  • Q2. Flexible for timing as per clients needs.

Associate Architect Interview Questions Asked at Other Companies

asked in Mitratech
Q1. java 8 features and explain each
Q2. Differences between current and previous technologies
asked in LTIMindtree
Q3. Convert a given image into webpage using html and css.
asked in LTIMindtree
Q4. Algorithm to find duplicates in an array.
Q5. what was your framework

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed in Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. There were 2 round and both are video in my case. 1st round totally based on basics of documentum and inspitr that, what you want to tell them.
  • Q2. Basics and advance level

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a good experience. Try to focus on basic and be confident.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Cloud migration steps
  • Q2. Aws service and database
Round 2 - Technical 

(2 Questions)

  • Q1. Aws sqs details
  • Q2. Posrgresql disadvantages
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
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Questions on the skill that you have worked on.
  • Q2. Questions on real world project use cases worked on
Round 2 - One-on-one 

(2 Questions)

  • Q1. What kind of role do you expect
  • Ans. 

    I expect a role that allows me to utilize my skills and experience in designing innovative and sustainable architectural solutions.

    • I expect a role that challenges me to think creatively and problem-solve effectively

    • I hope to work in a collaborative environment where I can contribute to a team and learn from others

    • I am looking for a role that offers opportunities for professional growth and development

  • Answered by AI
  • Q2. How have you handled certain work situations in terms of delivery or people issues.
  • Ans. 

    I have handled work situations by addressing issues directly, seeking feedback, and finding solutions collaboratively.

    • Addressing issues directly with individuals involved

    • Seeking feedback from team members or supervisors

    • Finding solutions collaboratively through open communication and compromise

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. What is your Salary expectation
  • Ans. 

    My salary expectation is in line with industry standards and reflective of my experience and qualifications.

    • Research industry standards for architect salaries

    • Consider my level of experience and qualifications

    • Be prepared to negotiate based on job responsibilities and benefits package

  • Answered by AI
  • Q2. What is your Flexibility in terms of working hours
  • Ans. 

    I am flexible with my working hours and can adjust as needed to meet project deadlines.

    • I am willing to work overtime when necessary to complete a project on time

    • I can adjust my schedule to accommodate client meetings or site visits

    • I am open to working weekends or evenings if required for project deadlines

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for the skills you are applying for and based on the role and experience be prepared to share your experiences doing that role to prove your capability to take up the similar role or a higher role in the new org.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain Kubernetes architecture
  • Q2. Explain Ingress and Gateway API

Architect Interview Questions & Answers

TCS user image Anonymous

posted on 22 Nov 2024

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

(2 Questions)

  • Q1. What is trigger
  • Ans. 

    A trigger is a special kind of stored procedure that automatically executes when an event occurs in the database management system.

    • Triggers can be used to enforce business rules, maintain referential integrity, or audit changes to data.

    • Examples of triggers include automatically updating a timestamp when a record is modified, preventing deletion of a record based on certain conditions, or sending an email notification w

  • Answered by AI
  • Q2. What is dbms and explain all kinds of normalization in oracle
  • Ans. 

    DBMS stands for Database Management System. Normalization in Oracle is the process of organizing data in a database efficiently.

    • DBMS is a software that manages databases, allowing users to store, retrieve, and manipulate data.

    • Normalization in Oracle involves organizing data into tables and columns to reduce redundancy and improve data integrity.

    • There are different levels of normalization, such as First Normal Form (1NF...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was easy and ok

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Sep 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Any papers submitted
Round 2 - Technical 

(1 Question)

  • Q1. How to handle message related issues via Kubernetes!
  • Ans. 

    Message related issues in Kubernetes can be handled by troubleshooting network configurations, checking pod logs, and monitoring resource usage.

    • Troubleshoot network configurations to ensure proper communication between pods

    • Check pod logs for any error messages or issues related to message passing

    • Monitor resource usage to identify any bottlenecks or performance issues affecting message delivery

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Get clarity about the JD!

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is your day to day job as DevOps Engineer?
  • Q2. How did you create cicd pipelines?
  • Ans. 

    I created CI/CD pipelines using Jenkins and GitLab CI for automated testing and deployment.

    • Utilized Jenkins to create pipelines for building, testing, and deploying code

    • Integrated GitLab CI for automated testing and deployment processes

    • Used Docker containers for consistent environments across different stages

    • Implemented version control to track changes and rollback if needed

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Explain about cloud infra you setup for application deployment
  • Ans. 

    I have set up a scalable cloud infrastructure using AWS for application deployment.

    • Utilized AWS services such as EC2, S3, RDS, and Elastic Beanstalk for hosting and managing the application

    • Implemented auto-scaling and load balancing to ensure high availability and performance

    • Configured security groups, IAM roles, and VPC settings to secure the infrastructure

    • Used CloudFormation templates for infrastructure as code to au

  • Answered by AI
  • Q2. How did you use terraform to build the infrastructure?
  • Ans. 

    I used Terraform to automate the provisioning and management of infrastructure resources.

    • I defined infrastructure as code using Terraform configuration files

    • I used Terraform commands to create, update, and destroy infrastructure resources

    • I leveraged Terraform modules to reuse and share infrastructure configurations

    • I integrated Terraform with version control systems for collaboration and versioning

    • I utilized Terraform p...

  • Answered by AI

Skills evaluated in this interview

LTIMindtree Interview FAQs

How many rounds are there in LTIMindtree Associate Architect interview?
LTIMindtree interview process usually has 1-2 rounds. The most common rounds in the LTIMindtree interview process are Technical and HR.
What are the top questions asked in LTIMindtree Associate Architect interview?

Some of the top questions asked at the LTIMindtree Associate Architect interview -

  1. Convert a given image into webpage using html and c...read more
  2. Algorithm to find duplicates in an arr...read more
  3. Solution design of Life...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 LTIMindtree interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
IBM Interview Questions
4.1
 • 2.3k Interviews
View all
LTIMindtree Associate Architect Salary
based on 9 salaries
₹20.2 L/yr - ₹56 L/yr
42% more than the average Associate Architect Salary in India
View more details

LTIMindtree Associate Architect Reviews and Ratings

based on 9 reviews

3.6/5

Rating in categories

3.7

Skill development

3.8

Work-Life balance

3.4

Salary & Benefits

3.8

Job Security

3.5

Company culture

3.2

Promotions/Appraisal

3.3

Work Satisfaction

Explore 9 Reviews and Ratings
Senior Software Engineer
21.2k salaries
unlock blur

₹4.7 L/yr - ₹18.4 L/yr

Software Engineer
16.2k salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Module Lead
6.8k salaries
unlock blur

₹7 L/yr - ₹25 L/yr

Technical Lead
6.5k salaries
unlock blur

₹9.3 L/yr - ₹36.8 L/yr

Senior Engineer
4.4k salaries
unlock blur

₹4.2 L/yr - ₹16.1 L/yr

Explore more salaries
Compare LTIMindtree with

Cognizant

3.8
Compare

Capgemini

3.8
Compare

Accenture

3.9
Compare

TCS

3.7
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