Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Kratikal Tech Private Limited Team. If you also belong to the team, you can get access from here

Kratikal Tech Private Limited Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Kratikal Tech Private Limited Business Development Executive Interview Questions and Answers

Updated 1 Oct 2024

Kratikal Tech Private Limited Business Development Executive Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was nice and the questions are quite good

Round 2 - Group Discussion 

Topics are easy and nice

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Tell me something about yourself?

Interview Preparation Tips

Interview preparation tips for other job seekers - Great company,try to prepare before you give your 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 were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude, English, Reasoning

Round 2 - HR 

(1 Question)

  • Q1. Introduction, Position related Questions, About Project I did, about Internship, about Certification etc.
Round 3 - Psy 

(1 Question)

  • Q1. Personality and Behavioral related questions.

I applied via Company Website and was interviewed in Dec 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Tell me about your self
  • Q2. How are you in life
  • Q3. How much we need to be extra careful

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and relax you can do it
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 Resume tips
Round 2 - Coding Test 

Easy problem on java

Round 3 - One-on-one 

(1 Question)

  • Q1. Technical discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on the CV details

I applied via LinkedIn and was interviewed in Sep 2020. There was 1 interview round.

Interview Questionnaire 

6 Questions

  • Q1. Data structure and C++
  • Q2. Reverse Linked list
  • Q3. Multi threaded queue
  • Q4. Design pattern
  • Q5. Basic C++ concepts
  • Q6. Puzzles

Interview Preparation Tips

Interview preparation tips for other job seekers - Solve data structure problems
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant

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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Threading: Write and use a mutex?
  • Ans. 

    A mutex is a synchronization primitive that ensures only one thread can access a resource at a time.

    • Create a mutex object using the appropriate library or language-specific function.

    • Lock the mutex before accessing the shared resource to prevent other threads from accessing it.

    • Unlock the mutex after finishing the operation on the shared resource to allow other threads to access it.

    • Example: pthread_mutex_t mutex; pthread...

  • Answered by AI
  • Q2. Find the memory leak in a given set of code.
  • Ans. 

    Identify memory leak in code

    • Check for any dynamically allocated memory that is not being freed

    • Look for any infinite loops or recursive functions that consume memory

    • Use memory profiling tools like Valgrind to detect leaks

    • Check for any global variables that are not properly managed

  • Answered by AI

Skills evaluated in this interview

I was interviewed before Mar 2021.

Round 1 - Technical 

(3 Questions)

  • Q1. How to check a number is power of 2
  • Ans. 

    To check if a number is a power of 2, we can use bitwise operations.

    • A power of 2 has only one bit set to 1, so we can use the bitwise AND operator to check if the number is a power of 2.

    • If n is a power of 2, then n & (n-1) will be 0.

    • For example, 8 (1000 in binary) is a power of 2, and 8 & 7 (0111 in binary) is 0.

  • Answered by AI
  • Q2. Sort a stack without using another data structure
  • Ans. 

    Sort a stack without using another data structure

    • Use recursion to pop the top element and insert it at the bottom of the remaining stack

    • Repeat until the stack is sorted in ascending order

    • Time complexity: O(n^2), space complexity: O(n) due to recursion

  • Answered by AI
  • Q3. Check weather array have continuous increasing than decreasing value
  • Ans. 

    Check if array has continuous increasing and decreasing values

    • Loop through the array and check if each element is greater than the previous one

    • Once you find the maximum element, check if the remaining elements are in decreasing order

    • If yes, return true else false

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Design a cricinfo (LLD)
  • Ans. 

    Design a cricinfo (LLD)

    • Identify the entities: players, teams, matches, scorecards, tournaments, etc.

    • Define the relationships between entities

    • Create a database schema to store the data

    • Implement APIs to fetch and update data

    • Design a UI to display the information

    • Consider scalability and performance

    • Ensure data security and privacy

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. Share details of your previous job.
  • Q2. Why should we hire you?
  • Q3. What are your strengths and weaknesses?

Interview Preparation Tips

Interview preparation tips for other job seekers - Do study basic Data Structure questions and also prepare for Low level design.
Do work on behavioral questions too.

Skills evaluated in this interview

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

Round 1 - Aptitude Test 

Logical reasoning And aptitude test

Round 2 - Coding Test 

C++, python and Java programming

Interview Preparation Tips

Topics to prepare for Gen Software Engineer interview:
  • C++
  • Python
Interview preparation tips for other job seekers - I am interested for this company opportunity for giving me and I am so happy and giving me for work from home job
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via AmbitionBox and was interviewed in Dec 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 Resume tips
Round 2 - Aptitude Test 

Basic grammer, maths questions,

Round 3 - Technical 

(2 Questions)

  • Q1. Basic questions on programming languages
  • Q2. Oops concepts, collections, method overloading, method overriding
Round 4 - HR 

(2 Questions)

  • Q1. Tell me about your self?
  • Ans. 

    I am a software engineer with experience in developing and maintaining software applications.

    • Proficient in programming languages such as Java, C++, and Python

    • Experience in developing web applications using frameworks like Spring and Django

    • Strong problem-solving and analytical skills

    • Familiarity with version control systems like Git

    • Ability to work in a team and collaborate effectively

  • Answered by AI
  • Q2. What is your salary expectations?
  • Ans. 

    I am open to discussing salary based on the responsibilities and requirements of the position.

    • I am flexible and open to negotiation.

    • I am looking for a competitive salary based on my skills and experience.

    • I am interested in discussing the overall compensation package, including benefits and bonuses.

    • I am open to considering other forms of compensation, such as stock options or profit sharing.

    • I would like to learn more ab...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on basic questions reach there on time. If
Contribute & help others!
anonymous
You can choose to be anonymous

Kratikal Tech Private Limited Interview FAQs

How many rounds are there in Kratikal Tech Private Limited Business Development Executive interview?
Kratikal Tech Private Limited interview process usually has 2 rounds. The most common rounds in the Kratikal Tech Private Limited interview process are Aptitude Test and Group Discussion.
How to prepare for Kratikal Tech Private Limited Business Development Executive 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 Kratikal Tech Private Limited. The most common topics and skills that interviewers at Kratikal Tech Private Limited expect are IT Sales, Sales, B2B Sales, Business Development and IOT.

Recently Viewed

CAMPUS PLACEMENT

Institute of Technology, Banaras Hindu University

INTERVIEWS

Kratikal Tech Private Limited

No Interviews

INTERVIEWS

Kratikal Tech Private Limited

No Interviews

INTERVIEWS

Kratikal Tech Private Limited

No Interviews

SALARIES

ICICI Prudential Life Insurance

REVIEWS

ICICI Prudential Life Insurance

No Reviews

INTERVIEWS

Kratikal Tech Private Limited

No Interviews

INTERVIEWS

ICICI Prudential Life Insurance

No Interviews

INTERVIEWS

Shadowfax Technologies

No Interviews

SALARIES

Kratikal Tech Private Limited

Tell us how to improve this page.

Kratikal Tech Private Limited Business Development Executive Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

XenonStack Interview Questions
3.3
 • 25 Interviews
Convin Interview Questions
4.3
 • 21 Interviews
Gen Interview Questions
4.0
 • 17 Interviews
Miko Interview Questions
3.0
 • 10 Interviews
Netomi Interview Questions
4.4
 • 9 Interviews
Safe Security Interview Questions
2.9
 • 8 Interviews
Habilelabs Interview Questions
4.2
 • 8 Interviews
View all
74% more than the average Business Development Executive Salary in India
View more details

Kratikal Tech Private Limited Business Development Executive Reviews and Ratings

based on 4 reviews

3.0/5

Rating in categories

3.0

Skill development

3.0

Work-life balance

2.3

Salary

3.0

Job security

3.0

Company culture

1.8

Promotions

3.0

Work satisfaction

Explore 4 Reviews and Ratings
Security Analyst
24 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

HR Executive
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Development Executive
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Kratikal Tech Private Limited with

Safe Security

2.9
Compare

TAC Security

2.7
Compare

QUICK HEAL TECHNOLOGIES

3.7
Compare

Cyberbit

1.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent