Filter interviews by
I applied via Naukri.com and was interviewed before Jul 2023. There were 3 interview rounds.
Aptitude test had all the quants topics
Top trending discussions
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.
Each instruction in a Dockerfile creates a layer in the image.
Common instructions include FROM, RUN, COPY, CMD, and ENTRYPOINT.
Example: FROM ubuntu:latest, RUN apt-get update, COPY . /app, CMD ["python", "app.py"]
A Docker file contains instructions to build a Docker image.
Specifies the base image
Sets environment variables
Installs dependencies
Copies files into the image
Defines commands to run when the container starts
I was interviewed in Jan 2025.
Docker build context is the set of files and directories that are sent to the Docker daemon when building an image.
The build context is specified using the -f flag in the docker build command.
It is recommended to keep the build context small to improve build performance.
Common files included in the build context are Dockerfile, source code, and any necessary dependencies.
Excluding unnecessary files and directories from
I applied via Indeed and was interviewed in Jul 2024. There was 1 interview round.
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...
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.
...
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...
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...
I applied via Campus Placement
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...
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
I applied via Referral and was interviewed in Feb 2024. There was 1 interview round.
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
posted on 2 Apr 2024
posted on 24 Jun 2022
I applied via Naukri.com and was interviewed in May 2022. There were 2 interview rounds.
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
based on 1 interview
Interview experience
based on 3 reviews
Rating in categories
Consultant
649
salaries
| ₹6 L/yr - ₹22 L/yr |
Senior System Analyst
576
salaries
| ₹4.1 L/yr - ₹16.1 L/yr |
Software Engineer
402
salaries
| ₹3 L/yr - ₹12.8 L/yr |
Technical Lead
308
salaries
| ₹10 L/yr - ₹34 L/yr |
Digital Engineer
303
salaries
| ₹2.6 L/yr - ₹10.3 L/yr |
LTIMindtree
Persistent Systems
TCS
Wipro