Add office photos
Engaged Employer

IBM

4.1
based on 21.3k Reviews
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by

Shri Krishna Cyber Services Interview Questions and Answers

Updated 6 Nov 2024
Popular Designations

Q1. Explain in detail the architecture , real time use case of containers and how do we manage or orchestrate them. explain dockerfile commands, docker-compose, kubernetes yaml file contents, kubernetes deployment.

Ans.

Containers are lightweight, portable, and isolated environments that package applications and their dependencies.

  • Containers are instances of images that include the application and all its dependencies, allowing for easy deployment and scaling.

  • Docker is a popular containerization platform that uses Dockerfiles to define the image build process.

  • Docker-compose is a tool for defining and running multi-container Docker applications.

  • Kubernetes is a container orchestration platform...read more

Add your answer

Q2. Explain Azure DevOps end to end right from git to deployment

Ans.

Azure DevOps is a comprehensive platform for managing the software development lifecycle, from version control to deployment.

  • Azure DevOps includes tools for version control (Git), continuous integration/continuous deployment (CI/CD), project management, and collaboration.

  • Developers can use Git repositories in Azure DevOps to manage their source code, track changes, and collaborate with team members.

  • Azure Pipelines in Azure DevOps allows for automated build and deployment proc...read more

Add your answer

Q3. Write a Dockerfile for any of the applications

Ans.

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

  • Start with a base image (e.g. FROM ubuntu:latest)

  • Install dependencies and set up environment (e.g. RUN apt-get update && apt-get install -y python3)

  • Copy application code into the image (e.g. COPY . /app)

  • Set the default command to run when the container starts (e.g. CMD ["python3", "app.py"])

  • Build the Docker image using the Dockerfile (e.g. docker build -t ...read more

Add your answer

Q4. Explain continuous integration through Jenkins

Ans.

Continuous integration through Jenkins involves automating the build and testing process to ensure code changes are integrated frequently.

  • Jenkins is a popular CI/CD tool used for automating the build, test, and deployment process.

  • Developers commit code changes to a shared repository multiple times a day.

  • Jenkins automatically triggers a build process whenever new code is committed.

  • The build process includes compiling the code, running automated tests, and generating artifacts....read more

Add your answer
Discover Shri Krishna Cyber Services interview dos and don'ts from real experiences

Q5. Java program for reverse string

Ans.

Java program to reverse a string using StringBuilder

  • Create a StringBuilder object with the input string

  • Use the reverse() method of StringBuilder to reverse the string

  • Convert the reversed StringBuilder object back to a string using toString()

View 1 answer

Q6. Explain product release setup

Ans.

Product release setup involves planning, coordinating, and executing the release of a software product to customers.

  • Create a release plan outlining the scope, timeline, and resources needed for the release

  • Coordinate with development, QA, and operations teams to ensure all necessary tasks are completed

  • Use version control systems to manage code changes and track release versions

  • Automate build, test, and deployment processes to streamline the release

  • Perform regression testing to...read more

Add your answer

More about working at IBM

Top Rated Mega Company - 2024
Top Rated Company for Women - 2024
Top Rated IT/ITES Company - 2024
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Shri Krishna Cyber Services

based on 8 interviews in the last 1 year
1 Interview rounds
Technical Round
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Devops Engineer Interview Questions from Similar Companies

3.7
 • 29 Interview Questions
3.8
 • 22 Interview Questions
4.2
 • 11 Interview Questions
3.8
 • 10 Interview Questions
3.7
 • 10 Interview Questions
3.5
 • 10 Interview Questions
View all
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter