Upload Button Icon Add office photos

WNS

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

WNS Cloud Solutions Architect Interview Questions and Answers

Updated 9 Sep 2024

WNS Cloud Solutions Architect Interview Experiences

1 interview found

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

I applied via LinkedIn and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Genesys architecture explanation
  • Ans. 

    Genesys architecture is a customer experience platform that provides omnichannel contact center solutions.

    • Genesys architecture is designed to provide seamless customer interactions across multiple channels.

    • It includes components such as routing, workforce management, and analytics for optimizing customer engagement.

    • Genesys solutions can be deployed on-premises, in the cloud, or as a hybrid model.

    • The architecture is sca...

  • Answered by AI
  • Q2. Genesys data tables
  • Q3. Genesys integration with third party
  • Ans. 

    Genesys can be integrated with third party applications through APIs and connectors.

    • Genesys provides APIs for integration with third party applications

    • Third party applications can be connected to Genesys using connectors

    • Integration allows for seamless data exchange and communication between systems

  • Answered by AI

Interview Preparation Tips

Topics to prepare for WNS Cloud Solutions Architect interview:
  • Genesys

Interview questions from similar companies

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

(1 Question)

  • Q1. How to create vpc
  • Ans. 

    Creating a VPC involves defining a virtual network in the cloud environment.

    • Access the cloud provider's console or API

    • Define the IP address range for the VPC

    • Create subnets within the VPC

    • Configure route tables and internet gateways

    • Associate resources with the VPC

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Cloud computing services,vpc,ec2 ,creating iam ,cloud shell, azure,

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed in Jan 2022. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain the cloud services
  • Ans. 

    Cloud services are on-demand computing resources provided over the internet.

    • Cloud services provide scalable and flexible computing resources

    • They can be categorized into Infrastructure as a Service (IaaS), Platform as a Service (PaaS), and Software as a Service (SaaS)

    • Examples of cloud services include Amazon Web Services (AWS), Microsoft Azure, and Google Cloud Platform

  • Answered by AI
  • Q2. Tell me about your latest accomplishment
  • Ans. 

    I successfully implemented a cloud-based solution for a large e-commerce company.

    • Designed and deployed a scalable and secure cloud infrastructure using AWS

    • Migrated the company's e-commerce platform to the cloud, resulting in improved performance and cost savings

    • Implemented automated monitoring and alerting systems to ensure high availability and reliability

    • Collaborated with cross-functional teams to gather requirements...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about your professional experience
  • Ans. 

    I have 5 years of experience as a Cloud Solution Architect, specializing in designing and implementing cloud-based solutions.

    • Designed and implemented cloud-based solutions for various clients, including migration of on-premises infrastructure to the cloud

    • Worked closely with cross-functional teams to gather requirements and develop architecture designs

    • Implemented best practices for security, scalability, and performance...

  • Answered by AI
  • Q2. Tell me about an cloud migration solution
  • Ans. 

    A cloud migration solution involves moving an organization's data and applications from on-premises infrastructure to a cloud environment.

    • Assess current infrastructure and identify applications and data to be migrated

    • Choose a cloud provider and determine the appropriate cloud services

    • Develop a migration plan and timeline

    • Test the migration process and ensure data integrity

    • Execute the migration and monitor for any issues

    • ...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about your professional journey
  • Ans. 

    I have had a diverse professional journey that has led me to become a Cloud Solution Architect.

    • Started my career as a software developer, gaining experience in various programming languages such as Java, C++, and Python.

    • Transitioned into a role as a systems engineer, where I focused on designing and implementing infrastructure solutions for clients.

    • Developed a keen interest in cloud technologies and obtained certificat...

  • Answered by AI
  • Q2. Why do you want to switch?
  • Ans. 

    I want to switch because I am passionate about cloud technology and want to contribute to its growth and innovation.

    • Passionate about cloud technology

    • Opportunity to contribute to growth and innovation

    • Excited about the challenges and opportunities in the field

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep calm and carry out the interview. Be true to yourself and don't share fake experience

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic communication skills were tested. Sone techical questn too. Versant test is mandatory

Interview Preparation Tips

Interview preparation tips for other job seekers - Please never go for these third party vendors. They misguide you regarding profile . I went for this third party vendor named savantis solution and it really misguided me

I applied via Referral and was interviewed before Jan 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Previous work related queries

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepares office and sap

Analyst Interview Questions & Answers

IBM user image Anonymous

posted on 18 Dec 2020

Interview Questionnaire 

2 Questions

  • Q1. Basic finance questions
  • Q2. Journal entries and about the role applied

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and have the will power, there is nothing impossible, all we have to do is work hard and Chase our dream.

I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All Technical quetions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared technically

I applied via Naukri.com and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Lifecycle methods of Angular
  • Ans. 

    Angular has several lifecycle methods that are called at different stages of a component's life.

    • ngOnInit() - called after the component is initialized

    • ngOnChanges() - called when the component's input properties change

    • ngDoCheck() - called during every change detection cycle

    • ngAfterViewInit() - called after the component's view has been initialized

    • ngOnDestroy() - called just before the component is destroyed

  • Answered by AI
  • Q2. What are pipes in angular?
  • Ans. 

    Pipes are a feature in Angular that allow for data transformation before displaying it in the view.

    • Pipes are used to format data in the view

    • They can be used to filter, sort, and transform data

    • Examples include the date pipe, currency pipe, and uppercase pipe

  • Answered by AI
  • Q3. How to do global error handling in angular?
  • Ans. 

    Global error handling in Angular can be done using ErrorHandler class.

    • Create a class that implements the ErrorHandler interface

    • Override the handleError() method to handle errors globally

    • Provide the ErrorHandler class in the providers array of AppModule

    • Use the error handling service to log errors or display error messages

  • Answered by AI
  • Q4. What are custom directives? What are their types? How to create with general example?
  • Ans. 

    Custom directives are a way to extend HTML with new attributes and functionality.

    • Types of custom directives are attribute, element, and class directives.

    • Attribute directives modify the behavior of existing HTML elements.

    • Element directives create new HTML elements.

    • Class directives modify the behavior of existing HTML elements based on their class.

    • To create a custom directive, use the directive() method of the AngularJS ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Be confident if you know the answers and frank if you don't.
2. Try to get your basics and core concepts to be clear clear.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Nov 2020. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I was asked some journal entries, excel formula and how to run tally software as i was suppose to work on their software. and also basic introduction about myself.so very important to add up some new skill...

Interview Preparation Tips

Interview preparation tips for other job seekers - interview was good, just need to be good in communication skills and please talk in hindi while giving your interview

I applied via Naukri.com and was interviewed in Nov 2019. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Regarding my previous experience
  • Q2. A long lengthy order management questionnaire was given and we were asked to write 5 emails based on the order management.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, let the interviewer know your area of expertise.
Contribute & help others!
anonymous
You can choose to be anonymous

WNS Interview FAQs

How many rounds are there in WNS Cloud Solutions Architect interview?
WNS interview process usually has 1 rounds. The most common rounds in the WNS interview process are Technical.
What are the top questions asked in WNS Cloud Solutions Architect interview?

Some of the top questions asked at the WNS Cloud Solutions Architect interview -

  1. Genesys architecture explanat...read more
  2. Genesys integration with third pa...read more
  3. Genesys data tab...read more

Recently Viewed

INTERVIEWS

MagicBricks

No Interviews

INTERVIEWS

MagicBricks

No Interviews

INTERVIEWS

MagicBricks

No Interviews

SALARIES

Carwale

INTERVIEWS

WNS

No Interviews

INTERVIEWS

WNS

No Interviews

INTERVIEWS

MagicBricks

No Interviews

INTERVIEWS

MagicBricks

No Interviews

INTERVIEWS

Impact Guru

No Interviews

INTERVIEWS

MagicBricks

No Interviews

Tell us how to improve this page.

WNS Cloud Solutions Architect Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
Teleperformance Interview Questions
3.9
 • 1.8k Interviews
View all
Senior Associate
13.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate
4.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Lead
3.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
3.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate Operations
2.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare WNS with

TCS

3.7
Compare

Infosys

3.6
Compare

HCLTech

3.5
Compare

Tech Mahindra

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