Upload Button Icon Add office photos

Filter interviews by

Fujitsu Senior Solution Architect Interview Questions and Answers for Experienced

Updated 25 Dec 2022

Fujitsu Senior Solution Architect Interview Experiences for Experienced

1 interview found

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

I applied via Approached by Company and was interviewed in Nov 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 

(3 Questions)

  • Q1. Whatever role you are being interviewed, be solid in process knowledge. Stay calm and listen the question and then answer in precise.
  • Q2. Complete Cybersecurity related questions.
  • Q3. Good understanding of OT security

Interview Preparation Tips

Interview preparation tips for other job seekers - Please go with basic and answer with solid understanding and process knowledge.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Current job responsibilities, relevant experience, knowledge test. Etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear on your strengths and weaknesses. Don't hide anything. If you don't know something, let them know that, say the reason and tell that you will learn it asap
Interview experience
4
Good
Difficulty level
-
Process Duration
4-6 weeks
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Describe your experience
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Oct 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. Most of the interviewer panel ask common questions from google search
  • Q2. Search interview questions from google and answer confidently
  • Q3. Hr will offer lowest possible salary
  • Q4. Most of the time you will not know your profile
  • Q5. Most of employees around will pretending doing work on phone calls

Interview Preparation Tips

Topics to prepare for Wipro Solution Architect interview:
  • Java
  • Solution Architecture
Interview preparation tips for other job seekers - Interviewer are incompatible they are competent in technology.
They took the help of Google search for conducting interviews. Candidates can prepare few questions from Google and answer it with full confidence. Laouder the voice increase the chances of selection.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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. Architecture of current project
  • Ans. 

    The current project follows a microservices architecture.

    • The project is divided into multiple small services that communicate with each other through APIs.

    • Each service is responsible for a specific functionality.

    • The architecture is designed to be scalable and resilient.

    • We are using Docker containers to deploy and manage the services.

    • We are also using Kubernetes for orchestration and scaling.

    • The project is built using J

  • Answered by AI
  • Q2. Overall understanding of current tech stack.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Explain RAIDS and with examples?
  • Ans. 

    RAIDS stands for Risks, Assumptions, Issues, Dependencies, and Solutions. It is a project management tool used to identify and manage potential risks and challenges.

    • Risks: Potential events that could have a negative impact on the project.

    • Assumptions: Factors that are considered to be true, but may change.

    • Issues: Current problems or challenges that need to be addressed.

    • Dependencies: Tasks or resources that are reliant o...

  • Answered by AI
  • Q2. Troubleshooting steps based on real time scenarios
  • Ans. 

    Troubleshooting steps for real-time scenarios

    • Identify the issue by gathering information from the user

    • Isolate the problem by testing different components

    • Implement a solution based on the root cause analysis

    • Verify the solution by testing the system again

    • Document the troubleshooting steps for future reference

  • Answered by AI
  • Q3. Questions on company knowledge and hp servers
Round 2 - HR 

(1 Question)

  • Q1. Basic questions to know about yourself

Interview Preparation Tips

Topics to prepare for Hewlett Packard Enterprise Technical Solutions Consultant interview:
  • RAIDS
  • HP Servers
  • Windows Server
Interview preparation tips for other job seekers - Be confident and share real time scenarios on troubleshooting

Skills evaluated in this interview

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

I was interviewed before Jul 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Related to cloud

Interview Preparation Tips

Interview preparation tips for other job seekers - Excellent
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. What are Lambda Functions? How do you design a parking space?
  • Ans. 

    Lambda functions are small, anonymous functions used in programming. Designing a parking space involves planning and organizing the layout.

    • Lambda functions are also known as anonymous functions because they don't have a name.

    • They are used to write concise and reusable code.

    • Lambda functions are often used in functional programming languages.

    • They can be passed as arguments to higher-order functions.

    • Designing a parking sp...

  • Answered by AI
Round 2 - Coding Test 

Find all duplicate elements in an array

I applied via Recruitment Consultant and was interviewed before Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Difference between architectural patterns and design patterns.
  • Ans. 

    Architectural patterns define the overall structure and organization of a system, while design patterns provide solutions to specific design problems within the system.

    • Architectural patterns focus on high-level decisions about the system's structure, components, and interactions.

    • Design patterns address lower-level design decisions and provide reusable solutions to common design problems.

    • Architectural patterns are conce...

  • Answered by AI
  • Q2. What is blue green deployment?
  • Ans. 

    Blue green deployment is a release strategy where two identical environments are used to minimize downtime and risk.

    • Two identical environments are set up, one is active (blue) and the other is inactive (green)

    • New releases are deployed to the inactive environment (green)

    • Once the new release is tested and ready, traffic is switched to the inactive environment (green)

    • The previously active environment (blue) becomes the ne...

  • Answered by AI
  • Q3. High availability concept
  • Q4. Design patterns you worked on
  • Ans. 

    I have worked on various design patterns including MVC, Singleton, Factory, and Observer.

    • Implemented MVC pattern in a web application to separate concerns and improve maintainability.

    • Used Singleton pattern to ensure only one instance of a class is created throughout the application.

    • Implemented Factory pattern to create objects based on user input and reduce coupling.

    • Used Observer pattern to notify multiple objects of c

  • Answered by AI
  • Q5. Some other questions on your current role and work you do

Interview Preparation Tips

Interview preparation tips for other job seekers - My first round was clear, as confirmed by them but didn't received any further communication. This is bad part.

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was an easy aptitude test consisting of general Quant and english.

Round 2 - Group Discussion 

Any current topic related to IT was given to discuss.

Round 3 - Technical 

(1 Question)

  • Q1. Questions about raid, Networking concepts and basic coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just try to stay confident and clear with words.

Fujitsu Interview FAQs

How many rounds are there in Fujitsu Senior Solution Architect interview for experienced candidates?
Fujitsu interview process for experienced candidates usually has 2 rounds. The most common rounds in the Fujitsu interview process for experienced candidates are Resume Shortlist and Technical.
How to prepare for Fujitsu Senior Solution Architect interview for experienced candidates?
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 Fujitsu. The most common topics and skills that interviewers at Fujitsu expect are SAP, AWS, SIEM, ECC and FICO.
What are the top questions asked in Fujitsu Senior Solution Architect interview for experienced candidates?

Some of the top questions asked at the Fujitsu Senior Solution Architect interview for experienced candidates -

  1. Complete Cybersecurity related questio...read more
  2. Good understanding of OT secur...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
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
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
View all
Fujitsu Senior Solution Architect Salary
based on 54 salaries
₹19.6 L/yr - ₹35.5 L/yr
20% less than the average Senior Solution Architect Salary in India
View more details

Fujitsu Senior Solution Architect Reviews and Ratings

based on 6 reviews

3.1/5

Rating in categories

3.8

Skill development

3.6

Work-Life balance

3.5

Salary & Benefits

2.5

Job Security

3.4

Company culture

3.0

Promotions/Appraisal

2.9

Work Satisfaction

Explore 6 Reviews and Ratings
Technical Service Engineer
1.1k salaries
unlock blur

₹2.8 L/yr - ₹16 L/yr

Application Developer
977 salaries
unlock blur

₹2.9 L/yr - ₹17 L/yr

Assistant Application Developer
633 salaries
unlock blur

₹2.3 L/yr - ₹7.7 L/yr

Assistant Technical Service Engineer
533 salaries
unlock blur

₹2.5 L/yr - ₹7.9 L/yr

Associate Application Developer
513 salaries
unlock blur

₹3.5 L/yr - ₹13.5 L/yr

Explore more salaries
Compare Fujitsu with

Accenture

3.9
Compare

TCS

3.7
Compare

HCLTech

3.5
Compare

Wipro

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