Upload Button Icon Add office photos

Filter interviews by

Neo Kinetic Services Interview Questions and Answers

Updated 17 Jun 2024

Neo Kinetic Services Interview Experiences

Popular Designations

2 interviews found

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Talk about yourself and work experience
  • Q2. How do you do your lead generation for b2b
Round 2 - Case Study 

Present your self as a Salesable Manager / Specialist & show how can you pitch to clients

Round 3 - Technical 

(1 Question)

  • Q1. Tell me About your work experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Do No Waste time with this company. The HR is very bad with coordination. Purposely made me wait for more than 20 days for conducting interviews. Every round was taken in every 8-10 days only to hear rejection. Also she said to keep the other companies offer on hold saying that their company has liked my profile. All Fake! The director got into a debate for a salary hike in the second round & in the final round, the business head was very casual taking interview from home with a lot of background sound and had to pause her video as her kid was coming in between. Such companies purely lack professionalism. I think they just want to know about pitching strategies from people and then accordingly make the scripts & sell their products/ Services. I would have given them a 0 star if it was in ambition-box ratings.

Inside Sales Specialist Interview Questions asked at other Companies

Q1. If you are selling courses to IIT graduates , how would you do it?
View answer (3)

HR Manager Interview Questions & Answers

user image Ankita Rajendra Rane

posted on 21 May 2024

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

(1 Question)

  • Q1. About yourself, Experience, Assignment
  • Ans. Ended up in spending 2 hours in total in interview and making assignment almost took 1 day..
  • Answered by Ankita Rajendra Rane

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not approach this company.. neither spend time in giving their interviews because they will take your payslips and eat your time of 2-3 weeks and later inform you that you are rejected. CEO thinks he knows everything like TATA & Birla... HR is not settled... a bit rude and also they have very bad attrition!

HR Manager Interview Questions asked at other Companies

Q1. Can you explain the meaning of performance Management as stated in your CV
View answer (5)

Interview questions from similar companies

I was interviewed 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
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 - Technical 

(2 Questions)

  • Q1. What is a pointer to pointer
  • Ans. 

    A pointer to pointer is a variable that stores the memory address of another pointer variable.

    • It is used to create dynamic data structures like linked lists and trees.

    • It allows multiple levels of indirection.

    • It is denoted by ** in C and C++.

    • Example: int **ptr;

    • Example: ptr = &p; where p is a pointer variable.

  • Answered by AI
  • Q2. Class, object, inheritance, polymorphism,dbms

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on pointers,work on ds, study network analysis, learn more about the job and company

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Normal question about past experience
  • Q2. When you can join and all
Round 2 - Assignment 

SQL test on Select query, insert, create

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What are the main principles of the Java
  • Ans. 

    Main principles of Java include object-oriented programming, platform independence, and automatic memory management.

    • Object-oriented programming: Java is based on classes and objects, allowing for encapsulation, inheritance, and polymorphism.

    • Platform independence: Java code can run on any platform that has a Java Virtual Machine (JVM) installed.

    • Automatic memory management: Java uses garbage collection to automatically m

  • Answered by AI
  • Q2. What is the different between == and equals method
  • Ans. 

    The == operator compares the memory addresses of two objects, while the equals method compares the content of two objects.

    • The == operator is used to compare the memory addresses of two objects in Java.

    • The equals method is used to compare the content of two objects in Java.

    • Example: String str1 = new String("hello"); String str2 = new String("hello"); str1 == str2 will return false, but str1.equals(str2) will return true

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is jdk, string related questions, basic java oops questions?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

There are three sections: -
1. Quants
2. English
3. Reasoning
All sections are accessible medium but you have maintained the speed and accuracy.
after that coding snippet are in java/python.

Round 2 - Coding Test 

Code snippets are there in coding sections.

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare all basic concepts and try to do good as well as u know.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

There was an automated machine coding round where i had to solve multiple problems as well as answer multiple questions related to Javascript and the development process as a whole.

Round 2 - Technical 

(1 Question)

  • Q1. Explain promises in JS and async/await.
  • Ans. 

    Promises in JS are objects representing the eventual completion or failure of an asynchronous operation. Async/await is a syntactic sugar for working with promises.

    • Promises are used to handle asynchronous operations in JavaScript.

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

    • Async/await is a modern way to work with asynchronous code in JavaScript, making it easier to read and write.

    • Async functions...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up basic framework concepts and logic building

Skills evaluated in this interview

I applied via Company Website and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. How do you structure your project?
  • Q2. What are the design patterns that you know and why do we use those?
  • Ans. 

    Design patterns are reusable solutions to common software problems.

    • Creational patterns: Singleton, Factory, Abstract Factory, Builder

    • Structural patterns: Adapter, Bridge, Composite, Decorator, Facade, Flyweight, Proxy

    • Behavioral patterns: Chain of Responsibility, Command, Interpreter, Iterator, Mediator, Memento, Observer, State, Strategy, Template Method, Visitor

    • We use design patterns to improve code readability, maint...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a good grip on the basics of the technology for which you are getting interviewed.

Skills evaluated in this interview

Neo Kinetic Services Interview FAQs

How many rounds are there in Neo Kinetic Services interview?
Neo Kinetic Services interview process usually has 2 rounds. The most common rounds in the Neo Kinetic Services interview process are One-on-one Round, HR and Case Study.
How to prepare for Neo Kinetic Services 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 Neo Kinetic Services. The most common topics and skills that interviewers at Neo Kinetic Services expect are B2B Sales, Lead Generation, Inside Sales, Business Development Management and Negotiation.

Tell us how to improve this page.

Neo Kinetic Services Interview Process

based on 2 interviews

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

Webdew Interview Questions
4.5
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 90 Interviews
NexTurn Interview Questions
4.2
 • 26 Interviews
View all

Neo Kinetic Services Reviews and Ratings

based on 23 reviews

3.5/5

Rating in categories

3.4

Skill development

3.6

Work-life balance

3.2

Salary

3.1

Job security

3.4

Company culture

3.4

Promotions

3.3

Work satisfaction

Explore 23 Reviews and Ratings
Lead Generation Executive
22 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Research Executive
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Research Analyst
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior HR Executive
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Research Analyst
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Neo Kinetic Services with

Northcorp Software

4.3
Compare

Accel Frontline

4.0
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.7
Compare

HyScaler

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