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

Filter interviews by

Wipro Cloud Engineer Interview Questions and Answers

Updated 1 Aug 2023

Wipro Cloud Engineer Interview Experiences

1 interview found

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

I applied via Approached by Company and was interviewed before Aug 2022. There were 3 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 

(1 Question)

  • Q1. Linux questions like how to check the Kernel version and few other vital Linux concepts I don't remember that much and asked about few AWS services and how it works and from the DevOps side they asked abou...
Round 3 - HR 

(1 Question)

  • Q1. Typical HR questions like Introduce about yourself,your expected salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Roll your sleeves up and put on your brave face.Be confident that's all.

Interview questions from similar companies

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Which cloud you have worked on
  • Ans. 

    I have worked on AWS, Azure, and Google Cloud Platform.

    • Worked extensively on AWS services such as EC2, S3, RDS, and Lambda

    • Experience with Azure services like Virtual Machines, Blob Storage, and Azure Functions

    • Familiar with Google Cloud Platform services including Compute Engine, Cloud Storage, and Cloud Functions

  • Answered by AI
  • Q2. Which automation tools you have worked
  • Ans. 

    I have worked with automation tools such as Ansible, Terraform, and Jenkins.

    • Ansible

    • Terraform

    • Jenkins

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Python functions and basics
  • Q2. SQL advanced window functions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Jul 2024.

Round 1 - Coding Test 

2 questions are there 1 is a moderate dsa question & 2nd is a SQL question

Round 2 - Technical 

(2 Questions)

  • Q1. Go concurrency?
  • Q2. Some questions about AWS
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explian about how to setup DR
  • Ans. 

    DR setup involves identifying critical systems, selecting a DR site, replicating data, and testing the plan regularly.

    • Identify critical systems and prioritize them based on their importance

    • Select a DR site that is geographically distant from the primary site

    • Replicate data to the DR site using technologies like backup and recovery, replication, or clustering

    • Test the DR plan regularly to ensure it works as expected and m...

  • Answered by AI
  • Q2. We use Azure Site Recovery service to manage DR

Interview Preparation Tips

Interview preparation tips for other job seekers - You try and have nice experience in terms of interview questions

Skills evaluated in this interview

I applied via Company Website and was interviewed in Jun 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. As I had technical interview with two engineers, And had a brief discussion about AWS and services, Jenkins tools, Linux trouble shooting, automation tool we used to, git version qst you may expect and mos...
Round 2 - Technical 

(1 Question)

  • Q1. Second round you may have your project related questions and live scenario trouble shooting questions. Most critical issue handled by you and the resolution you have taken for that. Kind of questions which...
Round 3 - HR 

(1 Question)

  • Q1. Usual your notice period, willing to relocate location if any, salary package, Investigation about your certificates if any.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident when you are performing at interview, And don't lie which you are not aware of, Accept if you don't know any of the question. Most probably think and let them know the relevant answers. Let them complete their questions. Good luck!!.
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Dec 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 

(2 Questions)

  • Q1. Why we use vpc and subnets,firewall, expalin briefly
  • Ans. 

    VPC and subnets are used to create isolated network environments in the cloud. Firewalls are used to control network traffic.

    • VPC (Virtual Private Cloud) allows users to create their own virtual network in the cloud, providing isolation and control over network resources.

    • Subnets are subdivisions of a VPC and allow for further segmentation and organization of resources.

    • Firewalls are used to enforce security policies and ...

  • Answered by AI
  • Q2. What is tf.state file
  • Ans. 

    tf.state file is a file used by Terraform to store the current state of the infrastructure being managed.

    • The tf.state file is used to keep track of the resources that Terraform is managing.

    • It contains information about the current state of the infrastructure, such as the IDs of resources and their current configuration.

    • The tf.state file is created when you run 'terraform apply' and is updated every time you make change...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - i want more explanation iam saying single line answer

Skills evaluated in this interview

I applied via campus placement at PES School of Engineering, Bangalore and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basics of Python and SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Just go through the basics of cloud,sql,python.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Reasoning, Quant and English

Round 2 - Technical 

(1 Question)

  • Q1. I joined as fresher. They asked related to your project during college.
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in Oct 2023. There were 5 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 - Aptitude Test 

Tcs Nqt test every year it will conduct

Round 3 - Coding Test 

10 Mcq, 2 programs, and psychometric test also

Round 4 - Technical 

(4 Questions)

  • Q1. C programming basics, Cloud, Python basics and sql basics
  • Q2. What is a pointer
  • Ans. 

    A pointer is a variable that stores the memory address of another variable.

    • Pointers are used to indirectly access the value of a variable.

    • They are commonly used in programming languages like C and C++.

    • Example: int *ptr; // declaring a pointer to an integer variable

  • Answered by AI
  • Q3. What is function
  • Ans. 

    A function is a block of code that performs a specific task when called upon.

    • Functions can take input parameters and return output values.

    • Functions help in organizing code into reusable blocks.

    • Examples include functions to calculate the square root of a number or to sort an array.

  • Answered by AI
  • Q4. What is integer
  • Ans. 

    An integer is a whole number that does not have a fractional or decimal part.

    • Integers can be positive, negative, or zero.

    • Examples of integers include -3, 0, 7, and 100.

    • Integers are used in programming for tasks like counting and indexing.

  • Answered by AI
Round 5 - HR 

(2 Questions)

  • Q1. Fifteenth year education document verification
  • Q2. Percentage of marks I acquired
  • Ans. 

    I acquired 85% marks in my academic studies.

    • I received 85% marks in my academic studies.

    • I consistently performed well in my courses and exams.

    • My academic achievements reflect my dedication and hard work.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please strong in basics any technology

Skills evaluated in this interview

Wipro Interview FAQs

How many rounds are there in Wipro Cloud Engineer interview?
Wipro interview process usually has 3 rounds. The most common rounds in the Wipro interview process are Resume Shortlist, Technical and HR.
How to prepare for Wipro Cloud Engineer 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 Wipro. The most common topics and skills that interviewers at Wipro expect are AWS, Azure, GCP, Cloud and IAM.

Tell us how to improve this page.

Wipro Cloud Engineer Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more
Wipro Cloud Engineer Salary
based on 428 salaries
₹1.8 L/yr - ₹10 L/yr
23% less than the average Cloud Engineer Salary in India
View more details

Wipro Cloud Engineer Reviews and Ratings

based on 25 reviews

3.0/5

Rating in categories

3.2

Skill development

3.1

Work-life balance

2.1

Salary

3.3

Job security

3.0

Company culture

2.1

Promotions

2.6

Work satisfaction

Explore 25 Reviews and Ratings
Project Engineer
32.8k salaries
unlock blur

₹1.8 L/yr - ₹8.3 L/yr

Senior Software Engineer
23.1k salaries
unlock blur

₹5.8 L/yr - ₹22 L/yr

Senior Associate
21.3k salaries
unlock blur

₹0.9 L/yr - ₹5.5 L/yr

Senior Project Engineer
20.4k salaries
unlock blur

₹5 L/yr - ₹19.5 L/yr

Technical Lead
18.7k salaries
unlock blur

₹8.5 L/yr - ₹36.5 L/yr

Explore more salaries
Compare Wipro with

TCS

3.7
Compare

Infosys

3.6
Compare

Tesla

4.2
Compare

Amazon

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