BloqueIII Flashcards

1
Q

<p>¿Con qué<strong>código http</strong> de status devuelve un <strong>error</strong> un servicio web <strong>SOAP</strong>?</p>

A

<p>Error 500 + xml (soap-fault)</p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

<p>En <strong>CSS</strong>¿Cómo se llaman los <strong><em>recursos</em></strong>a través de los cuales podemos determinar unos <strong>estilos</strong> diferentes en función del <strong>dispositivo</strong> (altura</p>

A

anchura

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

<p>¿Qué es la <strong>herencia </strong>en <strong>css</strong>?</p>

A

<p>El funcionamiento de CSS mediante el cual una propiedad heredable (no todas los son por defecto) se transmite de una etiqueta a sus hijos</p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

<p>¿Cómo se llama al estandar <strong>equivalente</strong> a los selectores en <strong>CSS</strong> para referirse a un(os) <strong>nodo(s)</strong> dentro de un <strong>XML</strong>?</p>

A

<p>XPath</p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

<p>¿Cómo se define una <strong>enumeración</strong> en <strong>XSD</strong>?</p>

A

<p>@Target(...)<br></br>@Retention(...)<br></br>public @interface Seguridad</p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

<p>¿Existe algún estandar para <strong>JSON</strong>? ¿En <strong>java </strong>hay algún <strong>API</strong>? ¿y <strong>librerías</strong>?</p>

A

<p>Estandar ECMA 404</p>

<p>En Java el API se llama JSON-P y las librerías más usadas son Jackson y GSON</p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

<p>¿Qué hace el <strong>comando GIT <em>checkout develop</em></strong>?</p>

A

<p>Cambiarte de rama a <em>develop</em> y actualizarte el <em>working directory</em></p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

<p>¿Qué es <strong><em>logback</em></strong>?</p>

A

<p>Es una librería de generación de mensajes de log como<em>log4j</em></p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

<p>En <strong>.NET</strong> ¿Aqué se refieren las <strong><em>Properties</em></strong>y que equivalencia tienen en Java?</p>

A

<p>Es una forma de acceder a ciertos campos de los objetos (modificación y consulta). En Java se les llama métodos <em>getters </em>y <em>setters</em></p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

<p>En <strong>.NET</strong> ¿Qué es un <strong>atributo</strong> y para qué sirve? ¿Alguna semejanza con Java?</p>

A

<p>Un atributo es un elemento de programación que nos sirve para proporcionar información de configuración en el propio código fuente<br></br>En Java el equivalente son las anotaciones</p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

<p>¿Qué <strong>lenguajes</strong> conoces para realizar la <strong>descripción</strong>/documentación de un <strong>API REST</strong>?</p>

A

<p>SWAGGER/OpenAPI (json y xml)<br></br>WSDL 2.0 (xml)<br></br>WADL (xml)<br></br>RAML (yaml)</p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

<p>¿Qué es y para que nos sirve <strong>SASS</strong>?</p>

A

<p>Un preprocesador de CSS. Su utilidad principal es escribir con más potencia y flexibilidad <em>código CSS</em></p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

<p>¿Para qué sirve la herramienta <strong>Bower</strong>? ¿Y <strong>Grunt</strong>?</p>

A

<p>Bower es un gestor de paquetes/dependencias (tira del fichero bower.json). Ahora se han impuesto las herramientas npm y yarn</p>

<p><br></br>Grunt es un automatizador de tareas escrito en Javascript. Otro muy usado es Webpack</p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly