Mobile Application Developer
Mobile Application Developer
Result:
Correct!
Question results
Select two programming languages that a Back-End developer has to work
with.
User response:
JavaScript
PHP
Result:
Correct!
Question results
Joshua wants to increase the sales of his business using cell phones or
tablets. Of the following options, which is the most appropriate to achieve
this?
User response:
A mobile application
Result:
Correct!
Question results
A company wants its users to be able to post and share sales offers and add
product photos directly from the camera, as well as answer their buyers'
questions in real time. What type of application is required to be developed?
User response:
Native
Result:
Correct!
Question results
An application is required that allows the user to obtain their location on a
map to view other nearby users and, in addition, allows them to be contacted
through a video call using the camera and microphone. What type of
application is the most appropriate for these needs?
User response:
Native
Result:
Correct!
Question results
Luis has an attractive visual design for his mobile application, which
professional should he hire to develop it?
User response:
Graphic designer
Result:
Correct!
results of the question
An institution that is dedicated to making online courses wants its users to
be able to access the content through their device; The courses consist of
tutorials with video, audio, images, manuals and text. What type of
application is the most appropriate for this development?
User response:
Web-app
Result:
Correct!
Question results
Indicate two options that can help you protect your equipment and the
office's electrical installation.
User response:
Connect equipment to current regulators
Use power strips when necessary
Result:
Correct!
Lesson 2
Select two types of views that must necessarily include the legal notice.
User response:
Corporate application
Store Application
Result:
Correct!
Question results
How can you improve the usability of a mobile application?
User response:
Add menus to all mobile app views
Result:
Correct!
Question results
Choose the two views that must be found in a sales application.
User response:
Privacy Policy
Legal warning
Result:
Correct!
Question results
Select three consequences of a mobile application having poor usability.
User response:
Reduce in-app advertising
Lower user flow
Generates fear in the user
Result:
Correct!
Each mobile application reserves the right to make changes to its views. Is
this statement true?
User response:
True, each mobile application can modify its views to update its original
content
Result:
Correct!
The model that focuses on the interactivity of the user interface is the:
User response:
Designer
Result:
Correct!
Correct!
Lesson 1
Relates what information each work area should obtain from a wireframe.
Result:
Correct!
Question results
A team wants to use a structure and format programming language to start
mobile application development on the Front-End part. For this, they choose
Java. Is this action correct?
User response:
No, because Java is an object-oriented programming language.
Result:
Correct!
Question results
Order the steps you must follow to generate the information architecture.
User response:
1. Classify the information into categories and subcategories depending on
its relevance
2. Hierarchize the content, ordering the content from most to least relevant
3. Design elements that communicate the global scheme with each content
unit
4. Model the actions that the user will perform in the mobile application to
trace navigation paths
Result:
Correct!
Question results
Fernando is in charge of coding a mobile application in the Front-End part.
Select the software you should use for this purpose.
User response:
css
Html
JavaScript
Result:
Correct!
Question results
Eduardo was hired as a mobile application developer in the Front-End part
and must code a navigation map. Order the procedure that must be
followed.
User response:
1. HTML encode the content of each view according to the corresponding
wireframe
2. Code the style of the mobile application in CSS
3. Code in JavaScript to add interactivity in each view
4. Apply ASO techniques for search engines in the app store
5. Manage view and content functionality changes
Result:
Correct!
Question results
Choose the three layers that make up each interaction score of a mobile
application.
User response:
User actions
Process
Direct contact
Result:
Correct!
results of the question
Alejandra has been considered to take part in the planning of a mobile
application. Select three aspects that should be taken into account from the
perspective of a mobile application developer in the Front-End part.
User response:
Design a navigation map with customer information
Design wireframes based on navigation maps
Translate client needs into design objectives
Result:
Correct!
Correct!
Correct!
A mobile application development team in the Front-End part carries out the
design of the information architecture. Select the three products that should
result:
User response:
Interaction Sheet Music
Result:
A Front-End mobile application development team will choose the right tools
to do their job. The team makes the following selection:
1) JavaScript
2)HTML
3) PHP.
What mistake did the team make?
User response:
Select PHP, since that tool is used in Back-End development
Result:
Correct!
Lesson 2
Correct!
Question results
Indicates the three extensions used by the main files of a mobile application
project
User response:
css
js
html
Result:
Correct!
Question results
Developing an application requires three main sections that can be
accessed from the main view. Select which of the following templates works
to fulfill that functionality.
User response:
tabs
Result:
Correct!
Question results
Arrange the following words to create a new blank project called "Project1."
User response:
1. ionic
2. start
3. Project 1
4. blank
Result:
Correct!
Question results
To develop a new project it is necessary to create a folder called
"Application" in a folder called "Projects". Select which commands you
should use to perform this procedure.
User response:
cd to enter the directory and mkdir to create a new folder
Result:
Correct!
Question results
You want to create a new folder and check if it was created, which of the
following options is the correct answer?
User response:
mkdir to create a new folder and dir to check if it was created
Result:
Correct!
Question results
Order the steps to create a new environment variable.
User response:
1. Open computer in file explorer and click on system properties
2. Select advanced system settings and then environment variables
3. Create a new environment variable by clicking the new button
4. Assign a name to the variable and the path as the value of the
environment variable
Result:
Correct!
Question results
You want to implement the use of the device's camera in the development of
an application, which of the following commands installs the necessary
elements for the use of these plugins?
User response:
bower install -g ngCordova
Result:
Correct!
Correct!
Question results
Order the procedure for saving a file in a specialized text editor.
User response:
1. Open the specialized text editor
2. Go to file and create a file
3. Give the file a name
4. Save the file to the site folder
5. Save the file with .html extension
Result:
It takes you a long time to write your code and it usually has syntax
problems. What package should you download to improve this aspect?
User response:
Autocomplete
Result:
Correct!
What is the file that contains the main view of the application and the routing
to other views of it?
User response:
index.html
Result:
Correct!
Correct!
Order the steps to install and configure the mobile application development
kit
User response:
1. Run the Mobile App Development Kit IDE
2. Find and install IDE updates and necessary packages
3. Open the SDK Manager
4. Select the packages to install from platforms
5. Select all SDK tools packages
6. Select all SDK Update Sites options
7. Install the packages
Result:
Correct!
Correct !
Lesson 3
An application has a problem with the way the content displayed in the views
is distributed, what extension does the file that has the problem have?
User response:
.html
Result:
Correct!
Question results
Orders the steps carried out in the testing and compilation process of a
mobile application.
User response:
1. Open the command terminal
2. Enter the project directory
3. Test the application on the server
4. Enter the build command
Result:
Correct!
Question results
Analyze the following code and select which of the following options best
describes the actions it performs.
User response:
Define a new controller with the name controlList and use the delete function
Result:
Correct!
Question resultsQuestion results
An application that is responsible for registering products from a store
presents an error, since when pressing the option to edit a product it enters
the view to create a new product. Which of the application files has this
error?
User response:
app.js
Result:
Correct!
Question results
Correct!
Correct!
Correct!
The team that developed a mobile application needs to know where the
application installation file is located to perform tests on a mobile phone.
Which of the following folders should they enter to find the file?
User response:
To the folder that is called the same as the file extension
Result:
Correct!
Correct!
Correct!
Correct!
An application view requires the parent view to load content that is defined in
another file. Which of the following procedures should you apply to perform
this action?
User response:
Change content label to ION-NAV-VIEW
Result:
Correct!
Correct!
Analyze the following code and indicate which of the following descriptions it
corresponds to.
User response:
Schedule a new state called url: List with file view /List
Result:
A state in the navigation of an application shows a view other than the one
that should be assigned, which of the following attributes presents the
problem?
User response:
templateUrl
Result:
Correct!
Select three commands that are used in compiling and simulating the
application.
User response:
ionic-platform
ionic-serve
ionic-build
Result:
Correct!
Lesson 1
Correct!
Question results
Representatives from each area of a company in charge of mobile
application development meet to evaluate the company's general
performance and identify its areas of opportunity. What mechanism should
they apply to identify risks?
User response:
Process analysis, facilitating the identification of risks in each area of the
company
Result:
Correct!
Correct!
Question results
A mobile application developer in the Front-End part observes that there is a
recurring problem in the development of a functional module that does NOT
allow its release to the platform. However, there is NO error in the code.
What should you do to solve the problem?
User response:
Update development applications and code libraries
Result:
Correct!
Question results
Due to the workload, graphic designers make many mistakes and time is
wasted in correction. As a mobile application developer you identify this
situation as one:
User response:
Weakness
Result:
Correct!
Question results
Speaking of the software used for risk analysis, which of the following
statements is correct?
User response:
The risk analysis program is only used when it is necessary to carry out an
in-depth study
Result:
Correct!
Select the three main data that must be included in the code when changes
are made, to maintain correct control.
User response:
Name of person responsible for the change
Change approval, start and end dates
Project name and affected module
Result:
Correct!
Question results
When creating a schedule of activities, you must write in the horizontal cells
the times in which you will carry out each activity; Vertically, you must write
the objectives you want to achieve. This statement is:
User response:
Correct, this way the objectives are better appreciated
Result:
Correct!
Question results
Select the option that represents a weakness that a mobile application
project may have.
User response:
Lack of visibility in the registration and login section
Result:
Correct!
Question results
A mobile application developer in the Front-End part observes that there are
system functionalities that have NOT been used by users. What is the action
you should take regarding these functionalities?
Eliminate them, because they impact the performance of the application and
therefore its profitability
Result:
Correct!
Question results
An important client of a mobile application project advances its delivery date,
conditioning the renewal of its contract. To address this risk, managers
interview the most experienced team member to find out if it is possible to
finish the project with the new date. Was the mechanism that was applied
the most efficient?
User response:
No, these types of threats are always considered in project planning and are
not considered risk.
Yes, since the experienced employee has better knowledge of the progress of the
project development
Result:
Question results
The use of the qualitative method in risk analysis is justified when:
User response:
The risk level is low and does not greatly affect the project
Result:
Correct!
Question results
An important client of a mobile application project advances its delivery date,
conditioning the renewal of its contract. To address this risk, administrators
interview the most experienced team member to find out if it is possible to
finish the project with the new date. Was the mechanism that the
administrators applied the most efficient?
User response:
Yes, since the experienced employee has better knowledge of the progress
of the project development
No, these types of threats are always considered in project planning and are not
considered risk.
Result:
Order the steps you must follow to evaluate changes to a mobile application.
User response:
1. Impact assessment
2. Search for alternatives
3. Development board approval
4. Adjustments to the development plan
5. Notification to all stakeholders
6. Management according to the new plan
Result:
Correct!
Question results
Of the following options, which represents a strength of a mobile application
project?
User response:
The work team is very efficient and respects delivery dates
Result:
Correct!
Correct!
Which of the following tools will allow you to more easily create a schedule
of activities?
User response:
Spreadsheet
Result:
Correct!
Question results
The administrators of a mobile application project set the delivery deadline 3
months from today. A month later, customers decide that it should be
delivered a month early. What delivery date must be respected?
User response:
That of the clients, with an increase in the budget to cover overtime
Result:
Correct!
Correct!
Results
Lesson 1
Which of the following statements refers to ASO?
User response:
Process by which the positioning of an application in an application store is
improved
Result:
Correct!
Question results
Correct!
Question results
Select three elements that should be taken into account during the
monitoring phase of the ASO process.
User response:
Evaluate user feedback on your app and compare it to your competitors
Compare your own rankings with those of the competition
Analyze search results for app keywords
Result:
Correct!
Question results
Select three elements that should be taken into account during the analysis
phase of the ASO process.
User response:
Identify top-ranked apps that use the same keywords as your own app
Detect strengths and weaknesses by observing the competition's
application sheets
Monitor the rankings of the categories in which competing applications are
found
Result:
Correct!
Question results
Select three elements that must be taken into account during the
optimization phase of the ASO process.
User response:
Define the app name according to the app store rules
Include an attractive and functional video that encourages users to install
the application
Design an icon according to the characteristics and functions of the
application
Result:
Correct!
Question resultsQuestion results
Indicate which of the following are ASO On-metadata factors.
User response:
Application icon
Application Category
Application name
Result:
Correct!
Question resultsQuestion results
They are those ASO factors of an application on which we can exert a direct
influence.
User response:
On-metadata
Result:
Correct!
Question results
What is the purpose of the ASO process?
User response:
Monitor the positioning of competing applications in relation to your own
Result:
Correct!
Correct!
Question results
Correct!
Correct!
Question results
Select three elements that must be taken into account during the
optimization phase of the ASO process.
User response:
Include an attractive and functional video that encourages users to install the
application
Define the app name according to the app store rules
Design an icon according to the characteristics and functions of the
application
Result:
Correct!
Correct!
Correct!
Question results
What is the developer console for?
User response:
It is a platform that allows us to manage the publication of applications in a
digital store
Result:
Correct!
What should you do to show the user some of the features and functions of
the application without installing it?
User response:
Making use of screen and video impressions in the app store
Result:
Correct!