Premium Employer

i

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

Unify Technologies Verified Tick Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

Unify Technologies AWS Cloud Engineer Interview Questions and Answers

Updated 22 Jun 2022

Unify Technologies AWS Cloud Engineer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in May 2022. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. What is cloud? how many type of cloud r there?
  • Ans. 

    Cloud is a network of remote servers that provide on-demand computing resources and services.

    • There are three types of cloud: Public, Private, and Hybrid.

    • Public cloud is owned and operated by third-party providers, like AWS, Azure, and Google Cloud.

    • Private cloud is dedicated to a single organization and is managed internally or by a third-party.

    • Hybrid cloud is a combination of public and private cloud.

    • Examples of cloud ...

  • Answered by AI
  • Q2. What is ec2 ND S3 nd subnets nd internet gateway?
  • Ans. 

    EC2 is a virtual server in AWS, S3 is a storage service, subnets are network partitions, and internet gateway is a connection to the internet.

    • EC2 is a virtual server that can be used to run applications and services

    • S3 is a storage service that allows you to store and retrieve data

    • Subnets are network partitions that allow you to segment your network

    • Internet Gateway is a connection to the internet that allows your instan...

  • Answered by AI
  • Q3. What is snap short? what is is elastic Ip?
  • Ans. 

    Snapshot is a copy of an EBS volume at a point in time. Elastic IP is a static, public IPv4 address that can be associated with an instance.

    • Snapshots are used for backup, disaster recovery, and migrating data between regions.

    • Elastic IP allows an instance to maintain the same public IP address even if it is stopped and started again.

    • Elastic IP can be associated with a network interface or a NAT gateway.

  • Answered by AI
  • Q4. How to terminate intense?how to delete S3 bucket?
  • Ans. 

    To terminate an instance, use the EC2 console or CLI. To delete an S3 bucket, use the S3 console or CLI.

    • To terminate an instance using the EC2 console, select the instance and click on 'Actions' > 'Instance State' > 'Terminate'.

    • To terminate an instance using the CLI, use the 'terminate-instances' command.

    • To delete an S3 bucket using the S3 console, select the bucket and click on 'Delete'.

    • To delete an S3 bucket using th...

  • Answered by AI
Round 2 - HR 

(3 Questions)

  • Q1. Previous company nd salary?
  • Q2. What projects u work?
  • Ans. 

    I have worked on various projects related to AWS Cloud Engineering.

    • Migrated on-premises infrastructure to AWS cloud

    • Implemented scalable and highly available solutions using AWS services

    • Automated infrastructure provisioning and configuration management using AWS CloudFormation and Ansible

    • Optimized cost and performance of AWS resources

    • Implemented disaster recovery solutions using AWS services

  • Answered by AI
  • Q3. How much salary u expecting?
  • Ans. 

    I am expecting a competitive salary based on my skills, experience, and the market rate for AWS Cloud Engineers.

    • Research the average salary range for AWS Cloud Engineers in your location and industry.

    • Consider your level of experience, certifications, and specialized skills that may warrant a higher salary.

    • Factor in the company's size, reputation, and benefits package when determining your salary expectations.

    • Be prepare...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - maximum interviewers asking what was u done before projects.what was ur role on the projets.

Skills evaluated in this interview

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Unify Technologies?
Ask anonymously on communities.

Interview questions from similar companies

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

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

Round 1 - Coding Test 

Write a function that prints the numbers from 1 to 100. However, for multiples of three, print "Fizz" instead of the number, and for multiples of five, print "Buzz." For numbers that are multiples of both three and five, print "FizzBuzz."

Round 2 - Group Discussion 

Group discussion with fellow students on topics related to IT companies.

AWS Cloud Engineer Interview Questions Asked at Other Companies

asked in Wipro
Q1. Why use S3 when EBS and EFS are available?
asked in Wipro
Q2. What is a DDoS attack, and what methods would you use to prevent ... read more
asked in Deloitte
Q3. Diff bw c and .py *How rate Ur self in .py *Types of data types * ... read more
asked in Wipro
Q4. What is a NAT gateway and where is it used?
asked in Wipro
Q5. What is Disaster Recovery (DR) and how do you handle it?
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 - Aptitude Test 

Aptitude test was esay.i passed that

Round 3 - Case Study 

We have upload a vedio based on given topic

Round 4 - Technical 

(2 Questions)

  • Q1. 1 coding questiin 3 logical apti question Dbms concepts
  • Q2. Foriegn key Primary key

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't be panic.be clear with all the basics in dbms,oops
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Promises write the
  • Ans. 

    Promises in JavaScript represent the eventual completion or failure of an asynchronous operation.

    • A Promise can be in one of three states: pending, fulfilled, or rejected.

    • Example: const myPromise = new Promise((resolve, reject) => { /* async code */ });

    • Promises allow chaining with .then() for success and .catch() for errors.

    • Example: myPromise.then(result => console.log(result)).catch(error => console.error(erro...

  • Answered by AI
  • Q2. Promises.alll how is used
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Feb 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 - Coding Test 

General and basic data structure question

Round 3 - Technical 

(4 Questions)

  • Q1. Coding over the video call
  • Q2. Java programs for strings , palindrome etc
  • Ans. 

    Java programs for strings, palindrome, etc.

    • Use the StringBuilder class to manipulate strings efficiently.

    • To check if a string is a palindrome, compare it with its reverse.

    • To count the occurrences of a substring in a string, use the indexOf method in a loop.

    • To split a string into an array of substrings, use the split method.

  • Answered by AI
  • Q3. Projects questions on which you have worked
  • Q4. Explanation skill will also be considered

Interview Preparation Tips

Topics to prepare for Blackbuck Insights Software Engineer interview:
  • Java
  • SQL
  • MySQL
Interview preparation tips for other job seekers - Keep working hard and prepare dsa as much as you could

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Question on linkedlist, remove duplicates
  • Q2. House robber 2,3
Be interview-ready. Browse the most asked HR questions.
illustration image

I applied via Naukri.com and was interviewed in Jun 2019. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About all the testing concepts and python and robot automation questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - My interview Exp was great with Sungard, I said no to that questions for those I had no answer; and explained everything which I had knowledge about.
Total there were 4 round of interview, next round interview was harder than the last one.
Are these interview questions helpful?

Data Analyst Interview Questions & Answers

Ganit Inc user image Harshal Khedkar

posted on 28 Apr 2021

I appeared for an interview in Mar 2021.

Interview Questionnaire 

1 Question

  • Q1. Current Project

Interview Preparation Tips

Interview preparation tips for other job seekers - Mostly about projects u did
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Where do you envision yourself in the next five years?
  • Ans. 

    In the next five years, I envision myself leading a team of software engineers, working on cutting-edge technologies, and making significant contributions to the company's success.

    • Leading a team of software engineers

    • Working on cutting-edge technologies

    • Making significant contributions to the company's success

  • Answered by AI
  • Q2. What interests you about this job?
  • Ans. 

    I am excited about the opportunity to work on complex software projects and contribute to innovative solutions.

    • Opportunity to work on complex software projects

    • Contribute to innovative solutions

    • Excited about the challenges and learning opportunities

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What are the various data types available in JavaScript?
  • Ans. 

    Various data types in JavaScript include string, number, boolean, object, array, null, and undefined.

    • String: 'hello'

    • Number: 42

    • Boolean: true or false

    • Object: { key: value }

    • Array: [1, 2, 3]

    • Null: null

    • Undefined: undefined

  • Answered by AI
  • Q2. What is hoisting in JavaScript?

Skills evaluated in this interview

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

(1 Question)

  • Q1. Asked different variety of puzzles

Unify Technologies Interview FAQs

How many rounds are there in Unify Technologies AWS Cloud Engineer interview?
Unify Technologies interview process usually has 2 rounds. The most common rounds in the Unify Technologies interview process are Technical and HR.
What are the top questions asked in Unify Technologies AWS Cloud Engineer interview?

Some of the top questions asked at the Unify Technologies AWS Cloud Engineer interview -

  1. what is cloud? how many type of cloud r the...read more
  2. what is ec2 ND S3 nd subnets nd internet gatew...read more
  3. how to terminate intense?how to delete S3 buck...read more

Tell us how to improve this page.

Join Unify Technologies Navigate Purposeful Digital Expertise.

Unify Technologies AWS Cloud Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Senior Software Engineer
70 salaries
unlock blur

₹18.6 L/yr - ₹31 L/yr

Senior Software Development Engineer
59 salaries
unlock blur

₹14.3 L/yr - ₹26.6 L/yr

Software Development Engineer
56 salaries
unlock blur

₹9.5 L/yr - ₹16.5 L/yr

Senior Software Test Engineer
46 salaries
unlock blur

₹9.8 L/yr - ₹16.8 L/yr

Softwaretest Engineer
38 salaries
unlock blur

₹3.6 L/yr - ₹9.1 L/yr

Explore more salaries
Compare Unify Technologies with

JoulestoWatts Business Solutions

3.1
Compare

DotPe

3.0
Compare

Thoughtsol Infotech

4.6
Compare

11:11 Systems

3.6
Compare
write
Share an Interview