Upload Button Icon Add office photos

Filter interviews by

Al Arkkan Training Center IT Infrastructure Lead Interview Questions and Answers for Experienced

Updated 29 Aug 2021

Al Arkkan Training Center IT Infrastructure Lead Interview Experiences for Experienced

1 interview found

Interview Questionnaire 

4 Questions

  • Q1. Previous job experience and daily tasks.
  • Q2. Wintel and Linux environment.
  • Q3. SLA'S and IT Inventory
  • Q4. Microsoft azure and Sql Server.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and express your on-site past experiences.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell about sdwan
  • 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, broadba...

  • Answered by AI
  • Q2. And architecture
Round 2 - HR 

(1 Question)

  • Q1. Tell me about your self

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Technical 

(10 Questions)

  • Q1. Tell me about your project, how did you work and what were the tools used?
  • Q2. What are modules in Terraform, share your screen and write module
  • Ans. 

    Modules in Terraform are reusable components that allow you to encapsulate and organize your infrastructure code.

    • Modules help in breaking down complex infrastructure into smaller, manageable components

    • They promote reusability and maintainability of code

    • Modules can be shared and used across different projects

    • Example: Creating a module for provisioning a virtual machine in Azure

  • Answered by AI
  • Q3. If you want to avoid hard coding the AMI Ids while creating an instance, how would you do that through Terraform?
  • Q4. Questions on lifecycle block, data block, modules and resources in Terraform - scenario based just like one above
  • Q5. How would you provide security to your credentials while using Terraform
  • Ans. 

    Use encrypted variables, limit access to credentials, and utilize secure storage solutions.

    • Encrypt sensitive variables using tools like Vault or AWS KMS

    • Limit access to credentials by using least privilege principles

    • Store credentials securely in a password manager or key vault

    • Avoid hardcoding credentials in Terraform configuration files

  • Answered by AI
  • Q6. Explain VPC, NAT Gateway, difference between NACL and SG
  • Ans. 

    VPC is a virtual private cloud that allows you to create isolated networks, NAT Gateway enables instances in a private subnet to connect to the internet, NACL controls inbound and outbound traffic at the subnet level, SG controls traffic at the instance level.

    • VPC is a virtual network in the cloud that you can define and customize, providing a secure environment for your resources.

    • NAT Gateway allows instances in a priva...

  • Answered by AI
  • Q7. Write a Docker File
  • Ans. 

    A Dockerfile is a text document that contains all the commands a user could call on the command line to assemble an image.

    • Start with a base image

    • Use the FROM keyword to specify the base image

    • Add any necessary dependencies using the RUN keyword

    • Copy application code into the image using the COPY keyword

    • Expose any necessary ports using the EXPOSE keyword

    • Specify the command to run when the container starts using the CMD ke

  • Answered by AI
  • Q8. S3 Lifecycle rules
  • Q9. If you are using CICD define your stages and issues you faced
  • Ans. 

    CICD stages include build, test, deploy, and monitor. Common issues include integration challenges and pipeline failures.

    • Stages: Build, Test, Deploy, Monitor

    • Issues: Integration challenges, Pipeline failures

    • Example: Integration challenges with third-party tools delaying deployment

  • Answered by AI
  • Q10. How will you check if a pod in ReplicaSet went down or failed and what was the reason for the same?
  • Ans. 

    To check if a pod in ReplicaSet went down or failed, monitor the pod status, logs, and events.

    • Monitor the pod status using kubectl get pods command

    • Check the pod logs for any error messages using kubectl logs command

    • Review the events related to the pod using kubectl describe pod command

    • Set up alerts or notifications for pod failures using monitoring tools like Prometheus or Grafana

  • Answered by AI
Round 2 - One-on-one 

(5 Questions)

  • Q1. Tell me about yourself
  • Q2. Why do you like learning new things
  • Q3. Agile methodology, Scrum
  • Q4. Day to Day activities
  • Q5. Will you be able to work if given any type of work like either DevOps or only Cloud or only Development?
  • Ans. 

    Yes, I am capable of working in various roles such as DevOps, Cloud, and Development.

    • I have experience and skills in DevOps practices such as automation, CI/CD, and infrastructure as code.

    • I am proficient in cloud technologies like AWS, Azure, or Google Cloud Platform.

    • I have a strong background in software development with expertise in languages like Python, Java, or JavaScript.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for IBM Infrastructure Specialist interview:
  • Terraform
  • AWS
  • Kubernetes
  • Docker
Interview preparation tips for other job seekers - Go through Terraform blocks, go through your project very well, try going through all AWS services mentioned in resume

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Good and easy to clear

Round 2 - Versant 

(1 Question)

  • Q1. Communication test
Round 3 - HR 

(1 Question)

  • Q1. About role and hr questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is OOPS and it's pillar ?
  • Ans. 

    OOPS stands for Object-Oriented Programming System. Its pillars are Inheritance, Encapsulation, Abstraction, and Polymorphism.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Encapsulation restricts access to certain components within a class, protecting the data.

    • Abstraction hides the complex implementation details and only shows the necessary features to the outside world.

    • Polymorphism a...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Sep 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(4 Questions)

  • Q1. Patch management
  • Q2. Types of patches
  • Ans. 

    Types of patches include security patches, bug fixes, feature updates, and service packs.

    • Security patches are released to fix vulnerabilities and protect systems from cyber attacks.

    • Bug fixes address issues and errors in software or systems.

    • Feature updates introduce new functionalities or improvements.

    • Service packs are collections of updates, fixes, and enhancements for a software product.

  • Answered by AI
  • Q3. Patch deployment
  • Q4. Remote assistance
Round 3 - Technical 

(5 Questions)

  • Q1. VDI configuration
  • Q2. Types of Hypervisiors
  • Ans. 

    Hypervisors are software that creates and runs virtual machines. Types include Type 1 (bare-metal) and Type 2 (hosted).

    • Type 1 hypervisors run directly on the host's hardware, like VMware ESXi and Microsoft Hyper-V

    • Type 2 hypervisors run on a conventional operating system, like VMware Workstation and Oracle VirtualBox

  • Answered by AI
  • Q3. Incident management
  • Q4. Change management
  • Q5. Team coordniation

Interview Preparation Tips

Topics to prepare for Tech Mahindra Infrastructure Specialist interview:
  • VMware Workstation
  • ITIL process
  • ITSM
Interview preparation tips for other job seekers - Be confident with the answers

Skills evaluated in this interview

I applied via Company Website and was interviewed in Dec 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Question was asked related to JSON scripting and Terraform.
  • Q2. Infra Automation was the main focus of the question

Interview Preparation Tips

Interview preparation tips for other job seekers - Carefully, read the job discription before you face the interview. Most of the question were asked related to the JD.

I applied via Referral and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Question related to VMware were details on HA and DRS. Working of VMotion. Election of host in HA process. Questions in Windows Server were related to AD decommissioning, RAID details, Server provisioning.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident about what you have on your resume, as interviewer mostly would go through your resume and ask stuff on your resume

I applied via Naukri.com and was interviewed before Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is past company experience?
  • Q2. How will you handle your work and new team?
  • Q3. How will you manage if your reportee not agreed with companies new policy?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be professional and given genuine answers.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. 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.

  • Answered by AI
  • Q2. Busniess rule & its type
  • 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.'

  • Answered by AI

Skills evaluated in this interview

Al Arkkan Training Center Interview FAQs

What are the top questions asked in Al Arkkan Training Center IT Infrastructure Lead interview for experienced candidates?

Some of the top questions asked at the Al Arkkan Training Center IT Infrastructure Lead interview for experienced candidates -

  1. Microsoft azure and Sql Serve...read more
  2. Wintel and Linux environmen...read more
  3. SLA'S and IT Invent...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all
Food Safety Officer
3 salaries
unlock blur

₹7.1 L/yr - ₹8.5 L/yr

Food and Safety Trainer
3 salaries
unlock blur

₹8.6 L/yr - ₹9.6 L/yr

Explore more salaries
Compare Al Arkkan Training Center with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview