Posts

Linux Interview Questions:

 1).How to check kernel version of linux os? 2).How to check ip address of server? 3).How to get the default gateway of server/ 4).what is ulimit? 5).How to check which rpm has created /etc/passwd file? 6).Disk space is still full even after deleteing a file of 5GB? 7).How to ssh to oyur server? 8).Sudo bash vs sudo su - 9).what is use of curl ? 10).what is the use of wget? 11).what is filename to manage dns entries on linux ? 12).what is the use of /etc/hosts entries? 13).what is the use of w command into linux ? 14).How to kill all process of any user? 15).How to mount disk permantenly? 16).How to check hidden files and how to create it? 17).How to start process at startup time? 18).what does nameless directory represent? 19).How do you check for free disk space? 20).How do you manage services on a server? 21).How do you check size of a directory or file on your  system? 22).How do you check open port on linux server? 23).How do you check cpu usage for a process? 24).How do ...

AWS Interview Questions:

 nandhiniselvaraj782@gmail.com 1).How to configure the nat gateway into aws environment 2).How to configure the autoscalling group into aws environment? 3).How to configure the aws certificate manager into aws environment ? Aws certificate Manager: 4).vpc transits gateway into aws environment? 5).what is lamba and what is the lamda function into aws  environment? -------------------------------------- 1).How to troubleshoot the ec2 kernel panic issues into ec2 environment? 2).how to recover the elastic ip which your missing? 3).ssh is not connecting .So how to troubleshoot it ? 4).what is vpc endpoint service and how to configure the vpc endpoint service? 5).difference between the security groups and nacl into aws environment ?

AWs Interview Questions

 1).How to troubleshoot the aws ec2 kernel panic issue into aws environment? stop the ec2 instances take the snapshot for panic ec2 instances  2).How to recover the elastic ip which you are missing? recovering the elastic ipddress for using below methods: you cannot recover the elastic ipaddress. maybe those ipaddress are allocated to the another aws account exceeding your elastic ip address limit. we can recover the elastic ipaddress using he aws ec2 api or cli only copy the ipaddress somewhere go to the Cmd prompt: and login using the aws configure . aws ec2 allocate-address --domain vpc --address elastic ipaddress  in this way we can recover the elastic ip .. 3).ssh is not connecting . So how to troubleshoot the issue with in it ? first checking the security groups next we have to check the public subnet (weather the igw route is added or not) next am going to check the status check of your instances  instances status check and system status check we have to check...

AWS Interview Questions:

 1).could you please explain the spot instances and configuring about the spot ec2 instances into aws environment ? 2).what is the mfa and how to configure the mfa into iam ? 3).security groups and tell about it the concepts 4).vpc endpoints and how to configure the those things ? 5).vpc flow logs 6).AWS CLI into aws environment? ------------------------------------------------ AWS Interview Questions: 1).IAM roles into aws environment: 2).Custom IAM role and policy into aws environment? IAM Role : which is used to establish the communication between the different iam services into aws environment IAM policy into aws environment: which is use to tell us what kind of activity you can perform on each services into aws environments: maybe it would be like as the, read ,write and execute  How to create IAM role and policy into aws environment? first create the iam role without allocated the policy: give the aws services choose use case or aws services then don't choose any policy ...

SQL Interview Questions:

 SQL Interview Questions: sql interview questions: 1).What is sql? 2).what are the subsets of sql? ddl -dattruncatea definitaion laungade = create ,alter,drop, dml dcl tcl --------------------- 1).create the database : insert,update,delete,select sql for beginners : 1).how to create the table? 2).How to insert the values and rows into the tables? 3).How to update the table into sql? for example am entring the john age is wrong. so i need to chnage the 25 . so for that situvation we have to use the upadte command into sql . so , we can execute the command like as the, update student  set  age =23 where name='john';   4).How to delete the rows from the paticular tables and delete the compeplete table? ------------------------------------------------------ 1).How to create the customer table into sql databases? 1)sql practice questions? 1).How to create the customer table into sql? create table customer (customer_id varchar(200),customer_name varchar(200),customer_addre...

Aws Interview Questions

 1).Master ec2 spot instances : ultimate guide to massive savings: how to setup and configure the spot instances into our aws environment? first am goin go setup the network setup: next am going to create the two subnets . one is public subnet and another one is private subnet next am going to craete the two route tables in first route table we are going to attach with the public subnets in our second route table we are going to attach with the  private subnets next am going to add the igw routes with the public subnet route tables first am going to take the public subnet .  here we can see the fleet of ec2 instances  then go to the ec2 service under we have to see sopt request click on request spot instances. launch parameters use the launch template first am going to craete the launch template  then choose the launch template after launch instances whener we are working with the ec2 server , we will get the two keys .  one is private key and another one i...

Aws Interview Questions

Aws Interview Questions: 1).How to configure the bastion host into aws enviroemnt> and what is the bast host into aws enviroemnt? 2).what is the security groups into aws enviroemnt? 3)vpc endpoints in vpc (Aws environment)? --------------------------------------------- 1).how do you upgrade or downgrade a system with near zero downtime? 2).what are the tools and technoques that you can use in aws to idemtify if you are paying more then you should be and how to correct it? 3). Is there any other alternative tool to log into the cloud environment other than console? 4)).what services can be used to craete a centralized logging solutions? 5).what services can be used to craete a centralized logging solutions? 6).what are the native aws security logging capbalities into aws enviroemnt? aws config  aws cloudtrail service 7).what is a DDos attack, and what services can minimize them? 8).You are trying to provide a service in a particular region, but you do not see the service in that ...