4

4


Already Answered By


1: Question:
2. Arrange the following activities for making a software product using 4GT.
i. Design strategy
ii. Transformation into product
iii. Implementation
iv. Requirement gathering
a) 1, 4, 3, 2
b) 4, 3, 1, 2
c) 4, 1, 3, 2
d) 1, 3, 4, 2


Answer: C

Answered by: aditya panda


+++++++++++++++++++++++++++++++++++++++++

2: Question:
2. Arrange the following activities for making a software product using 4GT.
i. Design strategy
ii. Transformation into product
iii. Implementation
iv. Requirement gathering
a) 1, 4, 3, 2
b) 4, 3, 1, 2
c) 4, 1, 3, 2
d) 1, 3, 4, 2


Answer: C

Answered by: Tarinee Prasad


+++++++++++++++++++++++++++++++++++++++++

3: Question:
2. Arrange the following activities for making a software product using 4GT.
i. Design strategy
ii. Transformation into product
iii. Implementation
iv. Requirement gathering
a) 1, 4, 3, 2
b) 4, 3, 1, 2
c) 4, 1, 3, 2
d) 1, 3, 4, 2


Answer: C

Answered by: aditya panda


+++++++++++++++++++++++++++++++++++++++++

4: Question:
from fastapi import FastAPI
from pydantic import BaseModel
import variables
import telegraf
app = FastAPI()
base="/api/v1/"
from db import MongoDB
from algolia import Algolia
db=MongoDB ( )
al=Algolia()
3
4
5
nten
earch
6
7
8
9
10
11
12
...


Answer: A

Answered by: aditya panda


+++++++++++++++++++++++++++++++++++++++++


Google search results:


1: https://stackoverflow.com/questions/60127234/fastapi-form-data-with-pydantic-model
++++++++++++++++
2: https://github.com/tiangolo/fastapi/issues/1515
++++++++++++++++
3: https://github.com/tiangolo/fastapi/issues/1645
++++++++++++++++
4: https://www.gitmemory.com/issue/tiangolo/fastapi/634/544566900
++++++++++++++++

Report Page