i
Filter interviews by
I appeared for an interview in Jun 2025, where I was asked the following questions.
My framework architecture is modular, scalable, and designed for efficient test automation across various applications.
Modular Design: Each component (e.g., test cases, utilities) is separate, allowing for easy updates and maintenance.
Layered Architecture: It consists of layers such as Test Layer, Business Logic Layer, and Data Access Layer for better organization.
Use of Page Object Model (POM): This design pattern hel...
Test cases for a login feature in an automation testing scenario.
Verify valid login with correct username and password.
Check login failure with incorrect password.
Test login with empty username field.
Validate login with empty password field.
Ensure user is redirected to the dashboard after successful login.
I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.
A Java program to check if a number is prime or not.
Create a function to check if a number is prime by iterating from 2 to the square root of the number.
If the number is divisible by any number in that range, it is not prime.
Handle edge cases like 0, 1, and negative numbers separately.
Example: public static boolean isPrime(int num) { for(int i=2; i<=Math.sqrt(num); i++) { if(num % i == 0) { return false; } } return tru...
Program to determine if a given year is a leap year or not
Check if the year is divisible by 4
If the year is divisible by 100, also check if it is divisible by 400
If both conditions are met, it is a leap year
I used OOPS concepts in my framework for creating reusable components and maintaining code modularity.
Used inheritance to create a base class with common functionalities shared by multiple classes
Implemented polymorphism to allow different classes to implement the same method in their own way
Encapsulated data and behavior within classes using access modifiers like private and public
Utilized abstraction to hide the impl...
Java program to add numbers 6134 to get total 14.
Create an array of integers with the numbers to be added
Iterate through the array and add the numbers
Check if the total equals 14
What people are saying about Hexaware Technologies
posted on 11 Apr 2021
I applied via Campus Placement and was interviewed before Nov 2020. There were 3 interview rounds.
posted on 21 Jul 2021
posted on 11 Apr 2022
I applied via Walk-in and was interviewed before Apr 2021. There were 3 interview rounds.
Technical assessment - java
based on 2 interview experiences
Difficulty level
Duration
Senior Software Engineer
3.9k
salaries
| ₹8.4 L/yr - ₹16.2 L/yr |
Software Engineer
3.1k
salaries
| ₹4 L/yr - ₹9 L/yr |
System Analyst
3k
salaries
| ₹12.6 L/yr - ₹21.1 L/yr |
Technical Architect
2.2k
salaries
| ₹17.3 L/yr - ₹31 L/yr |
Senior Executive
2.2k
salaries
| ₹1.8 L/yr - ₹5.1 L/yr |
Cognizant
TCS
DXC Technology
Mphasis