Pergunta de entrevista da empresa Amazon

What would you do if a web application could not talk to the database?

Respostas da entrevista

Sigiloso

28 de jul. de 2018

I would first verify the database is up, check RDS monitoring to see if anything sticks out. Check the security group of the database to ensure that the port the web app connects to it on has the right source sg/subnets

2

Sigiloso

29 de dez. de 2016

I will check if there is any firewall and check ports if they are open

2

Sigiloso

24 de ago. de 2016

Process of elimination, See if any other apps using the database are down. Try to establish if it's a database server issue. If not I'd move to the firewall and establish port 1521 was open on the database server. If that checked out I would start on the webserver and probably start with rebooting the webserver, since it's down anyway. Start with the simple stuff and work my way through troubleshooting the webserver, is the webserver running, services started, error logs, etc...

9