Add office photos
Employer?
Claim Account for FREE

Accenture

3.9
based on 52.5k Reviews
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by

Cloudely Interview Questions and Answers

Updated 30 Jul 2024
Popular Designations

Q1. Write a code of prime numbers 1 to 100 and write sql query.

Ans.

Code for prime numbers 1 to 100 and SQL query.

  • Use a loop to iterate through numbers 1 to 100.

  • For each number, check if it is divisible by any number from 2 to itself-1.

  • If not divisible, it is a prime number.

  • SQL query: SELECT * FROM table_name WHERE number_column >= 1 AND number_column <= 100 AND is_prime = true;

View 1 answer

Q2. What is wait, notify, notifyall

Ans.

wait, notify, and notifyAll are methods used for inter-thread communication in Java.

  • wait() method causes the current thread to wait until another thread invokes the notify() or notifyAll() method for this object.

  • notify() method wakes up a single thread that is waiting on this object's monitor.

  • notifyAll() method wakes up all threads that are waiting on this object's monitor.

Add your answer

Q3. Difference between controller and rest controller

Ans.

Controller is a general term for classes that handle requests in a web application, while RestController specifically handles RESTful requests.

  • Controller is a general term for classes that handle requests in a web application

  • RestController is a specialized type of controller that specifically handles RESTful requests

  • RestController is annotated with @RestController, while Controller is annotated with @Controller

  • RestController returns data directly in the response body, while C...read more

Add your answer

Q4. .diff between heap and stack memo

Ans.

Heap is used for dynamic memory allocation, while stack is used for static memory allocation.

  • Heap memory is used for storing objects and is managed by the JVM, while stack memory is used for storing method calls and local variables.

  • Heap memory is larger in size compared to stack memory.

  • Heap memory is accessed randomly, while stack memory is accessed in a LIFO (Last In First Out) manner.

  • Examples: Objects created using the 'new' keyword are stored in the heap, while method call...read more

Add your answer
Discover Cloudely interview dos and don'ts from real experiences

Q5. What is lambda expression

Ans.

Lambda expression is a concise way to represent an anonymous function in Java.

  • Lambda expressions are used to provide implementation of functional interfaces.

  • They enable you to treat functionality as a method argument, or code as data.

  • Syntax: (parameters) -> expression or (parameters) -> { statements; }

  • Example: (int a, int b) -> a + b

Add your answer

Q6. Difference between spring and springboot

Ans.

Spring is a framework for building Java applications, while Spring Boot is a tool that simplifies the setup and configuration of Spring applications.

  • Spring is a comprehensive framework for building Java applications, providing support for various modules like Spring MVC, Spring Security, and Spring Data.

  • Spring Boot is an opinionated tool that simplifies the setup and configuration of Spring applications by providing defaults for dependencies and configurations.

  • Spring Boot inc...read more

Add your answer

Q7. What is kubernets?

Ans.

Kubernetes is an open-source container orchestration platform for automating deployment, scaling, and management of containerized applications.

  • Kubernetes helps in automating the deployment, scaling, and management of containerized applications.

  • It allows for easy scaling of applications by adding or removing containers based on demand.

  • Kubernetes provides features like self-healing, load balancing, and rolling updates for applications.

  • It simplifies the management of containers ...read more

Add your answer

More about working at Accenture

Top Rated Mega Company - 2024
Top Rated Company for Women - 2024
Top Rated IT/ITES Company - 2024
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Cloudely

based on 29 interviews in the last 1 year
2 Interview rounds
Technical Round
HR Round
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Java Developer Interview Questions from Similar Companies

3.7
 • 165 Interview Questions
3.7
 • 156 Interview Questions
3.6
 • 51 Interview Questions
3.0
 • 24 Interview Questions
4.0
 • 18 Interview Questions
4.4
 • 11 Interview Questions
View all
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter