Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Hanu Software Solutions Team. If you also belong to the team, you can get access from here

Hanu Software Solutions Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Hanu Software Solutions Associate Cloud Engineer Interview Questions and Answers

Updated 22 Jul 2022

Hanu Software Solutions Associate Cloud Engineer Interview Experiences

1 interview found

Round 1 - Coding Test 

It consisted of MCQ's followed by 2 coding questions.
I would rate the difficulty as moderate.

Round 2 - Technical 

(1 Question)

  • Q1. All the basis questions which are necessary to crack an interview and are expected from an engineer.
Round 3 - HR 

(1 Question)

  • Q1. Questions based on availability and like are you comfortable with the shifts?

Interview Preparation Tips

Interview preparation tips for other job seekers - If u show the willingness to join and have the right attitude you can crack it easily.

Interview questions from similar companies

Interview Questionnaire 

4 Questions

  • Q1. Some real time scenarios
  • Q2. Basic question about cloud services like ec2, S3, route53, rds
  • Q3. Devops lifecycle, questions on git and Jenkins
  • Q4. Python basic questions

Interview Questionnaire 

1 Question

  • Q1. What's your favourite character in Movie

I applied via Campus Placement and was interviewed before Apr 2021. There were 5 interview rounds.

Round 1 - Aptitude Test 

Aptitude test for 45 mins

Round 2 - Group Discussion 

Put forth your ideas confidently and try to make valid and good points

Round 3 - Assignment 

You have to write a essay or paragraph for providing your fluency in language.

Round 4 - Technical 

(1 Question)

  • Q1. Have a basic understanding of OOPS, SQL and Networking.
Round 5 - HR 

(1 Question)

  • Q1. Have a discussion with HR and try to ask your doubts about your roles and responsibilities.

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be confident and try to be on point.
If you are not sure about the question or don't know the answer tell the person you are not sure.

I applied via Company Website and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. GCP Cloud related Questions. CE,KE,APP ENGINE,MIGRATION, IAM and other hands on cloud questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - HR Round
technical round
and wait for 2 3 weeks for further update.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

There are 6 sections in aptitude test.

Round 2 - Technical 

(2 Questions)

  • Q1. Self introduction
  • Q2. Explain your project

Interview Preparation Tips

Interview preparation tips for other job seekers - Get practical knowledge on technologies
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Instagram and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Primarily focused on topics related to communication and critical thinking.

Round 2 - Technical 

(4 Questions)

  • Q1. What is the OSI Model?
  • Ans. 

    The OSI Model is a conceptual framework that standardizes the functions of a telecommunication or computing system into seven distinct layers.

    • The OSI Model stands for Open Systems Interconnection Model.

    • It helps in understanding how different networking protocols work together.

    • The seven layers are: Physical, Data Link, Network, Transport, Session, Presentation, and Application.

    • Each layer has specific functions and commu...

  • Answered by AI
  • Q2. What do you mean TCP & UDP
  • Ans. 

    TCP (Transmission Control Protocol) and UDP (User Datagram Protocol) are two different protocols used for transmitting data over the internet.

    • TCP is a connection-oriented protocol that guarantees delivery of data packets in the correct order.

    • UDP is a connectionless protocol that does not guarantee delivery of data packets or their order.

    • TCP is used for applications that require reliable and ordered delivery of data, su...

  • Answered by AI
  • Q3. What was your college project?
  • Ans. 

    Developed a cloud-based application for managing student records and assignments.

    • Used AWS for hosting and managing the application

    • Implemented user authentication and authorization using IAM

    • Utilized DynamoDB for storing student data

    • Integrated with S3 for file storage and retrieval

  • Answered by AI
  • Q4. What are your thoughts on Networking
  • Ans. 

    Networking is crucial for communication and data transfer between devices.

    • Networking allows devices to communicate with each other over a shared medium.

    • It enables data transfer between devices, facilitating sharing of resources and information.

    • Networking protocols like TCP/IP govern how data is transmitted and received.

    • Examples of networking devices include routers, switches, and firewalls.

    • Networking plays a vital role...

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

(3 Questions)

  • Q1. Can you provide a self-introduction?
  • Ans. 

    I am a highly skilled Cloud Engineer with expertise in designing, implementing, and managing cloud infrastructure.

    • Experienced in working with AWS, Azure, and Google Cloud Platform

    • Proficient in scripting languages like Python, Bash, and PowerShell

    • Strong understanding of networking, security, and scalability in cloud environments

    • Certified in cloud technologies such as AWS Certified Solutions Architect or Microsoft Certif

  • Answered by AI
  • Q2. What are your weaknesses?
  • Ans. 

    One of my weaknesses is that I can be overly critical of my own work.

    • I tend to be a perfectionist and can spend too much time on a task to ensure it is flawless.

    • I sometimes struggle with delegating tasks to others because I want to make sure they are done correctly.

    • I am working on improving my time management skills to prioritize tasks more effectively.

  • Answered by AI
  • Q3. What strategies do you use to overcome problems?
  • Ans. 

    I use a combination of problem-solving techniques, collaboration with team members, and seeking advice from experts to overcome challenges.

    • Identifying the root cause of the problem

    • Breaking down the problem into smaller tasks

    • Collaborating with team members to brainstorm solutions

    • Seeking advice from subject matter experts

    • Testing different solutions to find the most effective one

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Give your 100% effort whenever you are giving it a try
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in Oct 2023. There were 5 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 Resume tips
Round 2 - Aptitude Test 

Tcs Nqt test every year it will conduct

Round 3 - Coding Test 

10 Mcq, 2 programs, and psychometric test also

Round 4 - Technical 

(4 Questions)

  • Q1. C programming basics, Cloud, Python basics and sql basics
  • Q2. What is a pointer
  • Ans. 

    A pointer is a variable that stores the memory address of another variable.

    • Pointers are used to indirectly access the value of a variable.

    • They are commonly used in programming languages like C and C++.

    • Example: int *ptr; // declaring a pointer to an integer variable

  • Answered by AI
  • Q3. What is function
  • Ans. 

    A function is a block of code that performs a specific task when called upon.

    • Functions can take input parameters and return output values.

    • Functions help in organizing code into reusable blocks.

    • Examples include functions to calculate the square root of a number or to sort an array.

  • Answered by AI
  • Q4. What is integer
  • Ans. 

    An integer is a whole number that does not have a fractional or decimal part.

    • Integers can be positive, negative, or zero.

    • Examples of integers include -3, 0, 7, and 100.

    • Integers are used in programming for tasks like counting and indexing.

  • Answered by AI
Round 5 - HR 

(2 Questions)

  • Q1. Fifteenth year education document verification
  • Q2. Percentage of marks I acquired
  • Ans. 

    I acquired 85% marks in my academic studies.

    • I received 85% marks in my academic studies.

    • I consistently performed well in my courses and exams.

    • My academic achievements reflect my dedication and hard work.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please strong in basics any technology

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Aug 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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Linux questions like how to check the Kernel version and few other vital Linux concepts I don't remember that much and asked about few AWS services and how it works and from the DevOps side they asked abou...
Round 3 - HR 

(1 Question)

  • Q1. Typical HR questions like Introduce about yourself,your expected salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Roll your sleeves up and put on your brave face.Be confident that's all.

I applied via Naukri.com and was interviewed before Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Project based question

Interview Preparation Tips

Interview preparation tips for other job seekers - Asks questions based on what work experience you have showed in cv.
Contribute & help others!
anonymous
You can choose to be anonymous

Hanu Software Solutions Interview FAQs

How many rounds are there in Hanu Software Solutions Associate Cloud Engineer interview?
Hanu Software Solutions interview process usually has 3 rounds. The most common rounds in the Hanu Software Solutions interview process are Coding Test, Technical and HR.

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

QualityKiosk Technologies

No Interviews

INTERVIEWS

QualityKiosk Technologies

No Interviews

INTERVIEWS

Alembic Pharmaceuticals

10 top interview questions

INTERVIEWS

QualityKiosk Technologies

No Interviews

INTERVIEWS

Alembic Pharmaceuticals

No Interviews

INTERVIEWS

QualityKiosk Technologies

No Interviews

INTERVIEWS

Hanu Software Solutions

No Interviews

INTERVIEWS

QualityKiosk Technologies

No Interviews

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 788 Interviews
View all
Cloud Engineer
175 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Cloud Engineer
86 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Process Associate
39 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Process Associate
38 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Quality Analyst
28 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Hanu Software Solutions with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent