Filter interviews by
I applied via Campus Placement and was interviewed before Jul 2023. There were 2 interview rounds.
Normal mcq question with aptitude reasoning and coding basics.
Access modifiers are keywords in programming languages that define the accessibility of classes, methods, and variables.
Access modifiers include public, private, protected, and default (package-private) in Java.
Public access allows classes, methods, and variables to be accessed from any other class.
Private access restricts access to only within the same class.
Protected access allows access within the same package or su...
Classes are blueprints for creating objects in object-oriented programming. Objects are instances of classes.
Classes define the properties and behaviors of objects.
Objects are instances of classes that can hold data and perform actions.
Classes can inherit properties and behaviors from other classes.
Objects can interact with each other by calling methods or accessing properties.
Example: Class 'Car' can have properties l...
Abstract class is a class that cannot be instantiated and is used as a blueprint for other classes.
Abstract class can have abstract methods that must be implemented by its subclasses.
Real life example of abstraction is a vehicle class with abstract methods like start() and stop().
Subclasses like Car and Bike can implement these abstract methods in their own way.
Code to print prime numbers in a given range
Iterate through numbers in the range and check if each number is prime
Use a nested loop to check divisibility of each number by numbers less than itself
Print the number if it is prime
Check if a number is divisible by 2 using modulo operator.
Use the modulo operator (%) to check if the remainder is 0 when dividing the number by 2.
If the remainder is 0, then the number is divisible by 2.
For example, if num % 2 == 0, then the number is divisible by 2.
They asked mathamatical and logical questions
Second round is technical round. You enter into the meeting they asked which programmer you prefer and asked to open compiler and solve some program qn ( Max 4 Fabbonaci series, Prime Number, rearrange array ). If you solved 4 program they asked some technical qn.( For me they asked 2 oops qn )
Technical and coding
Technical related
td tag is used to define a cell in a table, while tr tag is used to define a row in a table.
td tag is used within a tr tag to define individual cells in a table
tr tag is used to group td tags together to form a row in a table
td tags can contain various content such as text, images, links, etc.
tr tags can contain multiple td tags to create a row with multiple cells
OOPs is a programming paradigm based on the concept of objects that interact with each other.
OOPs stands for Object-Oriented Programming.
It focuses on the creation of objects that have properties and methods.
Encapsulation, Inheritance, Polymorphism, and Abstraction are the four main pillars of OOPs.
Design patterns are reusable solutions to common software problems.
Some popular design patterns are Singleton, Factory, Ob
Aloha Technology interview questions for popular designations
I applied via Campus Placement and was interviewed in Aug 2022. There were 3 interview rounds.
They ask coding and apptitude MCQs
Code to print palindrome numbers from 1 to 100
Loop through numbers 1 to 100
Convert each number to string and check if it's equal to its reverse
If yes, print the number
Get interview-ready with Top Aloha Technology Interview Questions
I applied via LinkedIn and was interviewed in Jul 2022. There were 3 interview rounds.
Sudu codes all languages array string if else for loop
Factorial program using class syntax explained with examples.
Factorial is the product of all positive integers up to a given number.
Class syntax is used to define a blueprint for creating objects.
Example: class Factorial { def fact(n): return 1 if n == 0 else n * fact(n-1) }
Example: f = Factorial(); print(f.fact(5)) # Output: 120
Function syntax is the structure and format of a function in a programming language.
Function name followed by parentheses and parameters
Code block enclosed in curly braces
Return statement to output a value
Example: function add(a, b) { return a + b; }
Example: function greet(name) { console.log('Hello, ' + name + '!'); }
I applied via Campus Placement and was interviewed in Nov 2022. There were 2 interview rounds.
Question is based on dsa, oops,cn
Array and string question
I applied via Naukri.com and was interviewed before May 2023. There was 1 interview round.
I applied via Naukri.com and was interviewed before Oct 2022. There were 4 interview rounds.
Basic coding questions, Advanced-level technical questions, and also asking puzzle questions
Top trending discussions
The duration of Aloha Technology interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 38 interviews
Interview experience
based on 293 reviews
Rating in categories
Software Developer
418
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
151
salaries
| ₹0 L/yr - ₹0 L/yr |
QA Engineer
122
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Developer
54
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
38
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Infosys
Wipro
HCLTech