Add office photos
Employer?
Claim Account for FREE

Zeel Infotech

4.0
based on 15 Reviews
Filter interviews by

Accenture Interview Questions and Answers

Updated 20 Jun 2024

Q1. What do you mean by primary key?

Ans.

Primary key is a unique identifier for each record in a database table.

  • Primary key ensures each record in a table is unique

  • It can be a single column or a combination of columns

  • Primary key constraints prevent duplicate or null values

Add your answer

Q2. What is inheritance ?

Ans.

Inheritance is a mechanism in Java where a new class inherits properties and behaviors from an existing class.

  • Allows for code reusability

  • Establishes a parent-child relationship between classes

  • Derived class can access methods and fields of the base class

  • Can create a hierarchy of classes

Add your answer

Q3. Difference between delete and truncate?

Ans.

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

  • Delete is a DML command, while truncate is a DDL command.

  • Delete operation can be rolled back, while truncate operation cannot be rolled back.

  • Delete operation fires triggers, while truncate operation does not fire triggers.

  • Delete operation is slower as it removes rows one by one, while truncate operation is faster as it removes all rows at once.

Add your answer

Q4. What is abstraction?

Ans.

Abstraction is the concept of hiding complex implementation details and showing only the necessary features to the outside world.

  • Abstraction allows developers to focus on what an object does rather than how it does it

  • It helps in reducing complexity and improving maintainability of code

  • Example: In Java, abstract classes and interfaces are used to achieve abstraction

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

Q5. What is hashmap

Ans.

HashMap is a data structure in Java that stores key-value pairs and allows fast retrieval of values based on keys.

  • HashMap implements the Map interface in Java

  • It allows one null key and multiple null values

  • Keys in a HashMap must be unique

  • Example: HashMap map = new HashMap<>()

Add your answer

Q6. what is ftp ?

Ans.

FTP stands for File Transfer Protocol, a standard network protocol used for transferring files between a client and a server on a computer network.

  • FTP is commonly used to upload and download files from a server.

  • It requires a username and password for authentication.

  • FTP operates on two ports, 20 and 21, for data transfer and control respectively.

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Accenture

based on 2 interviews
Interview experience
4.5
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.9
 • 253 Interview Questions
4.5
 • 218 Interview Questions
4.2
 • 177 Interview Questions
4.2
 • 160 Interview Questions
3.5
 • 143 Interview Questions
3.8
 • 135 Interview Questions
View all
Top Zeel Infotech Interview Questions And Answers
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

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