Upload Button Icon Add office photos

Filter interviews by

Capgemini Engineering Cloud Analyst Interview Questions and Answers

Updated 30 Oct 2023

Capgemini Engineering Cloud Analyst Interview Experiences

1 interview found

Cloud Analyst Interview Questions & Answers

user image Anonymous

posted on 29 Oct 2023

Interview experience
3
Average
Difficulty level
Easy
Process Duration
6-8 weeks
Result
Not Selected

I applied via Company Website and was interviewed before Oct 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

There are many sections again
1. English Ability
2. Logical Reasoning
3. Gaming Section

Round 2 - One-on-one 

(1 Question)

  • Q1. 1. Introduction 2. What is Cloud 3. Applications of Cloud
  • Ans. 

    Cloud is a technology that allows users to access and store data and applications over the internet.

    • Cloud computing provides on-demand access to a shared pool of resources, such as servers, storage, and applications.

    • Applications of cloud include data storage, backup and recovery, software development and testing, and web hosting.

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

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Patient and Consistency is the key

Interview questions from similar companies

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

It was around 1 hour coding test based one dsa.

Round 2 - Technical 

(1 Question)

  • Q1. It will be related to your work and project.
Round 3 - Technical 

(1 Question)

  • Q1. Questions related to techstack
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is sdn and pod creation process
  • Ans. 

    SDN stands for Software-Defined Networking, which is a network architecture that allows for programmable network management. The process of creating a pod involves defining a group of one or more containers that share storage, network, and configuration.

    • SDN allows for centralized control of network traffic and enables dynamic, automated network configuration.

    • Pod creation process involves defining a pod specification in...

  • Answered by AI
  • Q2. Anti-affinity and affinity

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. How you do troubleshoot, explain you any experience
  • Q2. Explain procedure of application deployment on Windows server.
  • Ans. 

    Application deployment on Windows server involves packaging the application, configuring the server, and deploying the application using tools like IIS or PowerShell.

    • Package the application into a deployable format such as a zip file or MSI installer

    • Configure the Windows server with necessary dependencies and settings for the application to run

    • Deploy the application using tools like Internet Information Services (IIS) ...

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Just asked about normal oops conecpts
Round 2 - HR 

(1 Question)

  • Q1. Negotiate salary
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Basic HR interview questions
Round 2 - Assignment 

A comprehensive assignment question test

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

(2 Questions)

  • Q1. SQL to find duplicates
  • Ans. 

    SQL query to find duplicates in a table

    • Use GROUP BY and HAVING clause to identify duplicates

    • Select the columns you want to check for duplicates

    • Use COUNT() function to count the occurrences of each group

  • Answered by AI
  • Q2. SQL to convert case to upper Union and Union all Decorators Generators
  • Ans. 

    SQL query to convert case to upper, Union and Union all, Decorators, Generators

    • Use the UPPER() function in SQL to convert case to upper

    • UNION combines the result sets of two or more SELECT statements

    • UNION ALL also combines the result sets of two or more SELECT statements, including duplicates

    • Decorators in Python are used to modify or extend the behavior of functions or methods

    • Generators in Python are functions that retu

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Sep 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. Questions on Azure, Linux, Terraform and Kubernetes
Round 3 - HR 

(1 Question)

  • Q1. What are your strengths and weekness

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are seeking opportunities in Cloud/DevOps, then having a basic knowledge on the following is a must.
1. Any cloud (Aws, Azure or GCP)
2. Linux
3. Terraform
4. Docker and Kubernetes
5. Any one scripting language ( Python, Bash or PowerShell)

Interview Questionnaire 

2 Questions

  • Q1. What is AWS EC2
  • Ans. 

    AWS EC2 is a web service that provides resizable compute capacity in the cloud.

    • EC2 stands for Elastic Compute Cloud

    • Allows users to rent virtual computers on which to run their own applications

    • Users can choose from a variety of instance types optimized for different use cases

    • Users can also customize their virtual machine with their own choice of operating system, software, and application stack

    • EC2 instances can be launc...

  • Answered by AI
  • Q2. Elastic IP Configuration

Interview Preparation Tips

Interview preparation tips for other job seekers - AWS

Skills evaluated in this interview

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 Dec 2023. There were 4 interview rounds.

Round 1 - Coding Test 

2 DSA questions based on arrays and strings

Round 2 - Technical 

(2 Questions)

  • Q1. Design a system for a smart home, with network layer process defined
  • Ans. 

    Design a smart home system with defined network layer process

    • Implement a central hub to control all smart devices in the home

    • Utilize a secure network protocol like Zigbee or Z-Wave for communication between devices

    • Segment the network to separate IoT devices from personal devices for security

    • Use firewalls and encryption to protect data transmitted between devices

    • Implement network monitoring tools to detect and prevent u

  • Answered by AI
  • Q2. Describe your projects
  • Ans. 

    I have worked on various projects involving cloud infrastructure design, implementation, and optimization.

    • Designed and implemented scalable cloud infrastructure for a SaaS application

    • Optimized cloud resources to reduce costs while maintaining performance

    • Implemented automated deployment pipelines using tools like Jenkins and Terraform

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Find the point where a Y shaped linked list disects
  • Ans. 

    The point where a Y shaped linked list disects is the node where the two branches merge into a single path.

    • Traverse both branches of the Y shaped linked list and store the nodes in two separate lists.

    • Compare the two lists to find the common node where they merge.

    • The common node is the point where the Y shaped linked list disects.

  • Answered by AI
  • Q2. LRU cache
Round 4 - HR 

(2 Questions)

  • Q1. Puzzles based on GFG
  • Q2. Behavioural problems

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear on basics, and explain your thoughts while solving the problems

Capgemini Engineering Interview FAQs

How many rounds are there in Capgemini Engineering Cloud Analyst interview?
Capgemini Engineering interview process usually has 3 rounds. The most common rounds in the Capgemini Engineering interview process are Resume Shortlist, Aptitude Test and One-on-one Round.

Tell us how to improve this page.

People are getting interviews through

based on 1 Capgemini Engineering interview
Company Website
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
IBM Interview Questions
4.1
 • 2.3k Interviews
Teleperformance Interview Questions
3.9
 • 1.7k Interviews
View all
Senior Software Engineer
2.2k salaries
unlock blur

₹3.5 L/yr - ₹26.3 L/yr

Software Engineer
1.5k salaries
unlock blur

₹3 L/yr - ₹10.3 L/yr

Technical Lead
1.4k salaries
unlock blur

₹9.8 L/yr - ₹32 L/yr

Network Engineer
467 salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Senior Technical Lead
427 salaries
unlock blur

₹13.4 L/yr - ₹35 L/yr

Explore more salaries
Compare Capgemini Engineering with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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