Upload Button Icon Add office photos

Filter interviews by

KeyPoint Technologies Interview Questions and Answers

Updated 30 Dec 2024

KeyPoint Technologies Interview Experiences

Popular Designations

7 interviews found

Intern Interview Questions & Answers

user image Anonymous

posted on 1 Dec 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Coding Test 

A test had questions based on aptitude, reasoning and some basic programming concepts. And last question was based on coding.

Round 2 - Technical 

(2 Questions)

  • Q1. What are basic pillars of OOPS .
  • Ans. 

    Encapsulation, Inheritance, Polymorphism, Abstraction

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Inheritance: Ability of a class to inherit properties and behavior from another class.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation details and showing only the necessary features.

  • Answered by AI
  • Q2. Questions on your projects.
Round 3 - Technical 

(2 Questions)

  • Q1. Asked some puzzles. One of them was apple, orange ,mix and wrong leballed.
  • Q2. Questions on memory allocations.

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. About reactjs questions
  • Q2. Basic about reactjs

Interview Preparation Tips

Interview preparation tips for other job seekers - It’s not worth joining here.

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Abount ml and deep learning
  • Q2. Python coding ask in interview

Data Scientist Interview Questions asked at other Companies

Q1. for a data with 1000 samples and 700 dimensions, how would you find a line that best fits the data, to be able to extrapolate? this is not a supervised ML problem, there's no target. and how would you do it, if you want to treat this as a s... read more
View answer (5)
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 

Ask normal aptitude test like time, logical reasoning

Round 3 - Coding Test 

Linked list, stack queue related question and some geeks of geek easy level question

Round 4 - HR 

(2 Questions)

  • Q1. Normal why you want to join and what is the expectation?
  • Q2. Why are leaving old company

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well for data structure, c++ and java concepts for developer

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)

KeyPoint Technologies interview questions for popular designations

 Data Scientist

 (2)

 Software Engineer

 (1)

 Senior Software Engineer

 (1)

 Intern

 (1)

 Sales Executive

 (1)

 Sales Intern

 (1)

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

I applied via Naukri.com and was interviewed before Aug 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 - One-on-one 

(1 Question)

  • Q1. Python Coding, Data Processing
Round 3 - One-on-one 

(1 Question)

  • Q1. Deep Learning - Transformers, Speechbrain, Machine Learning, projects
Round 4 - HR 

(1 Question)

  • Q1. Why do you want to join? Reason for switch.

Data Scientist Interview Questions asked at other Companies

Q1. for a data with 1000 samples and 700 dimensions, how would you find a line that best fits the data, to be able to extrapolate? this is not a supervised ML problem, there's no target. and how would you do it, if you want to treat this as a s... read more
View answer (5)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Oct 2022. There were 2 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 - One-on-one 

(3 Questions)

  • Q1. About your self
  • Q2. About your previous experience
  • Q3. About your ambitions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and have knowledge about company and about the market in which the company is working in.

Sales Executive Interview Questions asked at other Companies

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

Jobs at KeyPoint Technologies

View all

Sales Intern Interview Questions & Answers

user image Anonymous

posted on 6 Dec 2020

I applied via Recruitment Consultant and was interviewed in Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Tell me about your Self?
  • Q2. Briefly explain about Market Research?
  • Ans. 

    Market research is the process of gathering and analyzing information about a market, product or service to inform business decisions.

    • Identifying target audience and their needs

    • Collecting data through surveys, focus groups, and other methods

    • Analyzing data to identify trends and patterns

    • Using insights to make informed business decisions

    • Examples: determining the demand for a new product, identifying competitors and their

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident & Share the Previous project you have done as your perfect Example.

Sales Intern Interview Questions asked at other Companies

Q1. Who is the competitor of Marie Gold (Biscuit not company)?
View answer (4)

Interview questions from similar companies

Data Scientist Interview Questions & Answers

LTIMindtree user image Abhishek Srivastav

posted on 16 Mar 2015

Interview Questionnaire 

3 Questions

  • Q1. Code For parse Traingle
  • Ans. 

    Code for parsing a triangle

    • Use a loop to iterate through each line of the triangle

    • Split each line into an array of numbers

    • Store the parsed numbers in a 2D array or a list of lists

  • Answered by AI
  • Q2. Asci value along with alphabets(both capital and small)
  • Ans. 

    The ASCII value is a numerical representation of a character. It includes both capital and small alphabets.

    • ASCII values range from 65 to 90 for capital letters A to Z.

    • ASCII values range from 97 to 122 for small letters a to z.

    • For example, the ASCII value of 'A' is 65 and the ASCII value of 'a' is 97.

  • Answered by AI
  • Q3. Would you like to go for Hire studies

Interview Preparation Tips

Round: Test
Experience: First round was through Elitmus.
If you want to be in IT industry must appear it atleast once, for core also u can try it.
It's usually a tough exam but if u are good in maths , apti you will crack it.
Tips: Focus more on Reasoning part. this is the most difficult part.
practise paragraphs reading and solving(Average level)(Infosys level or less)
If you need any kind of help you can contact me via email or can even ring me.
I would recomend everybody to appear this exam with minimum of one month dedicated preparation
Duration: 120 minutes
Total Questions: 60

Round: Coding Round on their own plateform
Experience: It was little difficult to write codes on some other plateform. But time was enough to cope up.
Tips: Try writing as many programs you can write in C, C++ and JAVA not on paper, on compiler . while giving this exam you can select any of these three languages. Based on that your technical Interview will be taken.

Round: Technical Interview
Experience: Its easy one if you have hands on on programing
Tips: Explore and explore .

Round: HR Interview
Experience: Most difficult round for me(I feel myself a little weak in English). But stay calm. And be cheerful.
I still don't know the exact answer of the question but conversation gone for about 20 minutes on this topic.
He din't seem satisfied with me. Btw most of the people says to say no. You can take your call according to the situation.
Tips: Stay calm. Have as much Knowledge about the organisation. Try to make your Intro as much interesting as possible with achivements, hobbies etc. Ya English plays most important role here.

General Tips: Always have faith in yourself. And remember Everything happens for some good reason
Skill Tips: Dont go deep in OS, DBMS but have rough idea about all the topics
Skills: C, C++, DATA STRUCTURE, DBMS, OS
College Name: GANDHI INSTITUTE OF ENGINEERING AND TECHNOLOGY
Motivation: I wanted a job. :)
Funny Moments: A number of stories are there related to this job.
One is I already had an offer so I booked my ticket to home from Bangalore But at very last moment my father told me that you should never miss any chance, go for it. I went and interview date was postponded due to some reasons. I got a mail at 10:30 pm saying I have to attend interview next day morning at 8:30 pm. I ran to get printout of that mail. The venue was 3 hour journey from my place so I din't sleep for the whole night because i knew that if I ll sleep, I would not be able to wake up But I din't studied also because it would have lead to sleep. And Without having sleep and last moment study I made it.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. First Round: Basic Statistics, Basic Python Programming, Past Projects. Second Round: Past Projects, Questions from computer vision, NLP, SQL, Basic Python.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed before Feb 2024.

Round 1 - Case Study 

Case study was given to test coding and ML skills

Round 2 - One-on-one 

(2 Questions)

  • Q1. Based on Case Study
  • Q2. Based on Case Study
Round 3 - HR 

(2 Questions)

  • Q1. Overall interview feedback
  • Q2. Salary expectations

KeyPoint Technologies Interview FAQs

How many rounds are there in KeyPoint Technologies interview?
KeyPoint Technologies interview process usually has 2-3 rounds. The most common rounds in the KeyPoint Technologies interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for KeyPoint 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 KeyPoint Technologies. The most common topics and skills that interviewers at KeyPoint Technologies expect are Java, Python, C, Localization and Javascript.
What are the top questions asked in KeyPoint Technologies interview?

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

  1. what are basic pillars of OOP...read more
  2. Briefly explain about Market Resear...read more
  3. Asked some puzzles. One of them was apple, orange ,mix and wrong leball...read more

Tell us how to improve this page.

KeyPoint Technologies Interview Process

based on 7 interviews

Interview experience

3.9
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Quess Interview Questions
3.9
 • 410 Interviews
View all

Fast track your campus placements

View all

KeyPoint Technologies Reviews and Ratings

based on 48 reviews

2.9/5

Rating in categories

3.0

Skill development

3.4

Work-life balance

2.7

Salary

2.5

Job security

2.9

Company culture

2.3

Promotions

2.7

Work satisfaction

Explore 48 Reviews and Ratings
LOCALIZATION PROJECT MANAGER

Hyderabad / Secunderabad

3-5 Yrs

Not Disclosed

Explore more jobs
Software Developer
31 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
19 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
19 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Inside Sales Executive
18 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare KeyPoint Technologies with

Nuance Communications

4.3
Compare

Uniphore Software Systems

3.5
Compare

Quess

3.9
Compare

TCS

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