Upload Button Icon Add office photos
Engaged Employer

i

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

Wipro Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 50.5k Reviews

Filter interviews by

Wipro Project Architect Interview Questions and Answers

Updated 4 Feb 2023

Wipro Project Architect Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Feb 2022. 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 - Technical 

(5 Questions)

  • Q1. Core java question Static keyword Access specifier and modifer in java
  • Q2. Logical probelm statement
  • Q3. Spring Boot Microservices Rest API
  • Q4. Completable future pattern
  • Ans. 

    Completable future pattern is a design pattern used in Java programming language to perform asynchronous tasks.

    • It allows the main thread to continue executing while the task runs in the background.

    • It can be used to chain multiple asynchronous tasks together.

    • It provides a way to handle exceptions that occur during the execution of the task.

    • Example: CompletableFuture.supplyAsync(() -> someMethod()).thenAccept(result -> d

  • Answered by AI
  • Q5. Agile scrum ceremony

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be prepare well what ever mentioned in resume

Interview questions from similar companies

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

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

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Microservices architecture
  • Q2. Spring boot advantage and disadvantage
  • Ans. 

    Spring Boot provides rapid development and easy configuration, but may have performance overhead.

    • Advantage: Rapid development due to auto-configuration and starter dependencies

    • Advantage: Simplified deployment process with embedded servers

    • Disadvantage: Potential performance overhead due to auto-configuration and runtime dependencies

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Case Study 

Basic situational based question

Round 2 - HR 

(5 Questions)

  • Q1. Basic experience
  • Q2. Roles and responsibilities
  • Q3. Asked my past projects
  • Q4. Asked behavioral questions
  • Q5. Asked my salary expectations
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain about your experience
  • Ans. 

    I have over 10 years of experience working on various residential and commercial projects, specializing in sustainable design.

    • 10+ years of experience in architecture

    • Worked on residential and commercial projects

    • Specialize in sustainable design

  • Answered by AI
  • Q2. Micro services design patterns
  • Ans. 

    Micro services design patterns are architectural patterns used to design and implement microservices-based applications.

    • Decompose the application into small, independent services

    • Use API gateways for routing and load balancing

    • Implement service discovery for dynamic service registration and discovery

    • Use circuit breakers for fault tolerance and resilience

    • Implement event-driven architecture for communication between servic

  • Answered by AI

Skills evaluated in this interview

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

Solution design in data architecture diagram on azure platform

Round 2 - Group Discussion 

Role as solution architect and presales related questions

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Coding Test 

Singleton Pattern with coding example class

Round 2 - Technical 

(2 Questions)

  • Q1. Service lifetime
  • Q2. Shared or static class

Interview Preparation Tips

Interview preparation tips for other job seekers - what is singleton

Wipro Interview FAQs

How many rounds are there in Wipro Project Architect interview?
Wipro interview process usually has 2 rounds. The most common rounds in the Wipro interview process are Resume Shortlist and Technical.
What are the top questions asked in Wipro Project Architect interview?

Some of the top questions asked at the Wipro Project Architect interview -

  1. Completable future patt...read more
  2. Core java question Static keyword Access specifier and modifer in j...read more
  3. Spring Boot Microservices Rest ...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Accenture Interview Questions
3.9
 • 7.9k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Cognizant Interview Questions
3.8
 • 5.4k 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
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
IBM Interview Questions
4.1
 • 2.3k Interviews
View all
Wipro Project Architect Salary
based on 12 salaries
₹11.3 L/yr - ₹37 L/yr
171% more than the average Project Architect Salary in India
View more details

Wipro Project Architect Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-Life balance

4.0

Salary & Benefits

5.0

Job Security

4.0

Company culture

5.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 1 Review and Rating
Project Engineer
32.6k salaries
unlock blur

₹1.8 L/yr - ₹8.3 L/yr

Senior Software Engineer
23k salaries
unlock blur

₹5.8 L/yr - ₹22.3 L/yr

Senior Associate
21.2k salaries
unlock blur

₹0.8 L/yr - ₹5.5 L/yr

Senior Project Engineer
20.6k salaries
unlock blur

₹5 L/yr - ₹19 L/yr

Technical Lead
18.6k salaries
unlock blur

₹8.2 L/yr - ₹36.5 L/yr

Explore more salaries
Compare Wipro with

TCS

3.7
Compare

Infosys

3.7
Compare

Tesla

4.3
Compare

Amazon

4.1
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