Filter interviews by
I applied via Indeed and was interviewed in Dec 2024. There were 3 interview rounds.
I am familiar with tools like Jenkins, Docker, Kubernetes, Git, and Ansible in DevOps.
Jenkins
Docker
Kubernetes
Git
Ansible
SDLC stands for Software Development Life Cycle, which is a process used by software development teams to design, develop, and test high-quality software.
SDLC is a structured process that consists of several phases such as planning, analysis, design, implementation, testing, and maintenance.
Each phase in the SDLC has its own set of activities and deliverables that contribute to the overall success of the software proje...
Traffic in AWS EC2 can be managed using various methods such as load balancers, auto scaling, and security groups.
Use Elastic Load Balancing to distribute incoming traffic across multiple instances for better fault tolerance and availability.
Implement Auto Scaling to automatically adjust the number of EC2 instances based on traffic demand to ensure optimal performance and cost efficiency.
Utilize security groups to cont...
AWS services commonly used in DevOps include EC2, S3, RDS, Lambda, and CloudFormation.
EC2 (Elastic Compute Cloud) for scalable virtual servers
S3 (Simple Storage Service) for object storage
RDS (Relational Database Service) for managed databases
Lambda for serverless computing
CloudFormation for infrastructure as code
Load balancers distribute incoming network traffic across multiple servers to ensure optimal resource utilization, while auto scaling automatically adjusts the number of servers based on traffic demand.
Load balancers help prevent overload on any single server by distributing traffic evenly.
Auto scaling allows for dynamic allocation of resources based on traffic patterns, ensuring efficient use of resources.
Load balance...
Use Kubernetes Ingress controllers and Horizontal Pod Autoscalers to efficiently handle traffic within a k8s cluster.
Utilize Kubernetes Ingress controllers to manage inbound traffic and route it to the appropriate services within the cluster.
Implement Horizontal Pod Autoscalers to automatically adjust the number of pods based on traffic load, ensuring cost effectiveness by scaling up or down as needed.
Consider using a ...
Optimizing docker images involves reducing image size, using multi-stage builds, and minimizing layers.
Use multi-stage builds to reduce the number of layers in the final image
Remove unnecessary files and dependencies to reduce image size
Use a smaller base image like Alpine instead of a full Linux distribution
Combine multiple RUN commands into a single command to reduce the number of layers
Use .dockerignore file to excl...
Top trending discussions
I applied via Company Website and was interviewed in Nov 2024. There were 4 interview rounds.
It was a simple Aptitude test designed to test your english proficiency and your quantitative skills.
There were 2 coding questions. The level of questions were not very high. The languages available for the round were Python, Java, C++, C, C#.
posted on 20 Nov 2024
To swap two variables, use a temporary variable to store one value before swapping them.
Create a temporary variable to store one of the values
Assign the first variable to the temporary variable
Assign the second variable to the first variable
Assign the temporary variable to the second variable
Pointers are variables that store memory addresses of other variables or functions.
Pointers are used to access and manipulate memory directly.
They are commonly used in programming languages like C and C++.
Example: int *ptr; // declaring a pointer to an integer variable
I applied via Campus Placement and was interviewed in Nov 2024. There was 1 interview round.
Drop removes a table from the database while delete removes specific rows from a table.
DROP is a DDL (Data Definition Language) command used to remove a table and its data from the database.
DELETE is a DML (Data Manipulation Language) command used to remove specific rows from a table based on a condition.
DROP command is irreversible and all the data in the table is lost, while DELETE can be rolled back if used within a...
SQL commands are used to interact with databases and perform various operations like querying, updating, and deleting data.
SELECT - retrieves data from a database
INSERT - adds new data to a database
UPDATE - modifies existing data in a database
DELETE - removes data from a database
CREATE - creates a new database or table
ALTER - modifies the structure of a database object
DROP - deletes a database object
JOIN - combines row...
There were two coding questions
There was oncampus coding round , where 1 question was given.
Mercel platform 1 hour
Developed a web-based project management tool for tracking tasks and deadlines.
Used HTML, CSS, and JavaScript for front-end development
Implemented backend functionality using Node.js and MongoDB
Incorporated user authentication and authorization features
Utilized RESTful APIs for communication between front-end and back-end
I would write a code snippet based on the specific cluster or category provided.
Identify the specific cluster or category provided in the question
Write a code snippet that aligns with the requirements of the cluster
Ensure the code is accurate and relevant to the given cluster
I applied via Campus Placement
General aptitude, behaviourial and some analytical questions
posted on 24 Oct 2024
Numerical based questions are there mostly
Good basic level coding questions
I have worked on various projects including a web application for online shopping and a mobile app for task management.
Developed a web application using HTML, CSS, and JavaScript for online shopping
Created a mobile app using React Native for task management
Implemented RESTful APIs for communication between front-end and back-end systems
I applied via Indeed and was interviewed in Jun 2024. There were 2 interview rounds.
They will give assignment with video explanation.
posted on 7 Jun 2024
I applied via Company Website and was interviewed in May 2024. There was 1 interview round.
Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.
Abstract class can have constructors, fields, and methods, while interface cannot have any of these.
A class can implement multiple interfaces but can only inherit from one abstract class.
Abstract classes are used to provide a common base for multiple classes, while interfaces define a contract that implementin
Static and final keywords are used in Java to define class-level variables and constants respectively.
Static keyword is used to define class-level variables and methods, which are shared among all instances of the class.
Final keyword is used to define constants that cannot be changed once initialized.
Static variables are accessed using the class name, while final variables are accessed using object references.
Example: ...
Java Developer
4
salaries
| ₹1.6 L/yr - ₹1.6 L/yr |
Software Engineer
3
salaries
| ₹1.9 L/yr - ₹5 L/yr |
Associate Software Engineer
3
salaries
| ₹2.4 L/yr - ₹4 L/yr |
Associate Software Developer
3
salaries
| ₹3 L/yr - ₹5.1 L/yr |
Infosys
TCS
Wipro
HCLTech