Upload Button Icon Add office photos

Google

Compare button icon Compare button icon Compare
4.4

based on 1.8k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Google Architect Interview Questions and Answers

Updated 26 Jun 2021

Google Architect Interview Experiences

1 interview found

Architect Interview Questions & Answers

user image Anonymous

posted on 26 Jun 2021

I applied via Job Portal and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. GCP group for merge the projects to reduce the 100 to 25.
  • Ans. 

    Create a GCP group to merge projects and reduce from 100 to 25.

    • Identify the projects to be merged based on criteria such as functionality, ownership, or resource usage.

    • Create a new GCP project to serve as the merged project.

    • Migrate the necessary resources and data from the individual projects to the merged project.

    • Update any dependencies or configurations to reflect the changes.

    • Ensure proper access controls and permiss...

  • Answered by AI
  • Q2. Do you attend governess meeting
  • Q3. Why do want to make the change
  • Q4. GCP migration task in legacy and Cloud
  • Ans. 

    GCP migration involves transferring legacy systems to the cloud.

    • Identify the legacy systems that need to be migrated

    • Assess the compatibility of the legacy systems with GCP

    • Plan the migration strategy and timeline

    • Execute the migration process, ensuring data integrity and minimal downtime

    • Test and validate the migrated systems in the GCP environment

    • Optimize and fine-tune the migrated systems for optimal performance

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Naukri has best resource for Cloud and niche skill level

Skills evaluated in this interview

Interview questions from similar companies

Architect Interview Questions & Answers

Amdocs user image Puja Khandhedia

posted on 28 May 2024

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

(1 Question)

  • Q1. Micro services concept, cloud concept, batch processing
Round 2 - Technical 

(1 Question)

  • Q1. Kafka, spring batch , cloud best practices, containerization, Architectural principles,
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial Round No technical questions
Round 4 - HR 

(1 Question)

  • Q1. Salary, Work Policy
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain your App Archictecture
  • Ans. 

    Our app architecture follows a microservices approach, utilizing Docker containers and Kubernetes for scalability and flexibility.

    • Utilizes microservices architecture for modular and scalable development

    • Uses Docker containers for easy deployment and management

    • Leverages Kubernetes for orchestration and scaling

    • Implements RESTful APIs for communication between services

  • Answered by AI
  • Q2. Design Patterns

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Case Study 

Designarchitect for an ecommerce wensite

Round 2 - HR 

(2 Questions)

  • Q1. What you about oracle
  • Q2. Why you want to join oracle
  • Ans. 

    I want to join Oracle because of their innovative technology solutions and reputation as a leader in the industry.

    • Opportunity to work with cutting-edge technology

    • Desire to be part of a leading company in the industry

    • Excited about the potential for growth and development

    • Attracted to the company culture and values

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 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 - One-on-one 

(3 Questions)

  • Q1. How to handle security in Kafka?
  • Ans. 

    Security in Kafka can be handled through authentication, authorization, encryption, and SSL/TLS.

    • Implement authentication mechanisms like SASL or SSL for secure communication between clients and brokers.

    • Set up ACLs (Access Control Lists) to control access to topics and resources.

    • Enable encryption using SSL/TLS to secure data in transit.

    • Use tools like Confluent Security Plugins for additional security features.

    • Regularly ...

  • Answered by AI
  • Q2. Benefits of Microservices?
  • Ans. 

    Microservices offer benefits such as scalability, flexibility, resilience, and easier maintenance.

    • Scalability: Microservices allow for individual components to be scaled independently, leading to better resource utilization.

    • Flexibility: Each microservice can be developed, deployed, and updated independently, allowing for more flexibility in the development process.

    • Resilience: If one microservice fails, it does not brin...

  • Answered by AI
  • Q3. Have you done any customisation in spring-boot?
  • Ans. 

    Yes, I have done customisation in spring-boot.

    • Implemented custom error handling by extending ResponseEntityExceptionHandler

    • Created custom annotations for validation

    • Configured custom logging using Logback

  • Answered by AI

Skills evaluated in this interview

I applied via Referral and was interviewed before Aug 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. All the questions are from the resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and communicate clearly. Questions will be from your Resume.

Architect Interview Questions & Answers

Amdocs user image Puja Khandhedia

posted on 28 May 2024

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

(1 Question)

  • Q1. Micro services concept, cloud concept, batch processing
Round 2 - Technical 

(1 Question)

  • Q1. Kafka, spring batch , cloud best practices, containerization, Architectural principles,
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial Round No technical questions
Round 4 - HR 

(1 Question)

  • Q1. Salary, Work Policy

Interview Questionnaire 

1 Question

  • Q1. About design. solid principles, recent product we designed

Interview Preparation Tips

Interview preparation tips for other job seekers - looking for the updated techologies.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Conver month to mocroservices using oci paas service
Round 2 - Technical 

(1 Question)

  • Q1. How do you convert monolithic application to mocroservices?
  • Ans. 

    To convert a monolithic application to microservices, you need to break down the application into smaller, independent services.

    • Identify the different functionalities of the monolithic application

    • Decide on the boundaries of each microservice

    • Refactor the codebase to separate out the functionalities into individual services

    • Implement communication between the microservices using APIs or messaging queues

    • Deploy the microser...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Technically be sure and clear about your thoughts.

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Sep 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 - One-on-one 

(3 Questions)

  • Q1. How to handle security in Kafka?
  • Ans. 

    Security in Kafka can be handled through authentication, authorization, encryption, and SSL/TLS.

    • Implement authentication mechanisms like SASL or SSL for secure communication between clients and brokers.

    • Set up ACLs (Access Control Lists) to control access to topics and resources.

    • Enable encryption using SSL/TLS to secure data in transit.

    • Use tools like Confluent Security Plugins for additional security features.

    • Regularly ...

  • Answered by AI
  • Q2. Benefits of Microservices?
  • Ans. 

    Microservices offer benefits such as scalability, flexibility, resilience, and easier maintenance.

    • Scalability: Microservices allow for individual components to be scaled independently, leading to better resource utilization.

    • Flexibility: Each microservice can be developed, deployed, and updated independently, allowing for more flexibility in the development process.

    • Resilience: If one microservice fails, it does not brin...

  • Answered by AI
  • Q3. Have you done any customisation in spring-boot?
  • Ans. 

    Yes, I have done customisation in spring-boot.

    • Implemented custom error handling by extending ResponseEntityExceptionHandler

    • Created custom annotations for validation

    • Configured custom logging using Logback

  • Answered by AI

Skills evaluated in this interview

Google Interview FAQs

How to prepare for Google 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 Google. The most common topics and skills that interviewers at Google expect are Circuit Designing, Computer science, Networking, Python and Recruitment.
What are the top questions asked in Google Architect interview?

Some of the top questions asked at the Google Architect interview -

  1. GCP group for merge the projects to reduce the 100 to ...read more
  2. GCP migration task in legacy and Cl...read more

Tell us how to improve this page.

Google Architect Salary
based on 46 salaries
₹23 L/yr - ₹75 L/yr
82% more than the average Architect Salary in India
View more details

Google Architect Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 2 Reviews and Ratings
Software Engineer
1.3k salaries
unlock blur

₹21 L/yr - ₹80 L/yr

Software Developer
1.1k salaries
unlock blur

₹20.7 L/yr - ₹59.2 L/yr

Senior Software Engineer
626 salaries
unlock blur

₹24 L/yr - ₹86.8 L/yr

Sde1
254 salaries
unlock blur

₹14 L/yr - ₹55 L/yr

Data Scientist
251 salaries
unlock blur

₹27.7 L/yr - ₹60 L/yr

Explore more salaries
Compare Google with

Yahoo

4.6
Compare

Amazon

4.1
Compare

Facebook

4.4
Compare

Microsoft Corporation

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