Upload Button Icon Add office photos
Engaged Employer

i

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

Intelizign Lifecycle Services Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Intelizign Lifecycle Services Devops Engineer Interview Questions and Answers

Updated 9 Dec 2024

Intelizign Lifecycle Services Devops Engineer Interview Experiences

1 interview found

Devops Engineer Interview Questions & Answers

user image Chaitanya Dusane

posted on 9 Dec 2024

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

(1 Question)

  • Q1. What is port no of SSH
  • Ans. 

    The port number used for SSH is 22.

    • The default port number for SSH is 22.

    • SSH (Secure Shell) is a network protocol used for secure communication between a client and a server.

    • Port 22 is used for establishing secure connections over an unsecured network.

    • Changing the default port number for SSH is a common security practice to prevent unauthorized access.

  • Answered by AI

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
6d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Intelizign Lifecycle Services?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Walk-in and was interviewed before Jun 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

30 aptitude questions 45min

Round 2 - Group Discussion 

Any ongoing topic and we have to talk and showcase our communication skills

Round 3 - Technical 

(1 Question)

  • Q1. It was face to face interview. Questions regarding Java, Linux, DBMS and we have to right logic for a program
Round 4 - HR 

(1 Question)

  • Q1. Discussion about salary and family background thats jt

Interview Preparation Tips

Interview preparation tips for other job seekers - Someone who is very much in need of job can have good future over here..

Devops Engineer Interview Questions Asked at Other Companies

asked in Siemens
Q1. How can you run a Docker command remotely on a Linux server witho ... read more
asked in Lentra AI
Q2. If you want to connect multiple VPCs, and you have two or three V ... read more
Q3. Reverse the String Problem Statement You are given a string STR w ... read more
asked in Nagarro
Q4. Guess The Hidden Number Problem Statement You are given an intege ... read more
Q5. What Docker command can you use to transfer an image from one mac ... read more

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

Interview Questionnaire 

1 Question

  • Q1. Introduction. The basics of Unix,AWS,Asure, devops tools.

Interview Preparation Tips

Interview preparation tips for other job seekers - Make yourself ready with the basics.

I applied via Naukri.com and was interviewed in May 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 tips
Round 2 - Technical 

(1 Question)

  • Q1. Write a shell skript with arguments included
  • Ans. 

    A shell script with arguments included

    • Start with a shebang line to specify the shell interpreter

    • Define variables to store the arguments passed to the script

    • Use conditional statements to handle different scenarios based on the arguments

    • Use loops to iterate over multiple arguments

    • Add comments to explain the purpose of the script and each section

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Happiest Minds Technologies Devops Engineer interview:
  • Shell Scripting
  • Linux
  • Jenkins
  • Docker
Interview preparation tips for other job seekers - be prepare all the basics...and shell scrpting knowledge

Skills evaluated in this interview

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?
  • Ans. 

    Docker commands are essential for managing containers, images, and networks in a DevOps environment.

    • docker run: Create and start a container. Example: 'docker run -d nginx' to run an Nginx server.

    • docker ps: List running containers. Example: 'docker ps' shows active containers.

    • docker images: List available images on the local machine. Example: 'docker images' displays all images.

    • docker exec: Execute a command in a runni...

  • Answered by AI
  • 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
-
Process Duration
-
Result
-
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 

(3 Questions)

  • Q1. High level interview on linux kubernetes and docker
  • Q2. General commands on Linux. How to check open port? What is network interface? Question related to subnetting
  • Q3. What is docker How to build docker images
  • Ans. 

    Docker is a containerization platform that allows you to package and run applications in isolated environments.

    • Docker is an open-source platform that automates the deployment, scaling, and management of applications.

    • It uses containerization technology to create lightweight, portable, and self-sufficient containers.

    • Docker images are built using Dockerfiles, which are text files that contain instructions for building the...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Study basics thoroughly.
Basics of protocols dhcp/dns/public or private ip

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jun 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Explain the complete/typical CI/CD pipeline, tools, infra
  • Ans. 

    CI/CD pipeline automates software delivery process. It includes continuous integration, testing, deployment, and monitoring.

    • Source code management (SCM) tools like Git, SVN

    • Continuous integration (CI) tools like Jenkins, Travis CI

    • Automated testing tools like Selenium, JUnit

    • Containerization tools like Docker, Kubernetes

    • Continuous deployment (CD) tools like Ansible, Chef

    • Infrastructure as code (IaC) tools like Terraform, C...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Not everyone knows everything but be convincing that you can learn and adapt

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2023. 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 - One-on-one 

(1 Question)

  • Q1. What is devops and how works
  • Ans. 

    DevOps is a software development methodology that combines software development (Dev) with IT operations (Ops) to shorten the systems development life cycle.

    • DevOps focuses on collaboration, automation, and monitoring throughout the software development lifecycle.

    • It aims to improve the speed and quality of delivering software applications.

    • DevOps practices include continuous integration, continuous delivery, and infrastr...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. What are technology used in your organisation

Interview Preparation Tips

Interview preparation tips for other job seekers - Please read carefully on going to interview

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a DevOps Engineer with 5 years of experience in automating, optimizing, and monitoring software development processes.

    • Experienced in implementing CI/CD pipelines using tools like Jenkins and GitLab

    • Proficient in scripting languages such as Python and Bash for automation tasks

    • Skilled in containerization technologies like Docker and orchestration tools like Kubernetes

    • Familiar with cloud platforms like AWS and Azure f...

  • Answered by AI
  • Q2. Azure Devops Server

I applied via Naukri.com and was interviewed in Oct 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Having 4+ years of experience in IT sector in build engineering and release management Process, building and deploying applications by adopting DevOps practices such as Continuous development, Continuo...

Interview Preparation Tips

Interview preparation tips for other job seekers - Jenkins, Github,AWS, kubernets, Dockers

Intelizign Lifecycle Services Interview FAQs

How many rounds are there in Intelizign Lifecycle Services Devops Engineer interview?
Intelizign Lifecycle Services interview process usually has 1 rounds. The most common rounds in the Intelizign Lifecycle Services interview process are Technical.
How to prepare for Intelizign Lifecycle Services 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 Intelizign Lifecycle Services. The most common topics and skills that interviewers at Intelizign Lifecycle Services expect are Administration, Devops, GIT, Jenkins and PLM.

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Intelizign Lifecycle Services Devops Engineer Salary
based on 10 salaries
₹4.9 L/yr - ₹12.2 L/yr
8% less than the average Devops Engineer Salary in India
View more details

Intelizign Lifecycle Services Devops Engineer Reviews and Ratings

based on 3 reviews

4.7/5

Rating in categories

4.7

Skill development

4.7

Work-life balance

4.7

Salary

4.7

Job security

4.7

Company culture

4.7

Promotions

4.7

Work satisfaction

Explore 3 Reviews and Ratings
Software Engineer
377 salaries
unlock blur

₹4 L/yr - ₹8.5 L/yr

Senior Software Engineer
294 salaries
unlock blur

₹8.1 L/yr - ₹15 L/yr

Design Engineer
232 salaries
unlock blur

₹2.5 L/yr - ₹7.2 L/yr

Software Developer
90 salaries
unlock blur

₹4.8 L/yr - ₹12.1 L/yr

Senior Implementation Engineer
60 salaries
unlock blur

₹7.5 L/yr - ₹14 L/yr

Explore more salaries
Compare Intelizign Lifecycle Services with

ITC Infotech

3.7
Compare

3i Infotech

3.4
Compare

Sify Technologies

3.8
Compare

Microland

3.5
Compare
write
Share an Interview