Upload Button Icon Add office photos

Filter interviews by

Applied Cloud Computing Java Developer Interview Questions and Answers

Updated 14 Mar 2023

Applied Cloud Computing Java Developer Interview Experiences

2 interviews found

Java Developer Interview Questions & Answers

user image Suraj Deshmukh

posted on 14 Mar 2023

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

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

Print Alphabet using any language like java c python

Round 3 - Technical 

(2 Questions)

  • Q1. After test technical round
  • Q2. Find a mid of 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.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy selection , once you clear a coding round, then technical round and then after hr

Skills evaluated in this interview

Java Developer Interview Questions & Answers

user image Vishal Khatal

posted on 26 Nov 2022

I applied via Campus Placement and was interviewed in Oct 2022. There were 2 interview rounds.

Round 1 - Coding Test 

Coding was offline at their office. Coding round had medium level questions

Round 2 - Technical 

(2 Questions)

  • Q1. They will ask questions related to coding round and your skills, some basics codes/ logic.
  • Q2. Basic questions like palindrome code, prime number, string and array related questions, linked list implementation

Interview Preparation Tips

Interview preparation tips for other job seekers - It was medium level coding and interview. Focus on basics and their implementations

Java Developer Interview Questions Asked at Other Companies

asked in Deloitte
Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size ... read more
Q2. Parent class has run() and walk() . Parent run() - calls walk() C ... read more
asked in Infosys
Q3. Which should be preferred between String and StringBuffer when th ... read more
asked in Deloitte
Q4. Convert BST to Greater Sum Tree Given a Binary Search Tree (BST) ... read more
Q5. 2. What will happen if hashcode only returns a constant? How will ... read more

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement and was interviewed in Sep 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

They 3 question on coderbyte that solve in 1 hour

Round 3 - Group Discussion 

Will robots replace human

Round 4 - HR 

(2 Questions)

  • Q1. Ask basic question
  • Q2. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - question is medium level

I applied via Naukri.com and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Introduce yourself what are you hobbies what is your qualifications

Interview Preparation Tips

Interview preparation tips for other job seekers - hr round is pretty easy all the work relared task needs to be done on time in the company if you do your work on time you can do anythinf the salary here is really low

I appeared for an interview before Aug 2016.

Interview Preparation Tips

Round: Resume Shortlist
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments

Round: Test
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments
Total Questions: 15

Round: Test
Experience: See my mentality
Tips: No comments
Duration: 45 minutes

Round: Group Discussion
Experience: Communication
Tips: No comments

Skills: Communication And Confidence

Interview Questionnaire 

1 Question

  • Q1. Difference between for and for each
  • Ans. 

    For loop is used for iterating over a range of values while for each loop is used for iterating over elements of an array.

    • For loop is used when the number of iterations is known beforehand.

    • For each loop is used when the number of iterations is not known beforehand.

    • For loop can be used with any iterable object.

    • For each loop can only be used with arrays and other iterable objects.

    • For loop uses an index variable to access...

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

I applied via Recruitment Consulltant and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It is easy to solve the Aptitude question and some identifying outputs of program.

Round 2 - HR 

(2 Questions)

  • Q1. What is class?and write a logic for object in a class.
  • Ans. 

    A class is a blueprint for creating objects in object-oriented programming.

    • A class defines the properties and behaviors of objects.

    • An object is an instance of a class.

    • Example: Class 'Car' can have properties like 'color' and 'model', and behaviors like 'drive' and 'stop'.

  • Answered by AI
  • Q2. 1.swap two numbers without using temp variable 2.Reverse the string.
  • Ans. 

    Swap two numbers without using temp variable and reverse a string without using built-in functions.

    • To swap two numbers without using temp variable, use bitwise XOR operation.

    • To reverse a string without using built-in functions, use two pointers approach.

    • Example for swapping numbers: a = a ^ b; b = a ^ b; a = a ^ b;

    • Example for reversing a string: use two pointers to swap characters from start and end of the string.

  • Answered by AI
Round 3 - Coding Test 

Now, I am preparing for the third round.
So, I don't know the Coding Question.

Interview Preparation Tips

Topics to prepare for ClaySys Software Developer interview:
  • Java, SQL
Interview preparation tips for other job seekers - What you have given in your Resume that will be your Question.
Must Strong in Basics of Java and SQL commands.

Interview Questionnaire 

1 Question

  • Q1. Questions on the concept of oops and SQL
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Explain process for SDE
  • Ans. 

    The process for Software Development Engineer involves planning, designing, coding, testing, and deploying software solutions.

    • Gather requirements from stakeholders

    • Create a design based on requirements

    • Write code to implement the design

    • Test the software for bugs and issues

    • Deploy the software for users to use

    • Iterate on feedback and make improvements

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement

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 

(1 Question)

  • Q1. Qs related to javascript
Round 3 - HR 

(1 Question)

  • Q1. Why should we hire you

Applied Cloud Computing Interview FAQs

How many rounds are there in Applied Cloud Computing Java Developer interview?
Applied Cloud Computing interview process usually has 3 rounds. The most common rounds in the Applied Cloud Computing interview process are Resume Shortlist, Coding Test and Technical.
How to prepare for Applied Cloud Computing Java Developer 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 Cloud Computing, Spring Boot, Web Services, Coding and Data Structures.
What are the top questions asked in Applied Cloud Computing Java Developer interview?

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

  1. Find a mid of ar...read more
  2. Basic questions like palindrome code, prime number, string and array related qu...read more
  3. They will ask questions related to coding round and your skills, some basics co...read more

Tell us how to improve this page.

Applied Cloud Computing Java Developer Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 141 Interviews
ClaySys Interview Questions
2.9
 • 24 Interviews
DynPro Interview Questions
3.8
 • 20 Interviews
Greytrix Interview Questions
3.7
 • 12 Interviews
BANGMETRIC Interview Questions
3.8
 • 12 Interviews
View all
Applied Cloud Computing Java Developer Salary
based on 4 salaries
₹4.4 L/yr - ₹12 L/yr
43% more than the average Java Developer Salary in India
View more details
Software Developer
70 salaries
unlock blur

₹1.5 L/yr - ₹10 L/yr

Cloud Engineer
60 salaries
unlock blur

₹1.2 L/yr - ₹7.3 L/yr

Devops Engineer
48 salaries
unlock blur

₹2.2 L/yr - ₹11.1 L/yr

Junior Software Developer
18 salaries
unlock blur

₹2 L/yr - ₹6 L/yr

AWS Cloud Engineer
17 salaries
unlock blur

₹2.1 L/yr - ₹6.8 L/yr

Explore more salaries
Compare Applied Cloud Computing with

HCL Infosystems

3.9
Compare

Accel Frontline

4.0
Compare

DynPro

3.8
Compare

ClaySys

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