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
3.3

based on 577 Reviews

Filter interviews by

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

    Interview experience
    5
    Excellent
    Difficulty level
    Moderate
    Process Duration
    2-4 weeks
    Result
    -

    I applied via LinkedIn and was interviewed in Feb 2023. 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 - Panel interview 

    (2 Questions)

    • Q1. Technical questions on all topics such as git, jenkins, maven, sonarqube, docker, terraform
    • Q2. Just be good at basics. You will be able to clear interview.

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Be confident and if you don't know, I have to look into this.
    Interview experience
    5
    Excellent
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    Selected Selected

    I was interviewed in Aug 2024.

    Round 1 - HR 

    (2 Questions)

    • Q1. Related to current Job and work
    • Q2. Related to current CTC
    Round 2 - Technical 

    (4 Questions)

    • Q1. Docker questions
    • Q2. Kubernetes questions
    • Q3. Terraform questions
    • Q4. AWS account
    Round 3 - One-on-one 

    (2 Questions)

    • Q1. Docker kubernetes AWS terraform
    • Q2. Personal questions related to how I work and all

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Be confident do you homework
    Interview experience
    5
    Excellent
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Group Discussion 

    Gd is very easy to get shortlisted you just have to speak that's all if you can able to speak for 2 minutes then you'll get shortlisted

    Round 2 - Technical 

    (2 Questions)

    • Q1. Write a program to sort the list without using built in function
    • Ans. 

      Program to sort a list without using built-in functions

      • Iterate through the list and compare each element with the rest to find the smallest element

      • Swap the smallest element with the first element in the list

      • Repeat the process for the remaining elements until the list is sorted

    • Answered by AI
    • Q2. Explain the oops concepts
    • Ans. 

      Object-oriented programming concepts that help in organizing and structuring code for better reusability and maintainability.

      • Encapsulation: Bundling data and methods that operate on the data into a single unit (class).

      • Inheritance: Allowing a class to inherit properties and behavior from another class.

      • Polymorphism: Ability to present the same interface for different data types.

      • Abstraction: Hiding the complex implementat...

    • Answered by AI

    Skills evaluated in this interview

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

    Sudo code and mcq and few behavioural qs

    Round 2 - Coding Test 

    Dsa trees and graph common ancestors of two nodes

    Interview experience
    4
    Good
    Difficulty level
    Hard
    Process Duration
    Less than 2 weeks
    Result
    No response

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

    Round 1 - Technical 

    (2 Questions)

    • Q1. What is DaemonSet
    • Ans. 

      DaemonSet ensures that all or some nodes run a copy of a Pod

      • DaemonSet is a Kubernetes resource that ensures a copy of a Pod is running on all or some nodes in a cluster

      • It is useful for running a single instance of a Pod on every node in a cluster

      • DaemonSet is commonly used for monitoring, logging, and other system-level services

      • Example: Running a logging agent on every node in a Kubernetes cluster

    • Answered by AI
    • Q2. What is deployment and difference between statefulset and deployment
    • Ans. 

      Deployment is a way to manage and update applications in Kubernetes. StatefulSet is used for stateful applications with unique identities.

      • Deployment is used for stateless applications, while StatefulSet is used for stateful applications.

      • Deployment manages replica sets and ensures a desired state is maintained.

      • StatefulSet maintains a unique identity for each pod, making it suitable for applications that require stable a...

    • Answered by AI

    Skills evaluated in this interview

    Interview experience
    3
    Average
    Difficulty level
    -
    Process Duration
    -
    Result
    Selected Selected
    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 - HR 

    (1 Question)

    • Q1. About you your experience and communication skills
    Round 3 - Technical 

    (2 Questions)

    • Q1. Depends upon team leader Ask basics as well as the issue they are facing during their work.
    • Q2. Especially Linux file system How to mount additional disk Booting process Docker file structure
    Round 4 - Technical 

    (2 Questions)

    • Q1. Second technical round is depends upon the TL he can ask your experience and issues
    • Q2. And can ask questions about cloud AWS and azure
    Round 5 - HR 

    (1 Question)

    • Q1. Salary discussion
    Interview experience
    5
    Excellent
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    Selected Selected

    I applied via Naukri.com and was interviewed before Nov 2023. There were 2 interview rounds.

    Round 1 - Aptitude Test 

    Testing you general IQ with aptitude exam along with java MCQ exams

    Round 2 - Group Discussion 

    Discussed about the projects done during engineering

    Devops Interview Questions & Answers

    ivy user image Anonymous

    posted on 26 Feb 2021

    I applied via Recruitment Consultant and was interviewed in Aug 2020. There was 1 interview round.

    Interview Questionnaire 

    3 Questions

    • Q1. How would you lead a DevOps team ?
    • Ans. 

      To lead a DevOps team, I would focus on communication, collaboration, and continuous improvement.

      • Establish clear goals and expectations for the team

      • Encourage open communication and collaboration between team members

      • Implement agile methodologies and continuous improvement processes

      • Provide opportunities for professional development and training

      • Ensure that the team has the necessary tools and resources to succeed

      • Lead by e...

    • Answered by AI
    • Q2. What were the DevOps challenges you faced ?
    • Q3. How would you convince team about the right approach ?

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Fraud Company. They try to extract information from experienced candidates. This has been the practice in many cases, especially also in the cases where the interviewer does not switch on the video, however, expects interviewee to switch it on.
    Interview experience
    4
    Good
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Technical 

    (1 Question)

    • Q1. Question on the skills that you have written in resume

    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

    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
    367 salaries
    unlock blur

    ₹4 L/yr - ₹11 L/yr

    Associate
    240 salaries
    unlock blur

    ₹4 L/yr - ₹10 L/yr

    Associate Consultant
    158 salaries
    unlock blur

    ₹5 L/yr - ₹15 L/yr

    Associate Data Engineer
    154 salaries
    unlock blur

    ₹2.5 L/yr - ₹10.5 L/yr

    Data Scientist
    133 salaries
    unlock blur

    ₹4.6 L/yr - ₹12 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