Add office photos
Employer?
Claim Account for FREE

Greenway Health

3.3
based on 150 Reviews
Filter interviews by

TTEC India Interview Questions and Answers

Updated 16 Oct 2024

Q1. OOPs Boxing vs Unboxing Find 2nd highest salary Joins Lifecycle hooks Write the code written in constructor while calling an API with the service.

Ans.

The question covers topics like OOPs, boxing vs unboxing, finding the 2nd highest salary, joins, lifecycle hooks, and calling an API with a service in the constructor.

  • Boxing vs unboxing: Boxing is the process of converting a value type to a reference type, while unboxing is the opposite. Example: int i = 10; object obj = i; // boxing int j = (int)obj; // unboxing

  • Finding 2nd highest salary: Use SQL query like 'SELECT MAX(salary) FROM employees WHERE salary < (SELECT MAX(salary...read more

Add your answer

Q2. How do you break down your features into user stories and how do you prioritise them? Expand on the techniques with examples.

Ans.

Breaking down features into user stories and prioritizing them is crucial for successful product development.

  • Start by identifying the key features of the product or project

  • Break down each feature into smaller, more manageable user stories

  • Prioritize user stories based on value, complexity, dependencies, and deadlines

  • Use techniques like MoSCoW method, Kano model, or story mapping to prioritize user stories

  • Regularly review and adjust priorities based on feedback and changing req...read more

Add your answer

Q3. 1. Difference between final, finally and finalize

Ans.

final is a keyword used to declare a variable constant, finally is a block of code that executes regardless of exception, finalize is a method called by garbage collector before destroying an object.

  • final is used to declare a variable constant

  • finally is a block of code that executes regardless of exception

  • finalize is a method called by garbage collector before destroying an object

Add your answer

Q4. What is oops and explain types

Ans.

OOPs stands for Object-Oriented Programming. There are four main types: Inheritance, Encapsulation, Abstraction, and Polymorphism.

  • Inheritance: Allows a class to inherit properties and behavior from another class.

  • Encapsulation: Bundling data and methods that operate on the data into a single unit.

  • Abstraction: Hiding the complex implementation details and showing only the necessary features of an object.

  • Polymorphism: Allows objects of different classes to be treated as objects ...read more

Add your answer
Discover TTEC India interview dos and don'ts from real experiences

Q5. Difference between post and get apk

Ans.

POST is used to send data to a server to create/update a resource, while GET is used to request data from a server.

  • POST is used to create or update a resource on the server

  • GET is used to request data from the server

  • POST requests are not cached by the browser

  • GET requests can be cached by the browser

  • POST requests have a limit on the amount of data that can be sent

  • GET requests have a limit on the length of the URL

Add your answer

Q6. Angular JS and its applications

Ans.

AngularJS is a JavaScript framework used for building dynamic web applications.

  • AngularJS allows for the creation of single-page applications.

  • It provides data binding and dependency injection to simplify development.

  • Directives in AngularJS extend HTML with new attributes and elements.

  • Services in AngularJS are singleton objects that can be used across the application.

  • Examples of AngularJS applications include Gmail, YouTube, and Netflix.

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at TTEC India

based on 7 interviews in the last 1 year
Interview experience
3.4
Average
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.7
 • 636 Interview Questions
3.3
 • 478 Interview Questions
4.0
 • 148 Interview Questions
3.6
 • 143 Interview Questions
4.2
 • 137 Interview Questions
View all
Top Greenway Health Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter