Filter interviews by
Top trending discussions
posted on 19 Nov 2024
I applied via Recruitment Consulltant
Our company's DevOps process focuses on continuous integration, automated testing, and deployment.
Continuous integration: Developers regularly merge their code changes into a shared repository, triggering automated builds and tests.
Automated testing: Testing is automated at various stages of the development process to ensure code quality and reliability.
Deployment automation: Code changes are automatically deployed to ...
I applied via Company Website and was interviewed in Jan 2024. There was 1 interview round.
VPC stands for Virtual Private Cloud, a virtual network dedicated to your AWS account.
VPC allows you to create a logically isolated section of the AWS Cloud where you can launch AWS resources.
You can define your own IP address range, create subnets, configure route tables, and network gateways within a VPC.
VPC provides security by allowing you to control inbound and outbound traffic to and from your instances.
You can c...
The two health checks when an EC2 instance is launched are System Status Checks and Instance Status Checks.
System Status Checks ensure that the underlying host system is healthy and reachable.
Instance Status Checks ensure that the instance is running properly and can be accessed.
Examples: System Status Checks may include checking network connectivity, while Instance Status Checks may include verifying system logs.
IAM groups are collections of IAM users, while IAM roles are permissions that can be assumed by users or services.
IAM groups are used to manage permissions for multiple users at once
IAM roles are used to delegate permissions to users or services
IAM groups can contain multiple users, while IAM roles can only be assumed by one entity at a time
Overall ok It was 30 min duration
I applied via Recruitment Consulltant
To create a Jenkins pipeline, I follow these steps:
Define the stages and steps of the pipeline
Create a Jenkinsfile with the pipeline code
Configure Jenkins to use the Jenkinsfile
Test the pipeline and make necessary adjustments
Integrate with version control for continuous integration
Use plugins for additional functionality
To print Jenkins secrets, use the syntax: printenv
Use the 'printenv' command followed by the name of the secret to print its value
Make sure to have the necessary permissions to access the secret
Example: printenv MY_SECRET
Dockerfile is a script that contains instructions to build a Docker image.
Create a Dockerfile with instructions for building the image
Use the 'docker build' command to build the image from the Dockerfile
Example: FROM ubuntu:latest RUN apt-get update && apt-get install -y nginx
Example: docker build -t myimage:latest .
CMD is used to specify the default command to be executed when a container is launched. RUN is used to execute commands during the build process.
CMD is used to set the default command or parameters for the container
RUN is used to execute commands during the build process to create the image
CMD can be overridden by passing arguments to docker run command
RUN executes the command and creates a new layer on top of the curr...
Java is a statically typed language while Nodejs is a runtime environment for executing JavaScript code.
Java is compiled while Nodejs is interpreted
Java is better for large-scale enterprise applications while Nodejs is better for real-time applications
Java has a larger community and more libraries while Nodejs has a simpler and more lightweight architecture
Java is used for Android app development while Nodejs is used f
PaaS, IaaS, and SaaS are cloud computing models that provide different levels of infrastructure and software services.
PaaS (Platform as a Service) provides a platform for developers to build and deploy applications without worrying about infrastructure management.
IaaS (Infrastructure as a Service) provides virtualized computing resources such as servers, storage, and networking.
SaaS (Software as a Service) provides sof...
DevOps is a software development methodology that emphasizes collaboration and communication between development and operations teams.
DevOps aims to streamline the software development process by breaking down silos between development and operations teams
It involves using automation and continuous delivery to speed up the release cycle
DevOps also emphasizes monitoring and feedback to ensure that software is reliable a...
Build in Java refers to the process of compiling source code into executable code.
Build process involves compiling, testing, and packaging the code
Java build tools like Maven and Gradle automate the build process
Build artifacts can be JAR, WAR, or EAR files
Build process can be customized using build scripts like Ant
I was interviewed in Jan 2024.
They first gave me a project to be implemented in Go language, then was called for tefchnival round
I was interviewed in Aug 2023.
I applied via Walk-in and was interviewed before Feb 2023. There were 5 interview rounds.
They will provide 10-20 aptitude questions and 10-20 coding outputs or flowchart related questions
They will give 5 coding questions, you can write in any programming language, irrespective of output they check how you are thinking and which logic you are using and efficiency of the code
In this round they will give bulk application programme no need to finish it but they will check your thought process and depth in oops concepts,
The static keyword in Java is used to create variables and methods that belong to the class itself, rather than instances of the class.
Static variables are shared among all instances of a class
Static methods can be called without creating an instance of the class
Static blocks are used to initialize static variables
The public static void main method is the entry point for a Java program.
public: Access modifier indicating that the method can be accessed from any other class.
static: Indicates that the method belongs to the class itself, not an instance of the class.
void: Indicates that the method does not return any value.
main: The name of the method that serves as the entry point for the program.
String[] args: An array of strings ...
I applied via Walk-in and was interviewed in May 2024. There were 2 interview rounds.
Array,String,Data Structure, java ,oops
OOPs in Java stands for Object-Oriented Programming concepts which include inheritance, encapsulation, polymorphism, and abstraction.
OOPs concepts help in organizing and structuring code for better reusability and maintainability.
Inheritance allows a class to inherit properties and behavior from another class.
Encapsulation hides the internal state of an object and only exposes necessary functionalities.
Polymorphism all...
A linked list is a data structure consisting of a sequence of elements where each element points to the next element in the sequence.
Consists of nodes where each node contains data and a reference to the next node
Can be singly linked (each node points to the next node) or doubly linked (each node points to both the next and previous nodes)
Common operations include insertion, deletion, and traversal
Example: Singly linke...
I applied via Approached by Company and was interviewed before May 2023. There were 3 interview rounds.
Generic Questions to check basic skills
Some of the latest technologies in the market include AI, blockchain, edge computing, and serverless computing.
Artificial Intelligence (AI) - used for automation, predictive analytics, and natural language processing
Blockchain - for secure and transparent transactions in various industries
Edge Computing - processing data closer to the source for faster response times
Serverless Computing - allows developers to focus on ...
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Senior Technical Support Engineer
81
salaries
| ₹8.4 L/yr - ₹22 L/yr |
Technical Support Engineer
57
salaries
| ₹5.9 L/yr - ₹14 L/yr |
Senior Software Engineer 2
46
salaries
| ₹21 L/yr - ₹48 L/yr |
Senior Software Engineer
42
salaries
| ₹16.2 L/yr - ₹44.5 L/yr |
Software Engineer2
35
salaries
| ₹12 L/yr - ₹24 L/yr |
Microsoft Corporation
Oracle
IBM