i
EMPYRA SOFTWARE SOLUTIONS
Filter interviews by
I applied via LinkedIn and was interviewed in Sep 2024. There was 1 interview round.
Top trending discussions
I applied via Company Website and was interviewed in Jul 2024. There were 2 interview rounds.
I applied via Campus Placement and was interviewed in Jul 2024. There were 3 interview rounds.
Full c concept MCQ with IQ and Computaional Thinking
Number system conversion in C involves converting numbers between different bases, such as decimal to binary or hexadecimal.
Use functions like itoa() to convert integers to strings in different bases
Use strtol() to convert strings to integers in different bases
Remember to specify the base when converting numbers
posted on 22 Nov 2024
Encapsulation, Inheritance, Polymorphism, Abstraction are the four pillars of OOPS in Java.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Inheritance: Allows a class to inherit properties and behavior from another class.
Polymorphism: Ability to present the same interface for different data types.
Abstraction: Hiding the implementation details and showing only the necessary features.
A constructor in Java is a special type of method that is used to initialize objects.
Constructors have the same name as the class they are in.
They do not have a return type, not even void.
Constructors are called when an object of a class is created.
Example: public class Car { public Car() { // constructor code } }
I applied via LinkedIn and was interviewed in Sep 2024. There was 1 interview round.
posted on 24 Sep 2024
I was interviewed in Aug 2024.
Coding test on java full stack
Classes are blueprints for creating objects in object-oriented programming. They define properties and behaviors.
Classes are templates for creating objects with similar properties and behaviors.
They can have attributes (variables) and methods (functions).
Classes can inherit properties and behaviors from other classes through inheritance.
Example: Class 'Car' can have attributes like 'color' and methods like 'drive'.
A string in Java is a sequence of characters used to represent text.
Strings are objects in Java and are immutable, meaning their values cannot be changed once they are created.
Strings can be created using double quotes, like "Hello, World!", or by calling the String constructor.
String concatenation can be done using the '+' operator, like "Hello" + "World".
Common methods for manipulating strings include length(), charA...
I applied via Naukri.com and was interviewed in Feb 2024. There were 2 interview rounds.
Aptitude, reasoning,java MCQS
Senior Software Engineer
12
salaries
| ₹4.7 L/yr - ₹19.1 L/yr |
QA Engineer
8
salaries
| ₹4 L/yr - ₹13 L/yr |
Software Engineer
7
salaries
| ₹4.5 L/yr - ₹12 L/yr |
Associate Software Engineer
7
salaries
| ₹4.5 L/yr - ₹5.4 L/yr |
Technical Lead
6
salaries
| ₹20 L/yr - ₹40 L/yr |
TCS
Infosys
Wipro
HCLTech