Upload Button Icon Add office photos

Erevmax Technologies

Compare button icon Compare button icon Compare

Filter interviews by

Erevmax Technologies Associate Executive Interview Questions and Answers

Updated 26 May 2022

Erevmax Technologies Associate Executive Interview Experiences

1 interview found

I applied via Approached by Company and was interviewed before May 2021. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Everything will be asked from resume.
Round 3 - One-on-one 

(1 Question)

  • Q1. Go through the job description, designation
Round 4 - HR 

(1 Question)

  • Q1. General Hr related questions only

Interview Preparation Tips

Interview preparation tips for other job seekers - Add those things in the resume that you have worked on

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Erevmax Technologies?
Ask anonymously on communities.

Interview questions from similar companies

I appeared for an interview before May 2016.

Interview Preparation Tips

Round: Test
Experience: The first round had two programming questions and one question of database concepts.
Duration: 1 hour
Total Questions: 3

Round: Technical Interview
Experience: In the first technical interview, I was asked basic questions about the domain and my resume. There was also a lot of emphasis on problem solving abilities since I was asked to solve some puzzles.

Round: Technical Interview
Experience: The second technical interview was a written round where I was asked to code some searching / sorting variants , to test my ability to write quality code.

Round: Technical Interview
Experience: The last and the final round was probably the toughest and I was asked to design databases, with some constraints. I was given ample time to do it and it did take a lot of time. After that, we had some interesting questions about data structures and trees and that was it.

College Name: RNSIT, Bangalore

Associate Executive Interview Questions Asked at Other Companies

asked in iEnergizer
Q1. How would you convince someone to switch to our phone if they alr ... read more
asked in iEnergizer
Q2. How would you handle a situation where a customer is unwilling to ... read more
Q3. Have you heard about medical billing? If yes, what have you heard ... read more
asked in iEnergizer
Q4. How would you handle a fearful customer?
Q5. What is bad debt and what is the journal entry for bad debt recov ... read more

I applied via Naukri.com and was interviewed in Oct 2018. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Asked me to draw spring mvc architecture and about collection framework.
  • Q2. Asked me to write the logic for pattern.
  • Ans. 

    This question involves creating a specific pattern using loops and conditional statements in programming.

    • Identify the desired pattern (e.g., asterisks, numbers).

    • Use nested loops: outer loop for rows, inner loop for columns.

    • Control the output format with conditional statements.

    • Example: For a pyramid pattern, increase spaces and asterisks in each row.

  • Answered by AI
  • Q3. Asked me on core java.

Interview Preparation Tips

General Tips: be thorough with the core java and good to have knowledge on spring mvc
Skills: Communication
Duration: <1 week

I applied via Referral and was interviewed before Jan 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Which technology are you using, is this latest?
  • Ans. 

    We are using a variety of technologies, including some of the latest ones.

    • We are using React for our front-end development.

    • We are also using Node.js for our back-end development.

    • We are using Docker for containerization.

    • We are using Kubernetes for orchestration.

    • We are using AWS for cloud hosting.

    • We are constantly evaluating new technologies to see if they can improve our development process.

  • Answered by AI
  • Q2. If not then which technology can we use instead of this?
  • Ans. 

    It depends on the specific requirements and constraints of the project.

    • Consider the project's goals and objectives

    • Evaluate the available technologies and their capabilities

    • Assess the project's budget and timeline

    • Consult with stakeholders and experts in the field

    • Examples: React vs Angular, MySQL vs MongoDB, Java vs Python

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi,
Listen carefully and speak fluently.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
2-4 weeks
Result
No response

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. What is Java?
  • Ans. 

    Java is a versatile, object-oriented programming language designed for portability across platforms and ease of use.

    • Object-Oriented: Java uses objects to represent data and methods, promoting code reusability. Example: Classes and objects.

    • Platform-Independent: Java code is compiled into bytecode, which can run on any device with a Java Virtual Machine (JVM).

    • Rich API: Java provides a comprehensive set of libraries for t...

  • Answered by AI
  • Q2. What is the purpose of the Java Virtual Machine (JVM)?
  • Ans. 

    The JVM enables Java applications to run on any device by providing an environment for executing Java bytecode.

    • Platform Independence: JVM allows Java programs to run on any operating system without modification.

    • Bytecode Execution: It interprets or compiles Java bytecode into machine code for execution.

    • Memory Management: JVM handles memory allocation and garbage collection automatically.

    • Security: It provides a secure ex...

  • Answered by AI
  • Q3. What are the key concepts of Object-Oriented Programming (OOP)?
  • Ans. 

    OOP is a programming paradigm based on objects, encapsulating data and behavior, promoting code reusability and modularity.

    • Encapsulation: Bundling data and methods that operate on the data within one unit (e.g., a class).

    • Inheritance: Mechanism to create a new class based on an existing class, inheriting its properties (e.g., a 'Dog' class inheriting from an 'Animal' class).

    • Polymorphism: Ability to present the same inte...

  • Answered by AI
  • Q4. What are the different types of variables?
  • Ans. 

    Variables can be categorized based on their scope, lifetime, and data type, impacting how they are used in programming.

    • 1. Local Variables: Defined within a function or block, e.g., 'int x = 10;' inside a function.

    • 2. Global Variables: Accessible throughout the program, e.g., 'int count;' defined outside any function.

    • 3. Static Variables: Retain their value between function calls, e.g., 'static int counter = 0;' in a func...

  • Answered by AI
  • Q5. What is an interface?
  • Ans. 

    An interface defines a contract for classes, specifying methods and properties without implementing them.

    • An interface can contain method signatures and properties but no implementation.

    • Classes that implement an interface must provide concrete implementations for all its members.

    • Interfaces support multiple inheritance, allowing a class to implement multiple interfaces.

    • Example: In Java, 'Runnable' is an interface that re...

  • Answered by AI
  • Q6. What are the data types
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jun 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Program output prediction,Logical

Round 2 - Coding Test 

3 programs ,any Language you choose. One SQL and 2 programs

Interview Preparation Tips

Topics to prepare for ClaySys Software Engineer interview:
  • Coding skills
  • Logic
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Oops concepts ?
  • Q2. SQL queries related?
Round 2 - Coding Test 

General coding questions

Round 3 - Assignment 

30days training and project building

Interview Preparation Tips

Topics to prepare for ClaySys Software Engineer interview:
  • Oops concepts
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It is easy to solve the Aptitude question and some identifying outputs of program.

Round 2 - HR 

(2 Questions)

  • Q1. What is class?and write a logic for object in a class.
  • Ans. 

    A class is a blueprint for creating objects in object-oriented programming.

    • A class defines the properties and behaviors of objects.

    • An object is an instance of a class.

    • Example: Class 'Car' can have properties like 'color' and 'model', and behaviors like 'drive' and 'stop'.

  • Answered by AI
  • Q2. 1.swap two numbers without using temp variable 2.Reverse the string.
  • Ans. 

    Swap two numbers without using temp variable and reverse a string without using built-in functions.

    • To swap two numbers without using temp variable, use bitwise XOR operation.

    • To reverse a string without using built-in functions, use two pointers approach.

    • Example for swapping numbers: a = a ^ b; b = a ^ b; a = a ^ b;

    • Example for reversing a string: use two pointers to swap characters from start and end of the string.

  • Answered by AI
Round 3 - Coding Test 

Now, I am preparing for the third round.
So, I don't know the Coding Question.

Interview Preparation Tips

Topics to prepare for ClaySys Software Developer interview:
  • Java, SQL
Interview preparation tips for other job seekers - What you have given in your Resume that will be your Question.
Must Strong in Basics of Java and SQL commands.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is oops in python
  • Q2. What is ternary operant in python
  • Ans. 

    Ternary operator in Python is a conditional expression that evaluates to a value based on a condition.

    • Ternary operator is written as 'value_if_true if condition else value_if_false'

    • It is a shorthand way of writing an if-else statement in a single line

    • Example: x = 10 if a > b else 20

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Technical 

(2 Questions)

  • Q1. All about core java
  • Q2. Front end and My Sql

Erevmax Technologies Interview FAQs

How many rounds are there in Erevmax Technologies Associate Executive interview?
Erevmax Technologies interview process usually has 4 rounds. The most common rounds in the Erevmax Technologies interview process are One-on-one Round, Resume Shortlist and HR.

Tell us how to improve this page.

Interview Questions from Similar Companies

NexTurn Interview Questions
4.1
 • 34 Interviews
ClaySys Interview Questions
2.9
 • 26 Interviews
Contus Interview Questions
4.2
 • 25 Interviews
DynPro Interview Questions
3.8
 • 24 Interviews
Pitney Bowes Interview Questions
3.8
 • 22 Interviews
View all
Erevmax Technologies Associate Executive Salary
based on 4 salaries
₹2 L/yr - ₹2.8 L/yr
43% less than the average Associate Executive Salary in India
View more details
Software Engineer
13 salaries
unlock blur

₹3.8 L/yr - ₹5.6 L/yr

Manager
6 salaries
unlock blur

₹10.5 L/yr - ₹15 L/yr

Lead Software Engineer
6 salaries
unlock blur

₹5 L/yr - ₹12.5 L/yr

Lead Test Engineer
6 salaries
unlock blur

₹11.2 L/yr - ₹14 L/yr

Associate Software Engineer
5 salaries
unlock blur

₹2 L/yr - ₹3.2 L/yr

Explore more salaries
Compare Erevmax Technologies with

Accel Frontline

4.1
Compare

Apmosys Technologies

3.4
Compare

Pitney Bowes

3.8
Compare

DynPro

3.8
Compare
write
Share an Interview