Upload Button Icon Add office photos
Engaged Employer

i

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

Wissen Infotech Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 457 Reviews

Filter interviews by

Wissen Infotech AWS Devops Engineer Interview Questions and Answers

Updated 18 Aug 2022

Wissen Infotech AWS Devops Engineer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed before Aug 2021. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What are the AWS services that you worked
  • Q2. What are branching strategies in GIT
  • Ans. 

    Branching strategies in GIT are ways to manage code changes and collaboration among team members.

    • Gitflow - a popular branching model that uses a master branch for production-ready code and a develop branch for ongoing development

    • Trunk-based development - a strategy where all changes are made directly to the main branch, with frequent merges to keep the codebase up-to-date

    • Feature branching - a method where each feature ...

  • Answered by AI
  • Q3. Terraform use cases and uses of it
  • Ans. 

    Terraform is an infrastructure as code tool used to provision and manage cloud resources.

    • Automates infrastructure deployment

    • Supports multiple cloud providers

    • Enables version control for infrastructure

    • Allows for modular and reusable code

    • Facilitates collaboration between teams

    • Examples: provisioning EC2 instances, creating S3 buckets, managing DNS records

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Wissen Infotech AWS Devops Engineer interview:
  • Terraform
  • Ansible
  • Docker
  • kunernetes
  • Cloudformation
  • Codepipeline
Interview preparation tips for other job seekers - Brush up on every service in AWS and important Devops Tools .

Skills evaluated in this interview

Interview questions from similar companies

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

Round 1 - Technical 

(1 Question)

  • Q1. Technical questions related to AWS nd DevOps
Round 2 - Behavioral 

(3 Questions)

  • Q1. Questions on Previous experience
  • Q2. What is the toughest situation you faced in work
  • Q3. What are your day to day activities
Round 3 - HR 

(2 Questions)

  • Q1. What are your salary expectations?
  • Q2. Why are you looking for a change?

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer everything you know confidently if it's out of your scope just let them know .There is nothing worng in it.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Why DevOps is needed in an organisation?
  • Ans. 

    DevOps is needed in an organization to improve collaboration between development and operations teams, increase efficiency, and deliver high-quality software faster.

    • Improves collaboration between development and operations teams

    • Increases efficiency in software development and deployment processes

    • Helps in delivering high-quality software faster

    • Automates repetitive tasks to reduce manual errors

    • Facilitates continuous inte...

  • Answered by AI
  • Q2. What is the difference between ADD vs COPY?
  • Ans. 

    ADD and COPY are Dockerfile instructions used to copy files and directories into a Docker image, but they have some key differences.

    • ADD allows for URLs and automatically extracts compressed files, while COPY only works with local files

    • COPY is recommended for copying local files and directories into an image, while ADD is more versatile but can be less predictable

    • ADD can be used to download files from the internet and a

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. About your self
  • Q2. How do you learn devops
  • Ans. 

    Learning DevOps involves a combination of self-study, online courses, hands-on experience, and networking with other professionals.

    • Take online courses on platforms like Udemy, Coursera, or Pluralsight to learn the fundamentals of DevOps practices and tools.

    • Practice using DevOps tools in a lab environment or on personal projects to gain hands-on experience.

    • Attend DevOps meetups, conferences, and webinars to network with...

  • Answered by AI
Round 2 - Technical 

(3 Questions)

  • Q1. How do you check container logs?
  • Ans. 

    To check container logs, use commands like docker logs or kubectl logs.

    • Use 'docker logs ' to view logs of a Docker container.

    • Use 'kubectl logs ' to view logs of a Kubernetes pod.

    • Check log files within the container by accessing the container's shell and navigating to the log directory.

Answered by AI
  • Q2. Docker mostly used commands?
  • Q3. How to restartJenkins
  • Ans. 

    To restart Jenkins, you can either use the Jenkins web interface or the command line.

    • To restart Jenkins using the web interface, navigate to 'Manage Jenkins' > 'Reload Configuration from Disk' > 'Restart'

    • To restart Jenkins using the command line, you can use the following command: 'sudo systemctl restart jenkins'

    • Make sure to have the necessary permissions to restart Jenkins

  • Answered by AI
    Round 3 - Coding Test 

    Write some groovy code

    Interview Preparation Tips

    Interview preparation tips for other job seekers - We have so many jobs in market try and try we can reach the goal

    Skills evaluated in this interview

    Interview experience
    4
    Good
    Difficulty level
    Easy
    Process Duration
    6-8 weeks
    Result
    Selected Selected

    I applied via Indeed and was interviewed in Jul 2024. There was 1 interview round.

    Round 1 - Technical 

    (2 Questions)

    • Q1. How to ensure high available of eks cluster.
    • Ans. 

      To ensure high availability of EKS cluster, utilize multiple availability zones, implement auto-scaling, use managed node groups, and set up monitoring and alerts.

      • Utilize multiple availability zones to distribute workload and ensure redundancy.

      • Implement auto-scaling to automatically adjust resources based on demand.

      • Use managed node groups to simplify node management and ensure high availability.

      • Set up monitoring and al...

    • Answered by AI
    • Q2. What are liveness and readiness probe
    • Ans. 

      Liveness and readiness probes are used in Kubernetes to check the health of containers.

      • Liveness probe checks if a container is running and healthy. If it fails, Kubernetes restarts the container.

      • Readiness probe checks if a container is ready to serve traffic. If it fails, Kubernetes stops sending traffic to the container.

      • Probes are configured in the pod's YAML file using the 'livenessProbe' and 'readinessProbe' fields.

      • ...

    • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - It's a long process

    Skills evaluated in this interview

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

    (2 Questions)

    • Q1. What is Devops and how do you use
    • Ans. 

      DevOps is a software development methodology that combines software development (Dev) with IT operations (Ops) to improve collaboration and efficiency.

      • DevOps focuses on automating and streamlining the software development process.

      • It involves continuous integration, continuous delivery, and continuous deployment.

      • DevOps aims to shorten the system development life cycle and provide continuous delivery of high-quality soft...

    • Answered by AI
    • Q2. Explain k8s in your infratsru
    • Ans. 

      K8s, short for Kubernetes, is a popular open-source container orchestration platform used for automating deployment, scaling, and management of containerized applications.

      • Kubernetes automates the deployment, scaling, and management of containerized applications.

      • It provides features like self-healing, load balancing, and rolling updates.

      • Kubernetes uses declarative configuration files to define the desired state of the a...

    • Answered by AI

    Skills evaluated in this interview

    Interview experience
    3
    Average
    Difficulty level
    -
    Process Duration
    -
    Result
    -

    I applied via Campus Placement

    Round 1 - Technical 

    (3 Questions)

    • Q1. Basics of Devops and scenerio based questions
    • Q2. How you write a CICD using Jenkins for java based application
    • Ans. 

      Setting up a CICD pipeline using Jenkins for a Java based application involves configuring Jenkins jobs for building, testing, and deploying the application.

      • Install Jenkins and necessary plugins for Java projects

      • Create a Jenkins job for building the Java application using Maven or Gradle

      • Add a post-build step to run unit tests using tools like JUnit

      • Configure Jenkins to trigger the job on code commits to the repository

      • Se...

    • Answered by AI
    • Q3. Explain what happen in backend when you try to access any website
    • Ans. 

      When accessing a website, the backend server receives the request, processes it, retrieves data from databases or other sources, and sends a response back to the client.

      • Client sends a request to the website's URL

      • DNS resolves the domain name to an IP address

      • Backend server receives the request and processes it

      • Server retrieves data from databases or other sources

      • Server generates a response and sends it back to the client

    • Answered by AI
    Round 2 - HR 

    (1 Question)

    • Q1. Company fitment and package discussion

    Interview Preparation Tips

    Interview preparation tips for other job seekers - If you are applying for DevOps role make sure your basics are clear

    Skills evaluated in this interview

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

    (3 Questions)

    • Q1. How much do you expect
    • Q2. Do you have any previous experience in devops
    • Ans. 

      Yes, I have 3 years of experience working as a DevOps Engineer in a fast-paced tech company.

      • Managed CI/CD pipelines using tools like Jenkins and GitLab

      • Automated infrastructure provisioning with Terraform

      • Implemented monitoring and alerting using tools like Prometheus and Grafana

    • Answered by AI
    • Q3. Whats your expectations
    • Ans. 

      I expect a challenging role where I can utilize my skills to improve processes and drive innovation.

      • Expectation of working in a collaborative team environment

      • Opportunity to automate processes and improve efficiency

      • Room for growth and learning new technologies

      • Clear communication and expectations from management

    • Answered by AI

    Skills evaluated in this interview

    Interview experience
    3
    Average
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    Not Selected

    I applied via Referral and was interviewed in Feb 2024. There was 1 interview round.

    Round 1 - Coding Test 

    I was shared a codebase 2-3 days earlier and I had to find infrastructure issues in the code. Had to fix those issues using terraform

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

    (1 Question)

    • Q1. All question was for db

    Wissen Infotech Interview FAQs

    How many rounds are there in Wissen Infotech AWS Devops Engineer interview?
    Wissen Infotech interview process usually has 1 rounds. The most common rounds in the Wissen Infotech interview process are Technical.
    How to prepare for Wissen Infotech AWS Devops 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 Wissen Infotech. The most common topics and skills that interviewers at Wissen Infotech expect are AWS, Ansible, Continuous Delivery, Devops and Docker.
    What are the top questions asked in Wissen Infotech AWS Devops Engineer interview?

    Some of the top questions asked at the Wissen Infotech AWS Devops Engineer interview -

    1. What are branching strategies in ...read more
    2. Terraform use cases and uses of...read more

    Tell us how to improve this page.

    Wissen Infotech AWS Devops Engineer Salary
    based on 14 salaries
    ₹2.4 L/yr - ₹6 L/yr
    37% less than the average AWS Devops Engineer Salary in India
    View more details
    Software Engineer
    364 salaries
    unlock blur

    ₹3.4 L/yr - ₹14 L/yr

    Junior Software Engineer
    238 salaries
    unlock blur

    ₹2.4 L/yr - ₹6.3 L/yr

    Senior Software Engineer
    187 salaries
    unlock blur

    ₹7.2 L/yr - ₹24.2 L/yr

    Associate Software Engineer
    182 salaries
    unlock blur

    ₹2.8 L/yr - ₹8.5 L/yr

    Junior Engineer
    86 salaries
    unlock blur

    ₹2.4 L/yr - ₹6 L/yr

    Explore more salaries
    Compare Wissen Infotech with

    Wissen Technology

    3.9
    Compare

    TCS

    3.7
    Compare

    Infosys

    3.6
    Compare

    HCLTech

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