your organization plans to migrate its application development to use docker containers running in azure. you need to suggest an azure resource that supports container orchestration and high availability. which azure resource should you recommend?

Answers

Answer 1

Since your organization plans to migrate its application development to use docker containers running in azure, the azure resource that I recommend is Azure DevOps and Azure integration.

What is Azure DevOps?

When creating software, developers, project managers, and contributors work together under the umbrella of Azure DevOps, which fosters a collaborative culture and set of procedures. It enables businesses to produce products and make improvements more quickly than they could with conventional software development techniques.

The preferred method for packaging, deploying, and managing cloud apps is moving toward containers. Without needing to manage any virtual machines or use a higher-level service, Azure Container Instances provides the quickest and easiest way to run a container on Azure.

Hence, The following will be possible with Azure DevOps and Azure integration with Docker: Utilizing the Azure DevOps Hosted Linux agent, create unique Docker images. The Docker images should be uploaded and kept in a personal repository. Run the images inside of Docker and deploy them.

Learn more about Software from

https://brainly.com/question/24852211
#SPJ1


Related Questions

you are given a string s containing lowercase english letters your task is to calculate the minimum number of letters that need to be removed in order to make it possible to build a palindrome from the remaining letters

Answers

A simple solution is to take each subsequence out one at a time and then check to see if the resulting string is a palindrome. Exponential temporal complexity characterizes this solution.

What are a string and its uses?

A string is typically a series of characters used in computer programming, either as a literal constant or as a type of variable. The latter can either have a fixed length or allow for element mutations and length changes. A string is often regarded as a data type and is frequently implemented as an array data structure made up of bytes (or words) that use character encoding to hold a sequence of components, typically characters.

The ability to return a number's variant (String) representation is a function of a string.

To learn more about a string, use the link given
https://brainly.com/question/15683939
#SPJ1

there are two commands that we can use to save new configuration changes that we apply to the switch. what are these two commands?

Answers

end & 'Ctrl + Z' are the two commands that we can use in this case

What are the two commands used?

Type the end command or press the CTRL+Z keys simultaneously on the keyboard to exit any prompt, even the privileged EXEC mode.

The following are the uses for ctrl+z and exec mode:

1) Undo the operation

2)end helps you to get back to the one you are searching for

configuration changes:

When you alter component data that is subject to change control, a configuration change happens. Specific component fields and classification attributes are subject to change control. Configuration information refers to the fields and attributes you choose to use for change control.

Hence to conclude ctrl + z and end are the two commands we need

To know more on keys follow this link below:

https://brainly.com/question/24847632

#SPJ4

use any language to complete this challenge. the implementation is up to you: it can be a command-line application or have a graphical interface. your application should collect a name and robot type from the types we list below. for each, it should create a robot of the type the user chooses, e.g. larry, bipedal. given the list of tasks below, your application should then assign the robot a set of five tasks, all of which complete after a duration that we show in milliseconds. collect a name and robot type from user. instantiate a robot of the type provided by the user with the name provided by the user for example: bipedal, larry set up methods on robot to complete tasks from the provided list

Answers

This given provblem is solved by Java Programming.

What is Java Programming?

Java is a programming language used by programmers to create applications for laptops, data centers, game consoles, scientific supercomputers, mobile phones, and other gadgets. According to the TIOBE index, which ranks the popularity of programming languages, Java is the third most popular programming language in the world, behind Python and C.

Code for given Problem:

[

 {

   description: 'do the dishes',

   eta: 1000,

 },{

   description: 'sweep the house',

   eta: 3000,

 },{

   description: 'do the laundry',

   eta: 10000,

 },{

   description: 'take out the recycling',

   eta: 4000,

 },{

   description: 'make a sammich',

   eta: 7000,

 },{

   description: 'mow the lawn',

   eta: 20000,

 },{

   description: 'rake the leaves',

   eta: 18000,

 },{

   description: 'give the dog a bath',

   eta: 14500,

 },{

   description: 'bake some cookies',

   eta: 8000,

 },{

   description: 'wash the car',

   eta: 20000,

 },

]

{

 UNIPEDAL: 'Unipedal',

 BIPEDAL: 'Bipedal',

 QUADRUPEDAL: 'Quadrupedal',

 ARACHNID: 'Arachnid',

 RADIAL: 'Radial',

 AERONAUTICAL: 'Aeronautical'

}

Learn more about Java click here:

https://brainly.com/question/26642771

#SPJ4

Which line of code makes the character pointer studentpointer point to the character variable userstudent?

char userStudent = 's';
char student Pointer;

a. user Student = studentPointer;
b. studentPointer = &user Student
c. studentPointer = &user Student:
d. user Student = 'studentPointer;

Answers

The correct answer is the option c. studentPointer = &user Student;

The address of another memory cell can be stored in a pointer, which is a special memory location. Pointer could therefore be a pointer that only points to locations that contain characters. Characters are stored in contiguous memory locations using character

A data type called a string is used to store an array's series of characters. In C, a pointer to a string can point to the array's first character, which is the array's starting address. In C, a string's final character is always a null character (\0), signifying that the string has ended.

The starting address of the array, or the first character in the array, can be referred to using a pointer to string.

The character stored at the location can be determined by dereferenceing these pointers using the asterisk * operator. The storage of multiple strings is possible with both pointer variables and 2D arrays.

To learn more about Pointers click here:

brainly.com/question/29063518

#SPJ4

which of the following method of threat hunting includes disrupt, deny, destroy, and degrade actions?
a. Threat Feeds
b. Intelligence Fusion
c. Maneuvering
d. Security Advisory

Answers

Method of threat hunting includes disrupt, deny, destroy, and degrade actions is Maneuvering.

What Threat hunting?

Threat hunting, also referred to as cyberthreat hunting, is a proactive method for finding ongoing, unremedied threats within the network of a company.

What is Maneuvering?

To execute a maneuver in military or naval operations in order to get the upper hand. Before it was prepared to attack, the regiment maneuvered for several days. : to make a sequence of positioning and direction modifications with a purpose in mind.

Threat hunting is an essential component of safety activity benefits and should be incorporated from the outset. Threat hunting, which goes beyond conventional recognition innovations like security data and occasion the board (SIEM), endpoint location and reaction (EDR), and others, is the art of finding the questions in the environment. Hunting can be done using a variety of tactics, and your group can decide which one best suits your objectives.

Learn more about threat hunting click here:

https://brainly.com/question/20595926

#SPJ1

CompTIA and many techs refer to a CIDR address as a ___________________ address, meaning the subnet used does not conform to the big three: A, B, or C)

Answers

CompTIA and many techs refer to a CIDR address as a range of IP addresses, meaning the subnet used does not conform to the big three: A, B, or C.

What is CIDR?

Classless Inter-Domain Routing (CIDR) is a network address range. A CIDR address is similar to an IP address, but it ends with a slash followed by a number. The number following the slash denotes the number of addresses in the range.

IP addresses are represented as a prefix in CIDR notation, and a suffix is added to show how many bits are in the complete address. A slash mark separates the suffix from the prefix.

Learn more about Subnet:
https://brainly.com/question/15055849
#SPJ1

CODEHS PLEASE HELP ME(check attached pic)

Answers

Answer:

JavaScript Notation (If it is not JavaScript, Comment on this problem and I will immediately change it.)

var width = prompt("Input width.")

var length = prompt("Input length.")

if (length === width) {

    console.log(length*width , " is your area of the square.")

} else {

    console.log(2*length*2*width , " is your perimeter of the rectangle.)

In an interview, you were asked to explain the steps involved in a successful authentication by a radius server. How should you answer?.

Answers

The access point receives a request from the supplicant (AP). The AP requests credentials from the user.

What is radius server ?In order to authenticate dial-in users and grant them access to the required system or service, remote access servers can communicate with a central server using the client-server protocol and software known as RADIUS.On a UNIX or Windows server, a RADIUS Server is a background process that operates. It enables you to keep track of user profiles in a main database. As a result, if you have a RADIUS Server, you can decide who can access your network.The RADIUS Client makes requests to the RADIUS Server whenever a user tries to connect to it. Only once the RADIUS Server authenticates and approves the user can the user establish a connection to the RADIUS Client.The precise makeup of the RADIUS ecosystem affects how the RADIUS Server functions. All servers do, however, support AAA. A RADIUS Server may also function as a proxy client for other RADIUS Servers in some RADIUS ecosystems.

To learn more about radius server refer :

https://brainly.com/question/28529631

#SPJ4

i really need help on this

Answers

A privacy setting guide that would fit the above description is:

Ensure that cookie settings are restricted to zero or only necessary cookiesEnable AD block on the browserDisable "Push Metadata"Disable collection of Usage DataDisable share live location Use strong passwordsUse Two-Factor Authentication (Don't use SMS)Remove personal details such as contact, birth etc from public access etc.

What is a privacy settings guide?

Many websites and apps include privacy options that allow you to limit who may view your profile and what information visitors can see.

Privacy Guide, developed by Go. ogle's Safety Engineering Center (GSEC), is a step-by-step guided tour of some current privacy and security features in Chrome — so you can make and manage the correct choices for you in one place.

You can utilize privacy settings to indicate whether or not you agree to the collection, usage, and dissemination of your personal information.

That is why it is critical to choose and establish privacy settings on all social media accounts, internet services, devices, and browsers that you are comfortable with.

Learn more about privacy settings:
https://brainly.com/question/13650049
#SPJ1

a jquery selector includes all but one of the following. which one is it?
a. $ sign
b. parentheses
c. quotation marks
d. dot operator

Answers

A jQuery selector includes all but one of the following. The one that it does not include is: dot(.)operator (Option D)

What is a jQuery selector?

You can use jQuery selectors to pick and alter HTML elements (s). jQuery selectors are used to "find" (or select) HTML components based on their name, id, classes, types, attributes, attribute values, and many other criteria. It is built on the current CSS Selections and includes some new selectors of its own.

Selectors are used in CSS to target HTML components on our web pages that we wish to customize. There are several CSS selectors available, enabling for fine-grained accuracy when styling items.

Learn more about jQuery selector:
https://brainly.com/question/13135117

#SPJ1

when do you use the following sequence of commands: pivottable tools -> analyze -> pivottable -> options -> generate getpivot data?

Answers

Prevent Excel from using GETPIVOTDATA function.

What is Excel ?

A piece of software developed by Microsoft that employs formulas and functions to organize data and numbers using spreadsheets. Financial analysis is performed by companies of all sizes using Excel analysis, which is widely used worldwide.

What is Financial analysis?

Financial analysis is the process of assessing the performance and suitability of businesses, projects, budgets, and other financial-related transactions. Financial analysis is frequently used to determine whether a company is solid, solvent, liquid, or profitable enough to justify a financial investment.

By typing = (the equal sign) in the cell you want to return the value to and clicking the PivotTable cell that contains the data you want to return, you can quickly enter a straightforward GETPIVOTDATA formula.

Under Excel Lookup and Reference functions, the GETPIVOTDATA Function is listed. An Excel Pivot Table can use the function to extract data from specific fields. The Pivot Table is frequently employed in financial analysis to enable more thorough analysis of given data.

Learn more about GETPIVOTDATA click here:
https://brainly.com/question/29034341
#SPJ4

what syntax is used to target a device based on its features by adding a feature and its value to the media attribute?

Answers

The proportion between the display's width and height is known as the aspect ratio of a display device. The width and height are represented by the two values (x:y), which are separated by a colon.

What are the syntax function target device feature?

The study of syntax focuses on the relationship between sentence structure and other linguistic information, including phonology, morphology, semantics, and pragmatics.

Therefore, Syntax is the structure used to arrange words and phrases to generate sentences. Let's take a look at an illustration of how the syntax of a sentence might be changed.

Learn more about syntax function here:

https://brainly.com/question/14213243

#SPJ1

Manufacturing production systems
can be classified as

Answers

Answer:

Job-shop, Batch, Mass and Continuous production systems.

Answer:

Explanation:

Production systems can be classified as Job-shop, Batch, Mass and Continuous production systems.

Which of the following addresses is not allowed on the Internet?
A. 191.192.168.1
B. 191.168.169.254
C. 172.32.255.0
D. 172.31.12.251

Answers

Answer: D: 172.31.12.251

write a program that computes how much the user owes for parking in a particular parking garage. the garage charges $4.25 per hour. however, the minimum amount they charge is $7. this means that if the total comes to something less than $7, the user is still charged $7. in addition, if the user was parked for more than 3 hours, they earn a 25% discount. for example, if they were parked for 4 hours, they would owe $17. but since they were parked for more than 3 hours, they get 25% off and only owe $12.75. follow the comments in main to ask the user how many hours they parked and compute their total.

Answers

Using the knowledge in computational language in JAVA it is possible to write a code that computes how much the user owes for parking in a particular parking garage.

Writing the code:

import java.util.Scanner;

public class Discounts {

public static void main(final String [] args) {

 System.out.println("How many hours have you been parked ?");

 final Scanner s = new Scanner(System.in);

 final int hours = s.nextInt();

 final double chargePerHour = 3.50 ;

 final double totalCharge = hours * chargePerHour;

 if(totalCharge > 20.0) {

  System.out.println("You owe $20.0");

 }

 else {

  System.out.println("You owe $" + totalCharge);

 }

}

}

See more about  JAVA at brainly.com/question/12975450

#SPJ1

Dana is creating a table that will show books for sale on a bookstore’s website. Which field in the table would best serve as its primary key?

a. BookID or ISBN
b. Author
c. Title
d. PageCount

Answers

The most suitable primary key for the table containing books for sale on a bookstore's website will be BookID or ISBN.

The Primary Key is the most important attribute in any table and it can neither be null nor the same as any other row in the table. As we know that every book has a unique ISBN so it would not repeat in any condition. Rest all the options can be repeated as a author can have multiple books as well as the page count of two books could be same and title could also be repeated. So the best suitable primary key would be ISBN or Book ID .

To know more about the Primary key :

https://brainly.com/question/12001524

#SPJ4

your customer uses a posting period variant with special periods, and you need to allow specific users to post in these specials periods. what do you assign in the posting period variant? please choose the correct answer

Answers

Since your customer uses a posting period variant with special periods, and you need to allow specific users to post in these specials periods. the thing that you assign in the posting period variant is option  A: An authorization group to period intervals 1 and 2.

What are rules for posting period variants?

The posting period variant with unique periods, SAP FI image To keep accounting periods open for posting and all closed periods balanced, the posting period variant is employed. This is utilized for posting purposes during the beginning and end of the fiscal year. These posting periods can be linked to one or more company codes.

The year-end closing time is divided into special periods. They merely split the previous posting period into many closing periods as a result. You can then produce a number of supplemental financial statements thanks to this. 12 posting periods typically make up a fiscal year.

Hence, The definition of authorization groups depends on the solution. They have a technical name that is verified in the field SMUDAUTHGR of authorization object SM SDOC.

Learn more about authorization from

https://brainly.com/question/14450567
#SPJ1

write a python program that outputs numbers in a digital led format. the user will enter two integers a (scale) and b (number) separated by a space from the keyboard. the scale size should between [1,5]. error check. output number b in the digital led format where a is the scale. use the following led patterns:

Answers

Python program that simulates a 7-segment display, with digits at different scales.

Python code

# Drawing the led digit line by line, repeating the horizontal led as many times as the scale indicates.

def prints(a, mat):

   for i in range(5):  

        if (i % 2 == 0):  

            for j in range(5):

                if (mat[i][j] == 1):

                    print('', end = '-')                

                else: print('', end = ' ')                      

        else:  

           for x in range(int(a)):

               for j in range(5):

                   if (mat[i][j] == 1):

                      print('', end = '|')    

                   else: print('', end = ' ')

               print()      

        print()

       

 # Defining led patterns using elements of the arrays for each digit, charging them with zeros and ones, the ones indicate the leds that form the digit either horizontally or vertically.  

def digit0(a):    

   mat = [ [ 0, 1, 0, 1, 0 ],    

   [ 1, 0, 0, 0, 1 ],    

   [ 0, 0, 0, 0, 0 ],    

   [ 1, 0, 0, 0, 1 ],    

   [ 0, 1, 0, 1, 0 ] ]

   

   prints(a, mat)

def digit1(a):

   mat = [ [ 0, 0, 0, 0, 0 ],

   [ 0, 0, 0, 0, 1 ],

   [ 0, 0, 0, 0, 0 ],

   [ 0, 0, 0, 0, 1 ],

   [ 0, 0, 0, 0, 0 ] ]

   

   prints(a, mat)

def digit2(a):

   mat = [ [ 0, 1, 0, 1, 0 ],

   [ 0, 0, 0, 0, 1 ],

   [ 0, 1, 0, 1, 0 ],

   [ 1, 0, 0, 0, 0 ],

   [ 0, 1, 0, 1, 0 ] ]

   prints(a, mat)

def digit3(a):

   mat = [ [ 0, 1, 0, 1, 0 ],

   [ 0, 0, 0, 0, 1 ],

   [ 0, 1, 0, 1, 0 ],

   [ 0, 0, 0, 0, 1 ],

   [ 0, 1, 0, 1, 0 ] ]

   prints(a, mat)

def digit4(a):

   mat = [ [ 0, 0, 0, 0, 0 ],

   [ 1, 0, 0, 0, 1 ],

   [ 0, 1, 0, 1, 0 ],

   [ 0, 0, 0, 0, 1 ],

   [ 0, 0, 0, 0, 0 ] ]

   prints(a, mat)

def digit5(a):

   mat = [ [ 0, 1, 0, 1, 0 ],

   [ 1, 0, 0, 0, 0 ],

   [ 0, 1, 0, 1, 0 ],

   [ 0, 0, 0, 0, 1 ],

   [ 0, 1, 0, 1, 0 ] ]

   prints(a, mat)

def digit6(a):

   mat = [ [ 0, 1, 0, 1, 0 ],

   [ 1, 0, 0, 0, 0 ],

   [ 0, 1, 0, 1, 0 ],

   [ 1, 0, 0, 0, 1 ],

   [ 0, 1, 0, 1, 0 ] ]

   prints(a, mat)

def digit7(a):

   mat = [ [ 0, 1, 0, 1, 0 ],

   [ 0, 0, 0, 0, 1 ],

   [ 0, 0, 0, 0, 0 ],

   [ 0, 0, 0, 0, 1 ],

   [ 0, 0, 0, 0, 0 ] ]

   prints(a, mat)

def digit8(a):

   mat = [ [ 0, 1, 0, 1, 0 ],

   [ 1, 0, 0, 0, 1 ],

   [ 0, 1, 0, 1, 0 ],

   [ 1, 0, 0, 0, 1 ],

   [ 0, 1, 0, 1, 0 ] ]

   prints(a, mat)

def digit9(a):

   mat = [ [ 0, 1, 0, 1, 0 ],

   [ 1, 0, 0, 0, 1 ],

   [ 0, 1, 0, 1, 0 ],

   [ 0, 0, 0, 0, 1 ],

   [ 0, 1, 0, 1, 0 ] ]

   prints(a, mat)

# Checking the numbers

def checkDigit(a, num):

   if (num == 0):

       digit0(a)

   elif (num == 1):

       digit1(a)

   elif (num == 2):

       digit2(a)

   elif (num == 3):

       digit3(a)

   elif (num == 4):

       digit4(a)

   elif (num == 5):

       digit5(a)

   elif (num == 6):

       digit6(a)

   elif (num == 7):

       digit7(a)

   elif (num == 8):

       digit8(a)

   elif (num == 9):

       digit9(a)

if __name__ == '__main__':

# Define variables

n = str()

esp = str()

a = int()

b = int()

# Enter and validate data

print("Enter two numeric digits separated by space (a = scale and b = number): ")

while True:

 while True:

  n = input()

  if not len(n)==3:

   print("Try again")

  if len(n)==3: break

 esp = n[1:2]

 a = float(n[0:1])

 b = float(n[2:3])

 if not (esp==" "):

  print("Try again")

 else:

  if not (a>=1 and a<=5):

   print("Try again")

  else:

   if not (b>=0 and b<=9):

    print("Try again")

 if esp==" " and a>=1 and a<=5 and b>=0 and b<=9: break

checkDigit(a,b)

To learn more about 7 segment display programs see: https://brainly.in/question/36196263

#SPJ4

let's create a new dictionary called opposites. the keys in the dictionary will be strings each representing a single word, and the values will be strings representing the opposite of the word given by the key.

Answers

The code for the new dictionary called opposites is:

the first key/value pair will be "hot"/"cold".

opposites = {

   "hot": "cold",

}

the second key/value pair will be "push"/"pull".

opposites = {

   "hot": "cold",

   "push": "pull",

}

the third key/value pair will be "up"/"down".

opposites = {

   "hot": "cold",

   "push": "pull",

   "up": "down"

}

the fourth key/value pair will be "inside"/"outside".

opposites = {

   "hot": "cold",

   "push": "pull",

   "up": "down",

   "inside": "outside"

}

Code Explanation:

   Create a dictionary called opposites.    Add the first key/value pair to the dictionary.    Add the second key/value pair to the dictionary.    Add the third key/value pair to the dictionary.    Add the fourth key/value pair to the dictionary.

Learn more about programming :

https://brainly.com/question/18900609

#SPJ4

software design and implementation are interleaved activities. the level of detail in the design depends on the type of system being developed and whether you are using a plan-driven or agile approach.

Answers

The statement given is true because both software design and software implementation are interleaved activities, where the level of design's detail depends on the type of software being developed and whether a plan-driven or agile approach is being used.

Both the activities such as software design and software implementation are invariably interleaved. Software design is a creative activity whereby based on a customer's requirements, software components and their relationships are identified. While software implementation refers to as the process of realizing the software design as a running program. The depth of detail of software design is depended on the software type being developed and also it depends on the software development approach whether it is agile or plan driven.

Thus, the given statement is true.

"

Below is given the complete question:

software design and implementation are interleaved activities. the level of detail in the design depends on the type of system being developed and whether you are using a plan-driven or agile approach.

True or False

"

You can leran more about Agile Approach at

https://brainly.com/question/23661838

#SPJ4

telnet is inherently unsecure because its communication is in plaintext and is easily intercepted. which of the following is an acceptable alternative to telnet?

Answers

Telnet is inherently unsecure because its communication is in plaintext and is easily intercepted. However, an acceptable alternative to telnet is: C. SSH.

What is telnet?

Telnet can be defined as a standard networking protocol which provides a command line interface (CLI) that is designed and developed to enable its end users virtually access a computer and create a bidirectional text-based (plaintext) communication with a remote network device such as a router.

What is SSH?

SSH is an abbreviation for secure shell and it can be defined as a network protocol that gives an administrator a secure way to access data over an unsecured network.

In this context, we can reasonably infer and logically deduce that secure shell (SSH) is an acceptable alternative to telnet.

Read more on SSH here: brainly.com/question/17147683

#SPJ1

Complete Question:

Telnet is inherently unsecure because its communication is in plaintext and is easily intercepted. which of the following is an acceptable alternative to telnet?

SSL

TLS

SSH

NAC

What special technology allows computers to perform the intense processing needed to perform machine learning?.

Answers

In order for the software to learn automatically from patterns or features in the data, artificial intelligence (AI) combines massive amounts of data with quick, iterative processing and sophisticated algorithms.

What intense processing needed to perform machine?

Processing power is growing quickly as a result of the emergence of artificial intelligence and machine learning, which has increased demand for increasingly powerful computers.

As a result, the development of AI and the increase in processing power of these powerful gadgets are mutually exclusive.

Therefore, Machines may learn from experience, adapt to new inputs, and carry out activities similar to those performed by humans thanks to artificial intelligence (AI).

Learn more about intense processing here:

https://brainly.com/question/15420801

#SPJ1

the windows 10 education edition supports hyper-v but not nested virtualization.
a. true
b. false

Answers

False,Windows 10 education support Hyper-V and nested virtualization.The 64-bit editions of Windows 10 Pro, Enterprise, and Education support Hyper-V.

Does Windows 10 education support Hyper-V and nested virtualization?The 64-bit editions of Windows 10 Pro, Enterprise, and Education support Hyper-V. You can use the capability known as nested virtualization to run Hyper-V inside of a Hyper-V virtual machine.This is useful for testing configurations that typically call for several hosts or running a Visual Studio phone emulator in a virtual machine.The use of nested virtualization is supported both on-premises and on Azure. On the following variants of Windows 10, the Hyper-V role can be activated:Windows 10 Business.Win 10 Pro.Using Windows 10 Education. The capacity to build virtual machines is one of Windows 10's capabilities.A bundled operating system called a "virtual machine" can run on top of a "host" operating system.Multiple "guest" operating systems can run on the same host thanks to virtualization, which also makes moving virtual computers between hosts simple.

To learn more about Windows 10 refer

https://brainly.com/question/28847407

#SPJ1

If alain were asked to take notes at the executive team meeting, the document he created would be called what?

Answers

If Alain were asked to take notes at the executive team meeting, the documents he created would be the meeting minutes.

What is document?

A written or typed piece of paper with some data on it is called a document. A written record of the proceedings is a meeting minute, often known as meeting notes.

Meeting minutes include taking notes for many individuals. They are not the same as the meeting agenda, which is a prepared list of the tasks that participants hope to accomplish during the meeting.  

Thus, if Alain were asked to take notes at the executive team meeting, the documents he created would be the meeting minutes.

To learn more about document, refer to the link below:

https://brainly.com/question/20696445

#SPJ1

the sales team has talked with thad about needing insights into product updates, changes, and approval processes so they can communicate more accurate and up-to-date information to customers. which system's information is the sales team needing access to? a. plm b. scm c. crm d. erp to make this proprietary information available to sales reps to share with customers concerns thad because of the risk of information getting to his company's competitors. what would theoretically protect the information in this scenario? a. bom b. encryption c. automation d. nda thad hopes that opening this channel of communication with the sales team will also help the production team by giving them access to select .

Answers

The system's information that the sales team is needing access to is crm. To theoretically protect the information in this scenario encryption is used. The correct options are c and b respectively.

What is encryption?

Encryption is the process of converting information into a secret code that conceals the true meaning of the information. Cryptography is the science of encrypting and decrypting information.

Unencrypted data is referred to as plaintext in computing, while encrypted data is referred to as ciphertext.

The goal of encryption is confidentiality, which is achieved by converting the message's content into a code.

The purpose of digital signatures is to ensure the integrity and authenticity of a message by verifying the sender and indicating that the content has not been altered.

The system information that the sales team requires is crm. In this scenario, encryption is used to theoretically protect the information.

Thus, the correct options are c and b respectively.

For more details regarding encryption, visit:

https://brainly.com/question/17017885

#SPJ1

what is the first priority while serving customers at pick-up

Answers

Answer:

Your priority at Pick-up is to acknowledge and serve all customers promptly. Remember, pickup is often our only chance to delight a customer. Equally important to promptly serving all customers is how we do them.

Explanation:

At Pick-up, promptly acknowledging and serving every customer is your first concern. Remember that Pick-up is frequently our only opportunity to please a customer. The way we serve our customers is just as important as doing so promptly.

How do you acknowledge the concern of a customer?

Managing a business involves responding to client complaints about subpar products, bad service, and other issues. Here's how your business may transform these complaints into chances to strengthen your brand and win over new clients.

Consumer Complaints:

Consumer complaints are grumblings from clients about anything involving your business, like a faulty product or poor client service. By paying attention to the customer's concerns, you can successfully address the issue and satisfy their complaint.

Your Brand and Customer Loyalty:

Your business's ability to respond professionally also has a big impact on whether you retain clients or lose them. Maintaining your company's reputation and brand health should be one of your primary business objectives.

By offering subpar customer service, it's simple to lose clients. Some customers won't bring their complaints to your customer service team, but others won't think twice about spreading negative feedback online or on social media. Customer loyalty is severely harmed when subpar products and poor customer service are combined.

Know more about acknowledgement of customer concern click here:

https://brainly.com/question/21042698

#SPJ4

your company, stormwind, requires that you implement security, and you have been asked to define and implement a security policy. you have to specify how long a password must be kept before it can be changed. which of the following password policies will you use to accomplish this?

Answers

There is no one answer to this question as it depends on the specific security needs of the company. Some possible password policies that could be used to accomplish this goal include:

requiring passwords to be changed every 30 days, every 60 days, or every 90 days. Other possible policies could include requiring a minimum password length, prohibiting the use of common words or phrases, or requiring a combination of letters, numbers, and special characters.

Importance of the security policy:

The security policy is important because it helps to ensure that sensitive company data and information is protected. By specifying how often passwords must be changed, the policy helps to prevent unauthorized access to company systems and data.

Learn more about the security policy:

https://brainly.com/question/5673688

#SPJ4

Write an if/else statement to express the following real life situation. Mary likes ice cream and always chooses chocolate unless there is no chocolate in which case she chooses strawberry. But if there’s no strawberry either then she settles for vanilla, which, for some reason, is always available.

Answers

The if/then statement is given as follows:

"If there is chocolate, then Mary chooses chocolate. If there is no chocolate, then she chooses strawberry. Else if there is no strawberry, she chooses vanilla.

What is an If/Then Statement?

Conditionals are programming language instructions used to handle judgments in computer science. Conditionals, in particular, conduct various calculations or actions based on whether a boolean condition set by the programmer evaluates to true or false.

A conditional statement (also known as an If-Then Statement) is a statement that begins with a hypothesis and ends with a conclusion. A conditional statement can also be defined as "If this happens, then that will happen." A conditional statement's hypothesis is the first, or "if" element.

Learn more about If/Then statements:
https://brainly.com/question/552464
#SPJ1

which of the following terms is commonly used to describe a vlan configuration in which one router connects to a switch that supports multiple vlans?

Answers

Router-on-a-stick is a term commonly used to describe a vlan configuration in which one router connects to a switch that supports multiple vlans.

What is router-on-a-stick?A router with only one physical or logical connection to a network is referred to as a router on a stick, also known as a one-armed router, in computing. It is a technique for inter-VLAN (virtual local area network) routing in which a single cable connects a router to a switch.A Layer 3 switch is not required when using ROUTER-ON-A-STICK, commonly referred to as a "one-armed router," to run several VLANs over a single connection and offer inter-VLAN routing. In essence, the router serves as a relay point across networks by connecting to a core switch through a single interface.

To learn more about router-on-a-stick refer to:

https://brainly.com/question/24812743

#SPJ4

What error will you get if you insert an array function that overrides existing data?.

Answers

You will get an error value when you insert an array function that overrides existing data.  It can occur because an excel can not processed the entered formula.

Error value that often occur in excel when you input formula, can be meant by something is wrong with the formula or the cells that it references. Error value is vague, and it can be hard to find the reason why it happen. The #VALUE! error display if a value is not correct of type. This can happen if cells are left blank, when a formula or function that is expected a number is given a text value, and when dates are evaluated as text by Excel. Error value is caused by a reference becomes invalid.

Learn more about Error value at brainly.com/question/6490181

#SPJ4

Other Questions
an important philosophical idea during the enlightenment was that:_____. Which of the following expenses is NOT deductible when a taxpayer uses the simplified method of calculating the home-office deduction? What is the equation of the blue line Identify the length of the missing section of each line. Assume that the lines are divided into equal parts. Determine the length of the line segment shown. line segment from negative 10 comma 9 to 5 comma negative 1 4 units 18 units 19 units 21 units suppose you are standing such that a 63-foot tree is directly between you and the sun. if you are standing 240 feet away from the tree and the tree casts a 270-foot shadow, how tall could you be and still be completely in the shadow of the tree? jvc corporations is a multinational company that has a variety of products worldwide. you are working as a network engineer with the network management team of the company. the network administrator has requested you to submit a network document after subdividing the smaller network of human resources into a separate network segment so that it is convenient for troubleshooting. under which of the following groupings will you place this network segment in this scenario? 8 3/5 as an improper fraction 54 3. Joey opened a new store that sells jars of jelly. Joey sold 3 jars of jelly in his first week of business and 10 jars in his second week. He sold 31 jars in week 3 and 94 jars in week 4. If the number of jars he sells continues to increase in this pattern, how many jars of jelly will Joey sell in the fifth and sixth weeks? 3. Your original purchase price was $825.00 plus 7% sales tax. You enter into an agreementwhere the interest (12.5% APR) is waived for the first 12 months provided you make therequired monthly payments; otherwise the interest is accrued from the date of purchase. Youmiss the first payment due date. The late fee is $35.00. How much is the interest?O$103.13O $110.34O $8.59O $9.20 Can anyone please explain to me how that works? true or false? american institute of certified public accountants (aicpa) service organization control (soc) 2 reports are commonly implemented for service providers, hosted data centers, and managed cloud computing providers. How does the Fredonian rebellion lead to the declaration of independence/Texas Revolution? 5. The corresponding sides of the similar shapes have same- In the figure given below, what is the value of x? (RED)2 cm3 cm3 cm2 cm4 cmx cm(GR4 cm what is the magnitude of the gravitational force between two 5.0-kilogram masses separated by a distance of 5.0 meters? responses Jasper is just 2 weeks old. His mother strokes his cheek and he turns toward the touch and opens his mouth. This is called the _____ reflex. The vertex of the function f(x) = 2x + 12x + 19 is at the coordinate (x, y), where:x =y = 7. When an author shows the reader ideas about a character through their speech, thought, actions, or what others say about him, the author is using:conflictdirect characterizationindirect characterizationdialogueIk its not direct characterization Warnerwoods company uses a perpetual inventory system. It entered into the following purchases and sales transactions for march. An excess of sodium carbonate, Na2CO3, in solution is added to a solution containing 17.15 g CaCl2. After performing the experiment, 14.17 g of calcium carbonate, CaCO3, is produced. Calculate the percent yield of this reaction.