Upload Button Icon Add office photos

Filter interviews by

HCL Group AWS Solution Architect Interview Questions and Answers

Updated 23 Jan 2023

HCL Group AWS Solution Architect Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jan 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. Basics of AWS services used on a day to day basis
  • Q2. Good knowledge about project you have worked on
  • Q3. AWS certification is appreciated
  • Q4. General knowledge of other technologies
Round 3 - HR 

(1 Question)

  • Q1. Basic questions and expected pay

Interview Preparation Tips

Interview preparation tips for other job seekers - Have good understanding of the basics and implementation

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant

Round 1 - Technical 

(1 Question)

  • Q1. Current environment an support
  • Ans. 

    The current environment and support for AWS Solution Architect

    • Current environment includes infrastructure, applications, and services being used

    • Support refers to resources available for troubleshooting and maintenance

    • Examples of support could include ticketing system, monitoring tools, and documentation

  • Answered by AI

I applied via LinkedIn and was interviewed in Sep 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Technical round in the interview
  • Q2. How we solve the hosting problem
  • Ans. 

    We solve the hosting problem by leveraging AWS's scalable and flexible cloud infrastructure.

    • We can use EC2 instances for hosting applications and websites

    • We can use S3 for hosting static content like images and videos

    • We can use Elastic Beanstalk for deploying and managing web applications

    • We can use Lambda for serverless computing

    • We can use RDS for hosting databases

    • We can use CloudFront for content delivery and caching

    • W...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - i want to gain the knowledge in that company also which i don't have a knowledge of that topic

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. S3 storwge class
  • Q2. Day to day activities in current role
  • Q3. Amazon vpc advantages vpc peering
  • Q4. Jenkins pipeline building
  • Q5. Terraform validate command
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How to give access of s3 bucket to user in a secure way?
  • Ans. 

    Grant access to S3 bucket securely by using IAM policies and roles.

    • Create an IAM policy with specific permissions for the S3 bucket

    • Attach the IAM policy to an IAM role

    • Assign the IAM role to the user or group that needs access

    • Use bucket policies for more granular control if needed

  • Answered by AI
  • Q2. Difference between iam role and iam group?
  • Ans. 

    IAM role is used to grant permissions to entities, while IAM group is used to group users with similar permissions.

    • IAM role is used to delegate permissions to entities like EC2 instances or Lambda functions

    • IAM group is used to group users with similar permissions for easier management

    • IAM role can be assumed by trusted entities, while IAM group is used for managing user permissions

  • Answered by AI

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Couple of AWS questions
  • Q2. Only focused on what havent mentioned in the job description on top of it the interviewer is no aware of the concepts unable to understand the answers
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. What I'd diff between git fetch and git pull
  • Ans. 

    git fetch downloads changes from the remote repository, while git pull downloads changes and merges them into the current branch.

    • git fetch only downloads changes from the remote repository, but does not merge them into the current branch

    • git pull downloads changes from the remote repository and merges them into the current branch

    • git fetch is useful for reviewing changes before merging, while git pull is a shortcut for f

  • Answered by AI
  • Q2. What diff add and copy command
  • Ans. 

    The 'add' command is used to add files from the source directory to the destination directory in a Dockerfile, while the 'copy' command is used to copy files from the source directory to the destination directory in a Dockerfile.

    • The 'add' command can also accept URLs as the source, while the 'copy' command cannot.

    • The 'add' command can automatically extract compressed files, while the 'copy' command cannot.

    • The 'copy' co...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Salary discusion

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Case Study 

How aws vs verulation.

Round 2 - Technical 

(2 Questions)

  • Q1. Nacl vs security group?
  • Ans. 

    Nacl is a stateless firewall while security group is a stateful firewall in AWS.

    • NACL operates at the subnet level, while security groups operate at the instance level.

    • NACL rules are evaluated in order, while security group rules are evaluated independently.

    • NACLs are stateless, meaning you must create rules for both inbound and outbound traffic, while security groups are stateful.

    • NACLs are more flexible in terms of allo...

  • Answered by AI
  • Q2. Aws cloudformation
Round 3 - HR 

(2 Questions)

  • Q1. Reason for change
  • Q2. Salary discuss how much excellent

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Sep 2023. 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 

(3 Questions)

  • Q1. Jenkins devops tools sonar nexus
  • Q2. Aws cli questions python questions
  • Q3. Kubernetes pod creation teplicatset events in kubernetes ingress controller
  • Ans. 

    Kubernetes pod creation and replicaset events in Kubernetes Ingress controller.

    • Pod creation involves defining a pod specification in a YAML file and using 'kubectl create' command to create the pod.

    • Replicaset events can be monitored using 'kubectl describe replicaset' command to check for events related to the replicaset.

    • Ingress controller manages external access to services in a Kubernetes cluster by routing traffic b...

  • Answered by AI
Round 3 - Technical 

(3 Questions)

  • Q1. Jenkins job creation image in docker
  • Ans. 

    Creating a Jenkins job using an image in Docker

    • Create a Dockerfile with necessary configurations for Jenkins job

    • Build a Docker image using the Dockerfile

    • Run a Jenkins container using the Docker image

    • Configure Jenkins job to use the Docker image as the build environment

  • Answered by AI
  • Q2. Pod creation servers creation docker login
  • Q3. Hakkakbankaklananbakakanannala

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well

Skills evaluated in this interview

Solution Architect Interview Questions & Answers

Atos user image Gaurav Singh Tanwer

posted on 15 Mar 2024

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

English technical questions

Round 2 - Technical 

(2 Questions)

  • Q1. Sales Stage Question answer
  • Q2. SS01 to SS06 explained

HCL Group Interview FAQs

How many rounds are there in HCL Group AWS Solution Architect interview?
HCL Group interview process usually has 3 rounds. The most common rounds in the HCL Group interview process are Resume Shortlist, Technical and HR.
What are the top questions asked in HCL Group AWS Solution Architect interview?

Some of the top questions asked at the HCL Group AWS Solution Architect interview -

  1. Basics of AWS services used on a day to day ba...read more
  2. AWS certification is apprecia...read more
  3. General knowledge of other technolog...read more

Tell us how to improve this page.

HCL Group AWS Solution Architect Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

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.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
View all
HCL Group AWS Solution Architect Salary
based on 5 salaries
₹2.2 L/yr - ₹8 L/yr
70% less than the average AWS Solution Architect Salary in India
View more details
Technical Lead
3.4k salaries
unlock blur

₹7 L/yr - ₹25 L/yr

Software Engineer
3.3k salaries
unlock blur

₹2 L/yr - ₹9.5 L/yr

Senior Software Engineer
2.8k salaries
unlock blur

₹4 L/yr - ₹14.8 L/yr

Lead Engineer
2.6k salaries
unlock blur

₹4.3 L/yr - ₹13.2 L/yr

Senior Analyst
2.1k salaries
unlock blur

₹2 L/yr - ₹8 L/yr

Explore more salaries
Compare HCL Group with

HCLTech

3.5
Compare

TCS

3.7
Compare

Tata Group

4.2
Compare

Wipro

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