Wa0015.
Wa0015.
AWS Lambda is a serverless compute service that runs your code in response to events
and automatically manages the underlying compute resources for you.
Answer: C) AI systems are created based on algorithms and data derived from human
knowledge and cognitive processes.
41. What is known as definition of done (Dod) in agile ---- The Definition of Done (DoD)
in Agile software development refers to a clear and concise set of criteria that must be
satisfied for a product increment to be considered complete and potentially shippable. It
is used to ensure that all necessary work has been completed and that the product meets
the required quality standards.
The Definition of Done is typically defined at the beginning of a project or during the
planning phase and is agreed upon by the development team, product owner, and other
relevant stakeholders. It may include criteria related to functionality, performance,
security, documentation, and other aspects of the product.
The purpose of the Definition of Done is to provide a shared understanding of what it
means for a task or user story to be completed, helping to prevent misunderstandings and
ensure that the team delivers high-quality, valuable work consistently.
42. does CSS modelers and x path techniques used in jQuery ----------Both CSS selectors and
XPath techniques can be used interchangeably in jQuery, depending on the complexity of
the selection you need to make
43. What is the primary difference between a Variational Autoencoder (VAE) and a standard
autoencoder? - VAEs incorporate a probabilistic approach to encoding data into a latent
distribution, while standard autoencoders use a fixed latent representation.
44. Which of the following components are part of a Variational Autoencoder?
45. In the context of VAEs, what is typically used as the prior distribution in the latent space?
– Gaussian
46. What is a common application of Variational Autoencoders? - Generating synthetic data
sa - mples similar to the training data
47. What is size of array that is 0 to n size – n+1
48. Java is object oriented or not – It IS
49. How to know version of jQuery - console.log($.fn.jquery); or alert('jQuery version: ' +
$.fn.jquery); or console. log(jQuery(). jquery); Aws lamba maximum execution time?
50. What is SPRINT - sprint is a fixed time period during which a specific set of work or
tasks is completed and made ready for review. (2-4 weeks usually)
51. AWS EC2 – Elastic Compute Cloud – allows users to rent virtual computers to run their
own applications
52. What is a unique constraint - a database constraint that ensures all values in a column or a
combination of columns are unique across the rows of a table.
53. Difference Between Amazon RDS and Amazon mongodb – RDS: supports sql languages,
MongoDB: NoSQL document database
54. Difference between EC3 AND EBS – acts like virtual computer || Block storage that is
used with EC2
55. Aws lamba maximum execution time? – 15 min
56. Python is a scripting language – T or F – TRUE
57. Aws nosql database? – YES
58. Scrum master is responsible for? - for facilitating Scrum ceremonies, coaching the team
on Agile practices, removing impediments, protecting the team from distractions,
ensuring adherence to Scrum principles, and liaising with stakeholders. Their primary
goal is to help the Scrum team work effectively and deliver value continuously.
59. Primary has null values but unique has not null values – true
60. Aws warehouse- redshift
61. Ebs traffic use - load balancer
62. Is unique value null : true
63. AWS (Amazon Web Services) is a comprehensive, evolving cloud computing platform
provided by Amazon.
64. devops helps to maximize the conversation between development team and operations
teams? True or False – TRUE
65. Is AWS Lamda Serverless Computing True or False – TRUE
66. In SQL the data is represented in the form of - Ans) Rows and Tables
67. What is not the correct form of declaring ID - Employe Number, Employee
68. Which operator is used to get the Range in SQL- BETWEEN
69. ABS(3.765,2) output? - Ans) Error
70. Html name attribute is obstacle to an anchor tag-true or false – FALSE
71. In DevOps, what does shift-left mean? - practice of moving certain activities or tasks
earlier in the software development lifecycle to improve efficiency and quality.
72. What are html self tags? Br, hr, input, image - br, image
73. In transaction how to revert back to previous version? Rollback