Misc
General 26 questions
- #1What happens when you type in a URL in an address bar in a browser?
- #2Explain what is an API
- #3What is an API specification?
- #4True or False? API Definition is the same as API Specification
- #5What is an API gateway?
- #6What are the advantages of using/implementing an API gateway?
- #7What is a Payload in API?
- #8What is Automation? How it's related or different from Orchestration?
- #9Tell me about interesting bugs you've found and also fixed
- #10What is a Debugger and how it works?
- #11What services an application might have?
- #12What is Metadata?
- #13You can use one of the following formats: JSON, YAML, XML. Which one would you use? Why?
- #14What's KPI?
- #15What's OKR?
- #16What's DSL (Domain Specific Language)?
- #17What's the difference between KPI and OKR?
- #18What is YAML?
- #19True or False? Any valid JSON file is also a valid YAML file
- #20What is the format of the following data?
{ applications: [ { name: "my_app", language: "python", version: 20.17 } ] } - #21What is the format of the following data?
applications: - app: "my_app" language: "python" version: 20.17 - #22How to write a multi-line string with YAML? What use cases is it good for?
- #23What is the difference between someMultiLineString: | to someMultiLineString: >?
- #24What are placeholders in YAML?
- #25How can you define multiple YAML components in one file?
- #26Explain what is a firmware