Upload Button Icon Add office photos

Filter interviews by

Kanaka Software Interview Questions and Answers

Updated 24 Nov 2024

Kanaka Software Interview Experiences

Popular Designations

13 interviews found

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

I applied via LinkedIn and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Test is of 60 minutes, similar to other aptitude test

Round 2 - Technical 

(1 Question)

  • Q1. Questions based on logical building based on python

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with your basic skills, Interviewer will check your logic building only, so be calm during facing the interview

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)

Software Developer Interview Questions & Answers

user image Basavraj Ligade

posted on 24 Nov 2024

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

Basic questions of oops and sql

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Oops concepts, logical questions , html , css objective questions

Senior Software Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was coding round of 40 min one question is asked

Round 2 - Aptitude Test 

10 questions are asked

Interview Preparation Tips

Interview preparation tips for other job seekers - be preoaed

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 (169)

Kanaka Software interview questions for popular designations

 Software Developer

 (6)

 Associate Software Engineer

 (2)

 Software Engineer

 (2)

 Junior Software Developer

 (1)

 Senior Software Engineer

 (1)

 Software Developer Intern

 (1)

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Coding Test 

The coding test was very tough it was not easy all students got the different coding questions

Round 2 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a software developer with 5 years of experience in Java, Python, and SQL.

    • 5 years of experience in Java, Python, and SQL

    • Strong problem-solving skills

    • Experience working in Agile development environment

  • Answered by AI
  • Q2. Salary expectation

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

90 minutes apti + coding problem(40 minutes/Medium Leetcode)

Round 2 - Technical 

(3 Questions)

  • Q1. Pure technical and DSA oriented. Code to add digits of a number till get a single digit.
  • Q2. Fobonacci using Recursion - total walkthrough
  • Ans. 

    Fibonacci using recursion is a function that calls itself to calculate the Fibonacci sequence.

    • Define a function that takes an integer n as input

    • Base case: if n is 0 or 1, return n

    • Recursive case: return fibonacci(n-1) + fibonacci(n-2)

    • Example: fibonacci(5) = fibonacci(4) + fibonacci(3) = (fibonacci(3) + fibonacci(2)) + (fibonacci(2) + fibonacci(1)) = ...

  • Answered by AI
  • Q3. DBMS Quries - Aggregate functions
Round 3 - HR 

(2 Questions)

  • Q1. General personal questions
  • Q2. Family background

Interview Preparation Tips

Interview preparation tips for other job seekers - Total technical

Skills evaluated in this interview

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum Of Max And MinYou are given an array “ARR” of size N. Your task is to find out the sum of maximum and minimum elements in the array. Follow Up: Can you do the above task in a minimum number of comparisons? Input format: The first line ... read more
View answer (8)

Jobs at Kanaka Software

View all
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Coding test including apti and SQL query

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at MET Institute of Computer Science, Mumbai and was interviewed in Aug 2023. There were 5 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 

Consist of general questions like blood related then direction and speed type questions

Round 3 - Coding Test 

Asked 1 question we have ot compulsory solve that if u r able to solve that then only u will get shortlisted

Round 4 - Technical 

(2 Questions)

  • Q1. Question on MySQL,oops,DSA,some basic coding questions that's all
  • Q2. Find reverse of string
  • Ans. 

    Reverse a given string

    • Use a loop to iterate through the characters of the string

    • Append each character to a new string in reverse order

    • Return the reversed string

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Tell me about yourself.

Junior Software Developer Interview Questions asked at other Companies

Q1. Given n coins for two players playing a game. Each player picks coins from the given n coins in such a way that he can pick 1 to 5 coins in one turn and the game continues for both the players. The player who picks the last coin looses the ... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

50 mins good overall

Round 2 - Coding Test 

3 4 question Basic. overall good

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

I applied via campus placement at Rajarambapu Institute of Technology, Sangli and was interviewed in Aug 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

First Round : Basic Aptitude Question Family Relations, arrangements etc.

Round 2 - Coding Test 

1st Round : 1 Coding Question , Some SQL Query, Technical MCQ Oops

Round 3 - Technical 

(6 Questions)

  • Q1. He Asked me to Introduce my self
  • Q2. Then Asked About internship and Projects
  • Q3. Oops Inheritance, Encapsulation, abstraction, Polymorphism
  • Q4. Deep SQL Concepts ,....
  • Q5. Asked to write code of Factorial, 2nd highest in the array
  • Q6. Asked Some SQL Query

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for Oops Concept, SQL, basic coding that's it

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 (169)

Kanaka Software Interview FAQs

How many rounds are there in Kanaka Software interview?
Kanaka Software interview process usually has 2-3 rounds. The most common rounds in the Kanaka Software interview process are Aptitude Test, Coding Test and Technical.
How to prepare for Kanaka Software 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 Kanaka Software. The most common topics and skills that interviewers at Kanaka Software expect are C#, ASP.Net, ASP.Net MVC, Dart and Kotlin.
What are the top questions asked in Kanaka Software interview?

Some of the top questions asked at the Kanaka Software interview -

  1. fobonacci using Recursion - total walkthro...read more
  2. Find reverse of str...read more
  3. I was asked to introduce my self. • She started off normally with basic html ...read more
How long is the Kanaka Software interview process?

The duration of Kanaka Software interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Kanaka Software Interview Process

based on 13 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k 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
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 806 Interviews
View all

Kanaka Software Reviews and Ratings

based on 21 reviews

2.8/5

Rating in categories

3.0

Skill development

3.0

Work-life balance

2.9

Salary

2.1

Job security

2.9

Company culture

2.6

Promotions

3.1

Work satisfaction

Explore 21 Reviews and Ratings
Server-side QA Engineer

Pune

6-8 Yrs

Not Disclosed

Dot net Developer

Pune

5-7 Yrs

Not Disclosed

Explore more jobs
Associate Software Engineer
28 salaries
unlock blur

₹2.7 L/yr - ₹9 L/yr

Software Engineer
19 salaries
unlock blur

₹5.5 L/yr - ₹14 L/yr

QA Engineer
14 salaries
unlock blur

₹4.7 L/yr - ₹10 L/yr

Associate QA Engineer
12 salaries
unlock blur

₹3 L/yr - ₹7.8 L/yr

Senior QA Engineer
8 salaries
unlock blur

₹6.8 L/yr - ₹11.5 L/yr

Explore more salaries
Compare Kanaka Software with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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