Filter interviews by
I applied via Walk-in and was interviewed before Sep 2020. There were 3 interview rounds.
EC2 instance is a virtual server in Amazon Web Services (AWS) cloud computing platform.
EC2 stands for Elastic Compute Cloud.
It provides scalable computing capacity in the cloud.
Users can launch instances with different configurations of CPU, memory, storage, and networking capacity.
Instances can be launched from pre-configured Amazon Machine Images (AMIs) or custom AMIs.
EC2 instances can be used for a variety of purpos...
S3 bucket can be configured using AWS Management Console, AWS CLI, or AWS SDKs.
Create an S3 bucket in the desired region
Configure bucket properties such as versioning, logging, and encryption
Set up bucket policies to control access
Enable CORS if needed
Use AWS CLI or SDKs to automate bucket configuration
VPC is a virtual network that allows users to launch AWS resources in a logically isolated network.
VPC stands for Virtual Private Cloud
It allows users to create their own virtual network within AWS
Users can launch resources like EC2 instances, RDS databases, etc. within the VPC
Users can also configure subnets, route tables, and security groups within the VPC
VPCs can be connected to on-premises data centers using VPN or
Top trending discussions
A C code that prints out the elements of an array of strings.
Declare an array of strings
Use a loop to iterate through the array
Print out each element
The probability of rain in Chennai today depends on various factors such as season, weather conditions, and location.
The probability can be estimated by analyzing the current weather patterns and historical data.
Factors such as humidity, temperature, and wind speed can affect the probability of rain.
Local weather forecasts and satellite imagery can also provide insights into the likelihood of rain.
The probability of ra...
It is impossible to accurately predict the probability of India winning the next Cricket World Cup.
Sports events are unpredictable and depend on various factors such as team performance, weather conditions, injuries, etc.
Past performance of the team and individual players can be considered, but it does not guarantee future success.
Other teams participating in the tournament also play a significant role in determining t...
Java is an object-oriented language while C is a procedural language.
Java is platform-independent while C is platform-dependent.
Java has automatic garbage collection while C requires manual memory management.
Java has built-in support for multithreading while C requires external libraries.
Java has a larger standard library compared to C.
Java is more secure than C due to its strong type checking and exception handling.
C ...
Pointers are variables that store memory addresses of other variables in programming languages.
Pointers allow direct access and manipulation of memory locations.
They are commonly used in programming languages like C and C++.
Pointers can be used to pass variables by reference, allowing modifications to the original value.
They can also be used to dynamically allocate memory.
Example: int* ptr; // declares a pointer to an
In 5 years, I see myself as a senior software engineer leading a team of developers.
Leading a team of developers
Working on complex projects
Continuing to learn and grow in my role
Contributing to the success of the company
Caching is the process of storing frequently used data in a temporary storage to reduce access time. LRU caching removes least recently used data.
Caching improves performance by reducing access time to frequently used data
LRU (Least Recently Used) caching removes the least recently used data to make space for new data
LRU cache can be implemented using a doubly linked list and a hash map
When a cache hit occurs, the acce...
based on 2 reviews
Rating in categories
TCS
Accenture
Wipro
Cognizant