Search test library by skills or roles
⌘ K

About the test:

思科数据中心在线测试评估了候选人的知识和技能与数据中心操作的各个方面有关。它涵盖了诸如数据中心网络,思科UCS,存储区域网络,数据中心安全性,虚拟化和网络体系结构等主题。

Covered skills:

  • 数据中心网络
  • 存储区网络
  • 虚拟化
  • 网络服务
  • 数据中心自动化
  • 思科UCS
  • 数据中心安全
  • 网络架构
  • 数据中心管理
  • 数据中心故障排除

Try practice test
9 reasons why
9 reasons why

Adaface CISCO Data Center Test is the most accurate way to shortlist 思科网络工程师 - 数据中心s



Reason #1

Tests for on-the-job skills

The CISCO Data Center Online Test helps recruiters and hiring managers identify qualified candidates from a pool of resumes, and helps in taking objective hiring decisions. It reduces the administrative overhead of interviewing too many candidates and saves time by filtering out unqualified candidates at the first step of the hiring process.

The test screens for the following skills that hiring managers look for in candidates:

  • 能够配置和故障排除思科数据中心基础架构
  • 计算机网络和网络体系结构的知识
  • 了解数据中心管理和自动化
  • 在数据中心环境中具有虚拟化技术的经验
  • 数据中心网络和故障排除的技能
  • Cisco UCS知识(统一计算系统)
  • 了解存储区网络(SAN)
  • 实施和管理数据中心安全措施的能力
  • 有数据中心故障排除的经验
  • 熟练数据中心服务和网络协议
Reason #2

No trick questions

no trick questions

Traditional assessment tools use trick questions and puzzles for the screening, which creates a lot of frustration among candidates about having to go through irrelevant screening assessments.

View sample questions

The main reason we started Adaface is that traditional pre-employment assessment platforms are not a fair way for companies to evaluate candidates. At Adaface, our mission is to help companies find great candidates by assessing on-the-job skills required for a role.

Why we started Adaface
Try practice test
Reason #3

Non-googleable questions

We have a very high focus on the quality of questions that test for on-the-job skills. Every question is non-googleable and we have a very high bar for the level of subject matter experts we onboard to create these questions. We have crawlers to check if any of the questions are leaked online. If/ when a question gets leaked, we get an alert. We change the question for you & let you know.

How we design questions

这些只是我们库中有10,000多个问题的一个小样本。关于此的实际问题 思科数据中心在线测试 将是不可行的.

🧐 Question

Medium

BGP Path Selection
BGP Configuration
BGP Troubleshooting
Try practice test
You are a senior network engineer analyzing a BGP configuration issue in a Cisco router. The router is receiving multiple routes to a particular network, 192.168.100.0/24, from different BGP peers. Your task is to ensure that the router always prefers the path through the neighbor 10.10.10.1, irrespective of other path attributes like AS path length, MED, or local preference. Currently, the BGP configuration includes several route maps and prefix lists but doesn't enforce this specific requirement.

Given this scenario, which of the following additions to the BGP configuration would ensure that the route through 10.10.10.1 is always preferred?
A: Apply a route map to neighbor 10.10.10.1 setting a lower MED value for 192.168.100.0/24.
B: Set a higher local preference for routes received from 10.10.10.1 using a route map.
C: Use a prefix list to filter all routes to 192.168.100.0/24 except those from 10.10.10.1.
D: Implement an AS path access list to prepend fake AS numbers to routes from other neighbors.
E: Modify the existing route maps to set a higher weight for routes from 10.10.10.1.
F: Adjust the BGP router ID to a lower value than that of the other BGP peers.

Medium

OSPF Inter-Area Route Filtering
OSPF Configuration
Route Summarization
Routing Control
Try practice test
In a large service provider network, five OSPF areas are configured: Area 0 (Backbone), Area 1, Area 2, Area 3, and Area 4. Area 1 is a normal area, Area 2 is configured as a stub area, Area 3 is a totally stubby area, and Area 4 is an NSSA (Not So Stubby Area). Each area has multiple routers and networks. Router X in Area 1 has an external route (E2) to the network 172.30.0.0/16 and is connected to Area 0. Router Y in Area 2 summarizes its internal routes to 192.168.0.0/18. Router Z in Area 3 has a default route to Area 0 and an external route to 10.20.0.0/16 redistributed as an N2 route in Area 4.

Given this configuration, which of the following statements is true when a packet is routed from a network in Area 4 to 172.30.0.0/16?
A: The packet will be dropped because NSSA does not allow external routes to be advertised into the area.
B: The packet will be routed to Router X via Area 1, as Area 4 allows the redistribution of external routes into the area as N2 LSAs.
C: The packet will traverse through Area 0 to reach Router X, which advertises the external route to 172.30.0.0/16.
D: The packet will take a default route from Area 3 to Area 0, as Area 3 is a totally stubby area and does not have specific route information for 172.30.0.0/16.
E: The packet will be routed directly to Router Y in Area 2 due to the summary route, which incorrectly captures the 172.30.0.0/16 network.
F: The packet will be routed to Router Z in Area 3, which has a specific external route to 172.30.0.0/16.

Medium

OSPF Network Analysis
OSPF Configuration
OSPF Troubleshooting
Routing Loops
Try practice test
As a senior network engineer, you are investigating an issue in an OSPF (Open Shortest Path First) network. The network consists of various routers configured in multiple areas, with Area 0 as the backbone. Recently, intermittent routing loops and instability have been reported. Upon reviewing the configurations and logs, you notice the following key points:

1. Area 0 is functioning normally with stable LSA (Link State Advertisement) exchanges.
2. A non-backbone area (Area 1) is showing frequent LSA refreshes and topology changes.
3. Routers in Area 1 have multiple OSPF neighbors, including an ABR (Area Border Router) connecting to Area 0.
4. The ‘show ip ospf database’ command reveals numerous LSA types 3 (Summary LSAs) and 5 (External LSAs) being frequently updated in Area 1.

Which of the following actions is most likely to resolve the routing instability and loops in Area 1?
A: Redistribute static routes into the OSPF process on the ABR, focusing on stabilizing Area 1.
B: Configure Area 1 as a stub area to reduce the number of Type 5 LSAs.
C: Implement route summarization on the ABR between Area 0 and Area 1.
D: Increase the SPF algorithm calculation timers to reduce LSA refresh frequency.
E: Convert Area 1 to a Totally Stubby Area to filter out Type 3 and Type 5 LSAs.
F: Adjust OSPF priorities on routers in Area 1 to elect a more stable DR (Designated Router).

Medium

Routing Protocols Configuration
Routing Configuration
OSPF
EIGRP
Network Design
Try practice test
A network engineer is configuring a new routing protocol setup for a large enterprise network. The network has multiple subnets and requires both OSPF and EIGRP protocols for different segments. The primary data center uses OSPF with an OSPF area ID of 0, while branch offices use EIGRP with an autonomous system number of 100. The network requirements are as follows:

1. OSPF must have a router ID of 10.10.10.10.
2. EIGRP needs to be optimized for low bandwidth consumption.
3. Redistribution between OSPF and EIGRP is required, with route filtering to prevent routing loops.
4. OSPF areas other than area 0 will be stub areas.

Considering these requirements, which of the following configurations is most appropriate?
A: Configure OSPF area 0 with router ID 10.10.10.10 and use default EIGRP settings.
B: Configure EIGRP with bandwidth optimization and OSPF with router ID 10.10.10.10, without route redistribution.
C: Set OSPF area 0 with router ID 10.10.10.10, configure EIGRP for bandwidth optimization, and enable mutual redistribution with proper route filtering.
D: Use OSPF with area ID 100 and EIGRP with autonomous system 0, with mutual redistribution.
E: Configure OSPF in all areas as stub and set EIGRP to use the lowest bandwidth setting.
F: Implement OSPF with router ID 10.10.10.10 and EIGRP with bandwidth optimization, but without any redistribution or filtering.

Medium

Mac address and IP on router hop
Routers
Switches
Try practice test
Refer to the following exhibit:
 image
Host A is sending a packet to Host B. 

1. What is the source and destination MAC address at point PA?
2. What is the source and destination IP address at point PB?
// Option A
PA: source MAC - Mac-A
PA: destination MAC - Mac-B
PB: source IP - 192.168.1.1
PB: destination IP - 192.168.3.1

// Option B
PA: source MAC - Mac-A
PA: destination MAC - Mac-RA
PB: source IP - 192.168.3.3
PB: destination IP - 192.168.3.1

// Option C
PA: source MAC - Mac-A
PA: destination MAC - Mac-B
PB: source IP - 192.168.3.3
PB: destination IP - 192.168.3.1

// Option D
PA: source MAC - Mac-A
PA: destination MAC - Mac-RA
PB: source IP - 192.168.1.1
PB: destination IP - 192.168.3.1

Easy

MX Record, DMARC and Email Authentication
DNS
MX Records
DMARC
SPF
DKIM
Try practice test
You work as a network administrator for a company, "example.com", that recently started experiencing issues with email spoofing. To mitigate the problem, you decide to implement DMARC (Domain-based Message Authentication, Reporting & Conformance) in addition to existing SPF (Sender Policy Framework) and DKIM (DomainKeys Identified Mail) records.

Your current DNS records for example.com include the following:

- MX 10 mail.example.com (IP address 203.0.113.10)
- TXT "v=spf1 ip4:203.0.113.10 -all"
- TXT "v=DKIM1; k=rsa; p=public-key-here"

You add the following DMARC record:

- TXT "_dmarc.example.com" "v=DMARC1; p=quarantine; pct=100; rua=mailto:report@example.com"

After implementing the DMARC record, an external mail server sends an email to your domain. The email passes the SPF and DKIM checks but fails the DMARC check.

What will likely happen to the email?
A: The email will be accepted and delivered to the recipient's inbox.
B: The email will be rejected and returned to the sender as undeliverable.
C: The email might be delivered to the recipient's spam or junk folder.
D: The email will be accepted, but a report will be sent to the sender.
E: The email will be silently discarded, and the sender will not be notified.

Medium

Remote network resources
Gateway
Routing protocols
Try practice test
Review the following exhibit:
 image
Angelina noticed that the computers on 192.168.10.0/24 network can ping their default gateway. But they found that these computers cannot connect to any remote network resources. Which of the following is the most likely reason for this?

Medium

SSL Certificate Expiry
SSL/TLS
Network Security
Try practice test
You are a network administrator for an e-commerce company. The company's online store allows customers to browse products and make purchases securely over the internet. The online store uses SSL/TLS for secure communication. You receive reports that some customers are seeing a security warning in their web browsers when trying to access the online store. Upon investigation, you discover the following information:

- The SSL certificate used by the online store's web server is valid for one year and is due to expire in two days.
- The web server is configured to automatically redirect HTTP traffic to HTTPS.
- The SSL certificate was issued by a trusted certificate authority (CA), and all major web browsers have the CA's root certificate in their trusted certificate stores.
- The SSL certificate includes the correct domain name for the online store.

Given the above information, which of the following steps should be taken to resolve the issue and prevent customers from seeing the security warning?
A: Extend the validity of the current SSL certificate by one year.
B: Obtain a new SSL certificate from the same CA and install it on the web server before the current certificate expires.
C: Remove the automatic redirect from HTTP to HTTPS on the web server.
D: Ask customers to ignore the security warning and proceed to the online store.
E: Replace the SSL certificate with a self-signed certificate.
🧐 Question🔧 Skill

Medium

BGP Path Selection
BGP Configuration
BGP Troubleshooting

2 mins

CISCO
Try practice test

Medium

OSPF Inter-Area Route Filtering
OSPF Configuration
Route Summarization
Routing Control

3 mins

CISCO
Try practice test

Medium

OSPF Network Analysis
OSPF Configuration
OSPF Troubleshooting
Routing Loops

2 mins

CISCO
Try practice test

Medium

Routing Protocols Configuration
Routing Configuration
OSPF
EIGRP
Network Design

2 mins

CISCO
Try practice test

Medium

Mac address and IP on router hop
Routers
Switches

2 mins

Computer Networks
Try practice test

Easy

MX Record, DMARC and Email Authentication
DNS
MX Records
DMARC
SPF
DKIM

2 mins

Computer Networks
Try practice test

Medium

Remote network resources
Gateway
Routing protocols

3 mins

Computer Networks
Try practice test

Medium

SSL Certificate Expiry
SSL/TLS
Network Security

2 mins

Computer Networks
Try practice test
🧐 Question🔧 Skill💪 Difficulty⌛ Time
BGP Path Selection
BGP Configuration
BGP Troubleshooting
CISCO
Medium2 mins
Try practice test
OSPF Inter-Area Route Filtering
OSPF Configuration
Route Summarization
Routing Control
CISCO
Medium3 mins
Try practice test
OSPF Network Analysis
OSPF Configuration
OSPF Troubleshooting
Routing Loops
CISCO
Medium2 mins
Try practice test
Routing Protocols Configuration
Routing Configuration
OSPF
EIGRP
Network Design
CISCO
Medium2 mins
Try practice test
Mac address and IP on router hop
Routers
Switches
Computer Networks
Medium2 mins
Try practice test
MX Record, DMARC and Email Authentication
DNS
MX Records
DMARC
SPF
DKIM
Computer Networks
Easy2 mins
Try practice test
Remote network resources
Gateway
Routing protocols
Computer Networks
Medium3 mins
Try practice test
SSL Certificate Expiry
SSL/TLS
Network Security
Computer Networks
Medium2 mins
Try practice test
Reason #4

1200+ customers in 75 countries

customers in 75 countries
Brandon

借助 Adaface,我们能够将初步筛选流程优化高达 75% 以上,为招聘经理和我们的人才招聘团队节省了宝贵的时间!


Brandon Lee, 人事主管, Love, Bonito

Try practice test
Reason #5

Designed for elimination, not selection

The most important thing while implementing the pre-employment 思科数据中心在线测试 in your hiring process is that it is an elimination tool, not a selection tool. In other words: you want to use the test to eliminate the candidates who do poorly on the test, not to select the candidates who come out at the top. While they are super valuable, pre-employment tests do not paint the entire picture of a candidate’s abilities, knowledge, and motivations. Multiple easy questions are more predictive of a candidate's ability than fewer hard questions. Harder questions are often "trick" based questions, which do not provide any meaningful signal about the candidate's skillset.

Science behind Adaface tests
Reason #6

1 click candidate invites

Email invites: You can send candidates an email invite to the 思科数据中心在线测试 from your dashboard by entering their email address.

Public link: You can create a public link for each test that you can share with candidates.

API or integrations: You can invite candidates directly from your ATS by using our pre-built integrations with popular ATS systems or building a custom integration with your in-house ATS.

invite candidates
Reason #7

Detailed scorecards & benchmarks

查看样本记分卡
Try practice test
Reason #8

High completion rate

Adaface tests are conversational, low-stress, and take just 25-40 mins to complete.

This is why Adaface has the highest test-completion rate (86%), which is more than 2x better than traditional assessments.

test completion rate
Reason #9

Advanced Proctoring


Learn more

About the CISCO Data Center Assessment Test

Why you should use Pre-employment CISCO Data Center Online Test?

The 思科数据中心在线测试 makes use of scenario-based questions to test for on-the-job skills as opposed to theoretical knowledge, ensuring that candidates who do well on this screening test have the relavant skills. The questions are designed to covered following on-the-job aspects:

  • 设计和实施数据中心网络解决方案
  • 管理和配置Cisco UCS基础架构
  • 管理和故障排除存储区域网络
  • 确保数据中心基础架构并实施安全措施
  • 在数据中心部署和管理虚拟化技术
  • 为数据中心设计和实施网络体系结构
  • 在数据中心环境中配置和管理网络服务
  • 管理和自动化数据中心操作和流程
  • 对数据中心问题进行故障排除并及时解决它们
  • 实施数据中心自动化工具和方法论

Once the test is sent to a candidate, the candidate receives a link in email to take the test. For each candidate, you will receive a detailed report with skills breakdown and benchmarks to shortlist the top candidates from your pool.

What topics are covered in the CISCO Data Center Online Test?

  • cisco ucs

    cisco cisco ucs(统一计算系统)是一个将计算,网络,存储访问和虚拟化集成到单个平台中的融合基础架构解决方案。它使组织能够简化数据中心操作,改善资源利用并简化管理。在测试中衡量此技能有助于招聘人员评估候选人与Cisco UCS合作并利用其功能以优化数据中心基础架构的能力。

  • 存储区域网络

    存储区域网络(SAN SAN) )是一个专门的高速网络,可促进计算机系统与存储设备(例如磁盘阵列和磁带库)的连接。 SAN提供集中的存储管理,可扩展性和数据保护。在测试中包括此技能,招聘人员可以评估候选人对SAN架构,配置和故障排除的理解,这对于有效的数据中心存储管理至关重要。

  • 数据中心安全

    数据中心安全涉及实施措施,以保护数据中心免受未经授权的访问,漏洞和数据盗窃的影响。这包括实施防火墙,入侵检测系统,访问控制和加密协议。评估这项测试中的技能有助于招聘人员衡量候选人对数据中心安全性最佳实践的了解以及他们设计和实施强大的安全措施以保护敏感的数据和基础架构的能力。

  • 虚拟化</p> </h4>

    虚拟化是指从基本的物理硬件中的计算资源的抽象,例如服务器,操作系统和存储,​​从而提高了灵活性,可扩展性和资源效率。测量测试中的这一技能有助于招聘人员评估候选人对虚拟化技术的理解及其在数据中心设置中部署和管理虚拟化环境的能力。

  • 网络体系结构

    网络体系结构包含了设计并实施网络基础架构,包括选择网络设备,协议和拓扑,以满足组织数据中心的要求。在测试中测量了该技能,以评估候选人设计可扩展,可靠和高性能网络体系结构的能力,从而在数据中心环境中启用有效的数据流和通信。

  • 网络服务

    网络服务是指由网络基础架构提供的各种协议,应用程序和功能,例如DHCP,DNS,负载平衡和VPN服务。评估测试中的这一技能使招聘人员可以评估候选人在配置和管理网络服务方面的知识和熟练程度管理层涉及监督数据中心的日常操作,维护和管理,包括能力计划,资源分配,绩效监控和事件管理等任务。在测试中衡量这项技能有助于招聘人员评估候选人有效管理和优化数据中心资源并确保关键基础设施组件的平稳运行的能力。

  • 数据中心自动化

    数据中心自动化是指使用软件和工具来自动化数据中心中的常规任务和过程。这包括诸如配置,配置管理和系统监视之类的任务。在测试中包括此技能,招聘人员可以评估候选人在实施自动化解决方案方面的知识和经验,以提高操作效率并减少数据中心环境中的人为错误。

  • 数据中心故障排除

    数据中心故障排除涉及识别和解决数据中心环境中发生的问题或事件,例如网络连接问题,应用程序性能问题或硬件故障。评估这项测试技能有助于招聘人员衡量候选人解决​​问题的能力,技术专业知识,并熟悉对数据中心环境的故障排除方法和工具。

  • Full list of covered topics

    The actual topics of the questions in the final test will depend on your job description and requirements. However, here's a list of topics you can expect the questions for 思科数据中心在线测试 to be based on.

    数据中心网络
    思科UCS
    存储区网络
    数据中心安全
    虚拟化
    网络架构
    网络服务
    数据中心管理
    数据中心自动化
    数据中心故障排除
    路由协议
    切换技术
    第2层和第3层协议
    Vlans
    跨越树协议
    以太网
    光纤通道
    iscsi
    NFS
    圣分区
    存储阵列
    突袭水平
    数据复制
    数据中心访问控制
    防火墙
    入侵预防系统
    网络细分
    虚拟机
    管理程序
    服务器虚拟化
    虚拟网络
    负载均衡
    网络虚拟化
    数据中心体系结构
    数据中心设计原理
    灾难恢复
    备份还原
    容量规划
    更换管理层
    服务器配置
    申请输送控制器
    内容切换
    TCP/IP
    DNS
    DHCP
    路由协议
    IP地址
    网络故障排除
    监视和警报
    性能优化
    故障排除方法
    分析网络流量
    捕获数据包
    故障排除硬件故障
    安全事件响应
Try practice test

What roles can I use the CISCO Data Center Online Test for?

  • 思科网络工程师 - 数据中心
  • 数据中心网络工程师
  • 思科数据中心

How is the CISCO Data Center Online Test customized for senior candidates?

For intermediate/ experienced candidates, we customize the assessment questions to include advanced topics and increase the difficulty level of the questions. This might include adding questions on topics like

  • 分析和优化数据中心网络性能
  • 将存储技术与数据中心基础架构集成
  • 实施和管理数据中心安全政策
  • 计划和执行数据中心迁移和整合项目
  • 为数据中心设计和实施灾难恢复解决方案
  • 在数据中心配置和管理虚拟机环境
  • 监视和分析数据中心网络流量和性能
  • 实施和管理数据中心备份和恢复策略
  • 部署和管理网络虚拟化技术
  • 设计和实施可扩展和高性能数据中心体系结构
Singapore government logo

招聘经理认为,通过小组面试中提出的技术问题,他们能够判断哪些候选人得分更高,并与得分较差的候选人区分开来。他们是 非常满意 通过 Adaface 筛选入围的候选人的质量。


85%
减少筛查时间

CISCO Data Center Hiring Test 常见问题解答

我可以将多个技能结合在一起,为一个自定义评估吗?

是的,一点没错。自定义评估是根据您的职位描述进行的,并将包括有关您指定的所有必备技能的问题。

您是否有任何反交换或策略功能?

我们具有以下反交易功能:

  • 不可解决的问题
  • IP策略
  • Web Protoring
  • 网络摄像头Proctoring
  • 窃检测
  • 安全浏览器

阅读有关[Proctoring功能](https://www.adaface.com/proctoring)的更多信息。

如何解释考试成绩?

要记住的主要问题是评估是消除工具,而不是选择工具。优化了技能评估,以帮助您消除在技术上没有资格担任该角色的候选人,它没有进行优化以帮助您找到该角色的最佳候选人。因此,使用评估的理想方法是确定阈值分数(通常为55%,我们为您提供基准测试),并邀请所有在下一轮面试中得分高于门槛的候选人。

我可以使用该测试的经验水平?

每个ADAFACE评估都是为您的职位描述/理想候选角色定制的(我们的主题专家将从我们的10000多个问题的图书馆中选择正确的问题)。可以为任何经验级别定制此评估。

每个候选人都会得到同样的问题吗?

是的,这使您比较候选人变得容易得多。 MCQ问题的选项和问题顺序是随机的。我们有[抗欺骗/策略](https://www.adaface.com/proctoring)功能。在我们的企业计划中,我们还可以选择使用类似难度级别的问题创建多个版本的相同评估。

我是候选人。我可以尝试练习测试吗?

不,不幸的是,我们目前不支持实践测试。但是,您可以使用我们的[示例问题](https://www.adaface.com/questions)进行练习。

使用此测试的成本是多少?

您可以查看我们的[定价计划](https://www.adaface.com/pricing/)。

我可以免费试用吗?

我刚刚搬到了一个付费计划。我如何要求自定义评估?

customers across world
Join 1200+ companies in 75+ countries.
立即尝试最候选的友好技能评估工具。
g2 badges
Ready to use the Adaface 思科数据中心在线测试?
Ready to use the Adaface 思科数据中心在线测试?
logo
40 min tests.
No trick questions.
Accurate shortlisting.
术语 隐私 信任指南

🌎选择您的语言

English Norsk Dansk Deutsche Nederlands Svenska Français Español Chinese (简体中文) Italiano Japanese (日本語) Polskie Português Russian (русский)
ada
Ada
● Online
✖️