Ir al contenidoIr al pie de página
  • Empleos
  • Empresas
  • Sueldos
  • Para empleadores

      Impulsa tu carrera profesional

      Averigua cuánto podrías ganar, encuentra el empleo perfecto y comparte información sobre tu vida laboral y personal de forma anónima.

      employer cover photo
      employer logo
      employer logo

      Ollion

      Empleador activo

      Información
      Evaluaciones
      Pago y prestaciones
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Evaluaciones de Ollion | Empleos en Ollion | Sueldos en Ollion | Prestaciones en Ollion
      Entrevistas en OllionEntrevistas para el cargo de Devops Engineer en OllionEntrevista en Ollion


      Glassdoor

      • Acerca de
      • Premios
      • Blog
      • Contacto

      Empleadores

      • Cuenta de empleador gratuita
      • Centro de empleador

      Información

      • Ayuda
      • Pautas
      • Condiciones de uso
      • Privacidad y opciones de anuncios
      • No vender ni compartir mi información
      • Herramienta de autorización de cookies

      Trabaja con nosotros

      • Anunciantes
      • Oportunidades laborales
      Descargar aplicación

      • Buscar por:
      • Empresas
      • Empleos
      • Ubicaciones

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor", "Worklife Pro", "Bowls" y sus logotipos son marcas comerciales registradas de Glassdoor LLC.

      Empresas seguidas

      Sigue a tus empresas favoritas para estar al tanto de las últimas oportunidades y disponer de información desde adentro.

      Búsquedas de empleo

      Recibe recomendaciones y actualizaciones personalizadas al iniciar tu búsqueda.

      Entrevista para Devops Engineer

      8 de may de 2025
      Empleado anónimo
      Singapur
      Oferta aceptada
      Experiencia positiva
      Entrevista promedio

      Solicitud

      Acudí a una entrevista en Ollion (Singapur) en jun 2021

      Entrevista

      There was a number of rounds: 1. Phone Screening by Talent Acquisition 2. Technical Discussion with Engineer 3. Lambda Evaluation with Engineer 4. Culture Check with Founder The whole interview lasted from June 28 2021 to July 13 2021

      Preguntas de entrevista [1]

      Pregunta 1

      Lambda+APIGateway: CldCvr Hands-On Exercise BEFORE YOU START (IMPORTANT) Please read all the following instructions carefully and adhere to them as closely as possible. Clarify any questions or doubts with the interviewer before you start. This is an open-web interview, so feel free to use any Internet resources you need. Setup Part 1 Using the provided AWS API keys for the given AWS account, write a program that returns a JSON object with the: instance-id instance-type instance-state region of every EC2 instance in the given AWS account, across all AWS regions. You can choose to write your program in any of the languages officially supported by AWS Lambda: Python nodeJS Java C# You may use an official AWS SDK such as the boto3 Python library in your program. The desired output should be JSON similar to: [ . . . { "instance-id": "i-072cXXXXXXXXXXXXXX", "instance-type": "m4.large", "region": "ap-south-1", "state": "stopped" }, { "instance-id": "i-0573XXXXXXXXXXXXXX", "instance-type": "t2.micro", "region": "us-west-2", "state": "started" } . . . ] NOTE: Submit your solution to the interviewer after you complete Part1. Don't proceed to Part2 without the interviewer's approval. bonus points! Instead of sequentially checking the instances in every AWS region (which can easily take upwards of 20 seconds), parallelize your solution! Evaluate every AWS region in parallel, then combine the individual results into a single final list. Part 2 Deploy and run the program you wrote in Part1 as an AWS Lambda Function. Use AWS API Gateway to expose your function as a REST service. Use the official AWS Lambda + API Gateway Getting Started Guide for help if you are new to AWS Lambda. Share the API Gateway URL (for example: https://381dXXXXXXX.execute-api.us-west-2.amazonaws.com/ListAllInstances) with the interviewer. A simple GET request on the APIGateway URL (for example pasting the URL into a browser) should yield the same output JSON from Part1: [ . . . { "instance-id": "i-072cXXXXXXXXXXXXXX", "instance-type": "m4.large", "region": "ap-south-1", "state": "stopped" }, { "instance-id": "i-0b73XXXXXXXXXXXXXX", "instance-type": "t2.micro", "region": "us-west-2", "state": "started" } . . . ] Important! Create your Lambda Function and API Gateway in the Mumbai AWS region (ap-south-1) only. Your API Gateway should be configured to run in Proxy Mode (which is the default option). Your Lambda function will have to return output in a suitable format for Proxy Mode. bonus points! Use a FAAS (Function As A Service) framework such as serverless or apex to deploy and execute your Lambda function.
      Responder pregunta

      Las mejores empresas en cuanto a "Remuneración y prestaciones" cerca de ti

      avatar
      IBM
      3.6★Remuneración y prestaciones
      avatar
      Hewlett Packard Enterprise | HPE
      3.6★Remuneración y prestaciones
      avatar
      Dell Technologies
      3.5★Remuneración y prestaciones
      avatar
      Viridien
      4.0★Remuneración y prestaciones