Upload Button Icon Add office photos

Filter interviews by

Kanaka Software Interview Questions and Answers for Freshers

Updated 24 Nov 2024

Kanaka Software Interview Experiences for Freshers

Popular Designations

5 interviews found

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

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

Round 3 - 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 4 - 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 Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (5)
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 Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

I applied via Campus Placement 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 (223)

I applied via Referral and was interviewed before Mar 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

This round consists of 4 section
1 Aptitude question
2 Mcq on sql (mainly on joins)
3 Programming- The level of the question were easy
4 Verbal Reasoning question

Round 2 - One-on-one 

(1 Question)

  • Q1. I was asked to introduce my self. • She started off normally with basic html related questions( what is ol ul etc) • gradually next she shifted to oops concept like polymorphism, operator overloading vs fu...
Round 3 - One-on-one 

(1 Question)

  • Q1. • Introduce your self • Explain one of project you’ve worked on One of my project is based on machine learning so the interviewer moved ahead to ask questions based on my project -which algorithm you have...
Round 4 - HR 

(1 Question)

  • Q1. One next day received call from hr, he first congratulated me and asked about joining date.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good in dsa and clear your basics

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)

Kanaka Software interview questions for popular designations

 Software Developer

 (6)

 Software Engineer

 (2)

 Associate Software Engineer

 (2)

 Senior Software Engineer

 (1)

 Software Developer Intern

 (1)

 Junior Software Developer

 (1)

Software Developer Interview Questions & Answers

user image Nitin SHIRSAT

posted on 6 Jun 2017

I appeared for an interview before Jun 2016.

Interview Questionnaire 

4 Questions

  • Q1. As I was went for Java developer so I got question related to it and some oops concept .
  • Q2. SQL related questions too.
  • Q3. Same as technical but level of questions is higher than technical.
  • Q4. About my nature and all general questions, for which you can't prepare.

Interview Preparation Tips

Round: Test
Experience: You will get all types of question in this round. (i.e. technical)
Total Questions: 50

Round: Technical Interview
Experience: You will get all types of question in this round. (i.e. technical)

Round: Technical Interview
Experience: Questioning and answering.

Skills: Technical Skill, Adaptability, Logical Reasoning
College Name: Smt. kashibai navale college of engineering

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Interview questions from similar companies

I applied via Naukri.com

Interview Questionnaire 

1 Question

  • Q1.  What are Option Strict and Option Explicit? What are all the differences between Dispose and Finalize()? What is the difference between System.String and System.StringBuilder classes? What is Delegate? ...
  • Ans. 

    Answers to common interview questions for Software Engineer position

    • Option Strict and Option Explicit are compiler directives in VB.NET

    • Dispose() is used to release unmanaged resources while Finalize() is used for garbage collection

    • System.String is immutable while System.StringBuilder is mutable

    • Delegate is a type that represents a reference to a method

    • Value types store data directly while reference types store a referen...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - selection process-
1st round-online test(prpare all kind of logical, verbal, and .net related questions)
2nd round- technical round(prepare all .net interview questions,sql server questions, winforms, web api)
3rd round- hr discussion

Interview Questionnaire 

3 Questions

  • Q1. 1. Assignment
  • Q2. 2. Bunch of python questions.
  • Q3. 3. coding questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear with basics.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Technical mcq from basic of dsa

Round 2 - Coding Test 

Question from DSA and time will given to solve it

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical HR and the next is general HR
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Aptitude Test 

Easy to medium level questions were asked

Round 2 - Coding Test 

Questions were given asked to explain the concept

Round 3 - Technical 

(1 Question)

  • Q1. Basics of c++,java,oops
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Assignment 

DSA MCQ in online platform

Round 2 - Coding Test 

Basic closings like lists/array/string

Kanaka Software Interview FAQs

How many rounds are there in Kanaka Software interview for freshers?
Kanaka Software interview process for freshers usually has 3 rounds. The most common rounds in the Kanaka Software interview process for freshers are Aptitude Test, One-on-one Round and HR.
How to prepare for Kanaka Software interview for freshers?
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 for freshers?

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

  1. fobonacci using Recursion - total walkthro...read more
  2. I was asked to introduce my self. • She started off normally with basic html ...read more
  3. As I was went for Java developer so I got question related to it and some oops ...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 for Freshers

based on 2 interviews

Interview experience

3
  
Average
View more

Kanaka Software Reviews and Ratings

based on 22 reviews

2.7/5

Rating in categories

2.8

Skill development

3.0

Work-life balance

2.9

Salary

2.0

Job security

2.9

Company culture

2.6

Promotions

2.9

Work satisfaction

Explore 22 Reviews and Ratings
Full Stack Developer

Pune

4-6 Yrs

Not Disclosed

Explore more jobs
Associate Software Engineer
27 salaries
unlock blur

₹2.7 L/yr - ₹9 L/yr

Software Engineer
20 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
11 salaries
unlock blur

₹3 L/yr - ₹7.8 L/yr

Senior QA Engineer
9 salaries
unlock blur

₹6.8 L/yr - ₹13.2 L/yr

Explore more salaries
Compare Kanaka Software with

Global Edge Software

3.5
Compare

Yalamanchili Software Exports

3.3
Compare

Moveinsync Technology Solutions

3.4
Compare

Exotel

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