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

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

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

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Pytheos Health Systems?
Ask anonymously on communities.

Interview questions from similar companies

Intern Interview Questions & Answers

Cognizant user image vagmi gupta

posted on 13 Jul 2022

I appeared for an interview before Jul 2021.

Round 1 - Technical 

(2 Questions)

  • Q1. About your project and s1kills
  • Q2. Interview went well .

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare atleast one language or technology

Data Analyst Interview Questions & Answers

Amazon user image himanshu kohli

posted on 31 May 2021

I applied via Walk-in and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Introducing your self

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

I applied via Naukri.com

Interview Questionnaire 

2 Questions

  • Q1. Why Amazon?
  • Ans. 

    Amazon's innovation, customer focus, and diverse opportunities align with my career goals and values.

    • Customer Obsession: Amazon prioritizes customer satisfaction, evident in initiatives like Prime and personalized recommendations.

    • Innovation: The company is a leader in technology and logistics, constantly pushing boundaries with services like AWS and drone delivery.

    • Diversity of Roles: Amazon offers a wide range of caree...

  • Answered by AI
  • Q2. What do you expect from Amazon?
  • Ans. 

    I expect Amazon to foster innovation, provide growth opportunities, and maintain a customer-centric culture.

    • Opportunities for professional development, such as training programs and mentorship.

    • A collaborative work environment that encourages teamwork and idea sharing.

    • Access to cutting-edge technology and resources to drive innovation.

    • A strong focus on customer satisfaction, ensuring that every decision prioritizes the ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be open to anything, and keep your expectations low as your expectations might kill you. Just relax and take everything in a healthy way

Interview Questionnaire 

2 Questions

  • Q1. Technical
  • Q2. Be yourself

I applied via Naukri.com and was interviewed before Feb 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What are different types of cloud?
  • Q2. What is workflow,trigger, different types of reports, roles, profiles, permission set, sharing rules etc?
  • Ans. 

    Workflow, trigger, reports, roles, profiles, permission set, and sharing rules are all important features in Salesforce.

    • Workflow is a series of automated steps that can be used to streamline business processes.

    • Triggers are used to execute code before or after a record is inserted, updated, or deleted.

    • Reports are used to display data in a visual format, such as a table or chart.

    • Roles are used to define the hierarchy of ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Google the question related to your topic and also become 100% prepared with your resume.

Skills evaluated in this interview

Are these interview questions helpful?

I appeared for an interview before Jul 2020.

Interview Questionnaire 

1 Question

  • Q1. Is Infosys listed?
  • Ans. 

    Yes, Infosys is listed on the Indian stock exchanges as well as on the NYSE.

    • Infosys is listed on the Bombay Stock Exchange (BSE) and National Stock Exchange of India (NSE)

    • It is also listed on the New York Stock Exchange (NYSE)

    • Infosys has a market capitalization of over $80 billion as of 2021

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well in advance

I applied via Job Fair and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 
Round 2 - One-on-one 

(1 Question)

  • Q1. Basic accounting methods and journals

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident About what you are saying

I applied via Naukri.com and was interviewed in Nov 2019. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Why are you looking for the job change?
  • Ans. 

    I'm seeking new challenges and opportunities for growth that align with my career goals and aspirations.

    • Desire for professional growth: I'm looking to expand my skill set and take on more leadership responsibilities.

    • Seeking a better cultural fit: My current company has a different work culture than what I thrive in; I value collaboration and innovation.

    • Interest in new technologies: I'm excited about working with cuttin...

  • Answered by AI
  • Q2. Relevant technical questions, as per my current technology

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep it simple and be yourself. That's what the interviewers looked into. Also a thorough understanding of the technology is a must and that is what will help you in cracking the interview. You don't have to go in-depth, just the overview and what happens when is what they look for. Good communication skills is also an added incentive, something I always try to work on. All the best

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
Compare Pytheos Health Systems with

TCS

3.6
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview