📰
Questions Test
Type Test
Date @March 11, 2024
Reviewed
Questions
1. Write 5 principles of manifesto software [O]
a. Customer satisfaction is highest priority.
b. Changes requirements are always welcomed.
c. Frequent delivery of working software.
d. Working together on daily basis.
e. Face to face conversation between the team.
2. How can we reduce the gap between the reality and the hypotheses? [O]
a. Continuous observation
b. Continuous experimentation
Questions Test 1
c. Continuous validation
3. What is the Context-Aware System and what are the components? [O]
The CAS is data collected from the environment to adapt their operation
without human intervention. It’s on real-time
a. Storage
b. Processing
c. Sensors
d. Actuator
e. GUI / User interaction
4. Imagine that you’re thinking on conducting an interview, what would you do
before the interview? Select all applies:
Build an empathy map
Introduce yourself
Ask follow-up questions
Prepare yourself
Prepare questions
5. What is the value preposition? [O]
The value preposition is a positioning statements that explains what benefit
you provide for who and how you do it uniquely well. You have say what pain
points you solve with your solution.
6. What is an Analytic Persona? [O]
It’s a user who would benefit himself/their company from knowing what the
analytics engine can produce.
7. What are the business questions and give an example of type 3. [O]
BQ are a list of questions that should be answered with the analytics engine.
Type 3: What is the profile rating average for users?
8. What is the North Star Metric and what is the scenario where you use it? [O]
Questions Test 2
The NSM is the single metric that best captures the core value that your
product delivers to customers.
First we have to have some inputs of the customer, then we process that data
with NST and finally we have the mid/long term impact.
9. What is a Design System? [O]
A Design System is a library of components, styles, guidelines and principles
that are documented and can be reused.
10. What is an usability testing? [O]
It refers to how effectively, efficiently and satisfactorily a user can interact with
a user interface.
11. What are the characteristics of User Experience? Select all applies:
Compatibility
Maintainable
Useful
Accessible
Complementary
Usable
Easy to solve bugs
12. What are the different types of usability testing? Explain one of them [O]
a. Guerrilla testing
b. Remote testing
c. Remote testing + facilitator
d. Lab-based
Guerrilla testing: This type of usability testing is a face-to-face method that we
usually change a drink (coffee) for the user’s attention. It means, if we need
users to test our product, we can ask them for help and give him a reward for
that, it has to be just 15-20 minutes.
12. What is the different between API, SDK and IDE in Android OS? [O]
Questions Test 3
API: It defines how things work together.
SDK: Big toolkit to build software.
IDE: Workspace to use those tools and build the software.
13. What is Transpiling? [O]
It’s like translating code from one language to another. Also, we can see it as a
translator, taking your code and turning it into a different language that the
computer can understand.
14. In flutter we can write code for building android applications and this
language like Kotlin and Java have to compile to Java Bytecode and then go
to the Dalvik bytecode.
True
False
“Flutter uses hot reload and it was designed for not compile to Java Bytecode,
it compiles and direct go to the Dalvik bytecode”
15. What are the layers on Android Operating System Stack? [O]
a. Apps
b. Android Framework
c. Native libraries / runtime
d. Hardware Abstraction Layer (HAL)
e. Linux Kernel
16. What is a Binder? Give an example [O]
A binder allows for invocation of methods on remote objects as if they were
local objects methods.
Example: When we are in a game and there is an options “Open in Facebook”,
if we click on it the binder call Facebook App and open on the screen.
17. What is a quality attribute? [O]
It’s a measurable or testable property of a system that is used to indicate how
well the system satisfies the needs of its stakeholders.
Questions Test 4
18. What is the standard used in software engineering for software product
Quality Requirements and Evaluation? Select all applies:
ISO 25010
ISO 25020
ISO/IEC 22010
ISO/IEC 25010
ISO /IEC 25011
19. What is the iOS Stack and its components? [O]
Dashboard
Spotlight
User Experience
Quicklock
SPringboard
Application Frameworks Cocoa touch
Media
Core Frameworks Core services
Core OS frameworks
Darwin Core OS System
Questions Test 5