i
Art Technology and Software
Filter interviews by
I applied via Naukri.com and was interviewed in Sep 2023. There were 4 interview rounds.
I applied via Approached by Company and was interviewed before Apr 2023. There were 2 interview rounds.
OOPs (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.
OOPs focuses on creating objects that interact with each other to solve problems
Key principles include encapsulation, inheritance, polymorphism, and abstraction
Encapsulation involves bundling data and methods that operate on the data into a single unit
Inheritance allows one class to inherit prop...
Art Technology and Software interview questions for popular designations
I applied via Naukri.com and was interviewed in Mar 2022. There were 2 interview rounds.
I applied via Recruitment Consulltant and was interviewed before Dec 2021. There were 3 interview rounds.
It will be coding test, like a POC or utility application.
Create a C# application to calculate the final score of the Greed game.
Create a class to represent the game state
Implement a method to roll the dice
Implement a method to calculate the score
Use loops and conditionals to handle game logic
Test the application thoroughly
Top trending discussions
posted on 24 Apr 2024
I applied via Campus Placement and was interviewed in Oct 2023. There were 3 interview rounds.
It was online 60min test.
It was offline 30 min test.
posted on 24 Apr 2024
I applied via Referral and was interviewed before Apr 2023. There were 3 interview rounds.
Basic java questions along with aptitude questions.
posted on 26 Apr 2024
I applied via Campus Placement and was interviewed before Apr 2023. There was 1 interview round.
The 4 principles of OOP are Inheritance, Encapsulation, Abstraction, and Polymorphism.
Inheritance allows a class to inherit properties and behavior from another class.
Encapsulation restricts access to certain components within a class, protecting the data.
Abstraction hides complex implementation details and only shows the necessary features.
Polymorphism allows objects to be treated as instances of their parent class.
String buffer is synchronized and thread-safe, while string builder is not synchronized and faster.
String buffer is synchronized, making it thread-safe for use in multi-threaded environments.
String builder is not synchronized, providing better performance in single-threaded applications.
String builder is faster than string buffer due to lack of synchronization overhead.
Example: StringBuffer sb = new StringBuffer(); Str
Strings are immutable in order to ensure data integrity and security.
Immutable strings prevent accidental data modification, ensuring data integrity.
Immutable strings enhance security by preventing unauthorized access or tampering.
Immutable strings allow for more efficient memory management and optimization.
Example: 'Hello' cannot be changed to 'Hella' directly, a new string must be created.
There are two types of exceptions in Java: checked exceptions and unchecked exceptions.
Checked exceptions are checked at compile time and must be handled using try-catch or throws keyword.
Unchecked exceptions are not checked at compile time and include RuntimeException and its subclasses.
Examples of checked exceptions include IOException, SQLException, and ClassNotFoundException.
Examples of unchecked exceptions include...
Linear search is a simple searching algorithm that sequentially checks each element in a list until a match is found.
Iterate through each element in the list
Compare the current element with the target value
Return the index if a match is found, otherwise return -1
JDK includes JRE and development tools, while JRE includes only the Java Runtime Environment.
JDK stands for Java Development Kit, which includes JRE and development tools like compilers and debuggers.
JRE stands for Java Runtime Environment, which includes JVM and libraries necessary to run Java applications.
JVM stands for Java Virtual Machine, which is responsible for executing Java bytecode.
JDK is used for developing ...
posted on 15 Feb 2022
I applied via Referral and was interviewed before Feb 2021. There were 3 interview rounds.
Interview questions for Software Engineer position
Project explanation should include details on the project's purpose, scope, and technologies used
SDLC (Software Development Life Cycle) and STLC (Software Testing Life Cycle) are methodologies used in software development and testing respectively
Smoke testing is a type of testing that checks if the basic functionalities of the software are working fine, while Sanity tes...
based on 8 interviews
Interview experience
based on 50 reviews
Rating in categories
Software Developer
21
salaries
| ₹4 L/yr - ₹9.7 L/yr |
Software Engineer
15
salaries
| ₹3 L/yr - ₹11 L/yr |
Senior Software Engineer
13
salaries
| ₹5.2 L/yr - ₹21.3 L/yr |
Digital Marketing Manager
7
salaries
| ₹12 L/yr - ₹13.2 L/yr |
Implementation Analyst
7
salaries
| ₹4 L/yr - ₹8 L/yr |
Infosys
TCS
Wipro
HCLTech