Upload Button Icon Add office photos
Engaged Employer

i

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

Celebal Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Celebal Technologies AWS Devops Engineer Interview Questions, Process, and Tips

Updated 21 Feb 2022

Celebal Technologies AWS Devops Engineer Interview Experiences

1 interview found

Round 1 - Technical 

(5 Questions)

  • Q1. Devops Aws and Maveen linux and Nexus and sonarqube and tomcat and jenkins
  • Q2. What is maven What is maven default port no
  • Ans. 

    Maven is a build automation tool used primarily for Java projects. It manages project dependencies and builds the project.

    • Maven is based on the concept of a Project Object Model (POM) file, which describes the project structure and dependencies.

    • It uses a centralized repository called Maven Central to download dependencies.

    • Maven can be used to compile, test, package, and deploy Java applications.

    • It provides a consistent...

  • Answered by AI
  • Q3. How to create soft link and hardlink How to create empty file in Linux?
  • Ans. 

    To create a soft link, use the 'ln -s' command. To create a hard link, use the 'ln' command. To create an empty file, use the 'touch' command.

    • To create a soft link: ln -s

    • To create a hard link: ln

    • To create an empty file: touch

  • Answered by AI
  • Q4. How to create the sub directories using mkdir command?
  • Ans. 

    To create sub directories using mkdir command, use the -p option followed by the directory path.

    • Use the command 'mkdir -p directory/subdirectory'

    • The -p option creates parent directories if they don't exist

    • Multiple subdirectories can be created at once using 'mkdir -p directory/subdirectory1/subdirectory2'

    • Use 'mkdir -m' option to set permissions for the directory

  • Answered by AI
  • Q5. What is the use of chmod and chown command? give me one example?
  • Ans. 

    chmod and chown commands are used to change file permissions and ownership respectively.

    • chmod command is used to change the permissions of a file or directory

    • chown command is used to change the ownership of a file or directory

    • Example: chmod 755 file.txt - This command gives read, write and execute permissions to the owner and read and execute permissions to group and others

    • Example: chown user1 file.txt - This command c

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Devops is good job

Skills evaluated in this interview

Interview questions from similar companies

I was interviewed in Sep 2019.

Interview Questionnaire 

3 Questions

  • Q1. 1. Network Architecture
  • Q2. Private Cloud, Autoscaling, AwsCodeDeploy
  • Q3. CI/CD pipeline

Interview Questionnaire 

1 Question

  • Q1. Interview questions on aws and DevOps
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Share Your experience on Creating AWS resources. GUI or using IAC tool?
  • Ans. 

    I primarily use IAC tools like Terraform to create AWS resources for consistency, version control, and automation.

    • I prefer using IAC tools like Terraform for creating AWS resources as it allows for infrastructure as code, version control, and automation.

    • Using IAC tools ensures consistency in resource creation across environments.

    • GUI can be useful for quick prototyping or exploring AWS services, but IAC is more efficien...

  • Answered by AI
  • Q2. Have you got any issues in pod, while creating or monitoring pods in the kubernetes cluster?
  • Ans. 

    Yes, I have faced issues while creating or monitoring pods in a Kubernetes cluster.

    • One common issue is pods getting stuck in a pending state due to resource constraints or scheduling issues.

    • Another issue is pods crashing frequently due to misconfigured settings or incompatible container images.

    • Monitoring pods can be challenging, especially when dealing with a large number of pods and trying to track their health and pe...

  • Answered by AI
  • Q3. What are use of Versioning in S3? Have you got any issues in working using S3?
  • Ans. 

    Versioning in S3 allows for preserving, retrieving, and restoring every version of an object stored in a bucket.

    • Enables recovery from unintended user actions or application failures

    • Helps in maintaining different versions of objects for audit or compliance purposes

    • Prevents accidental deletion or overwriting of objects

    • Useful for tracking changes and rolling back to previous versions if needed

  • Answered by AI
  • Q4. What are the Devops tools, you have experience on?
  • Ans. 

    I have experience with various DevOps tools including Jenkins, Docker, Ansible, and Terraform.

    • Jenkins

    • Docker

    • Ansible

    • Terraform

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good interview team. Perfect questions for Round 1.

Skills evaluated in this interview

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

(1 Question)

  • Q1. Questions on Network Part
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is docker File ? Explain
  • Ans. 

    Dockerfile is a text document that contains all the commands a user could call on the command line to assemble an image.

    • Dockerfile is used to build Docker images by specifying a series of instructions.

    • It includes commands like FROM, RUN, COPY, CMD, etc.

    • Each instruction in the Dockerfile creates a layer in the image.

    • Dockerfile is used to automate the process of creating Docker containers.

    • Example: FROM ubuntu:latest, RUN

  • Answered by AI
  • Q2. What is webhook & why??
  • Ans. 

    Webhook is a method of augmenting or altering the behavior of a web page, or web application, with custom callbacks.

    • Webhook is a way for an application to provide other applications with real-time information.

    • It allows developers to receive instant notifications when a specific event occurs.

    • Webhooks are commonly used in automation, continuous integration, and deployment processes.

    • Examples include receiving notification...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well with Devops tools

Skills evaluated in this interview

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

Interview Questionnaire 

3 Questions

  • Q1. ELB, AUTOSCALING,SECURITY GROUPS, NACL ,CUSTOM VPC ,DIRECT CONNECT, VPC PEERING, S3 POLICIES, Best practice of ec2
  • Q2. ELASTIC COMPUTECLOUD AND ELASTIC LOADBALANCING WHY WE CALL ELASTIC FOR BOTH AS ELASTIC
  • Q3. DIFFERENCE NACL & SECURITY GROUPS DOCKERS SWARM, HOW DO WE INSTALL JENKINS,
  • Ans. 

    Explanation of NACL, Security Groups, Docker Swarm, and Jenkins installation process.

    • NACL is a stateless firewall that controls inbound and outbound traffic at the subnet level.

    • Security Groups are stateful firewalls that control inbound and outbound traffic at the instance level.

    • Docker Swarm is a container orchestration tool that manages a cluster of Docker hosts.

    • Jenkins can be installed on a server using a package man...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - please refer these topics completely

Skills evaluated in this interview

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

How aws vs verulation.

Round 2 - Technical 

(2 Questions)

  • Q1. Nacl vs security group?
  • Ans. 

    Nacl is a stateless firewall while security group is a stateful firewall in AWS.

    • NACL operates at the subnet level, while security groups operate at the instance level.

    • NACL rules are evaluated in order, while security group rules are evaluated independently.

    • NACLs are stateless, meaning you must create rules for both inbound and outbound traffic, while security groups are stateful.

    • NACLs are more flexible in terms of allo...

  • Answered by AI
  • Q2. Aws cloudformation
Round 3 - HR 

(2 Questions)

  • Q1. Reason for change
  • Q2. Salary discuss how much excellent

Skills evaluated in this interview

I applied via Referral and was interviewed in Oct 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Related to docker and kubernetes
Round 2 - HR 

(1 Question)

  • Q1. Salary negotiation and compensation

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and polite. Interview is easy and on the topic

I applied via Walk-in and was interviewed in Mar 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 Resume tips
Round 2 - Coding Test 

How manage the code

Interview Preparation Tips

Interview preparation tips for other job seekers - You can start the course and completely understand that then after advise you r senior
Contribute & help others!
anonymous
You can choose to be anonymous

Celebal Technologies Interview FAQs

How many rounds are there in Celebal Technologies AWS Devops Engineer interview?
Celebal Technologies interview process usually has 1 rounds. The most common rounds in the Celebal Technologies interview process are Technical.
What are the top questions asked in Celebal Technologies AWS Devops Engineer interview?

Some of the top questions asked at the Celebal Technologies AWS Devops Engineer interview -

  1. How to create soft link and hardlink How to create empty file in Lin...read more
  2. What is the use of chmod and chown command? give me one examp...read more
  3. How to create the sub directories using mkdir comma...read more

Recently Viewed

INTERVIEWS

TEOCO Software

No Interviews

INTERVIEWS

Gulmohar Fil-tech

No Interviews

INTERVIEWS

Tech Mahindra

No Interviews

SALARIES

SBI Cards & Payment Services

INTERVIEWS

TEOCO Software

No Interviews

SALARIES

Tata AIG

JOBS

TalentAhead India

No Jobs

SALARIES

BNP Paribas India Solutions

SALARIES

BNP Paribas India Solutions

INTERVIEWS

Jse Engineering

No Interviews

Tell us how to improve this page.

Celebal Technologies AWS Devops Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Data Engineer
391 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Associate
250 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Associate Data Engineer
159 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Associate Consultant
158 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Data Scientist
125 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Celebal Technologies with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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