Upload Button Icon Add office photos

Filter interviews by

Janitri Innovations Interview Questions, Process, and Tips

Updated 8 Mar 2025

Top Janitri Innovations Interview Questions and Answers

Janitri Innovations Interview Experiences

Popular Designations

4 interviews found

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

I applied via Instahyre and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What is Mvvm ?
  • Ans. 

    MVVM stands for Model-View-ViewModel, a design pattern used in software development to separate the user interface from the business logic.

    • MVVM separates the user interface into three components: Model (data), View (UI), and ViewModel (mediator between Model and View).

    • ViewModel exposes data and commands from the Model to the View, and handles user interactions.

    • MVVM helps in achieving better separation of concerns, easi...

  • Answered by AI
  • Q2. What are Coroutines ?
  • Ans. 

    Coroutines are a type of concurrency design pattern that allow for cooperative multitasking within a single thread.

    • Coroutines are similar to threads, but they are managed by the programmer rather than the operating system.

    • They can pause and resume execution at specific points, allowing for more efficient use of resources.

    • Coroutines are commonly used in asynchronous programming to handle tasks like network requests or f...

  • Answered by AI
  • Q3. What is a Aervice ?
  • Ans. 

    A service is a software component that performs specific tasks or functions to support other software applications.

    • Services can be used to handle background tasks, such as processing data or sending notifications.

    • Examples of services include web services, REST APIs, and microservices.

    • Services can be hosted on servers or in the cloud to provide functionality to client applications.

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Problem solving skills
  • Q2. Communication skills

Skills evaluated in this interview

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 experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Janitri white labels chinese products are you ready to work
  • Ans. 

    I am ready to work with Janitri's white-labeled Chinese products, leveraging my tech support skills to ensure seamless integration.

    • Familiar with various Chinese tech products and their specifications.

    • Experience in troubleshooting and providing support for white-labeled devices.

    • Ability to communicate effectively with clients about product features and usage.

    • Knowledge of compliance and quality assurance in tech products.

  • Answered by AI
  • Q2. Janitri software integration is poor can you fake it

Interview Preparation Tips

Interview preparation tips for other job seekers - Please avoid joining Janitri, as many individuals tend to join and resign within a month due to a poor work culture and unethical service support. There are concerns regarding the Chinese products, Tocco and Doppler, which are imported from China despite misleading claims of being made in India. Additionally, the medical certificate required to sell or manufacture the product is cancelled and expired, and both doctors and all government medical contracts are falsified.

Technology Support Specialist Interview Questions asked at other Companies

Q1. How to do test a perticuler application if we dont have any requirement
View answer (2)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

Basics about the role

Round 3 - Assignment 

Case studies, direct questions

Round 4 - Technical 

(1 Question)

  • Q1. Discussion on all the skills
Round 5 - One-on-one 

(1 Question)

  • Q1. Salary negotiations, date of joining, etc
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Are you ready to work as a intern without salary
  • Ans. 

    I am open to gaining experience as an intern without salary.

    • I am willing to work as an intern without salary to gain valuable experience and skills.

    • I understand the importance of gaining practical experience in the field.

    • I am committed to learning and growing in the role, even without financial compensation.

  • Answered by AI
  • Q2. Are you interested to work without pay
  • Ans. 

    No, I am not interested in working without pay as I believe in fair compensation for my skills and time.

    • I believe in fair compensation for my skills and time

    • Working without pay devalues the work I do

    • I have bills and expenses to cover, so I need to be paid for my work

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Wrong Company Wrong Place Do Not Join

Customer Care Manager Interview Questions asked at other Companies

Q1. how will you be handling irate customers? what is that you did in such scenarios at your previous employment?
View answer (1)

Janitri Innovations interview questions for popular designations

 Software Developer

 (1)

 Customer Care Manager

 (1)

 Public Health Manager

 (1)

 Technology Support Specialist

 (1)

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. Speak 5 minutes on Delhi metro, Women empowerment, Facebook, Social media, Politics, motivation, trending Etc.
  • Q2. Tell me about your previous day that what you have done from morning to evening?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident because if you are not confident in front of the interviewed then you can't reply properly to any question of him, You should have to be confident.

Interview Questionnaire 

1 Question

  • Q1. Python questions on data structure, pandas, beautifulsoup.

I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. It's was basic testing questios, specific to selenium and Java.
  • Q2. Explain framework
  • Ans. 

    A framework is a set of guidelines, standards, and tools used to develop software applications.

    • A framework provides a structure for developers to build upon

    • It includes pre-written code and libraries to simplify development

    • Frameworks can be specific to a programming language or platform

    • Examples include React for web development and TensorFlow for machine learning

  • Answered by AI
  • Q3. Basic java programs

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared, basically on manual testing, Selenium and Java

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. Basically in any interview most common question is Biodata, next the things included in resume..... nothing more than that
  • Q2. Literally my answer is empty.....I started saying out of box so that the interviewer might get impressed but end of day I got rejected...😂😂😂
  • Q3. Not only these I faced more than 79 interview....not less than 250-300 rounds....but none has picked me

I applied via Campus Placement and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Swap two number with and without temporary variable
  • Ans. 

    Swap two numbers with and without temporary variable

    • Without temporary variable: Use addition and subtraction

    • With temporary variable: Use a third variable to store the value of one of the numbers

    • Example without temporary variable: a=5, b=7; a=a+b; b=a-b; a=a-b;

    • Example with temporary variable: a=5, b=7; temp=a; a=b; b=temp;

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't be afraid. It companies take interview to select you. And if you are selected in this company you are not lucky enough so try hard.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jan 2020. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Normal Accounts related question like describe Depreciation, ammortization, and what do you mean by Reporting (RTR Activity).
  • Q2. Some interviewer may ask what do you mean by EBITDA as in my case be prepared for this type of bouncers as well .
  • Q3. Then they will ask you your previous work related question. In my case they ask if there is GL to SL mismatch what will you do to solve it.
  • Q4. Then why do we do depreciation of companies what is the need for it
  • Ans. 

    Depreciation is necessary to allocate the cost of an asset over its useful life.

    • Depreciation helps in matching the cost of an asset with the revenue it generates.

    • It allows for the recognition of the wear and tear, obsolescence, and loss of value of assets over time.

    • Depreciation expense reduces taxable income, resulting in tax savings for companies.

    • It helps in determining the true profitability and financial position of...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be confident remember it's not that the interviewer knows everything but be convincing don't say blah blah if you don't know anything .
Read the basics and if you are experienced be sure to explain every detail of how you used to do work.
Best of luck.

Janitri Innovations Interview FAQs

How many rounds are there in Janitri Innovations interview?
Janitri Innovations interview process usually has 2-3 rounds. The most common rounds in the Janitri Innovations interview process are One-on-one Round, Technical and Resume Shortlist.
How to prepare for Janitri Innovations 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 Janitri Innovations. The most common topics and skills that interviewers at Janitri Innovations expect are Switching, IPhone, Material Science, Medical Devices and Sales.
What are the top questions asked in Janitri Innovations interview?

Some of the top questions asked at the Janitri Innovations interview -

  1. Janitri white labels chinese products are you ready to w...read more
  2. Janitri software integration is poor can you fake...read more
  3. What are Coroutine...read more

Tell us how to improve this page.

Janitri Innovations Interview Process

based on 5 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.6k Interviews
Accenture Interview Questions
3.8
 • 8.3k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.7k Interviews
Amazon Interview Questions
4.0
 • 5.1k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.2k Interviews
View all

Janitri Innovations Reviews and Ratings

based on 20 reviews

2.2/5

Rating in categories

2.3

Skill development

2.0

Work-life balance

2.1

Salary

1.9

Job security

2.1

Company culture

1.9

Promotions

2.2

Work satisfaction

Explore 20 Reviews and Ratings
Business Development Manager
5 salaries
unlock blur

₹5.5 L/yr - ₹10 L/yr

Public Health Manager
5 salaries
unlock blur

₹7.2 L/yr - ₹11.8 L/yr

Associate Vice President
4 salaries
unlock blur

₹20 L/yr - ₹21.6 L/yr

Android Developer
4 salaries
unlock blur

₹6 L/yr - ₹8 L/yr

Business Development Associate
3 salaries
unlock blur

₹7 L/yr - ₹12 L/yr

Explore more salaries
Compare Janitri Innovations 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