Upload Button Icon Add office photos

Filter interviews by

Nickunj Eximp Entp P Interview Questions and Answers

Updated 27 Jun 2024

Nickunj Eximp Entp P Interview Experiences

1 interview found

Salesman Interview Questions & Answers

user image Anonymous

posted on 27 Jun 2024

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

(1 Question)

  • Q1. Tell me about yourself
  • Ans. 

    Experienced sales professional with a proven track record of exceeding targets and building strong client relationships.

    • Over 5 years of sales experience in the technology industry

    • Consistently met or exceeded sales targets by 20% each quarter

    • Built a strong network of clients through effective communication and follow-up

    • Proficient in CRM software and sales analytics tools

  • Answered by AI

Salesman Interview Questions asked at other Companies

Q1. How can you motivate the customer to buy our products
View answer (9)

Interview questions from similar companies

I applied via Naukri.com 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 - Group Discussion 

Share the details from work related questions

Round 3 - Technical 

(1 Question)

  • Q1. What ever the new ideas
Round 4 - Work related 

(4 Questions)

  • Q1. Which type of field in previous working area
  • Q2. How many years working experience and working time any improvement
  • Q3. Work related question
  • Q4. Why choose this type job

Interview Preparation Tips

Interview preparation tips for other job seekers - Your job related going time choose the company and salary, timing, near by transport all facility checked more important
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding related to Arrays and String

Round 2 - Technical 

(1 Question)

  • Q1. Explain your project?

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay calm, answer confidently
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response
Round 1 - Coding Test 

30 question of c code snippet 5 question of aptitude and 2 coding question

Round 2 - Technical 

(2 Questions)

  • Q1. Storage class in c
  • Ans. 

    Storage classes in C define the scope and lifetime of variables.

    • There are 4 storage classes in C: auto, register, static, and extern.

    • Auto variables are stored in memory and have local scope.

    • Register variables are stored in CPU registers for faster access.

    • Static variables retain their value between function calls.

    • Extern variables are declared outside of any function and can be accessed by other files.

  • Answered by AI
  • Q2. Mutex and semaphore

Interview Preparation Tips

Interview preparation tips for other job seekers - not selected

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 2022. 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 - Coding Test 

C, DS understanding and

Round 3 - Coding Test 

C and C++ and domain knowledge

Round 4 - Aptitude Test 

General aptitude test

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Oct 2022. There were 4 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 - Coding Test 

Online coding test and aptitude

Round 3 - Technical 

(1 Question)

  • Q1. Dsa and memory management basics
Round 4 - Technical 

(1 Question)

  • Q1. Puzzles and Dsa

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on Dsa , OOPS AND sql
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

General Aptitude - Time Series, Probability & statistics

Round 3 - Technical 

(1 Question)

  • Q1. General Interview questions on Operator Overriding , Method Overloading

Interview Preparation Tips

Interview preparation tips for other job seekers - Perform well
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Questions were mainly focused on cloud and testing field
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Write code on Merge sort
  • Ans. 

    Merge sort is a divide and conquer algorithm that divides the input array into two halves, recursively sorts them, and then merges the sorted halves.

    • Divide the array into two halves

    • Recursively sort each half

    • Merge the sorted halves back together

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Explain on PCA , SVM and image processing concepts
  • Ans. 

    PCA is a dimensionality reduction technique, SVM is a machine learning algorithm, and image processing involves manipulating images.

    • PCA (Principal Component Analysis) is used to reduce the dimensionality of data by finding the most important features.

    • SVM (Support Vector Machine) is a supervised machine learning algorithm used for classification and regression tasks.

    • Image processing involves techniques like filtering, s...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Tell me about your project challenges

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Provide 3d view for given 2d views
  • Ans. 

    To provide a 3D view for given 2D views, you can use software like AutoCAD or SolidWorks to create a 3D model based on the 2D drawings.

    • Use software like AutoCAD or SolidWorks to convert 2D views into a 3D model

    • Identify key dimensions and features from the 2D views to accurately create the 3D model

    • Consider perspective, scale, and proportions when creating the 3D view

  • Answered by AI
  • Q2. Draw sfd and bfd
  • Ans. 

    SFD and BFD are diagrams used in software engineering to visualize the flow of data and control in a system.

    • SFD (System Flow Diagram) shows the flow of data between different components in a system.

    • BFD (Block Flow Diagram) shows the flow of control between different components in a system.

    • Both diagrams help in understanding the overall structure and behavior of a system.

    • Examples: SFD can show how user input flows throu...

  • Answered by AI
  • Q3. What is stress and strain
  • Ans. 

    Stress is the force applied to a material, while strain is the resulting deformation or change in shape.

    • Stress is the external force acting on an object, measured in units of force per unit area

    • Strain is the measure of deformation or change in shape of a material due to stress

    • Stress and strain are related by the material's modulus of elasticity, which determines how much a material will deform under stress

    • Example: When...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well regards mechanical subjects

Nickunj Eximp Entp P Interview FAQs

How many rounds are there in Nickunj Eximp Entp P interview?
Nickunj Eximp Entp P interview process usually has 1 rounds. The most common rounds in the Nickunj Eximp Entp P interview process are One-on-one Round.
How to prepare for Nickunj Eximp Entp P 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 Nickunj Eximp Entp P. The most common topics and skills that interviewers at Nickunj Eximp Entp P expect are Advanced Excel, Branch Offices, Field Sales, HR and Interviewing.

Tell us how to improve this page.

Nickunj Eximp Entp P Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Rostfrei Steels Interview Questions
4.1
 • 32 Interviews
Toshiba Interview Questions
4.0
 • 27 Interviews
Ace Designers Interview Questions
4.0
 • 25 Interviews
HYT Engineering Interview Questions
3.2
 • 24 Interviews
Liebherr Interview Questions
3.9
 • 17 Interviews
View all

Nickunj Eximp Entp P Reviews and Ratings

based on 29 reviews

2.5/5

Rating in categories

2.6

Skill development

2.3

Work-life balance

1.9

Salary

2.0

Job security

2.3

Company culture

2.1

Promotions

2.3

Work satisfaction

Explore 29 Reviews and Ratings
Sales & Application Engineer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Store Executive
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Internal Sales Coordinator
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Executive Accountant
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Sales Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Nickunj Eximp Entp P with

Ge India Industrial

4.3
Compare

V.S.T Tillers Tractors

3.5
Compare

Gilbarco Veeder Root

3.8
Compare

Kirloskar Toyota Textile Machinery

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