Upload Button Icon Add office photos

Filter interviews by

Kmsoft Interview Questions and Answers

Updated 3 Oct 2024

Kmsoft Interview Experiences

2 interviews found

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

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

Round 1 - Coding Test 

Basic pattern code. You can perform in any language

Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself?
  • Ans. 

    I am a passionate Android developer with 5 years of experience in building user-friendly and efficient mobile applications.

    • 5 years of experience in Android development

    • Strong knowledge of Java and Kotlin programming languages

    • Experience in building user-friendly and efficient mobile applications

    • Familiarity with Android Studio and other development tools

  • Answered by AI
  • Q2. Family background

Android Developer Interview Questions asked at other Companies

Q1. BST Iterator Problem Statement You are tasked with creating a class named BSTIterator that acts as an iterator for the inorder traversal of a binary search tree. Implement the following functions: BSTIterator(Node root): A constructor that... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Profit/Loss, Simple Interest, Compound Interest

Round 2 - Coding Test 

C related code like make given pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep concept clear

Android Developer Interview Questions asked at other Companies

Q1. BST Iterator Problem Statement You are tasked with creating a class named BSTIterator that acts as an iterator for the inorder traversal of a binary search tree. Implement the following functions: BSTIterator(Node root): A constructor that... read more
View answer (1)

Jobs at Kmsoft

View all

Interview questions from similar companies

Interview Questionnaire 

3 Questions

  • Q1. Tell me about accenture?
  • Ans. 

    Accenture is a global professional services company providing consulting, technology, and outsourcing services.

    • Global presence with offices in over 200 cities across 120 countries

    • Offers services in strategy, consulting, digital, technology, and operations

    • Works with clients in various industries such as healthcare, financial services, and technology

    • Known for its innovation and technology expertise

    • Provides solutions for ...

  • Answered by AI
  • Q2. Introduce yourself?
  • Ans. 

    I am a passionate Android Developer with 5 years of experience in building innovative mobile applications.

    • 5 years of experience in Android development

    • Proficient in Java and Kotlin programming languages

    • Strong understanding of design patterns like MVVM and MVP

    • Experience with RESTful APIs and third-party libraries

    • Published apps on Google Play Store

  • Answered by AI
  • Q3. Mention recent projects executed by accenture?
  • Ans. 

    Accenture has recently executed projects in various industries including healthcare, finance, technology, and retail.

    • Accenture recently worked on a project in the healthcare industry to improve patient care through digital solutions.

    • They also completed a project in the finance sector to enhance customer experience through personalized banking services.

    • In the technology field, Accenture developed a project to implement ...

  • Answered by AI

Interview Preparation Tips

Round: Test
Duration: 1 hour 45 minutes
Total Questions: 60

Round: HR Interview
Tips: Listen to each and every members answers who are giving interview with you.

College Name: MITCOE
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Navigation Graph, Android Fundamentals, Life Cycles

I applied via Campus Placement and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What are the companies values?
  • Ans. Acting with honesty and professionalism, and respecting company policies.
  • Answered by Jaywant kagilkar

Interview Preparation Tips

Interview preparation tips for other job seekers - I have a good for android working,I have best for opportunity
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. DONT REMEMBER THE QUESTIONS
  • Q2. I FORGOT THE QUESTION ASKED

Interview Preparation Tips

Interview preparation tips for other job seekers - BE PREPARED
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 - Technical 

(2 Questions)

  • Q1. Android Basics , Android Component
  • Q2. Android LifeCycle , Launch Modes

Interview Preparation Tips

Interview preparation tips for other job seekers - Mainly Focused on basic android knowledge . Interview is easy
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basic questions for java

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

I applied via Naukri.com and was interviewed in Aug 2023. There were 2 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 - Technical 

(2 Questions)

  • Q1. Explain Activity lifecycle
  • Ans. 

    Activity lifecycle refers to the series of states an activity goes through during its lifetime in an Android app.

    • Activity is created with onCreate() method

    • Activity is started with onStart() method

    • Activity is resumed with onResume() method

    • Activity is paused with onPause() method

    • Activity is stopped with onStop() method

    • Activity is destroyed with onDestroy() method

  • Answered by AI
  • Q2. What is databinding
  • Ans. 

    Data binding is a technique in software development that establishes a connection between the UI components and the data sources.

    • Data binding allows for automatic synchronization of data between the UI and data sources.

    • It reduces boilerplate code by eliminating the need for manual updates to the UI when data changes.

    • Data binding can be implemented using frameworks like Android Data Binding Library.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - answering questions with small real time examples is helpful.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Dec 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Kotlin in Depth
  • Q2. MVVM in Depth
  • Ans. 

    MVVM is a design pattern that separates the UI logic from the business logic.

    • MVVM stands for Model-View-ViewModel

    • Model represents the data and business logic

    • View represents the UI

    • ViewModel acts as a mediator between the View and Model

    • ViewModel exposes data and commands to the View

    • MVVM helps in unit testing and maintainability

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - You just need to know the details you have been used in your project. Suppose you have used "sealed" in your project then you should know everything about it.
Other than these, threre are "Handler and looper" and Rxjava. Currently all companies asking for these in details.

Skills evaluated in this interview

Kmsoft Interview FAQs

How many rounds are there in Kmsoft interview?
Kmsoft interview process usually has 2 rounds. The most common rounds in the Kmsoft interview process are Coding Test, Aptitude Test and HR.
How to prepare for Kmsoft 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 Kmsoft. The most common topics and skills that interviewers at Kmsoft expect are Android Studio, Biostatistics, ESIC and Swift Payments.

Tell us how to improve this page.

Kmsoft Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all

Kmsoft Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
iOS Developer

Surat

1-4 Yrs

Not Disclosed

Android Developer

Surat

1-4 Yrs

Not Disclosed

Explore more jobs
Compare Kmsoft with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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