Filter interviews by
Top trending discussions
posted on 15 Mar 2024
Transit gateway is a service that enables customers to connect their VPCs and on-premises networks through a central hub.
Transit gateway simplifies network architecture by allowing multiple VPCs to connect to it, reducing the need for complex peering relationships.
It supports VPN connections, Direct Connect gateways, and inter-region peering.
Transit gateway can also be used to connect on-premises networks to multiple V...
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 resources in a virtual network.
You have complete control over your virtual networking environment, including selection of your own IP address range, creation of subnets, and configuration of route tables and network gateways.
VPC helps in improv...
posted on 1 Sep 2022
I applied via Naukri.com and was interviewed in Aug 2022. There were 3 interview rounds.
Scripts and basic topics
posted on 11 Nov 2024
The 'this' keyword in JavaScript refers to the current object, while the arrow function does not bind its own 'this'.
The 'this' keyword in JavaScript refers to the object that is executing the current function.
Arrow functions do not bind their own 'this' value, instead they inherit the 'this' value from the enclosing lexical context.
Using 'this' in a regular function can lead to unexpected behavior, especially in neste...
let, var, and const are all used to declare variables in JavaScript, but they have different scopes and behaviors.
let is block-scoped and can be reassigned, var is function-scoped and can be reassigned, const is block-scoped and cannot be reassigned
Using let:
let x = 10;
x = 20; // valid
Using var:
var y = 5;
y = 8; // valid
Using const:
const z = 15;
z = 25; // error, cannot reassign const variable
posted on 15 Mar 2024
Transit gateway is a service that enables customers to connect their VPCs and on-premises networks through a central hub.
Transit gateway simplifies network architecture by allowing multiple VPCs to connect to it, reducing the need for complex peering relationships.
It supports VPN connections, Direct Connect gateways, and inter-region peering.
Transit gateway can also be used to connect on-premises networks to multiple V...
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 resources in a virtual network.
You have complete control over your virtual networking environment, including selection of your own IP address range, creation of subnets, and configuration of route tables and network gateways.
VPC helps in improv...
posted on 2 May 2023
I applied via Recruitment Consulltant and was interviewed in Apr 2023. There were 2 interview rounds.
The Linux command for background running process/service is 'nohup'.
The 'nohup' command is used to run a command immune to hangups and with output to a non-tty.
It is often used to run long-running processes or services in the background.
The syntax for using 'nohup' is: nohup command &
The '&' symbol at the end of the command tells the shell to run the command in the background.
Example: nohup python my_script.py &
I applied via LinkedIn and was interviewed before Apr 2023. There was 1 interview round.
3 ques at time in coding round with mid level difficulty
posted on 1 Sep 2022
I applied via Naukri.com and was interviewed in Aug 2022. There were 3 interview rounds.
Scripts and basic topics
based on 2 reviews
Rating in categories
Senior Software Engineer
463
salaries
| ₹9.8 L/yr - ₹30 L/yr |
Software Engineer
288
salaries
| ₹6.1 L/yr - ₹21 L/yr |
Lead Software Engineer
97
salaries
| ₹18 L/yr - ₹39 L/yr |
Senior Associate Software Engineer
96
salaries
| ₹11 L/yr - ₹25 L/yr |
Senior Business Analyst
93
salaries
| ₹11.9 L/yr - ₹23 L/yr |
Fiserv
FIS
Global Payments
First Data Corporation