Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by EVE Technologies Team. If you also belong to the team, you can get access from here

EVE Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

EVE Technologies Interview Questions and Answers

Updated 17 Nov 2024

EVE Technologies Interview Experiences

Popular Designations

5 interviews found

Sales Executive Interview Questions & Answers

user image Manjit Subudhi

posted on 23 Feb 2024

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Why do you find yourself suitable for this job
  • Q2. What are the name of the companies you are connected to?
Round 2 - One-on-one 

(1 Question)

  • Q1. How are you so sure you can lead a team
Round 3 - HR 

(1 Question)

  • Q1. What salary hike you would fit in

Sales Executive Interview Questions asked at other Companies

Q1. Do you know what is selling and how you can sell it?
View answer (52)

Inside Sales Executive Interview Questions & Answers

user image Sneha Chakraborty

posted on 7 Aug 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jul 2023. 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 - HR 

(1 Question)

  • Q1. Introduce yourself, previous experience, job role, highest qualification, hobbies, when you can join
Round 3 - One-on-one 

(1 Question)

  • Q1. How did you handle your previous job role, questions in detail about previous work places to know how much you are aware of that company and your responsibilities. Salary expectation.
Round 4 - Company owner 

(1 Question)

  • Q1. Same questions like previous rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, speak promptly, voice should be clearly audible, be in formal

Inside Sales Executive Interview Questions asked at other Companies

Q1. Sell me an android phone, if I am already having a iPhone.
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Feb 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. How tech savy are you?
Round 3 - One-on-one 

(1 Question)

  • Q1. One on one sales pitch

Interview Preparation Tips

Interview preparation tips for other job seekers - Excellent work environment with a dynamic management

Senior Sales Executive Interview Questions asked at other Companies

Q1. As a sales and marketing person how to fix a price for your product
View answer (3)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Feb 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - HR 

(2 Questions)

  • Q1. What is my current job profile and what I have to do in current position?
  • Q2. What is my expectations?
Round 3 - Group Discussion 

What is my job role and how many team member I am managing in current position

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company with well behaved management. Helpful for fresher candidates

Assistant Manager Channel Sales Interview Questions asked at other Companies

Q1. What are the market challenges you face daily?
View answer (1)

EVE Technologies interview questions for popular designations

 Sales Executive

 (1)

 Senior Technology Support Executive

 (1)

 Assistant Manager Channel Sales

 (1)

 Senior Sales Executive

 (1)

 Inside Sales Executive

 (1)

I applied via Company Website and was interviewed in Jul 2022. There were 2 interview rounds.

Round 1 - Group Discussion 

Yes they asked many question why do you want to leave strategic ERP and which module you have been working.

Round 2 - One-on-one 

(2 Questions)

  • Q1. There were many seniors who took the interview but unable to give their questions and answers.
  • Q2. Have you ever worked on the HR module ?.

Interview Preparation Tips

Interview preparation tips for other job seekers - Eve Technologies Head office is located at Kolkata so all the main decision is taken by them .

Senior Technology Support Executive Interview Questions asked at other Companies

Q1. What's the latest prof lang Servers How to do coding Commands Excel Etc
View answer (1)

Interview questions from similar companies

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Will be given Requirement to write code for Restraunt. Based on that have write code for delivering orders by delivery boys.

Round 2 - Technical 

(1 Question)

  • Q1. OOPS Concepts, Java Basics, Collections, MultiThreading

Interview Preparation Tips

Topics to prepare for LogiNext Solutions Software Engineer interview:
  • Java
  • OOPS
  • MySQL
  • Pattern Programming
Interview preparation tips for other job seekers - Focus on DSA and Logical Programming

I applied via Naukri.com

Interview Questionnaire 

1 Question

  • Q1.  What are Option Strict and Option Explicit? What are all the differences between Dispose and Finalize()? What is the difference between System.String and System.StringBuilder classes? What is Delegate? ...
  • Ans. 

    Answers to common interview questions for Software Engineer position

    • Option Strict and Option Explicit are compiler directives in VB.NET

    • Dispose() is used to release unmanaged resources while Finalize() is used for garbage collection

    • System.String is immutable while System.StringBuilder is mutable

    • Delegate is a type that represents a reference to a method

    • Value types store data directly while reference types store a referen...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - selection process-
1st round-online test(prpare all kind of logical, verbal, and .net related questions)
2nd round- technical round(prepare all .net interview questions,sql server questions, winforms, web api)
3rd round- hr discussion
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Promises in javascript
  • Ans. 

    Promises in JavaScript are objects representing the eventual completion or failure of an asynchronous operation.

    • Promises are used to handle asynchronous operations in JavaScript.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Promises can be chained using .then() to handle success and .catch() to handle errors.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Resume based questions
  • Q2. Event loop in nodejs
  • Ans. 

    Event loop in Node.js manages asynchronous operations by executing callback functions when certain events occur.

    • Event loop is responsible for handling I/O operations, timers, and callbacks in Node.js

    • It allows Node.js to perform non-blocking operations efficiently

    • Event loop continuously checks the event queue for new events to execute

  • Answered by AI
  • Q3. Javascript es6 questions

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
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 - Aptitude Test 

Basic aptitude test

Round 3 - Coding Test 

Javascript and react js

Round 4 - One-on-one 

(1 Question)

  • Q1. Related to relevant skill set
Round 5 - One-on-one 

(1 Question)

  • Q1. Related to past experience

EVE Technologies Interview FAQs

How many rounds are there in EVE Technologies interview?
EVE Technologies interview process usually has 3-4 rounds. The most common rounds in the EVE Technologies interview process are One-on-one Round, Resume Shortlist and HR.
How to prepare for EVE Technologies interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at EVE Technologies. The most common topics and skills that interviewers at EVE Technologies expect are B2B Sales, Corporate Sales, Revenue Generation, Client Acquisition and Client Relationship Management.
What are the top questions asked in EVE Technologies interview?

Some of the top questions asked at the EVE Technologies interview -

  1. There were many seniors who took the interview but unable to give their questio...read more
  2. Same questions like previous roun...read more
  3. One on one sales pi...read more

Tell us how to improve this page.

EVE Technologies Interview Process

based on 6 interviews

Interview experience

3.3
  
Average
View more

Interview Questions from Similar Companies

HALODOC Interview Questions
2.7
 • 12 Interviews
Unstop Interview Questions
4.0
 • 10 Interviews
Pagarbook Interview Questions
3.6
 • 10 Interviews
ITILITE Interview Questions
2.8
 • 9 Interviews
Xoxoday Interview Questions
3.7
 • 7 Interviews
SalesHandy Interview Questions
3.4
 • 6 Interviews
View all

EVE Technologies Reviews and Ratings

based on 22 reviews

4.4/5

Rating in categories

4.0

Skill development

4.5

Work-life balance

4.5

Salary

4.1

Job security

4.3

Company culture

4.2

Promotions

4.0

Work satisfaction

Explore 22 Reviews and Ratings
Sales Executive
4 salaries
unlock blur

₹3 L/yr - ₹3 L/yr

Assistant Manager- HR
3 salaries
unlock blur

₹6.6 L/yr - ₹8.1 L/yr

Explore more salaries
Compare EVE Technologies with

Pagarbook

3.6
Compare

Signzy Technologies

2.9
Compare

Xoxoday

3.7
Compare

ITILITE

2.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview