Filter interviews by
I appeared for an interview before May 2024, where I was asked the following questions.
Terraform scripts to provision an EC2 instance, RDS database, and VPC in AWS.
Define the provider: Use 'provider "aws" { region = "us-east-1" }' to specify the AWS region.
Create a VPC: Use 'resource "aws_vpc" "main" { cidr_block = "10.0.0.0/16" }' to define a VPC.
Set up subnets: Use 'resource "aws_subnet" "subnet1" { vpc_id = aws_vpc.main.id cidr_block = "10.0.1.0/24" }' for subnets.
Launch an EC2 instance: Use 'resource...
Diagnosing EC2 connectivity issues involves checking security groups, network ACLs, and instance status.
Check the instance's public IP or DNS name to ensure you're using the correct address.
Verify that the security group associated with the EC2 instance allows inbound traffic on the required ports (e.g., port 22 for SSH).
Examine the network ACLs to ensure they are not blocking traffic to or from the instance.
Ensure the...
I applied via Company Website and was interviewed in Sep 2021. There was 1 interview round.
I prefer working with Python as it is versatile and has a large community support.
Python is easy to learn and has a simple syntax.
It has a vast collection of libraries and frameworks for various purposes.
Python is widely used in data science and machine learning.
It is also used for web development, automation, and scripting.
Examples: Flask, Django, NumPy, Pandas, TensorFlow, PyTorch.
I applied via LinkedIn and was interviewed in May 2021. There were 4 interview rounds.
Put replaces the entire resource while Patch updates only the specified fields.
Put is idempotent while Patch is not
Put requires the entire resource to be sent while Patch only requires the updated fields
Put is used to create a new resource while Patch is used to update an existing resource
Put is not recommended for partial updates while Patch is designed for partial updates
I applied via LinkedIn and was interviewed before Mar 2021. There were 3 interview rounds.
Primary key uniquely identifies a record in a table, while foreign key refers to a field in another table.
Primary key is used to enforce data integrity and ensure uniqueness of records
Foreign key is used to establish a relationship between two tables
A table can have only one primary key, but multiple foreign keys
Primary key is always indexed, while foreign key may or may not be indexed
Primary key cannot have null value...
Top trending discussions
I applied via Recruitment Consulltant and was interviewed before Mar 2023. There was 1 interview round.
List is mutable, tuple is immutable in Python.
Lists are mutable, meaning their elements can be changed after creation.
Tuples are immutable, meaning their elements cannot be changed after creation.
Lists are defined using square brackets [], tuples using parentheses ().
Lists are typically used for collections of similar items, tuples for fixed collections of dissimilar items.
Generators in Python are functions that allow you to iterate over a sequence of items without storing them all in memory at once.
Generators are created using a function with 'yield' instead of 'return'.
They are used to generate a sequence of values lazily, one at a time.
Generators are memory efficient as they do not store all values in memory at once.
Example: def my_generator(): for i in range(5): yield i
Example: ...
I applied via Campus Placement and was interviewed in Jan 2024. There were 3 interview rounds.
This round consist of 40 question 10 were subjective and 30 were from apti and reasoning section
I appeared for an interview before Apr 2024, where I was asked the following questions.
I applied via Naukri.com and was interviewed before Jan 2021. There were 2 interview rounds.
Q1. What is Confusing Matrix? Real life example .
Q2. What is important processes for data pre processing ?
Q3. Use of lambda expression ?
I applied via Campus Placement and was interviewed before Nov 2020. There were 4 interview rounds.
I applied via Referral and was interviewed before Oct 2021. There were 3 interview rounds.
That was 1 hour apti test with subjective questions
This was coding round with DSA. Good basic questions
based on 2 interview experiences
Difficulty level
Duration
based on 56 reviews
Rating in categories
Software Developer
38
salaries
| ₹4.8 L/yr - ₹11.3 L/yr |
Software Engineer
36
salaries
| ₹6.2 L/yr - ₹11 L/yr |
Associate Software Developer
34
salaries
| ₹3.8 L/yr - ₹7.9 L/yr |
Softwaretest Engineer
18
salaries
| ₹4.6 L/yr - ₹10.5 L/yr |
Associate Software Engineer
17
salaries
| ₹4.8 L/yr - ₹6.8 L/yr |
Shah Technical Consultants
Gi Group
Ven Consulting
VHS Consulting