Upload Button Icon Add office photos

Applied Cloud Computing

Compare button icon Compare button icon Compare

Filter interviews by

Applied Cloud Computing Interview Questions and Answers

Updated 10 Jun 2025
Popular Designations

14 Interview questions

A ml engineer was asked 6mo ago
Q. Explain the bias-variance tradeoff.
Ans. 

Bias-variance tradeoff is the balance between underfitting and overfitting in machine learning models.

  • Bias refers to the error introduced by approximating a real-world problem, variance refers to the error introduced by modeling the noise in the training data.

  • High bias can cause underfitting, where the model is too simple to capture the underlying patterns in the data.

  • High variance can cause overfitting, where the...

View all ml engineer interview questions
A ml engineer was asked 6mo ago
Q. Explain the difference between DELETE and TRUNCATE statements.
Ans. 

Delete removes rows one by one, while truncate removes all rows at once.

  • Delete is a DML command and can be rolled back, while truncate is a DDL command and cannot be rolled back.

  • Delete triggers delete triggers and fires delete triggers, while truncate does not trigger any triggers.

  • Delete is slower as it logs individual row deletions, while truncate is faster as it logs the deallocation of the data pages.

  • Delete can...

View all ml engineer interview questions
A Mobile Application Developer was asked 7mo ago
Q. Describe a task you completed using your preferred framework.
Ans. 

Discussing tasks related to mobile application frameworks like React Native or Flutter.

  • Framework selection: Choose between React Native for cross-platform or Flutter for high-performance UI.

  • State management: Use Redux in React Native or Provider in Flutter for efficient state handling.

  • UI components: Leverage pre-built components in both frameworks to speed up development.

  • API integration: Implement RESTful APIs usi...

View all Mobile Application Developer interview questions
A Javascript Developer was asked 12mo ago
Q. What types of loops are available in JavaScript?
Ans. 

Types of loops in JavaScript include for, while, and do-while loops.

  • For loop: Executes a block of code a specified number of times.

  • While loop: Executes a block of code while a specified condition is true.

  • Do-while loop: Executes a block of code once, and then repeats the loop as long as a specified condition is true.

View all Javascript Developer interview questions
A Data Scientist was asked
Q. What are the features in your data set?
Ans. 

The features in the data set include age, gender, income, education level, location, and purchase history.

  • Age

  • Gender

  • Income

  • Education level

  • Location

  • Purchase history

View all Data Scientist interview questions
A Data Scientist was asked
Q. What hyperparameters did you tune for your model?
Ans. 

Tuned hyperparameters include learning rate, batch size, number of layers, and activation functions.

  • Adjusted learning rate to improve model convergence

  • Optimized batch size for better training efficiency

  • Experimented with different numbers of layers to find optimal model complexity

  • Tried various activation functions to enhance model performance

View all Data Scientist interview questions
Be interview-ready. Browse the most asked HR questions.
illustration image
A Data Scientist was asked
Q. How do you obtain data from clients?
Ans. 

I collect data from clients through various methods such as surveys, interviews, API integrations, and data sharing agreements.

  • Conduct surveys to gather specific data points from clients

  • Interview clients to understand their data needs and preferences

  • Integrate with client's systems through APIs to access real-time data

  • Establish data sharing agreements to receive data from clients securely

View all Data Scientist interview questions
Are these interview questions helpful?
A Data Scientist was asked
Q. What is the difference between Random Forest and XGBoost?
Ans. 

Random forest is an ensemble learning method using decision trees, while XGBoost is a gradient boosting algorithm.

  • Random forest builds multiple decision trees and combines their predictions, while XGBoost builds trees sequentially to correct errors.

  • Random forest is less prone to overfitting compared to XGBoost.

  • XGBoost is computationally efficient and often outperforms random forest in terms of predictive accuracy.

  • ...

View all Data Scientist interview questions
A Java Developer was asked
Q. How do you find the middle element of an array?
Ans. 

To find the mid of an array, divide the sum of array length by 2 and round down to the nearest integer.

  • Calculate the sum of array length and divide it by 2.

  • Round down the result to the nearest integer.

  • The resulting index is the mid of the array.

View all Java Developer interview questions
A ml engineer was asked 6mo ago
Q. How you have deployed your model and how to monitor the deployed model?
Ans. 

I have deployed models using cloud services like AWS SageMaker and monitored them using tools like Prometheus and Grafana.

  • Deployed models using AWS SageMaker for easy scalability and management

  • Utilized Prometheus and Grafana for monitoring model performance and health

  • Set up alerts for abnormal behavior or performance degradation

  • Regularly reviewed logs and metrics to ensure model is functioning as expected

View all ml engineer interview questions

Applied Cloud Computing Interview Experiences

16 interviews found

ml engineer Interview Questions & Answers

user image Anonymous

posted on 6 Jan 2025

Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
-

I applied via Naukri.com and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. Explain bias variance tradeoff?
  • Q2. Explain PCA and feature selection technique ?
  • Ans. 

    PCA is a dimensionality reduction technique that transforms data into a lower-dimensional space. Feature selection is the process of selecting a subset of relevant features for use in model training.

    • PCA helps in reducing the dimensionality of data by finding the principal components that explain the most variance in the data.

    • Feature selection involves selecting the most important features from the dataset based on cert...

  • Answered by AI
  • Q3. Explain difference between delete and truncate?
  • Ans. 

    Delete removes rows one by one, while truncate removes all rows at once.

    • Delete is a DML command and can be rolled back, while truncate is a DDL command and cannot be rolled back.

    • Delete triggers delete triggers and fires delete triggers, while truncate does not trigger any triggers.

    • Delete is slower as it logs individual row deletions, while truncate is faster as it logs the deallocation of the data pages.

    • Delete can have...

  • Answered by AI
  • Q4. Explain your project in details?
  • Q5. How you have deployed your model and how to monitor the deployed model?
  • Ans. 

    I have deployed models using cloud services like AWS SageMaker and monitored them using tools like Prometheus and Grafana.

    • Deployed models using AWS SageMaker for easy scalability and management

    • Utilized Prometheus and Grafana for monitoring model performance and health

    • Set up alerts for abnormal behavior or performance degradation

    • Regularly reviewed logs and metrics to ensure model is functioning as expected

  • Answered by AI
Round 2 - Coding Test 

Implement algorithm from scratch

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

  • Q1. Asked all the important concepts of JS like CLOSURES, PROMISES, ASYNC AWAIT, DOM, etc. Asked about REACTJS important concepts too.
  • Q2. They were very obsessed about this API handling, like they really expect the person to know about API management.

Interview Preparation Tips

Interview preparation tips for other job seekers - If you're a fresher, be very thorough with the foundational concepts like HTML, CSS, JS. Don't just blindly prep only for the core work like REACTJS, or angular whatever it is. You must also have a good knowledge about API, practical implementation.
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Array and string manipulation related questions all are basics
  • Q2. Task related to your framework
  • Ans. 

    Discussing tasks related to mobile application frameworks like React Native or Flutter.

    • Framework selection: Choose between React Native for cross-platform or Flutter for high-performance UI.

    • State management: Use Redux in React Native or Provider in Flutter for efficient state handling.

    • UI components: Leverage pre-built components in both frameworks to speed up development.

    • API integration: Implement RESTful APIs using Ax...

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

(2 Questions)

  • Q1. What are the projects you have worked on, and can you describe their architecture?
  • Ans. 

    I have worked on projects involving e-commerce, social networking, and productivity apps with client-server architecture.

    • Developed an e-commerce app with a client-side interface for users to browse products and a server-side database for inventory management.

    • Built a social networking app with a client-server architecture for users to create profiles, connect with friends, and share updates.

    • Designed a productivity app w...

  • Answered by AI
  • Q2. What are some basic questions regarding the tools you use to build projects?
Round 3 - One-on-one 

(1 Question)

  • Q1. What deep questions related to your field were asked during the interview conducted by the tech lead?
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Basic questions from website codewar

Round 2 - Technical 

(4 Questions)

  • Q1. Closures, promises
  • Q2. Event loops, callback, task queue microtask queue
  • Q3. Promises , differences between var let and const
  • Ans. 

    Promises are used for asynchronous programming in JavaScript. var is function-scoped, let is block-scoped, and const is block-scoped and cannot be reassigned.

    • Promises are used to handle asynchronous operations in JavaScript.

    • var is function-scoped, let is block-scoped, and const is block-scoped and cannot be reassigned.

    • Example: var x = 10; let y = 20; const z = 30;

  • Answered by AI
  • Q4. What are loops type of loops
  • Ans. 

    Types of loops in JavaScript include for, while, and do-while loops.

    • For loop: Executes a block of code a specified number of times.

    • While loop: Executes a block of code while a specified condition is true.

    • Do-while loop: Executes a block of code once, and then repeats the loop as long as a specified condition is true.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Project used technology related questions
  • Q2. What are the in-depth questions related to the framework you mentioned?

Interview Preparation Tips

Interview preparation tips for other job seekers - This company is one of the worst to join; it is advisable to avoid accepting their offers.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What is difference between random forest and xgboost
  • Q2. What is your project problem statement
  • Q3. How you convince for clients the model is useful, what are the matrix
  • Ans. 

    I convince clients of model usefulness by showcasing its accuracy, precision, recall, and F1 score.

    • Explain the model's accuracy in predicting outcomes compared to actual results

    • Discuss precision - the proportion of true positive predictions out of all positive predictions

    • Highlight recall - the proportion of true positive predictions out of all actual positives

    • Mention F1 score - the balance between precision and recall,...

  • Answered by AI
Round 2 - Technical 

(6 Questions)

  • Q1. How you take data from client
  • Ans. 

    I collect data from clients through various methods such as surveys, interviews, API integrations, and data sharing agreements.

    • Conduct surveys to gather specific data points from clients

    • Interview clients to understand their data needs and preferences

    • Integrate with client's systems through APIs to access real-time data

    • Establish data sharing agreements to receive data from clients securely

  • Answered by AI
  • Q2. What are hyper parameters you turned for your model
  • Ans. 

    Tuned hyperparameters include learning rate, batch size, number of layers, and activation functions.

    • Adjusted learning rate to improve model convergence

    • Optimized batch size for better training efficiency

    • Experimented with different numbers of layers to find optimal model complexity

    • Tried various activation functions to enhance model performance

  • Answered by AI
  • Q3. What difference model you use in your project
  • Q4. How you work with llm
  • Q5. What are the features in your data set
  • Ans. 

    The features in the data set include age, gender, income, education level, location, and purchase history.

    • Age

    • Gender

    • Income

    • Education level

    • Location

    • Purchase history

  • Answered by AI
  • Q6. What feature engineering you did in project

Skills evaluated in this interview

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

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

  • Q1. Basic Understanding like OOPS concept
  • Q2. Evaluation On The Basis of task
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Tell about yourself and family background.
  • Q2. What process you follow
Round 2 - Assignment 

Design exercise for admin

Interview Preparation Tips

Interview preparation tips for other job seekers - Process took whole day.
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-

I appeared for an interview in Apr 2024.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Cap theoram, design patterns, situational questions,advanced java , concurrency,scheduling
  • Q2. Java 8 programs
  • Q3. Multithreading and aws
  • Q4. Docker container arch
  • Q5. Migration of softwares
  • Ans. 

    Migration of software involves transferring data, applications, and other components from one system to another.

    • Assess current software and infrastructure

    • Plan migration strategy

    • Test migration process thoroughly

    • Train users on new software

    • Monitor performance post-migration

  • Answered by AI
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Duration 6/7/2024
topic aws

Interview Preparation Tips

Topics to prepare for Applied Cloud Computing AWS Cloud Engineer interview:
  • Cloud Computing
  • Python
  • IAM
  • Cloudwatch
  • EC2
  • route53
  • Load Balancing
Interview preparation tips for other job seekers - Thank You so much
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before May 2024, where I was asked the following questions.

  • Q1. What is aws
  • Q2. Do you accept the bond

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join

Top trending discussions

View All
Interview Hub
1w
a client servicing executive
FeedCard Image
Got a question about Applied Cloud Computing?
Ask anonymously on communities.

Applied Cloud Computing Interview FAQs

How many rounds are there in Applied Cloud Computing interview?
Applied Cloud Computing interview process usually has 2 rounds. The most common rounds in the Applied Cloud Computing interview process are Technical, Coding Test and One-on-one Round.
How to prepare for Applied Cloud Computing interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Applied Cloud Computing. The most common topics and skills that interviewers at Applied Cloud Computing expect are AWS, Cloud Computing, Python, Consulting and Kubernetes.
What are the top questions asked in Applied Cloud Computing interview?

Some of the top questions asked at the Applied Cloud Computing interview -

  1. how you have deployed your model and how to monitor the deployed mod...read more
  2. How you convince for clients the model is useful, what are the mat...read more
  3. What is difference between random forest and xgbo...read more
How long is the Applied Cloud Computing interview process?

The duration of Applied Cloud Computing interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.4/5

based on 20 interview experiences

Difficulty level

Easy 62%
Moderate 38%

Duration

Less than 2 weeks 91%
More than 8 weeks 9%
View more

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 144 Interviews
ClaySys Interview Questions
2.9
 • 28 Interviews
DynPro Interview Questions
3.8
 • 25 Interviews
HumanHire Corp. Interview Questions
4.6
 • 24 Interviews
Vanilla Networks Interview Questions
4.0
 • 20 Interviews
Greytrix Interview Questions
3.6
 • 14 Interviews
V2soft Interview Questions
3.7
 • 12 Interviews
View all

Applied Cloud Computing Reviews and Ratings

based on 97 reviews

2.7/5

Rating in categories

3.2

Skill development

2.5

Work-life balance

2.4

Salary

2.6

Job security

2.5

Company culture

2.3

Promotions

2.5

Work satisfaction

Explore 97 Reviews and Ratings
Software Development Test Engineer

Bangalore / Bengaluru

6-10 Yrs

Not Disclosed

GCP/Azure Cloud Engineer

Navi Mumbai

5-8 Yrs

₹ 8-14 LPA

Explore more jobs
Software Developer
100 salaries
unlock blur

₹2.9 L/yr - ₹13 L/yr

Cloud Engineer
66 salaries
unlock blur

₹2 L/yr - ₹6 L/yr

Devops Engineer
47 salaries
unlock blur

₹5.1 L/yr - ₹10.4 L/yr

AWS Cloud Engineer
34 salaries
unlock blur

₹2.2 L/yr - ₹7.6 L/yr

Junior Software Developer
25 salaries
unlock blur

₹2 L/yr - ₹4.4 L/yr

Explore more salaries
Compare Applied Cloud Computing with

Zidio Development

4.5
Compare

Northcorp Software

4.6
Compare

Accel Frontline

4.0
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.8
Compare
write
Share an Interview