Add office photos
Employer?
Claim Account for FREE

Atos

3.8
based on 2.9k Reviews
Filter interviews by

Interview Questions and Answers

Updated 9 Sep 2024
Popular Designations

Q1. What is use of OOO programming?

Ans.

Object-oriented programming (OOP) is a programming paradigm that uses objects to represent and manipulate data.

  • Encourages modular and reusable code

  • Provides a clear structure and organization to the code

  • Allows for easier maintenance and updates

  • Supports code reusability through inheritance and polymorphism

  • Enables encapsulation, hiding the internal details of an object

  • Promotes code extensibility and scalability

  • Facilitates collaboration and teamwork in software development

Add your answer

Q2. What is Update query in SQL

Ans.

Update query is used to modify existing records in a database table.

  • Update query is a SQL statement that allows you to change the values of one or more columns in a table.

  • It is used to update existing records based on specified conditions.

  • The syntax of an update query includes the UPDATE keyword followed by the table name, SET keyword to specify the columns to be updated, and WHERE clause to specify the conditions for updating.

  • Example: UPDATE employees SET salary = 50000 WHER...read more

Add your answer

Q3. Difference between JVM, JRE and JDK.

Ans.

JVM is a virtual machine that executes Java bytecode. JRE is a runtime environment that includes JVM and necessary libraries. JDK is a development kit that includes JRE and tools for developing Java applications.

  • JVM stands for Java Virtual Machine and is responsible for executing Java bytecode.

  • JRE stands for Java Runtime Environment and includes JVM and necessary libraries to run Java applications.

  • JDK stands for Java Development Kit and includes JRE along with tools for devel...read more

Add your answer

Q4. What is Method Overloading

Ans.

Method overloading is the ability to define multiple methods with the same name but different parameters.

  • Method overloading allows a class to have multiple methods with the same name but different parameters.

  • It helps in improving code readability and reusability.

  • The compiler determines which method to call based on the number, type, and order of the parameters.

  • Example: int add(int a, int b) and int add(int a, int b, int c) are overloaded methods.

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

Q5. What is Inheritance

Ans.

Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

  • Inheritance allows for code reuse and promotes modularity.

  • The class that is being inherited from is called the superclass or base class.

  • The class that inherits from the superclass is called the subclass or derived class.

  • The subclass can access the public and protected members of the superclass.

  • Inheritance can be single, where a subclass inherits from only...read more

Add your answer

Q6. Triggers in SQL

Ans.

Triggers in SQL are database objects that are automatically executed in response to specified events.

  • Triggers are used to enforce business rules, maintain data integrity, and automate tasks.

  • They can be defined to execute before or after an INSERT, UPDATE, or DELETE operation.

  • Triggers can be written in SQL or a procedural language like PL/SQL or T-SQL.

  • Examples of trigger events include inserting a new record, updating a specific column, or deleting a row.

  • Triggers can be used t...read more

Add your answer

Q7. technology used in prj

Ans.

Various technologies used in the project include Java, Spring Boot, Angular, MySQL, and Docker.

  • Java

  • Spring Boot

  • Angular

  • MySQL

  • Docker

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

Interview Process at null

based on 3 interviews in the last 1 year
Interview experience
3.7
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Software Developer Interview Questions from Similar Companies

3.5
 • 37 Interview Questions
3.9
 • 36 Interview Questions
3.7
 • 30 Interview Questions
3.9
 • 30 Interview Questions
3.1
 • 19 Interview Questions
4.3
 • 17 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