Infosys Certified L1 Junior Windows Admin Professional
Practice with real exam-pattern questions for Infosys Certified L1 Junior Windows Admin Professional. Each question includes a detailed explanation to help you understand the concept, not just memorise the answer. Try 10 questions free — no login required.
Full question bank for this exam + 1,357+ others. Cancel anytime.
Join Premium10 Infosys Certified L1 Junior Windows Admin Professional practice questions with answers
Real Lex exam-pattern multiple-choice questions for the Infosys Certified L1 Junior Windows Admin Professional certification. Each question includes the correct answer. The full question bank is available to Premium members.
- Question 1
Which of the following commands will execute successfully?
- ✓
Get-Process | Out-File -FilePath d:\processlist.txt
Correct - B
Get-Process | Out d:\processlist.txt
- C
Get-Process | Out-File -Path d:\processlist.txt
- D
Get-Process | Out -FilePath d:\processlist.txt
- ✓
- Question 2
The admin has been frequently working with a certain script block for administering systems in the network. It has become a tedious task to repeat the use of the script block in multiple systems. To reduce the typing of same code again and again you need to find alternate solution for the same. Which of the following can be the alternate solution for it?
- ✓
Save the cmdlet block in text file, copy and paste same whenever it is required.
Correct - B
Create the function with the cmdlet block, call the function whenever required.
- C
Create the Module and import the module whenever required.
- D
Open a new PowerShell console and run the cmdlet block here, link it whenever required to the working PowerShell console.
- ✓
- Question 3
Susan wrote a script alias.ps1 for creating an alias named gs1 for "get-service" command as:
new-alias -name gs1 -value get-service
Later Richard made a modification to the script alias.ps1, so that it now read:new-alias -name gs1 -value get-service
set-alias -name gs1 -value get-processWill the modification by Richard result in an error? If yes what change should be made so that it will execute error free?
- ✓
It will execute without any error.
Correct - B
It will throw an error and the second command should be new-alias instead of set-alias.
- C
It will throw an error. The name gs1 cannot be given as the new alias name to get-process command.
- D
Only way to make gs1 to refer to get-process is by first removing it and then re-assigning it using new-alias command.
- ✓
- Question 4
Which of the following statements are correct?
i) Microsoft has provided in-built shorten commands for the existing cmdlets.
ii) Shortening has certain limitations which does not allow every cmdlets to be truncated or shorten to a single letter or more
iii) Alias can be manually created for existing cmdlets.
iv) Alias is an alternate name for inbuilt cmdlets and even for the native windows commands- ✓
(i), (ii) and (iii)
Correct - B
(i), (ii), (iii), (iv)
- C
(ii), (iii), (iv)
- D
(i), (iii) and (iv)
- ✓
- Question 5
In order to get the latest 3 executed commands out of 18 commands from the history which commands would you execute?
- ✓
get-history | select -last 3
Correct - B
get-history 18 -Count 3
- C
$get-history | select -newest 3
- D
get-history | select -first 3
- ✓
- Question 6
What are the different types of execution policies in PowerShell?
i. Restricted
ii. Unrestricted
iii. UnSigned
iv. RemoteSigned
v. AllSigned
vi. Norestriction- ✓
(i), (iii), (iv), (v), (vi)
Correct - B
(i), (ii), (iv), (v)
- C
(i), (ii), (iii), (iv), (v)
- D
(i), (ii), (iii), (iv), (v), (vi)
- ✓
- Question 7
Zeara wants to identify whether the service named "Bits" is running on the remote system "DC1" within infotech.in domain. To obtain the desired output, she wrote the command:
get-service Bits DC1But it resulted in an error and hence she checked the syntax of get-service command and found it to be :
Get-Service [[-Name] <string[]>] [-ComputerName <string[]>]Identify what caused the error in the command written by her?
- ✓
The switch -name and the switch -computername are missing.
Correct - B
The switch -name is missing.
- C
The switch -computername is missing.
- D
The value Bits and DC1 needs to be enclosed within "" as they are string.
- ✓
- Question 8
Which of the following command(s) displays all the cmdlets that has get in it?
- ✓
Get-command –Noun Get
Correct - B
Get-command –Verb Get
- C
Get-command –Name Get
- D
All the above
- ✓
- Question 9
Which of the following cmdlet will list out the top 5 processes that are consuming highest CPU time and start with the letter “M”?
- ✓
get-process | where name -clike "M*" | sort CPU -desc | select -first 5
Correct - B
get-process | where name -eq “M*” | sort CPU | select -last 5
- C
get-process | where {$_.name -eq “m*”} | sort CPU | select -last 5
- D
get-process | where name -like “M*”} | sort CPU | select -first 5
- ✓
- Question 10
Identify the variable type for var1.
$var1 = "10"- ✓
String
Correct - B
Integer
- C
Char
- D
error
- ✓
More in IMS Academy
Infosys Certified WebSphere Application Server 8.5 Administrator
Infosys Certified Windows 11 Administrator - Associate
Infosys Certified Windows Server 2022 Administrator – Associate
Pay once. Clear every cert this year.
One subscription, full Telegram channel access, every PDF posted during your membership.
- Full access to all 1,357+ certifications
- Monthly updated question banks
- Telegram private channel access
- Cancel anytime
- Everything in Monthly
- Save ₹2,100 vs monthly billing
- Priority answer key requests
- Best for increasing DQ score fast
- Everything in Quarterly
- Lifetime channel access — no renewals
- All future certifications included
- Priority response from admin team
Common questions, straight answers.
A monthly-updated Telegram channel where we post real exam-pattern question banks and detailed answer keys for 1,357+ Infosys Lex certifications. You join once, you get every PDF posted during your membership.
Right after payment on our Graphy page, you'll receive a private invite link to the Telegram channel. Access is instant — usually under 30 seconds.
We compile question banks from the actual Lex test pattern, sourced and verified by 180K+ community members who've recently cleared these exams. Match rate is consistently 85–95%.
Every single month. When Infosys rolls out new versions of certifications, we post updated dumps within 7–10 days. You'll see channel activity weekly.
Clearing certifications is one of the highest-weighted DQ factors. Members typically clear 3–5 certifications in their first 3 months, which moves DQ scores up by a full band.