Upload Button Icon Add office photos
Engaged Employer

i

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

KDK Software Verified Tick

Compare button icon Compare button icon Compare
3.2

based on 144 Reviews

Filter interviews by

KDK Software Business Development Officer Interview Questions and Answers

Updated 21 Jul 2021

KDK Software Business Development Officer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Jan 2021. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Tell me about your self
  • Q2. Why we should hire you
  • Q3. Strength

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be confident, and make eye contact, also give ans, if you don't know then don't worry honestly say I don't know

Business Development Officer Jobs at KDK Software

View all

Interview questions from similar companies

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. Bubble sort was also asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Company Website and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Had a casual discussion.
  • Q2. Asked to write a cold email.
Round 2 - Assignment 

It was about to choose a topic and target the audience whom you want to target and had to write an email regarding the same.

Round 3 - One-on-one 

(2 Questions)

  • Q1. Had a discussion with him, but i don't know, He was much more Interested towards my educational gap rather then my experience and capabilities.
  • Q2. Rather he would ask me anything related to my working experience he was much more interested to know why i left my previous organizations. I don't think this is the way to take an interview. I have my self...

Interview Preparation Tips

Interview preparation tips for other job seekers - It is a good company as per their product and capabilities, but some people are sitting at top of this organization are making this company pathetic. who so ever would be conducting an interview should be humble and nice, even if you don't know anything still he should encourage you and provide some motivation, that's what leaders do. They should ask the question regarding for which position you have applied and see how smart is the candidate for the same.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in May 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 - Aptitude Test 

Its useful for self growth and provides knowledge

Round 3 - Group Discussion 

GD is not easy but you deserve it. lets make a real perception

Round 4 - Technical 

(5 Questions)

  • Q1. Technical knowledge and basic knowledge about softwares
  • Q2. The session is good as bad your perspective
  • Q3. Good intention and commitment to your self
  • Q4. Enhance knowledge for interview tips and preperation
  • Q5. Credibility is master key
  • Ans. 

    Credibility is the key to establishing trust and building successful business relationships.

    • Credibility is essential for gaining the trust of clients and partners.

    • Consistently delivering on promises and maintaining honesty and integrity are key components of credibility.

    • Building credibility takes time and effort, but it is crucial for long-term success in business.

    • Examples: Providing references from satisfied clients, ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be genuine as aspirant then you persistent track record
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about your past experience
  • Q2. Which industry expertise do you have?
Round 2 - Behavioral 

(1 Question)

  • Q1. Tell me how can you do the business development role well?

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not waste your time with this company for Business Development or and Inside Sales Role. They will not teach you anything & the senior manager will avoid you if you have any queries as she herself doesn't know most of the things as her past experience on LinkedIn is irrelevant to Prime Focus.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Easy to medium level coding interview round.

Round 2 - Technical 

(1 Question)

  • Q1. Interview based on technical skills, computer science concepts and projects etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well in DSA

I applied via Naukri.com

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 - Aptitude Test 

Many types of questions regarding sales and personal experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Always in confidence to answer his / her questions and don't panic , don't give wrong answer only say "do not know about this"

I applied via Instahyre and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. K-Reverse a linked list. Have to code in Go lang as the role was for Go lang developer
Round 2 - One-on-one 

(2 Questions)

  • Q1. Linkedlist insertion & deletion in Go
  • Ans. 

    Linkedlist insertion & deletion in Go

    • In Go, linked lists can be implemented using structs and pointers.

    • Insertion involves creating a new node and updating the pointers of adjacent nodes.

    • Deletion involves updating the pointers of adjacent nodes to bypass the node being deleted.

    • Go's garbage collector automatically frees memory of unused nodes.

  • Answered by AI
  • Q2. Go lang concurrency and concurrency patterns
Round 3 - Technical 

(3 Questions)

  • Q1. SQL vs NoSQL and when to use what
  • Ans. 

    SQL is best for structured data, NoSQL for unstructured. Use SQL for complex queries, NoSQL for scalability and speed.

    • SQL is best for structured data, NoSQL for unstructured

    • Use SQL for complex queries, NoSQL for scalability and speed

    • SQL is ACID compliant, NoSQL is BASE

    • Examples of SQL: MySQL, Oracle, PostgreSQL

    • Examples of NoSQL: MongoDB, Cassandra, Redis

  • Answered by AI
  • Q2. DB queries on finding the second largest element
  • Ans. 

    Query to find the second largest element in a database table

    • Use ORDER BY and LIMIT to select the second largest element

    • For MySQL: SELECT column FROM table ORDER BY column DESC LIMIT 1,1

    • For Oracle: SELECT column FROM (SELECT column FROM table ORDER BY column DESC) WHERE ROWNUM <= 2 MINUS SELECT column FROM (SELECT column FROM table ORDER BY column DESC) WHERE ROWNUM <= 1

  • Answered by AI
  • Q3. Discussion on projects mentioned in the CV

Interview Preparation Tips

Topics to prepare for Zopsmart Technology Software Development Engineer interview:
  • Linked List
  • Go
  • Docker
  • Kubernettes
  • Basic Devops questions
Interview preparation tips for other job seekers - Brush up your Go lang concurrency questions and Focus on Linked List and linear DST

Skills evaluated in this interview

KDK Software Interview FAQs

How to prepare for KDK Software Business Development Officer 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 KDK Software. The most common topics and skills that interviewers at KDK Software expect are Software Sales, Product Sales, ERP Sales, Software Solution Sales and Inside Sales.

Tell us how to improve this page.

People are getting interviews through

based on 1 KDK Software interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 785 Interviews
Coforge Interview Questions
3.4
 • 503 Interviews
Zoho Interview Questions
4.3
 • 501 Interviews
Cyient Interview Questions
3.7
 • 279 Interviews
Ramco Systems Interview Questions
3.9
 • 62 Interviews
BrowserStack Interview Questions
3.7
 • 45 Interviews
View all
KDK Software Business Development Officer Salary
based on 12 salaries
₹2.4 L/yr - ₹4.7 L/yr
At par with the average Business Development Officer Salary in India
View more details

KDK Software Business Development Officer Reviews and Ratings

based on 8 reviews

3.2/5

Rating in categories

3.2

Skill development

2.9

Work-Life balance

3.2

Salary & Benefits

2.9

Job Security

2.9

Company culture

3.1

Promotions/Appraisal

2.9

Work Satisfaction

Explore 8 Reviews and Ratings
Business Development Officer

Gandhidham,

Gandhinagar

+1

4-7 Yrs

Not Disclosed

Business Development Officer- Work From Home

Faridabad,

Ranchi

5-9 Yrs

₹ 3-4 LPA

Business Development Officer- Work From Home

Patna,

Kanpur

+1

5-9 Yrs

₹ 3-4 LPA

Explore more jobs
Business Development Officer
12 salaries
unlock blur

₹2.4 L/yr - ₹4.7 L/yr

Area Sales Manager
12 salaries
unlock blur

₹3.6 L/yr - ₹9 L/yr

Product Expert
11 salaries
unlock blur

₹2.2 L/yr - ₹4.5 L/yr

Technical Support Executive
7 salaries
unlock blur

₹2.8 L/yr - ₹4.4 L/yr

Customer Success Specialist
7 salaries
unlock blur

₹3.5 L/yr - ₹4.7 L/yr

Explore more salaries
Compare KDK Software with

Tally Solutions

4.3
Compare

QUICK HEAL TECHNOLOGIES

3.7
Compare

Zoho

4.3
Compare

Ramco Systems

3.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview