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
Palindrome code should be designed to check if a given string is the same forwards and backwards.
Create a function that takes a string as input
Remove any spaces and punctuation from the string
Reverse the string and compare it to the original string to check if it is a palindrome
posted on 9 Jan 2025
posted on 16 Dec 2024
I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.
The aptitude test was relatively straightforward, consisting of both aptitude and technical questions, with a difficulty level ranging from easy to medium.
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 } }
posted on 3 Sep 2024
I applied via Naukri.com and was interviewed in Feb 2024. There were 2 interview rounds.
Interview experience
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
6
salaries
| ₹4.5 L/yr - ₹5.4 L/yr |
Technical Lead
6
salaries
| ₹20 L/yr - ₹40 L/yr |
TCS
Infosys
Wipro
HCLTech