0% found this document useful (0 votes)
10 views4 pages

Wa0015.

Uploaded by

AB gamers inn
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views4 pages

Wa0015.

Uploaded by

AB gamers inn
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

1. Aws lamda is used for ?

AWS Lambda is a serverless compute service that runs your code in response to events
and automatically manages the underlying compute resources for you.

AWS Lambda is an event-driven, serverless computing platform provided by Amazon as


a part of Amazon Web Services. It is designed to enable developers to run code without
provisioning or managing servers. It executes code in response to events and
automatically manages the computing resources required by that code.
2. Ec2 is compute sercice or not?
It is.
3. Syntax for definition an array?
Datatype array_name [size 1][size 2] . . . . . [size n];
4. Accessing an element from array syntax
array = [10, 20, 30]
element = array[1]
5. How to add constraint to a table
ALTER TABLE table_name
ADD CONSTRAINT PRIMARY KEY (col1, col2);
6. How divert the traffic in cloud (elb is answer)
Elastic load balancer
7. Data ware housing – redshift
8. Min no. Of joints req to join n+1 tables – n joints
9. Is python open source – YES
10. Which of the following statements best describes the relationship between AI and human
brain input?

A) AI systems are developed entirely independently of human cognitive processes.


B) AI systems require continuous direct input from human brains to function effectively.
C) AI systems are created based on algorithms and data derived from human knowledge
and cognitive processes.
D) AI systems can operate without any human influence or design principles.

Answer: C) AI systems are created based on algorithms and data derived from human
knowledge and cognitive processes.

11. Ai generated fashion trend true/false – TRUE


12. If you execute the query SELECT * FROM employees WHERE salary > 50000;, what
does the * symbol represent in the output?

A) A wildcard character that selects all columns from the table


B) A wildcard character that selects all rows from the table
C) A specific column named *
D) A function that aggregates salary data
Answer: A) A wildcard character that selects all columns from the table

13. In a SQL query, what does the DISTINCT keyword do?


A) It removes duplicate rows from the result set.
B) It displays only the distinct column names.
C) It changes the data type of a column.
D) It counts the number of distinct values in a column.
Answer: A) It removes duplicate rows from the result set.
14. What does the ORDER BY clause do in a SQL query? - It sorts the result set based on
one or more columns.
15. Given the query SELECT COUNT(*) FROM orders;, what does COUNT(*) return? -
The number of rows in the orders table
16. In a SQL query, how do you select the top 5 highest salaries from the employees table in
SQL Server? – SELECT TOP 5 salary FROM employees ORDER BY salary DESC;
17. What does the GROUP BY clause do in a SQL query? - It combines rows that have the
same values in specified columns into summary rows.
18. What is the purpose of the HAVING clause in a SQL query? - To filter groups of records
after the GROUP BY clause has been applied.
19. EC2 Compute service or not {True/false} – TRUE …….ELASTIC COMPUTE CLOUD
20. Is unique value null : true
21. What in AWS do we use for business intelligence and database management - Redshift,
Quicksight, Athena
22. What is DevOps used for - used to streamline and automate the software development
and deployment process, enhancing collaboration, efficiency, and quality across
development and operations teams.
23. Lambada code snippet –
Add = lamda x,y : x+y → res = add(1,2) → print(res)
24. What do we use for a self close tag – “/”
25. What tag do we give for audio url - <audio>
26. Genai uses large data sets t or f – TRUE
27. Gen ai In medical field lo patients ki ela use avtundi - diagnostics, medicines, virtual
health assistant
28. Can we use optional else in For, while .... Ans- true
29. In a code snippet (. lambda 2 times .. ans- 24)
30. Promt to open or run python in command prompt – python
31. If events occur in js does the code run – True
32. * Can a primary have null value – no
33. Can Gen ai can accurately protray human emotions – NO
34. Rdbms-- relational database management language
35. Invocation period of AWS lambda---15 mins
36. Purpose of s3 in AWS --- object storage
37. Which use variational auto encoders---- generative modelling,anomaly detection, data
imputation, representation learning, domain adoption
38. Which of the following is used in natural language processing (NLP)---- transformer
39. What is the main object of dev secops---- prioritising the security( any option with word
"security")
40. In which s/w development model both testing and development happens parellelly ---- v
model

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?

A) Encoder and Decoder


B) Generator and Discriminator
C) Classifier and Regressor
D) Feature Extractor and Aggregator

Answer: A) Encoder and Decoder

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

You might also like