Upload Button Icon Add office photos

Filter interviews by

Pytheos Health Systems Interview Questions and Answers

Updated 6 Mar 2024
Popular Designations

6 Interview questions

A Full Stack Developer was asked
Q. What are MVVM, MVC, and MVP, and what are the differences between them?
Ans. 

MVVM, MVC, and MVP are design patterns used in software development to separate concerns and improve code maintainability.

  • MVC stands for Model-View-Controller and separates the application into three interconnected components. The model represents the data and business logic, the view displays the data to the user, and the controller handles user input and updates the model and view accordingly.

  • MVP stands for Mode...

View all Full Stack Developer interview questions
A Full Stack Developer was asked
Q. How do you retrieve data from the backend and pass it to the view?
Ans. 

Data can be fetched using APIs and passed to the view using templating engines or front-end frameworks.

  • Use AJAX calls to fetch data from the backend APIs

  • Parse the data received in JSON format

  • Use templating engines like Handlebars or front-end frameworks like React to pass the data to the view

  • Render the data dynamically on the view

View all Full Stack Developer interview questions
A Full Stack Developer was asked
Q. What is RecyclerView and how does it work internally?
Ans. 

Recyclerview is a view group that displays a list of scrollable items and reuses views as they scroll off the screen.

  • Recyclerview is a more flexible and efficient version of ListView and GridView.

  • It uses a LayoutManager to arrange items in a list or grid format.

  • It also uses an Adapter to provide data to the views and recycle views as they scroll off the screen.

  • Recyclerview can also support animations and item deco...

View all Full Stack Developer interview questions
A Full Stack Developer was asked
Q. Explain the concepts of OOP and their benefits.
Ans. 

OOPs concepts are fundamental principles of object-oriented programming that help in creating modular and reusable code.

  • Encapsulation helps in hiding the implementation details of an object and provides a clean interface for interacting with it.

  • Inheritance allows creating new classes based on existing ones, reducing code duplication and promoting code reuse.

  • Polymorphism enables objects to take on multiple forms, a...

View all Full Stack Developer interview questions
A Full Stack Developer was asked
Q. What are services?
Ans. 

Services are modular, reusable components that perform specific tasks and can be accessed by other parts of an application.

  • Services are used to separate business logic from the UI layer.

  • They can be used to perform tasks such as data retrieval, validation, and manipulation.

  • Services can be shared across multiple components and modules.

  • Examples include HTTP services for making API calls, authentication services, and ...

View all Full Stack Developer interview questions
A Full Stack Developer was asked
Q. What is Activity? What is Binding?
Ans. 

Activity refers to a single screen with a user interface. Binding is a way to connect data to the UI elements.

  • Activity is a component of an Android app that represents a single screen with a user interface.

  • Binding is a way to connect data to the UI elements in an Activity.

  • Data binding can be done using XML or programmatically.

  • Binding can be used to update the UI automatically when the data changes.

View all Full Stack Developer interview questions

Pytheos Health Systems Interview Experiences

2 interviews found

Psychologist Interview Questions & Answers

user image Anonymous

posted on 6 Mar 2024

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

I applied via Approached by Company and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself
Round 2 - One-on-one 

(1 Question)

  • Q1. Role expectations, tasks and responsibilities
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2022. There were 4 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 - Assignment 

An assignment on scenario is given and was asked to develop it and the time given was flexible.

Round 3 - One-on-one 

(6 Questions)

  • Q1. Explain about OOPs concepts what are the benefits of them.
  • Ans. 

    OOPs concepts are fundamental principles of object-oriented programming that help in creating modular and reusable code.

    • Encapsulation helps in hiding the implementation details of an object and provides a clean interface for interacting with it.

    • Inheritance allows creating new classes based on existing ones, reducing code duplication and promoting code reuse.

    • Polymorphism enables objects to take on multiple forms, allowi...

  • Answered by AI
  • Q2. What is Activity? What is Binding?
  • Ans. 

    Activity refers to a single screen with a user interface. Binding is a way to connect data to the UI elements.

    • Activity is a component of an Android app that represents a single screen with a user interface.

    • Binding is a way to connect data to the UI elements in an Activity.

    • Data binding can be done using XML or programmatically.

    • Binding can be used to update the UI automatically when the data changes.

  • Answered by AI
  • Q3. What is Services?
  • Ans. 

    Services are modular, reusable components that perform specific tasks and can be accessed by other parts of an application.

    • Services are used to separate business logic from the UI layer.

    • They can be used to perform tasks such as data retrieval, validation, and manipulation.

    • Services can be shared across multiple components and modules.

    • Examples include HTTP services for making API calls, authentication services, and loggi...

  • Answered by AI
  • Q4. What is Recyclerview and how it works internally?
  • Ans. 

    Recyclerview is a view group that displays a list of scrollable items and reuses views as they scroll off the screen.

    • Recyclerview is a more flexible and efficient version of ListView and GridView.

    • It uses a LayoutManager to arrange items in a list or grid format.

    • It also uses an Adapter to provide data to the views and recycle views as they scroll off the screen.

    • Recyclerview can also support animations and item decoratio...

  • Answered by AI
  • Q5. How you'll get data from backend and how you'll pass the data to the view?
  • Ans. 

    Data can be fetched using APIs and passed to the view using templating engines or front-end frameworks.

    • Use AJAX calls to fetch data from the backend APIs

    • Parse the data received in JSON format

    • Use templating engines like Handlebars or front-end frameworks like React to pass the data to the view

    • Render the data dynamically on the view

  • Answered by AI
  • Q6. What is MVVM, MVC and MVP and tell the differences between them.
  • Ans. 

    MVVM, MVC, and MVP are design patterns used in software development to separate concerns and improve code maintainability.

    • MVC stands for Model-View-Controller and separates the application into three interconnected components. The model represents the data and business logic, the view displays the data to the user, and the controller handles user input and updates the model and view accordingly.

    • MVP stands for Model-Vie...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Just a discussion about salary done in this round.

Interview Preparation Tips

Topics to prepare for Pytheos Health Systems Full Stack Developer interview:
  • Android
  • Core Java
  • API
  • Image Libraries
  • OOPS
Interview preparation tips for other job seekers - Be strong in the basics and be ready to develop a POC for a given topic. Once we are able to do the given POC then we can be sure that we will be selected as the technical interview that happens after this POC round is just basics.

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
4d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Pytheos Health Systems?
Ask anonymously on communities.

Interview questions from similar companies

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

Interview Questionnaire 

2 Questions

  • Q1. What are the activities that you have performed?
  • Ans. 

    As an Assistant Manager, I have led teams, managed projects, and improved operational efficiency through strategic planning.

    • Led a team of 10 in a project that increased sales by 20% over six months.

    • Implemented a new inventory management system that reduced waste by 15%.

    • Conducted weekly team meetings to enhance communication and address challenges.

    • Developed training programs for new employees, improving onboarding effic...

  • Answered by AI
  • Q2. Some important journal entries

Interview Preparation Tips

Interview preparation tips for other job seekers - I would advice to be more confident on subject amd have a crisp cv which actually shows what you have done in your last company. After walkin, it is your cv which would create an impression of yours because in walkin, it is difficult to remember the candidate. I got call after 1 month and it was all because they liked my cv.
Be confident and practice all what you have done.

I appeared for an interview in Dec 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 40 minutes
Round difficulty - Easy

  • Q1. 

    Count Subsequences Problem Statement

    Given an integer array ARR of size N, your task is to find the total number of subsequences in which all elements are equal.

    Explanation:

    A subsequence of an array i...

  • Ans. 

    Count the total number of subsequences in which all elements are equal in an integer array.

    • Iterate through the array and count the frequency of each element.

    • Calculate the total number of subsequences for each element using the formula (frequency * (frequency + 1) / 2).

    • Sum up the total number of subsequences for all elements and return the result modulo 10^9 + 7.

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaNoWipro Limited interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Do practice as much as you can
Tip 2 : Coding is key to crack

Application resume tips for other job seekers

Tip 1 : It should look nice
Tip 2 : Skills should be mentioned properly

Final outcome of the interviewRejected

Skills evaluated in this interview

I applied via Referral and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. How to change the process

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview panel is good but working with manger is not

I applied via Company Website and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. After 5 year in which position you will be

Interview Preparation Tips

Interview preparation tips for other job seekers - You should must improve your communication skills.

You have basic knowledge of your qualifications

I applied via Naukri.com and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. General knowledge in coding and SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Nooooooooooo noooooooooooooooooooooooooooo
Are these interview questions helpful?

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

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Online Type of interview

Team Lead Interview Questions & Answers

Cognizant user image P VIJAY MOHAN

posted on 23 Oct 2021

I applied via Referral and was interviewed in Apr 2021. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. SLA's , KPI, FMEA
  • Q2. Situation management, conflict management
  • Q3. Payments related questions and different ERP's

Interview Preparation Tips

Interview preparation tips for other job seekers - Over the interview experience was good and challenging, the interviewer had idea about the roles and responsibilities and took interview process accordingly

Interview Questionnaire 

1 Question

  • Q1. Current project
  • Ans. 

    I am currently working on developing a mobile application for a client in the hospitality industry.

    • The application will allow users to make reservations and order food and drinks from their mobile devices.

    • We are using React Native for the front-end and Node.js for the back-end.

    • We are also implementing a payment gateway to allow for secure transactions.

    • The client has requested that the app be available in both iOS and A...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical interview -prepare well on the working technology and project

Pytheos Health Systems Interview FAQs

How many rounds are there in Pytheos Health Systems interview?
Pytheos Health Systems interview process usually has 3 rounds. The most common rounds in the Pytheos Health Systems interview process are One-on-one Round, HR and Resume Shortlist.
What are the top questions asked in Pytheos Health Systems interview?

Some of the top questions asked at the Pytheos Health Systems interview -

  1. How you'll get data from backend and how you'll pass the data to the vi...read more
  2. What is MVVM, MVC and MVP and tell the differences between th...read more
  3. Explain about OOPs concepts what are the benefits of th...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.5/5

based on 2 interview experiences

Difficulty level

Easy 50%
Moderate 50%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.8
 • 8.6k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Amazon Interview Questions
4.0
 • 5.4k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.8
 • 3.4k Interviews
View all

Pytheos Health Systems Reviews and Ratings

based on 2 reviews

3.1/5

Rating in categories

4.1

Skill development

1.4

Work-life balance

2.4

Salary

3.1

Job security

3.3

Company culture

2.4

Promotions

2.4

Work satisfaction

Explore 2 Reviews and Ratings
Nutritionist
10 salaries
unlock blur

₹5.6 L/yr - ₹10.4 L/yr

Clinical Pharmacologist
3 salaries
unlock blur

₹6 L/yr - ₹20 L/yr

Explore more salaries
Compare Pytheos Health Systems with

TCS

3.6
Compare

Accenture

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview