Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by RWS Group Team. If you also belong to the team, you can get access from here

RWS Group Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 271 Reviews

Filter interviews by

RWS Group Cloud Devops Engineer Interview Questions and Answers

Updated 26 May 2024

RWS Group Cloud Devops Engineer Interview Experiences

1 interview found

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

I applied via Approached by Company and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Case Study 

Good exposure to face

Round 2 - Aptitude Test 

Good exposure to face

Round 3 - One-on-one 

(2 Questions)

  • Q1. Good exposure to face
  • Q2. Good exposure to face and was quite competitive

Interview questions from similar companies

I was interviewed in Nov 2021.

Round 1 - Video Call 

(4 Questions)

Round duration - 50 Minutes
Round difficulty - Medium

This round was primarily focused on AWS and its applications like why and how do we use its different features and all.

  • Q1. AWS Question

    What are the different types of EC2 instances based on their costs?

  • Ans. 

    The three types of EC2 instances based on the costs are:

    On-Demand Instance - These instances are prepared as and when needed. Whenever you feel the need for a new EC2 instance, you can go ahead and create an on-demand instance. It is cheap for the short-time but not when taken for the long term.

    Spot Instance - These types of instances can be bought through the bidding model. These are comparatively cheaper than On-Dema...

  • Answered by CodingNinjas
  • Q2. AWS Question

    What is Auto Scaling?

  • Ans. 

    Auto Scaling is a feature in aws that automatically scales the capacity to maintain steady and predictable performance. While using auto scaling, you can scale multiple resources across multiple services in minutes. If you are already using Amazon EC2 Auto- scaling, then you can combine Amazon EC2 Auto-Scaling with the Auto-Scaling to scale additional resources for other AWS services.

    Benefits of Auto Scaling

    1) Setup Sc...

  • Answered by CodingNinjas
  • Q3. AWS Question

    Explain Amazon EC2 in brief.

  • Ans. 

    Amazon EC2, or Elastic Compute Cloud as it is called, is a secure web service that strives to provide scalable computation power in the cloud. It is an integral part of AWS and is one of the most used cloud computation services out there, helping developers by making the process of Cloud Computing straightforward and easy.

  • Answered by CodingNinjas
  • Q4. AWS Question

    What is the use of lifecycle hooks in Autoscaling?

  • Ans. 

    Lifecycle hooks perform custom actions by pausing instances when Autoscaling group launches or terminates an instance. When instance is paused, an instance moves in a wait state. By default, an instance remains in a wait state for 1 hour. For example, when you launch a new instance, lifecycle hooks pauses an instance. When you pause an instance, you can install a software on it or make sure that an instance is complete

  • Answered by CodingNinjas
Round 2 - Video Call 

(7 Questions)

Round duration - 50 Minutes
Round difficulty - Medium

This round focused heavily on the fundamentals of Docker which was followed by some basic concepts from Git.

  • Q1. Docker Question

    What are docker images?

  • Ans. 

    They are executable packages(bundled with application code & dependencies, software packages, etc.) for the purpose of creating containers. Docker images can be deployed to any docker environment and the containers can be spun up there to run the application.

  • Answered by CodingNinjas
  • Q2. Docker Question

    What command can be run to import a pre-exported Docker image into another Docker host?

  • Ans. 

    This can be done using the docker load command and the syntax is 
    docker load -i .tar

  • Answered by CodingNinjas
  • Q3. Docker Question

    What are Docker Namespaces?

  • Ans. 

    The Namespace in Docker is a technique which offers isolated workspaces called the Container. Namespaces also offer a layer of isolation for the Docker containers.

  • Answered by CodingNinjas
  • Q4. Docker Question

    What is the difference between CMD and ENTRYPOINT in a Dockerfile?

  • Ans. 

    CMD defines default commands and/or parameters for a container. CMD is an instruction that is best to use if you need a default command which users can easily override. If a Dockerfile has multiple CMDs, it only applies the instructions from the last one.

    ENTRYPOINT is preferred when you want to define a container with a specific executable.
    You cannot override an ENTRYPOINT when starting a container unless you add the -

  • Answered by CodingNinjas
  • Q5. Docker Question

    Describe the lifecycle of Docker Container?

  • Ans. 

    The different stages of the docker container from the start of creating it to its end are called the docker container life cycle.The most important stages are:

    1) Created: This is the state where the container has just been created new but not started yet.
    2) Running: In this state, the container would be running with all its associated processes.
    3) Paused: This state happens when the running container has been paused.
    4)...

  • Answered by CodingNinjas
  • Q6. Git Question

    When to use Git Rebase or Git Merge?

  • Ans. 

    Choose Merge : 
    1) Whenever we want to add changes of a feature branch back into the base branch.
    2) If you want to keep the same history rather than rewrite it.
    3) If you want to revert the changes quickly


    Choose Rebase : 
    1) Whenever we want to add changes of a base branch back to a feature branch.
    2) Squash multiple commits
    3) Reiterate each commit and update the changes
    4) Reverting rebase would be very difficult

  • Answered by CodingNinjas
  • Q7. Git Question

    What do you know about git stash?

  • Ans. 

    Git stash can be used in cases where we need to switch in between branches and at the same time not wanting to lose edits in the current branch. Running the "git stash" command basically pushes the current working directory state and index to the stack for future use and thereby providing a clean working directory for other tasks.

  • Answered by CodingNinjas
Round 3 - HR 

(1 Question)

Round duration - 30 Minutes
Round difficulty - Easy

This was a typical HR round with some standard Behavioral questions.

  • Q1. Basic HR Question

    Tell me something about yourself?

  • Ans. 

    Tip 1 : Prepare the points that you will speak in your introduction prior to the interview.
    Tip 2 : Tell about your current cgpa, achievements and authenticated certification
    Tip 3 : I told about my role in current internship and what all I do

  • Answered by CodingNinjas

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAGlobal Logic interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 4 MonthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

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

(4 Questions)

  • Q1. What is components of vpc
  • Ans. 

    Components of VPC include subnets, route tables, internet gateways, security groups, network access control lists, and VPN connections.

    • Subnets

    • Route tables

    • Internet gateways

    • Security groups

    • Network access control lists

    • VPN connections

  • Answered by AI
  • Q2. Explain Jenkins pipeline
  • Ans. 

    Jenkins pipeline is a set of automated steps to build, test, and deploy code.

    • Jenkins pipeline is defined using a Jenkinsfile, which can be written in either Declarative or Scripted syntax.

    • It allows for defining multiple stages, each containing one or more steps to be executed sequentially.

    • Pipeline can be triggered manually or automatically based on events like code commits or scheduled builds.

    • Pipeline can integrate wit...

  • Answered by AI
  • Q3. Kubernetes architecture
  • Q4. Terraform code for ec2 and vpc
  • Ans. 

    Terraform code for creating EC2 instance and VPC

    • Use Terraform resources 'aws_instance' for EC2 and 'aws_vpc' for VPC

    • Specify necessary parameters like instance type, AMI, subnet ID, security group ID, etc.

    • Use Terraform modules for better organization and reusability

    • Leverage Terraform state file to track infrastructure changes

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is iap tunneling
  • Ans. 

    IAP tunneling refers to the process of securely accessing internal resources from outside a network using Identity-Aware Proxy.

    • IAP tunneling allows users to securely access internal resources without exposing them to the public internet.

    • It uses Identity-Aware Proxy to authenticate and authorize users before granting access to the resources.

    • This helps organizations maintain a secure network environment while enabling re

  • Answered by AI
  • Q2. What is canary deployment
  • Ans. 

    Canary deployment is a technique used to reduce risk by rolling out new features to a small subset of users before a full release.

    • Canary deployment involves gradually rolling out a new version of software to a small subset of users or servers.

    • This allows for monitoring of the new version's performance and stability before a full release.

    • If the canary deployment is successful, the new version can be gradually rolled out...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared to answer practical questions

Skills evaluated in this interview

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

(2 Questions)

  • Q1. They asked me to write a dockerfile
  • Q2. Minimal questions about linux

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on linux and k8s
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

20 questions in 15 mins

Round 2 - Technical 

(2 Questions)

  • Q1. Difference between HTTP AND HTTPS
  • Ans. 

    HTTP is unsecured protocol while HTTPS is secured protocol using SSL/TLS encryption.

    • HTTP stands for Hypertext Transfer Protocol, while HTTPS stands for Hypertext Transfer Protocol Secure.

    • HTTP operates on port 80, while HTTPS operates on port 443.

    • HTTPS uses SSL/TLS certificates to encrypt data transmitted over the network, providing a secure connection.

    • HTTPS is essential for websites that handle sensitive information li...

  • Answered by AI
  • Q2. What do you mean by release management
  • Ans. 

    Release management involves planning, scheduling, and controlling the software release process.

    • Planning and coordinating the release of software updates

    • Ensuring that the release process is smooth and efficient

    • Managing dependencies and version control

    • Communicating with stakeholders about release timelines and changes

    • Automating release processes to improve efficiency

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is terraform?
  • Ans. 

    Terraform is an open-source infrastructure as code software tool created by HashiCorp.

    • Terraform allows users to define and provision infrastructure using a declarative configuration language.

    • It supports multiple cloud providers such as AWS, Azure, and Google Cloud Platform.

    • Infrastructure is defined in Terraform configuration files, which describe the desired state of the infrastructure.

    • Terraform then creates an executi...

  • Answered by AI
  • Q2. How to launch VPC
  • Ans. 

    To launch a VPC, you can use the AWS Management Console, AWS CLI, or AWS SDKs.

    • Use AWS Management Console to navigate to VPC dashboard and click on 'Create VPC'

    • Specify the VPC details like CIDR block, tenancy, and enable DNS hostnames

    • Add subnets, route tables, internet gateways, and security groups as needed

    • Use AWS CLI command 'create-vpc' to launch VPC programmatically

    • Use AWS SDKs like Boto3 for Python to automate VPC

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is cicd pipeline and describe cicd in detail.
  • Ans. 

    CI/CD pipeline is a set of automated processes that allow developers to deliver code changes more frequently and reliably.

    • CI/CD stands for Continuous Integration/Continuous Delivery.

    • CI involves automatically building and testing code changes frequently to catch errors early.

    • CD involves automatically deploying code changes to production after passing tests.

    • CI/CD pipelines typically include stages like build, test, deplo...

  • Answered by AI
  • Q2. What is dif bet cmd and entry point
  • Ans. 

    CMD is used to provide default arguments for an executing container, while ENTRYPOINT is used to specify the command that will run when the container starts.

    • CMD is optional and can be overridden during container runtime

    • ENTRYPOINT is required and cannot be overridden during container runtime

    • CMD can be used to provide default arguments to the ENTRYPOINT command

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer asking questions from Google.

Skills evaluated in this interview

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

(1 Question)

  • Q1. Questions on Docker
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Aptitude was mix of questions from logical reasoning, english grammar to simple numerical problems.

Round 2 - One-on-one 

(1 Question)

  • Q1. Questions were regarding projects done.

RWS Group Interview FAQs

How many rounds are there in RWS Group Cloud Devops Engineer interview?
RWS Group interview process usually has 3 rounds. The most common rounds in the RWS Group interview process are Case Study, Aptitude Test and One-on-one Round.

Tell us how to improve this page.

Interview Questions from Similar Companies

DXC Technology Interview Questions
3.7
 • 803 Interviews
Nagarro Interview Questions
4.0
 • 766 Interviews
Publicis Sapient Interview Questions
3.5
 • 605 Interviews
GlobalLogic Interview Questions
3.7
 • 567 Interviews
UST Interview Questions
3.8
 • 500 Interviews
CGI Group Interview Questions
4.0
 • 480 Interviews
Atos Interview Questions
3.9
 • 363 Interviews
Synechron Interview Questions
3.6
 • 352 Interviews
View all
RWS Group Cloud Devops Engineer Salary
based on 4 salaries
₹9 L/yr - ₹30 L/yr
96% more than the average Cloud Devops Engineer Salary in India
View more details
Software Engineer
160 salaries
unlock blur

₹3.5 L/yr - ₹15 L/yr

Senior Software Engineer
111 salaries
unlock blur

₹5.5 L/yr - ₹20 L/yr

Software Developer
104 salaries
unlock blur

₹3.5 L/yr - ₹12.5 L/yr

Associate Project Manager
96 salaries
unlock blur

₹4.1 L/yr - ₹9 L/yr

Project Manager
94 salaries
unlock blur

₹6 L/yr - ₹14 L/yr

Explore more salaries
Compare RWS Group with

Lionbridge Technologies

3.7
Compare

Welocalize

3.8
Compare

TransPerfect

3.7
Compare

Cohizon Life Sciences Limited

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