Tell me about yourself. What projects did you work on.
Aws Engineer Interview Questions
649 aws engineer interview questions shared by candidates
'use strict'; var x = 5; var y = 5; function Operations(op1 = x, op2 = y) { this.x = op1; this.y = op2; }; Operations.prototype.sum = () => this.x + this.y; const op = new Operations(10, 20); console.log(op.sum());
Python basics Datatypes, oops, AWS related questions Resume based questions
What is the difference between inheritance and polymorphism? Describe how CI/CD pipeline is set up in your previous project?
My previous projects, and technical questions on AWS, Python
Alcune domande sull'esercizio proposto e alcune di presentazione
S3 storage classes. Lambda functions
All questions based on the previous job
Questions on AWS and services questions on kubernetes Questions on DevOps (docker , Jenkins , ansible)
Which storage class will be used for an object which we need to access once in a year?
Viewing 261 - 270 interview questions