Infrastructure Analyst

10+ Infrastructure Analyst Interview Questions and Answers

Updated 13 Jul 2025
search-icon

Q. What is VPN and explain SSL and IPSec. and show IPSEC is work and explain the IKE.

Ans.

VPN is a secure way to connect to a private network remotely. SSL and IPSec are encryption protocols used to secure data transmission.

  • VPN stands for Virtual Private Network, which allows users to securely connect to a private network over the internet.

  • SSL (Secure Sockets Layer) is a protocol used to secure data transmission over the internet, commonly used for websites with 'https' in the URL.

  • IPSec (Internet Protocol Security) is a suite of protocols used to secure internet c...read more

Asked in Accenture

2d ago

Q. how secure in o365, transport rule, security, email flow , smtp

Ans.

O365 provides secure transport rules and email flow using SMTP.

  • Office 365 (O365) ensures secure transport rules for email flow.

  • Transport rules in O365 allow administrators to control email flow and apply security measures.

  • SMTP (Simple Mail Transfer Protocol) is used for sending and receiving emails securely.

  • O365 offers various security features like encryption, anti-malware, and anti-spam filters to protect email communication.

Q. What is LAN WAN, WIFI and SDWAN and Azure Cloud.

Ans.

LAN WAN, WIFI, SDWAN, and Azure Cloud are networking technologies used to connect devices and systems.

  • LAN (Local Area Network) is a network that connects devices in a limited area, like a home or office.

  • WAN (Wide Area Network) connects devices over a larger geographical area, like different offices in different cities.

  • WIFI is a wireless networking technology that allows devices to connect to a LAN wirelessly.

  • SDWAN (Software-Defined Wide Area Network) is a technology that allo...read more

Asked in Accenture

5d ago

Q. How karnel work. How to check load ?

Ans.

Kernel is the core of an operating system. Load can be checked using commands like top, uptime, and vmstat.

  • Kernel is responsible for managing system resources and providing services to other programs.

  • Load refers to the amount of work being done by the system, measured by the number of processes waiting to be executed.

  • Commands like top, uptime, and vmstat can be used to check the load on the system.

  • top displays real-time information about processes and their resource usage.

  • upt...read more

Are these interview questions helpful?

Asked in Accenture

4d ago

Q. What is karnel? What is dns?

Ans.

Kernel is the core of an operating system that manages system resources. DNS is a system that translates domain names to IP addresses.

  • Kernel is responsible for managing memory, input/output requests, and system calls.

  • DNS stands for Domain Name System and is used to translate domain names to IP addresses.

  • DNS servers maintain a database of domain names and their corresponding IP addresses.

  • Without DNS, users would have to remember IP addresses to access websites instead of domai...read more

Asked in Cognizant

1d ago

Q. How do you call the server side from the client side?

Ans.

To call server side in client side, use AJAX (Asynchronous JavaScript and XML) to make HTTP requests from client side to server side.

  • Use AJAX to send HTTP requests from client side to server side

  • Server side code should handle the request and send back the response

  • Update client side content based on the response from server side

Infrastructure Analyst Jobs

NatWest Group logo
Infrastructure Analyst 6-11 years
NatWest Group
3.8
Bangalore / Bengaluru
Trelleborg Sealing Solutions logo
IoT Infrastructure Analyst 2-7 years
Trelleborg Sealing Solutions
4.0
Bangalore / Bengaluru
Interspence Solutions logo
IT Infrastructure Analyst ( Linux ) 2-4 years
Interspence Solutions
4.2
Mumbai

Asked in Cognizant

3d ago

Q. Write code to fetch hardware incidents.

Ans.

Fetch hardware incidents using code

  • Use a scripting language like Python or PowerShell to fetch hardware incidents

  • Utilize APIs provided by the incident management system to retrieve hardware incident data

  • Implement error handling to ensure the code runs smoothly

Asked in Accenture

5d ago

Q. What is HA (High Availability) and what are its advantages?

Ans.

HA stands for High Availability. It refers to a system or component that is continuously operational for a desirably long length of time.

  • Ensures minimal downtime by providing redundancy and failover capabilities

  • Improves reliability and performance of systems

  • Allows for maintenance and upgrades without disrupting services

  • Examples include clustering servers, load balancing, and data replication

Share interview questions and help millions of jobseekers 🌟

man-with-laptop

Asked in Travelex

4d ago

Q. How do you troubleshoot internet-related issues?

Ans.

To troubleshoot internet related issues, start by checking the physical connections and then move on to network settings and device configurations.

  • Check physical connections (cables, modem, router)

  • Restart devices (modem, router, computer)

  • Check network settings (IP address, DNS, gateway)

  • Check device configurations (firewall, antivirus, browser settings)

  • Ping test to check connectivity

  • Trace route to identify network issues

  • Check for any outages or maintenance in the area

  • Contact i...read more

Asked in Infosys

3d ago

Q. What is static in Java?

Ans.

Static in Java is a keyword used to create variables and methods that belong to the class itself, rather than instances of the class.

  • Static variables are shared among all instances of a class.

  • Static methods can be called without creating an instance of the class.

  • Static blocks are used to initialize static variables.

  • Example: public class MyClass { static int count = 0; }

Asked in Accenture

2d ago

Q. Tell me about SD-WAN.

Ans.

SD-WAN stands for Software-Defined Wide Area Network, a technology that simplifies the management and operation of a WAN by decoupling the networking hardware from its control mechanism.

  • SD-WAN uses software to dynamically route traffic across the network based on real-time data and policies.

  • It improves network performance, reduces costs, and enhances security by utilizing multiple connection types such as MPLS, broadband, and LTE.

  • SD-WAN solutions often include centralized man...read more

Asked in Accenture

4d ago

Q. client script & its types

Ans.

Client script is a script that runs on the client side of a network connection.

  • Client scripts are written in languages like JavaScript, VBScript, or Python.

  • Types of client scripts include event-driven scripts, form validation scripts, and AJAX scripts.

  • Client scripts are used to enhance user experience, validate input, and interact with server-side scripts.

Asked in Accenture

5d ago

Q. What are business rules and their types?

Ans.

A business rule is a statement that defines or constrains some aspect of the business.

  • Business rules are used to guide business processes and decisions.

  • There are different types of business rules such as structural, action, and validation rules.

  • Examples of business rules include 'Customers must be over 18 to purchase alcohol' and 'Employees must submit expense reports within 30 days.'

2d ago

Q. What is the DORA process?

Ans.

DORA process is a framework for measuring and improving software delivery performance.

  • DORA stands for DevOps Research and Assessment

  • It focuses on key metrics like deployment frequency, lead time for changes, and mean time to recover

  • Helps organizations identify areas for improvement in their software delivery process

2d ago

Q. Explain the OSI layers.

Ans.

OSI layers are a conceptual framework used to understand how different networking protocols interact in a network.

  • There are 7 layers in the OSI model: Physical, Data Link, Network, Transport, Session, Presentation, and Application.

  • Each layer has specific functions and interacts with adjacent layers to facilitate communication between devices.

  • For example, the Physical layer deals with the physical connection between devices, while the Application layer handles user interfaces ...read more

Interview Experiences of Popular Companies

Accenture Logo
3.7
 • 8.7k Interviews
Cognizant Logo
3.7
 • 5.9k Interviews
HCLTech Logo
3.5
 • 4.1k Interviews
DXC Technology Logo
3.6
 • 842 Interviews
Barclays Logo
3.8
 • 288 Interviews
View all
interview tips and stories logo
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories
Infrastructure Analyst Interview Questions
Share an Interview
Stay ahead in your career. Get AmbitionBox app
play-icon
play-icon
qr-code
Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+

Reviews

10L+

Interviews

4 Cr+

Salaries

1.5 Cr+

Users

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter
Profile Image
Hello, Guest
AmbitionBox Employee Choice Awards 2025
Winners announced!
awards-icon
Contribute to help millions!
Write a review
Write a review
Share interview
Share interview
Contribute salary
Contribute salary
Add office photos
Add office photos
Add office benefits
Add office benefits