Exam Number : 200-901
Exam Name : DevNet Associate (DEVASC)
Duration: 120 minutes
Available languages: English, Japanese
This test tests your knowledge of software development and design, including:
- Understanding and using APIs
- Cisco platforms and development
- Application development and security
- Infrastructure and automation
The DevNet Associate test v1.0 (DEVASC 200-901) test is a 120-minute test associated with the Cisco Certified DevNet Associate certification. This test tests a candidate's knowledge of software development and design including understanding and using APIs, Cisco platforms and development, application development and security, and infrastructure and automation. The course, Developing Applications and Automating Workflows Using Cisco Core Platforms, helps candidates to prepare for this exam.
15% 1.0 Software Development and Design
1.1 Compare data formats (XML, JSON, and YAML)
1.2 Describe parsing of common data format (XML, JSON, and YAML) to Python data structures
1.3 Describe the concepts of test-driven development
1.4 Compare software development methods (agile, lean, and waterfall)
1.5 Explain the benefits of organizing code into methods / functions, classes, and modules
1.6 Identify the advantages of common design patterns (MVC and Observer)
1.7 Explain the advantages of version control
1.8 Utilize common version control operations with Git
1.8.a Clone
1.8.b Add/remove
1.8.c Commit
1.8.d Push / pull
1.8.e Branch
1.8.f Merge and handling conflicts
1.8.g diff
20% 2.0 Understanding and Using APIs
2.1 Construct a REST API request to accomplish a task given API documentation
2.2 Describe common usage patterns related to webhooks
2.3 Identify the constraints when consuming APIs
2.4 Explain common HTTP response codes associated with REST APIs
2.5 Troubleshoot a problem given the HTTP response code, request and API documentation
2.6 Identify the parts of an HTTP response (response code, headers, body)
2.7 Utilize common API authentication mechanisms: basic, custom token, and API keys
2.8 Compare common API styles (REST, RPC, synchronous, and asynchronous)
2.9 Construct a Python script that calls a REST API using the requests library
15% 3.0 Cisco Platforms and Development
3.1 Construct a Python script that uses a Cisco SDK given SDK documentation
3.2 Describe the capabilities of Cisco network management platforms and APIs (Meraki, Cisco DNA Center, ACI, Cisco SD-WAN, and NSO)
3.3 Describe the capabilities of Cisco compute management platforms and APIs (UCS Manager, UCS Director, and Intersight)
3.4 Describe the capabilities of Cisco collaboration platforms and APIs (Webex Teams, Webex devices, Cisco Unified Communication Manager including AXL and UDS
interfaces, and Finesse)
3.5 Describe the capabilities of Cisco security platforms and APIs (Firepower, Umbrella, AMP, ISE, and ThreatGrid)
3.6 Describe the device level APIs and dynamic interfaces for IOS XE and NX-OS
3.7 Identify the appropriate DevNet resource for a given scenario (Sandbox, Code Exchange, support, forums, Learning Labs, and API documentation)
3.8 Apply concepts of model driven programmability (YANG, RESTCONF, and NETCONF) in a Cisco environment
3.9 Construct code to perform a specific operation based on a set of requirements and given API reference documentation such as these:
3.9.a Obtain a list of network devices by using Meraki, Cisco DNA Center, ACI, Cisco SD-WAN, or NSO
3.9.b Manage spaces, participants, and messages in Webex Teams
3.9.c Obtain a list of clients / hosts seen on a network using Meraki or Cisco DNA Center
15% 4.0 Application Deployment and Security
4.1 Describe benefits of edge computing
4.2 Identify attributes of different application deployment models (private cloud, public cloud, hybrid cloud, and edge)
4.3 Identify the attributes of these application deployment types
4.3.a Virtual machines
4.3.b Bare metal
4.3.c Containers
4.4 Describe components for a CI/CD pipeline in application deployments
4.5 Construct a Python unit test
4.6 Interpret contents of a Dockerfile
4.7 Utilize Docker images in local developer environment
4.8 Identify application security issues related to secret protection, encryption (storage and transport), and data handling
4.9 Explain how firewall, DNS, load balancers, and reverse proxy in application deployment
4.10 Describe top OWASP threats (such as XSS, SQL injections, and CSRF)
4.11 Utilize Bash commands (file management, directory navigation, and environmental variables)
4.12 Identify the principles of DevOps practices
20% 5.0 Infrastructure and Automation
5.1 Describe the value of model driven programmability for infrastructure automation
5.2 Compare controller-level to device-level management
5.3 Describe the use and roles of network simulation and test tools (such as VIRL and pyATS)
5.4 Describe the components and benefits of CI/CD pipeline in infrastructure automation
5.5 Describe principles of infrastructure as code
5.6 Describe the capabilities of automation tools such as Ansible, Puppet, Chef, and Cisco NSO
5.7 Identify the workflow being automated by a Python script that uses Cisco APIs including ACI, Meraki, Cisco DNA Center, or RESTCONF
5.8 Identify the workflow being automated by an Ansible playbook (management packages, user management related to services, basic service configuration, and start/stop)
5.9 Identify the workflow being automated by a bash script (such as file management, app install, user management, directory navigation)
5.10 Interpret the results of a RESTCONF or NETCONF query
5.11 Interpret basic YANG models
5.12 Interpret a unified diff
5.13 Describe the principles and benefits of a code review process
5.14 Interpret sequence diagram that includes API calls
15% 6.0 Network Fundamentals
6.1 Describe the purpose and usage of MAC addresses and VLANs
6.2 Describe the purpose and usage of IP addresses, routes, subnet mask / prefix, and gateways
6.3 Describe the function of common networking components (such as switches, routers, firewalls, and load balancers)
6.4 Interpret a basic network topology diagram with elements such as switches, routers, firewalls, load balancers, and port values
6.5 Describe the function of management, data, and control planes in a network device
6.6 Describe the functionality of these IP Services: DHCP, DNS, NAT, SNMP, NTP
6.7 Recognize common protocol port values (such as, SSH, Telnet, HTTP, HTTPS, and NETCONF)
6.8 Identify cause of application connectivity issues (NAT problem, Transport Port blocked, proxy, and VPN)
6.9 Explain the impacts of network constraints on applications
It is rather time consuming and costly activity to use free 200-901 dumps and take the official 200-901 test. You should get killexams.com updated and valid 200-901 test dumps that includes real test Questions Answers with vce test simulator made of 200-901 braindumps. No more waste of money and time. Just take 200-901 test and pass.
200-901 Dumps
200-901 Braindumps
200-901 Real Questions
200-901 Practice Test
200-901 dumps free
Cisco
200-901
DevNet Associate (DEVASC)
http://killexams.com/pass4sure/exam-detail/200-901 Question: 303
Which two statements describe the advantages of using a version control system? (Choose two.)
A. It allows for branching and merging so that different tasks are worked on in isolation before they are merged into a
feature or master branch.
B. It provides tooling to automate application builds and infrastructure provisioning.
C. It allows multiple engineers to work against the same code and configuration files and mange differences and
conflicts.
D. It provides a system to track User Stories and allocate to backlogs.
E. It allows developers to write effective unit tests. Answer: AD
Explanation:
Reference: https://www.agileconnection.com/article/picking-right-branch-merge-strategy Question: 304
When a Cisco IOS XE networking device is configured using RESTCONF, what is the default data-encoding method?
A. YANG
B. YAML
C. XML
D. x-form-encoding Answer: A
Explanation:
Reference https://www.cisco.com/c/en/us/td/docs/ios-
xml/ios/prog/configuration/166/b_166_programmability_cg/restconf_prog_int.html Question: 305
Refer to the exhibit.
A process on the host wants to access the service running inside this Docker container.
Which port is used to make a connection?
A. only outbound connections between 3000 and 5000 are possible
B. port 3000
C. any port between 3000 and 5000
D. port 5000 Answer: C Question: 306
Which device is a system that monitors and controls incoming and outgoing network traffic based on predetermined
security roles?
A. router
B. switch
C. load balancer
D. firewall Answer: D Question: 307
Refer to the exhibit.
Which Python data structure does my_json contain?
A. map
B. list
C. json
D. dict Answer: D
Explanation:
Reference: https://stackoverflow.com/questions/34764979/loading-python-string-with-u-as-json? noredirect=1&lq=1 Question: 308
Which description of a default gateway is true?
A. It is a security feature that denies certain traffic.
B. It is a device that receives IP packets that have no explicit next-hop in the routing table.
C. It is a feature that translates between public and private addresses.
D. It is a device that receives Layer 2 frames with an unknown destination address. Answer: B
Explanation:
Reference: https://www.certificationkits.com/cisco-certification/ccna-articles/cisco-ccna-intro-to-routing-basics/cisco-
ccna-default-gateway-a-default-routes/ Question: 309
Which two elements are foundational of DevOps? (Choose two.)
A. organizing cross-functional teams over organizational silos
B. designing applications as microservices
C. encouraging containers for the deployment of applications
D. automating over documenting
E. optimizing the cost of infrastructures Answer: AC
Explanation:
Reference: https://www.cisco.com/c/dam/en/us/products/collateral/cloud-systems-management/cloudcenter/white-
paper-c11-737221.pdf Question: 310
A developer is reviewing a code that was written by a colleague. It runs fine, but there are many lines of code to do a
seemingly simple task repeatedly.
Which action organizes the code?
A. Refactor the code by removing any unnecessary tests.
B. Reverse engineer and rewrite the code logic.
C. Using functions, rewrite any pieces of code that are repeated.
D. Modify the code to use loops. Answer: A Question: 311
Refer to the exhibit.
The output of a unified diff when comparing two versions of a Python script is shown.
Which two single_request_timeout() functions are defined in fish.py and cat.py? (Choose two.)
A)
B)
C)
D)
A. Option A
B. Option B
C. Option C
D. Option D Answer: AB Question: 312 Question: 313
Which two types of NAT are used in a network? (Choose two.)
A. routed NAT
B. static NAT
C. multicast NAT
D. normal NAT
E. dynamic NAT Answer: BE
Explanation:
Reference: https://www.dummies.com/programming/networking/cisco/types-of-network-addresstranslation/ Question: 314
Refer to the exhibit.
What is the function of the Python script?
A. Loop through the returned of network devices and, for each device, print the device name and management IP
address.
B. Count and print the total number of available devices.
C. For each device that is returned, display the device type and associated management IP address.
D. Iterate over a list of network devices and write all device names and management IP addresses to an output file. Answer: B Question: 315
Refer to the exhibit.
Which JSON is equivalent to the XML-encoded data?
A)
B)
C)
D)
A. Option A
B. Option B
C. Option C
D. Option D Answer: C
Explanation:
Reference: https://www.guru99.com/json-vs-xml-difference.html Question: 316
What are the purpose of the Cisco VIRL software tool?
A. to verify configurations against compliance standards
B. to automate API workflows
C. to simulate and model networks
D. to test performance of an application Answer: C
Explanation:
Reference: https://www.speaknetworks.com/cisco-virl-better-gns3/ Question: 317
What are two advantages of version control software? (Choose two.)
A. It supports tracking and comparison of changes in binary format files.
B. It allows new team members to access the current code and history.
C. It supports comparisons between revisions of source code files.
D. It provides wiki collaboration software for documentation.
E. It allows old versions of packaged applications to be hosted on the Internet. Answer: AC
Explanation:
Explanation: Version control is a way to keep a track of the changes in the code so that if something goes wrong, we
can make comparisons in different code versions and revert to any previous version that we want. It is very much
required where multiple developers are continuously working on /changing the source code. Question: 318
Which CI/CD tool is an automation tool used to build, test, and deploy software?
A. Git
B. Gradle
C. Nagios
D. Jenkins Answer: D
Explanation:
Reference: https://www.infoworld.com/article/3271126/what-is-cicd-continuous-integration-and-continuousdelivery-
explained.html
For More exams visit https://killexams.com/vendors-exam-list
Kill your test at First Attempt....Guaranteed!
Cisco Associate resources - BingNews
https://killexams.com/pass4sure/exam-detail/200-901
Search resultsCisco Associate resources - BingNews
https://killexams.com/pass4sure/exam-detail/200-901
https://killexams.com/exam_list/CiscoCisco: A Mother Speaks Up for Mother Earth
Published 05-31-23
Submitted by Cisco Systems, Inc.
Mother Earth and moms have a lot in common (And by moms, Iâm including mothers, grandmothers, aunts, godmothers and more). Moms not only create life but their focus on nurturing their children year after year and ensuring their safety and ability to flourish is unparalleled. Mother Earth does the same. For millions of years, Mother Earth has been protecting us, providing a safe and abundant environment to live and raise our families.
According to the United Nations (UN) report Progress on the Sustainable Development Goals: The gender snapshot 2022, âWomen play transformative roles in climate change adaptation and mitigation despite many obstaclesâ with many taking on grassroot efforts to make a change in their own communities. Women are also taking leadership positions in the field of sustainability. At large companies, 58 percent of sustainability executives are female. And according to the 2022 GreenBiz State of the Profession report, the number of women in sustainability leadership roles has expanded. Thatâs good news for Mother Earth, since we know how innovative, persistent, and driven women can be when protecting their families.
From my own personal experience, I was raised by a mother who was an environmentalist before most people knew what that was. She sold âbiodegradableâ cleaning products to the neighborhood moms, wrapped our sandwiches in wax paper and insisted we bring that paper home so she could reuse it the next day. She sewed some of our clothes out of left-over fabric (âWe canât let this perfectly good fabric go to waste!â) and made us save our gum in water to rechew later (I know, I wish I were kidding, too). We walked and rode our bikes because gas emitted âthat black stuff into the airâ and donated all our used toys, books, clothing, etc. to the âBargain Boxâ secondhand store down the road. My mom instilled in my siblings and me that we have to live in harmony with the Earth or she will kick us off. I took her on a hike last weekend and at 85 years old she was still âschooling meâ on the wildflowers growing on Mt. Tamalpais and why theyâre important to the ecosystem.
As a mom myself, I wanted to sit down with another mom at Cisco and learn more about her thoughts on sustainability. Elisabeth Brandasu is a global account manager for Equinor and sustainability lead for the North Theater in Ciscoâs Europe, Middle East and Africa (EMEA) region. She shares how being a mother has impacted her perspective on the environment and influenced her actions to create a more sustainable future.
How did you get into the field of sustainability?
Elisabeth: I was naĂŻve until a few years ago. I was so busy with building my life, surviving those first few whirlwind years of being a young mom with a full-time job. At some point, I was offered the opportunity for a stretch assignment (which gives employees a chance to explore a different type of role by volunteering some of their time to another team) as inclusion and diversity lead for EMEA. That is where my calling for purpose-driven work started. I am privileged in many ways; I have a lot of energy and I want to use my voice for doing something purposeful. When sustainability came on my path it just really struck home. Itâs not just the sense of necessity in accelerating the needed change, but the enormous opportunity the transition provides too. It excites me.
Did becoming a mother change your personal perspective about the work youâre doing?
Elisabeth: My worry for the kids really kicked in when they began school. As you release them into the wider world, you start envisioning their future and the planet we are leaving them. We donât inherit the planet from our parents, we borrow it from our children. I lovingly pour all my time and effort into the kids being safe and happy, now and for all their days to come. So, how could I stand by and let this monumental systemic transition the world so desperately needs pass me by? How can I push this onto my childrenâs shoulders to resolve it?
You circle back to yourself, thinking, âwhat can I do?â As a mom, you donât just sit by, and watch tragedy impact your kids. You step up and do whatever you can.
What does working in sustainability mean to you?
Elisabeth: Working in sustainability means so much more than âjust a jobâ. It is continuous learning, giving back, amplifying the reach of our experts by spreading their word, scaling the community of ambassadors, training people to incorporate sustainability as a first thought in doing business. You donât necessarily need a formal education or background in sustainability to make a contribution. I believe I have found my own way of contributing and I know others can too. I am proud of the Green and Blue sustainability community at Cisco. It emerged from the internal Green and Blue Innovation Challenge in EMEA to stimulate as many ideas as possible, with green representing sustainability and blue representing the digital transformation. It is a force to be reckoned with and we have together accomplished so much. I want to be part of this movement of change for the better, because what we all wish for our children is the very best.
How did you start the conversation about sustainability with your kids?
Elisabeth: Theyâve learned some very simple concepts about sustainability in school. They do not yet understand that if the world continues as it does, there will be some serious consequences.
When speaking about a sustainable future, itâs important to put a sense of hope into it, rather than risk paralyzing people with devastating outlooks. Hope activates! Itâs not about being perfect, itâs about pledging yourself to do better all the time. I am also an optimistic realist. I choose to believe in our collective power to make amazing progress, steering us toward less devastating outcomes.
The way I speak to my kids about it is that the world has been using more than it can replenish. The system is broken, so we are trying to build a new system and that is really complicated because everything is intertwined. Do I think they get it yet? No, but thatâs okay. They donât need to have it all figured out. But theyâre the type of kids that think about those things and are curious to learn more and it will eventually mature in their minds. For now, I just want them to be kids.
Do you have any advice for actions that parents can take to help create a more sustainable future?
Elisabeth: For me, there is a big focus on circularity. I try not to buy new things. So, everything I buy with the kids or for the kids I try to buy second hand. Weâre also focused on reducing waste, especially around food. We donât throw away food. When you have leftovers, you eat it again the next day. If they didnât eat their lunch, thatâs fine, but they need to have their lunch for dinner. My kids have very few toys and prefer to go outside to play.
Also, I have been focused on energy minimization in the house and using energy at the lowest possible price and load balancing throughout the day. I donât cook while I have the washing machine on, and I donât charge the car while the dishwasher is on.
Sustainability is a bit like exercise. Donât overdo it from the get-go. Allow yourself to embrace it and make it a habit. You donât need to save the world on day one. Educate yourself and understand the impact of your lifestyle. Decide what you are going to integrate into your normal routine and identify the things that youâre going to step away from. Whatever you decide to do, it is okay because youâve been conscious about the decision. Every day, there are probably at least 200 moments where you can make the decision to do the more sustainable thing. Are any of the individual actions that I take enough on their own? Definitely not, but it is about doing what you can do and keep on pushing to do better. Itâs a journey.
We also need to stop passing judgement on people that arenât moving as fast when it comes to sustainability. Itâs counterproductive. Rather, meet them where they are, and inspire them to keep moving forward.
Thirty years from now, Iâm going to be retired. My kids will be the age I am now and will decide if they want to become parents. I donât want them to have existential worries and I donât want to look back on my own life thinking âI didnât do enough for the planet when I had a chance.â We canât defer action any longer, itâs the responsibility of our generation, the âeldersâ, to do what we can.
Wed, 31 May 2023 05:29:00 -0500entext/htmlhttps://www.csrwire.com/press_releases/775531-cisco-mother-speaks-mother-earthCiscoâs RSA 2023 priorities: AI, XDR, identity and more
Artificial intelligence, extended detection and response (XDR), identity management and the needs of the modern-day security operations center (SOC) are Cisco's top priority Topics at RSA Conference 2023, according to Cisco Manager of Global Product and Portfolio Marketing Steve Ragan.
Domo arigato, Mr. Roboto
Speaking in a brief interview on the RSA show floor with CyberRisk Alliance's Bill Brenner on April 24, Ragan explained that the information-security industry's hopes and fears around AI were both somewhat exaggerated.
"[One] extreme is 'AI is going to replace people so it's going to lead to jobs lost,'" and that's just absolutely not the case," said Ragan. "And the other side is that AI is going to automate everything in the industry, and that is absolutely not the case."
AI will be very helpful in running operations and generating reports, Ragan said, but as appears to often be the case, AI will lack the overall context and background information to prioritize information accordingly. For those tasks, you need humans.
"The best AI can do is take a quantitative view of your network and the telemetry that's on it and provide you an outcome report â here's what happened, here's why I know that that happened, here's what I suggest you would do about it," Ragan added. "A human still has to take that and analyze it, and the reason a human needs to be involved is because the human knows the business.
"A machine will never understand your business," Ragan said. "It'll never understand the goal. It'll never understand the pressures of regulatory compliance. It may know the laws, but it doesn't know the nuance behind the laws, and that is important."
Just let the AI handle it
What AI can do is take the burden of mundane tasks off human security personnel, allowing them to do their jobs more efficiently. Humans will remain in charge.
"When you think of how AI is going to transform the security industry or how AI is going to do something performative, really what AI is going to do is simplify things," Ragan said. "It's going to take a lot of the steps out of, for example, writing after-action reports or compliance reports and things like this."
Ragan's vision of AI involvement in security operations center (SOC) management dovetailed with RSA keynote remarks delivered by Tom Gillis, Cisco Senior Vice President and General Manager of the  Security Business Group, who envisioned AI assistance with routine SOC tasks.
"The beauty about this concept is that when you use AI to augment humans in the job, there's amazing possibilities," Gillis said.
However, Ragan cautioned against unreasonable expectations for the abilities of and solutions offered by AI in information security.
"AI is not going to be the silver bullet that solves the problems in security. AI is not going to fix compliance. AI is not going to fix regulatory things," Ragan said. "The advice I would provide to people is don't look for AI to solve all of your problems. Look for AI to be an assistant."
Echoing the sentiments aired by RSA Security CEO Rohit Ghai during the conference's opening keynote addresses, Ragan said that AI might be disruptive to the infosec industry, but that it would eventually lead to job gains.
"Don't look to AI as this thing that might take your job," Ragan said. "If AI does get to the point where it starts taking low-level jobs in the industry, all that means is you're going to need to have new people go and be prepared to fix and tune the AI. It's going to create jobs. It's not going to eliminate them."
IAM and XDR
In his opening keynote, Ghai also said that AI would be essential to the next generation of identity and access management (IAM) solutions.
"The identity and access management platform is outdated," Ghai said. "Today, the core purpose of an identity platform is security. In the AI era, we need an identity security fabric."
Ragan said IAM was an important course for Cisco and for the information-security industry as a whole.
"Identity is still not only one of the most important assets to developing a security program, it's also a linchpin that you still see criminals to this day hanging on to get in," Ragan said. "Look at all the ransomware incidents you see across the board. That stuff starts with identity."
XDR and its role in streamlining security operations are also high on Cisco's list of priorities, Ragan said, emphasizing that organizations of all sizes can benefit from more efficient, more comprehensive detection and response.
"It's not about the size of your environment," he explained. "The size of your environment should not count. You should be able to have the tools in place and the people and processes in place to deal with whatever may come your way.
"That's where we want to focus," Ragan added. "That's where Cisco's going to be looking at. It's simplifying SOC operations to where we're meeting the customer where they are, no matter where they are."
Focusing on the signal, not the noise
Ragan emphasized that elimination of complexity and reducing the presentation of information to the essentials are aims that the information-security industry should strive for.
"You should not have to think about security when you start to work," he said. "It should just be there. It should be underlying.
"When you think of SOC operators," Ragan added, "it should be simple for them to judge the network, and the performance of the network, and the incidents that may roll in, based on a glance. They shouldn't have to do 50 billion steps to realize that that was a phishing email. It should be flagged, 'That was a phishing email. We've seen hundreds of it like this. This is why we flagged it. This is what it looks like.'"
Concentration of information is "what every company needs," he said. "They need more telemetry. They need more insight and viewpoints, and it shouldn't have to be 50 different vendors to achieve this. There's no reason why it can't be built on a platform."
Good, efficient information security is a universal goal, Ragan explained, and it's a goal that Cisco is prepared to help organizations meet.
"As we've been sitting here talking, I've been watching people move across the hall in front of us," he told Brenner. "When you look at these people walk through, they're from all walks of life, all points of view. They've got different enterprise operations, some scaled up, some scaled down.
"Some [of these people] know what they want with their security program," Ragan said. "Some don't even know where to start. And these are the people we want to talk to because there's a lesson for all of them, and there's a way to work with all of them."
"The ultimate goal for all of this is to make the industry better," he added, and to "make the internet suck less. That's where we want to be."
Fri, 28 Apr 2023 03:41:00 -0500entext/htmlhttps://www.scmagazine.com/resource/rsac/ciscos-rsa-2023-priorities-ai-xdr-identity-and-moreCompanies told to listen to workers to cut attrition
CEBU, Philippines â As the return-to-office (RTO) mandate results in continuous employee attrition, companies are urged to continue dialogue with employees and offer compromises to keep resignations at bay.
âIt is easy to see why there is an intense pushback from workers against RTO Initiatives. There are plenty of benefits provided by the work-from-home [WFH] and Work from Anywhere [WFA] set-up, one of which is that workers do not have to worry about the hassle of commuting,â said Mitzi Blancaflor, Associate Director of Office Services â Tenant Representation at Colliers Philippines.
In the past few years, the work environment in the Philippines has adapted
to the circumstances brought about by the Covid-19 pandemic. Workers have started to prefer work-from-home setup because not only does this result in more time and financial savings, but it also gives them the freedom and independence to manage their workday schedules.
Ciscoâs 2022 Global Hybrid Work Study found that 66 percent of Filipino survey respondents said their overall well-being improved because they spent less time commuting.
In addition, 74 percent of these respondents said they have saved over 4 hours per week from what would have been spent on sitting in traffic, while 37 percent saved over eight hours per week, explained Blancaflor.
Another benefit of a WFH setup is that daily expenses are much cheaper for the employee as they do not have to worry about the cost of commuting, laundry, and food.
In the same report by Cisco, respondents reported an average income increase of 13.9 percent, with about PHP7,000 saved per week.
Lastly, the notion that a worker gets to control the way they work due to a sense of privacy and having their own work environment is the crucial motivator for WFH enthusiasts.
According to Blancaflor, advocates of the RTO initiative must keep in mind these benefits when choosing where to set up their company and what type of office space they are looking for.
Aside from benefits, associated risks â especially attrition â should also be considered when planning the work setup for new occupiers or RTO for existing companies.
Blancaflor warned that employee attrition is especially costly to many companies, quoting a study conducted by the Society for Human Resource Management which found that on average companies spend the equivalent to six to nine months of an employeeâs salary to replace them.
To minimize attrition risk and retain talent, flexibility is key, said Blancaflor.
According to Mercerâs 2022â2023 Global Talent Trends seven out of 10 employees in the Philippines said that not being able to work remotely or hybrid permanently is a deal-breaker when considering whether to join or stay with an organization.
In the same study, 74 percent of companies surveyed are providing flexible working options; this is significantly higher than the Asia (50 percent) and global (56 percent) averages.
On top of the flexible work setup, some companies are also implementing compensation adjustments, mental health initiatives, and learning and development programs to Strengthen their employeeâs overall well-being. â (FREEMAN)
Mon, 05 Jun 2023 04:13:00 -0500text/htmlhttps://www.philstar.com/the-freeman/cebu-business/2023/06/06/2271850/companies-told-listen-workers-cut-attritionNon-Employee Associate How to Hire
If you'd like to bring a non-employee associate on campus, such as a staff volunteer, independent contractor, visiting research professor, volunteer faculty member, or other person who will not be paid through Drexel's payroll system, but needs access to Drexel online accounts or facilities, please have her or him fill out Section 1 on the Drexel Non-Employee Associate Form [PDF]. The department administrator should complete Section 2 and then submit to HRIS: 3201 Arch St, Suite 430.
DragonCard
If your new Non-Employee Associate requires a DragonCard, please complete a request with the DragonCard Office. A cost center will be required. Visit www.drexel.edu/dragoncard to get started.
Fri, 27 Apr 2018 12:22:00 -0500entext/htmlhttps://drexel.edu/hr/management/staffing/duhiringguides/dunonemp/Cisco: How Canopy Planet Is Empowering Brands To Protect the Planetâs Most Vital Resources
NORTHAMPTON, MA / ACCESSWIRE / May 31, 2023 / Forests produce the oxygen we breathe, create rain, and shield us from climate change and disease. They are the homes and sources of livelihood for an estimated 1.3 billion people, and the areas with the most biodiversity on land. Intact, primary forests all over the planet - which have 40x higher carbon sequestration potential per hectare than new plantation forests - have already been reduced to less than one-fifth of their original extent through industrial logging and other kinds of deforestation.
Nicole Rycroft, Founder and Executive Director of Canopy Planet, has spent the last 25 years protecting the world's forests, advancing international human rights, and sparking the shift to a global green economy. She is an Ashoka Fellow, member of the UBS Global Visionaries program, recipient of the Meritorious Service Cross of Canada, winner of the 2020 Climate Breakthrough Award and a 2022 Global Australian of the Year. Nicole spearheads Canopy's strategic direction and many of Canopy's senior level partnerships.
Canopy's partnership with the Cisco Foundation is built on a shared belief that supporting innovation at scale to address significant social problems has the potential to achieve a global impact. We see great synergies between our organizations as Canopy works to catalyze a transformation in the extractive pulp, paper, packaging, and viscose supply chains by spurring the commercial-production of low-impact Next Generation Solutions (Next Gen) to mitigate the climate crisis.
Let's start with the basics. What is Canopy Planet, and what do you do?âŻ
Nicole: Canopy is an award-winning, solutions-driven NGO dedicated to protecting the world's forests, species, and climate and advancing Indigenous and frontline communities' rights. We do this by harnessing the purchasing influence of the global marketplace to transform supply chains that are driving deforestation and forest degradation. Since our inception in 1999, Canopy's unique model of change has been based on building transformational partnerships with hundreds of the world's largest brands. We leverage our 900+ brand partners' purchasing clout to create the economic incentives to transform unsustainable supply chains, catalyze commercial-production of low-carbon Next Generation Solutions, and secure landscape-level forest conservation and community rights. We are dedicated to helping conserve 30 -50% of the world's forests by 2030.
Can you share more about the impact of logging on ecosystems?âŻ
Nicole: In 2021 alone, we lost more than 25 million hectares of forests globally, releasing ten billion tonnes of carbon dioxide into the atmosphere. Logging for pulp, paper, packaging, textiles, and solid wood products is a carbon intensive supply chain that perpetuates a âtake, make, waste' model that drives the degradation and loss of climate-critical forests.
With forests foundational to life on Earth, we need to accelerate the transition from forest-based goods like packaging and viscose to production that relies on circular and low-impact feedstocks that keep forests standing - places like the Leuser Ecosystem in Indonesia, one of Canopy's Landscapes of Hope. The Leuser Ecosystem is one of the world's richest intact tropical rainforest ecosystems. It is the last place on earth where the Sumatran elephant, rhino, tiger and orangutan are found within one area, and it provides habitat for thousands of mammal, bird, reptile, amphibian, and plant species. In addition, the Leuser Ecosystem is the life-support system for seven million people that rely on it for clean air, water, flood protection, irrigation, medicines, and their livelihoods. Continued unsustainable demand for forest products puts places like the Leuser Ecosystem at peril.
Cutting down forests is not just about paper. Can you share more about all the kinds of products, packaging and textiles logging supports?âŻ
Nicole: The connection between fashion and forests isn't immediately apparent, but the third largest group of fashion textiles - rayon and viscose - is derived from trees. So is the packaging in which fashion and many other goods are shipped around the world. Over 3.4 billion trees are logged annually to make textiles and packaging and when you add in paper, that number is a staggering 5.1 billion. Much of this logging occurs in the world's most ecologically and culturally valuable forests, which Canopy calls Ancient and Endangered Forests. These landscapes are pivotal to life on earth. The pressure on forests is only intensifying: packaging has increased by 65% over the past two decades, while the use of trees to make fabrics has more than tripled. Both are projected to grow significantly in the coming years.
What are some of Canopy Planet's major accomplishments so far?
Nicole: Some of our accomplishments include:
Helping over 900 brands develop and implement robust environmental purchasing policies for their paper, packaging and viscose textiles.
Showing that Being Stylish Doesn't Have to Cost the Earth. We launched CanopyStyle in 2013 to transform the viscose supply chain and keep Ancient and Endangered Forests off the runways and out of our wardrobes. Today, 536 brands representing USD 905 billion in annual revenues have developed CanopyStyle polices to end sourcing from Ancient and Endangered Forests and to prioritize the use of Next Gen alternatives. More than half of global viscose production is now Checked at low-risk of containing high-carbon, biodiverse forests and the first Next Gen textiles are now available and on the market.
Launching Pack4Good in 2019 to ensure we don't continue to mow down 400-year-old trees to make shipping boxes and take out containers. In just three years, the Pack4Good campaign has secured 390 brands worth a collective USD 199 billion in annual revenues. Pack4Good has also been moving the needle on the production side: leverage from global brands has resulted in packaging producers signing policies to end sourcing from critical forest ecosystems and to invest in Next Gen. Momentum is growing every day, so watch this space.
Developing Next Gen Solutions over a decade ago. Canopy has been the only NGO promoting diversifying the fiber basket as a key strategy for forest protection. To date, we have directly catalyzed 300,000 tonnes of new annual Next Gen production into the market and we are linked to an additional 1.7 million tonnes of new production in development. Just last month, Canopy's ambitious plan to catalyze 60 million tonnes of Next Gen in the next ten years was recognized by The Audacious Project, a TED initiative. Alongside of our work with the Cisco Foundation, the support from Audacious will supercharge our work to catalyze the global scale-up of Next Gen production - and in doing so take the pressure off forests so we can conserve more than 220 million acres of forests globally.
Securing conservation in 41+ million acres of forests to date through our work with brands and local NGO partners.
Can you tell us more about Next Gen pulp technologies? You previously mentioned partnering with the first pulp recycling plant.âŻ
Nicole: What many people don't know is that there is a strong pipeline of forest-free, clean-production pulp alternatives ready for market - such as paper pulp made from straw, and textile pulp made from discarded cotton textiles. While we call these Next Generation Solutions, they are actually a new spin on rediscovered inputs used for paper and textiles for millennia - flax, hemp, recycled fabrics. Despite their ubiquity now, forests are actually relatively new fiber sources, having only entered industrial pulp production within the last 150 years.
Next Gen pulps have 95 to 130% fewer greenhouse gas (GHG) emissions. They have 88% to 100% less land-use impact, and at least 5x lower impact on biodiversity and threatened species. Further, by using clean production processes and creating a profitable use for inputs that would otherwise be discarded in landfills, burned, or disposed of at a cost to farmers, these pulps contribute to healthier, more profitable communities and avoid secondary pollution issues. And best of all for brands and buyers: Next Gen pulp products perform just as well as their conventional peers - and are projected to be comparable in price or cheaper once produced at scale.
Canopy is supporting independent innovators to scale their technologies, informing commercial-scale approaches for previously niche products, and encouraging adoption by mainstream producers for retrofitting existing conventional mills. Last year, we were on site in Sundsvall, Sweden to celebrate the official opening of Renewcell, the world's first commercial-scale, textile-to-textile Next Gen pulp mill for viscose production. Instead of requiring huge swaths of forests to be cut every year, Renewcell uses hundreds of millions of old jeans and t-shirts as its input. Renewcell carries five tonnes less carbon per tonne of product than conventional wood-based pulp. It uses 90% less water, is built in the bones of an old shuttered wood mill, and has re-employed 100 of the staff.
In addition to Renewcell, we are currently working with a pipeline of more than 30 other Next Gen innovators who are turning ideas that sounded like science fiction five years ago into elegant, versatile solutions for today. Canopy has also played a vital role in generating strong market pull-through, with hundreds of brand policies and over half a million tonnes in explicit purchase demand from leading brands.
I also understand you use some cutting-edge software for your work, including the Eco-Paper Database (EPD) and ForestMapper. What kind of information do they provide? And how can people access them?
Nicole: The EcoPaper Database is the world's largest database of high recycled content and Next Gen packaging and paper. Today, it includes more than 1100 listings of Ancient Forest Friendly⢠and other packaging and paper products that use high amounts of lower footprint feedstock including recycled and Next Gen materials.
ForestMapper is an interactive map developed by scientific and mapping experts to help buyers and suppliers locate Ancient and Endangered Forests and identify areas of potential sourcing risk to assist in the transition to more sustainable supply chains. It is the only tool of its kind to visually represent Ancient and Endangered Forests at a global scale and includes information on forests, species, carbon and landscapes. We're working with leading scientists on an update of ForestMapper for later in 2023.
Both ForestMapper and the EcoPaper Database are free of charge and designed to be user-friendly. They can both be found on Canopy's website under the Tools and Resources section.
You were at COP27. What kind of engagement did you receive there?âŻ
Nicole: COP27 marked an important milestone for Canopy as partners announced a collective commitment to purchase over half a million tonnes of low-carbon, low-footprint Next Gen packaging and textile alternatives once they're commercially online. This bold public statement was designed to send a signal to the investment community and help unlock the capital needed to build commercial-scale Next Gen pulp mills as well as conventional producers. Over the next two to three years, we anticipate we will secure the financing necessary to build 12 - 15 Next Gen mills, preventing an estimated 22 million tonnes of GHG emissions annually and providing communities with an alternative to burning straw and landfilling textiles.
The market pull-through announced at COP27 is essential to de-risking these new supply chains and attracting the scale of investment necessary to rapidly scale these game-changing Next Gen alternatives. Canopy will be doing more of this over the coming years but this bold initial commitment by our partners at COP was a positive step forward for the planet and low-carbon supply chains.
How do you assist or partner with local communities, including Indigenous peoples in the areas Canopy Planet works in?
Nicole: Canopy has strong relationships with Indigenous leaders and local NGOs across North America and around the world. We support the efforts of our on-the-ground partners and Indigenous leaders by bringing the influence of the international market at strategic junctures to advance robust conservation of key landscapes and support the development of conservation-based economies for local communities. It is our local and international partners that largely lead policy negotiations with local governments and community economic development. Canopy brings critical leverage that creates the economic and political incentives for industry and governments to change âbusiness as usual'. This can range from brands participating in customer roundtables with political and forest industry decision makers to encourage a more sustainable path forward for both the forests and communities. We work with some of our brand partners to directly fund on the ground conservation efforts through investments in robust carbon offset programs or philanthropic programs focused on advancing biodiversity. Many of our brand partners have stopped sourcing from suppliers that have operations in high-carbon, biodiverse landscapes and link future purchasing to large-scale conservation and advancements in human-wellbeing for Indigenous and local communities.
We have also been proud to support conservation efforts by Indigenous leaders and local NGOs in Canada's Great Bear Rainforest, the Cree Nation's territory in the Boreal Forest, and Indonesia's Leuser Ecosystem. To date, Canopy's market leverage has contributed to the protection of 41 million+ acres of Ancient and Endangered Forests around the world.
Wed, 31 May 2023 00:55:00 -0500entext/htmlhttps://www.morningstar.com/news/accesswire/758261msn/cisco-how-canopy-planet-is-empowering-brands-to-protect-the-planets-most-vital-resourcesBSA taps former chief acquisition officer as new procurement lead
The Software Alliance, also known as BSA â a trade group for software companies including Microsoft, Oracle, IBM, Cisco, Adobe and others â is announcing an expansion of its federal government procurement work with a new hire, Jessica Salmoiraghi.
Salmoiraghi is the groupâs new senior director for IT modernization and procurement, both Topics sheâs familiar with already, having worked at the General Services Administration as chief acquisition officer and associate administrator from 2018 to 2021. Most recently, she worked at professional services firm, the Golden Key Group.
The following interview has been lightly edited for length and clarity.Â
Nextgov/FCW: Why does BSA see a need for this role?
Salmoiraghi: I think it's additive to what BSA has been doing in the past. BSA has been really working for years on digital transformation of the economy, and the US government really plays such an important role on that, especially when it comes to IT and services.
Expanding BSAâs work on procurement is just a response to the member needs and the membersâ request who want⌠BSA to take a more advanced focus on procurement and IT modernization, so it's really a reflection of how BSA is trying to evolve its value proposition to its membership.
Jessica Salmoiraghi (Photo courtesy BSA)
Nextgov/FCW: What are your priorities in this new role?
Salmoiraghi: We're still working a bit on refining this. I think from the large, 50,000 foot view, we're really looking at digital transformation of the government, right? How can we take the current software model that we have, whether it's commercial off the shelf or not, and move it to the cloud, and make it secure, so that we're focused on both cloud software and multi-cloud solutions. In addition, itâs managing and leveraging data across the government, with again, cybersecurity and AI being a big portion of that too.
Nextgov/FCW: Will you be focusing on the executive branch, Congress or both?
Salmoiraghi:Â This is where I need to figure that out a little bit because I come from the place of, I've done all three legs on the stool, right? Iâve lobbied for the law to be implemented. Iâve worked in a regulatory agency that's taking that law and actually implementing it. And then when I was at Golden Key Group, I was actually on the other side of that working with the contract officers on how those laws were implemented, saying, âHey, this isn't the congressional intent.â So I think it's one of the things that again, going back to the procurement, its folks don't always see that full scope, so right now, it's a question of how are we going to get there?Â
One of the issues that we've got, especially when we're talking about IT modernization, is funding for it. We are in a place where the budgets are getting tight. But when you're spending 70 to 80% of your funding on operations and maintenance, instead of new stuff,⌠you've got a real problem. So that to me is a conversation that needs to be had on the Hill and then also with agencies. Agencies want to change, but the Hill also needs to understand why they're trying to do it.
Nextgov/FCW: In the executive branch, what can a trade group do to get agencies to focus on modernization? Is it about getting leadership engaged or is it more working with acquisition professionals?
Salmoiraghi: I think both. I think part of it is understanding it's a priority⌠So if you've got folks that are saying, âI need to change this,â then you're able to focus those resources on what really needs to change.
One of the things that you'll hear from the [Federal Acquisition Regulatory] Council and you'll frankly hear from [Office of Federal Procurement Policy] is that acquisition officers are in desperate need of training on IT. But that, I'm not sure, if thatâs some place where BSA wants to play, so that's something that we need to figure out moving forward.
Nextgov/FCW: What are you looking for from Congress? Do you have your eye on the Strengthening Agency Management and Oversight of Software Assets Act thatâs seen someactionin Congress?Â
Salmoiraghi: We've definitely been reaching out to our congressional partners, and that's where I'm getting started again⌠So yes, we have been active on SAMOSA, but we've also been active in talking with other offices about what they're trying to do⌠[tech policy is ] a popular course in Congress right now.
Thu, 01 Jun 2023 04:06:00 -0500entext/htmlhttps://www.nextgov.com/technology-news/2023/06/bsa-taps-former-chief-acquisition-officer-new-procurement-lead/386989/Cisco aims for full-stack observability with AppDynamics/ThousandEyes tie-in
Cisco is more tightly integrating its network- and application-intelligence tools in an effort to help customers quickly diagnose and remediate performance problems.
An upgrade to Cisco's Digital Experience Monitoring (DEM) platform melds the vendorâs AppDynamics application observability capabilities and ThousandEyes network intelligence with a bi-directional, OpenTelemetry-based integration package. (Read more about how to shop for network observability tools)
The goal with DEM is to get business, infrastructure, networking, security operations, and DevSecOps teams working together more effectively to find the root cause of a problem and quickly address the issue, said Carlos Pereira, Cisco Fellow and chief architect in its Strategy, Incubation & Applications group.Â
âThe networking side of the house only typically sees networking as a packet, and the apps team only sees a TCP flow from an application. But with DEM, ThousandEyes and AppDynamics, we have enabled that information to be shared with both those teams, and customers can now see how the network impacts that application and vice-versa,â Pereira said.
Network and application teams have integrated visibility that they never had before, he said. âNow, for example, the application team can look at their own tools and contextualize application metrics with ThousandEyes network data to map exactly how everything impacts a particular app they may be monitoring in real-time.â
DEM does this by using OpenTelemetry, a standards-based framework of tools, APIs, and SDKs used to instrument, generate, collect, and export telemetry data to analyze software performance and behavior. OpenTelemetry is being developed under the Cloud Native Foundation by contributors from AWS, Azure, Cisco, F5, Google Cloud, and VMware among others. Â
Telemetry use is critical for greater observability, and it is the basis for Ciscoâs Full-Stack Observability (FSO) architecture, which the vendor is expected to detail at its upcoming Cisco Live! customer event in June.Â
Ciscoâs Full-Stack Observability will feature a broad portfolio of Cisco technologies as well as an ecosystem of partners and open-source tools. The Full-Stack Observability Platform will also take advantage of Ciscoâ security portfolio to provide telemetry that can be included in new applications to control security across multiple domains, Periera said.
âOne of the things that we are going to have with FSO is AIOps support that will let us develop a single alert that will combine a number of these telemetry feeds into a single alert that everyone can utilize. A combined experience alert, if you will, that could be fed wherever the customer wants â apps, networking, security â with the goal of spotting and fixing problems quickly,â Pereira said.
Research firm Gartner notes that, by using observability tools, a business âis able to determine the state of its applications with a high degree of certainty and understand how their services impact business key performance indicators and customersâ digital experience. Observability enables quick interrogation of a digital service to identify the underlying cause of a performance degradation, even when it has never occurred before.â
Copyright Š 2023 IDG Communications, Inc.
Mon, 15 May 2023 16:50:00 -0500entext/htmlhttps://www.networkworld.com/article/3696316/cisco-aims-for-full-stack-observability-with-appdynamicsthousandeyes-tie-in.htmlAssociate Professor
Content
A Baylor login is required to access the forms and documents listed below.
Content
4. Current curriculum vitae of the candidate in BCM format:
Content
Note: CVs not in the BCM format will be returned for modification before being sent to the FAP Committee.
5. If on the Patient Care Single Mission Pathway, include Patient Care Portfolio information.
6. Official transcript of highest degree earned sent directly by the awarding academic institution (not required for a promotion). Please see Transcript Requirement.
Content
7. For new appointments, executed copy of:
Content
8. Three letters of recommendation from either external or local sources. Letter-writers must be at the same (or greater) academic rank as the proposed rank of the candidate.
9. Approved Proposed Action Form (PAF). This form should be submitted after approval by all recommending bodies. Please include a copy of the Faculty Affairs-sent approval email as an attachment within the PAF (see below).
Following approval by the FAP Committee, the Academic Council, and the Board of Trustees, a formal email is prepared by the Office of Faculty Affairs and sent to departmental leadership. This email serves as the Collegeâs notice that the concerned appointment or promotion has been approved by all recommending bodies.
Content
4. Current curriculum vitae of the candidate in BCM format:
Content
Note: CVs not in the BCM format will be returned for modification before being sent to the FAP Committee.
5. Official transcript of highest degree earned sent directly by the awarding academic institution (not required for a promotion). Please see Transcript Requirement.
Content
6. For new appointments, executed copy of:
Content
7. Three letters of recommendation from either external or local sources. Letter-writers must be at the same (or greater) academic rank as the proposed rank of the candidate.
8. A national search is required when commitments for resources beyond salary are made.
9. Approved Proposed Action Form (PAF). This form should be submitted after approval by all recommending bodies. Please include a copy of the Faculty Affairs-sent approval email as an attachment within the PAF (see below).
If a national search is required, it must be conducted prior to submission of the package of candidate materials from the College's Academic Unit. The RFAP form must include the completion date of the national search which was conducted in accordance with the Academic Unit's approved guidelines.
Following approval by the FAP Committee, the Academic Council, and the Board of Trustees, a formal email is prepared by the Office of Faculty Affairs and sent to departmental leadership. This email serves as the College's notice that the concerned appointment or promotion has been approved by all recommending bodies.
Content
1. Letter of Request from head of Academic Unit that includes a description of the candidateâs qualifications for promotion or appointment following the guidelines for excellence in research, education and patient care established by the College (see Faculty Appointments & Promotions Policies). The letter should indicate in which mission track(s) the candidate should be considered for appointment or promotion.
2. If a promotion, written report from the nominating Academic Unitâs internal promotion committee
7. Official transcript of highest degree earned sent directly by the awarding academic institution (not required for a promotion). Please see Transcript Requirement.
Content
8. For new appointments, executed copy of:
Content
9. Six letters of recommendation are required. Depending upon mission track, all six letters must be from external sources (Research) or from either external or local sources (Education and Patient Care); however, letters from external sources are desirable for these mission tracks. Letter-writers must be at the same (or greater) academic rank as the proposed rank of the candidate.
10. Three most representative publications of the candidate
11. A national search is required when commitments for resources beyond salary are made if the initial appointment did not require a national search.
12. Approved Proposed Action Form (PAF). This form should be submitted after approval by all recommending bodies. Please include a copy of the Faculty Affairs-sent approval email as an attachment within the PAF (see below).
For initial appointments, the Letter of Request should summarize the candidate's academic career with special attention to outstanding achievements and honors and to potential contributions to Baylor College of Medicine. For promotions, the Letter of Request should summarize the candidate's academic career with special attention paid to progress at BCM. This summary should address and evaluate the candidate's credentials with respect to scholarship/research, teaching (direct and indirect) and service (clinical or administrative) for the department and the College. Outstanding achievements, honors or unusual contributions should be included. The anticipated further development of the candidate as a tenured member of the faculty should be assessed.
If a national search is required, it must be conducted prior to submission of the package of candidate materials from the College's Academic Unit. The RFAP form must include the completion date of the national search which was conducted in accordance with the Academic Unit's approved guidelines. Following approval by the FAP Committee, the Academic Council, and the Board of Trustees, a formal email is prepared by the Office of Faculty Affairs and sent to departmental leadership. This email serves as the College's notice that the concerned appointment or promotion has been approved by all recommending bodies.
Thu, 17 Dec 2020 21:09:00 -0600entext/htmlhttps://www.bcm.edu/education/academic-faculty-affairs/faculty-resources/appointments-promotions/procedures/associate-professorProgram Associate
General Function
Performs a variety of moderately complex clerical and administrative tasks requiring some independent judgment related to ensuring the successful completion of the daily operations of a university administrative unit
Characteristic Duties and ResponsibilitiesâEssential Functions
Processes incoming information and/or documents regarding daily operations; makes first determination as to disposition using set standards.
Serves as informational resource for staff; investigates and resolves problems and difficulties.
Assists in the enforcement of policies and procedures; serves as informational resource to staff.
Monitors and reviews projects; ensures all necessary changes are made.
Gathers and analyzes statistical information regarding department's programs and activities; produces reports.
Performs a variety of clerical tasks including answering phones, typing, and copying.
Reporting Relationships
Direction Received: Reports to head of administrative unit (i.e. Director, Administrative Manager, Administrative Assistant, Administrative Associate, etc.)
Direction Given: May provide functional guidance to a group of student employees on an ongoing basis
Minimum Requirements
Requires nine months of coursework or training beyond high school in Business Administration and two years of related experience, or an equivalent combination of education and experience
Knowledge, Skills, Abilities, and Worker Characteristics
Knowledge of unit's operations, policies, and procedures
Knowledge of computers and office applications
May require supervisory skills
Clerical skills
Research skills
Working Conditions
Periodic assignments given which entail dealing with modestly unpleasant physical conditions
Please note:Â The intent of this job description is to provide a representative summary of the types of duties and responsibilities that will be required of positions given this title and shall not be construed as a declaration of the specific duties and responsibilities of any particular positions. Employees may be requested to perform job-related tasks other than those specifically presented in this description. For jobs occupied by more than one employee, the identification of non-essential functions shall be determined from the individualâs position description.
Wed, 14 Jun 2017 04:07:00 -0500en-UStext/htmlhttps://miamioh.edu/human-resources/managers/classified-pay-grades/program-associate/index.htmlAssociate Provost for Undergraduate Education
Assessment enables the university community to identify opportunities to Strengthen courses and curricula, teaching practices, and student life activities, as well as make informed decisions about degree programs.