Add office photos
Employer?
Claim Account for FREE

TickerPlant

2.9
based on 36 Reviews
Filter interviews by

Tellis Call Cente Interview Questions and Answers

Updated 21 Jun 2024

Q1. Do you have an experience in multithreading

Ans.

Yes, I have experience in multithreading.

  • Implemented multithreading in Java to improve performance of a web application

  • Used pthreads in C to create parallel processing for a data processing application

  • Utilized Python's threading module to handle concurrent tasks in a server application

Add your answer

Q2. What is mutex and atomic variable

Ans.

Mutex is a synchronization mechanism used to control access to shared resources, while atomic variables ensure atomicity in operations.

  • Mutex is used to prevent multiple threads from accessing shared resources simultaneously

  • Atomic variables ensure that operations on the variable are indivisible and not interrupted by other threads

  • Mutexes are typically used in multithreaded programming to avoid race conditions

  • Atomic variables are often used for simple operations like incrementi...read more

Add your answer

Q3. What is MFC application?

Ans.

MFC (Microsoft Foundation Class) application is a framework for building Windows-based applications using C++.

  • MFC provides classes for GUI components like windows, controls, and dialogs.

  • It simplifies the process of creating Windows applications by providing pre-built classes and functions.

  • MFC applications are typically developed using Visual Studio.

  • Examples of MFC applications include Microsoft Word and Visual Studio itself.

Add your answer

Q4. Difference between TCP and UDP

Ans.

TCP is connection-oriented, reliable, and slower, while UDP is connectionless, unreliable, and faster.

  • TCP is connection-oriented, meaning a connection is established before data transfer.

  • TCP is reliable, as it ensures all data packets are received in order and without errors.

  • TCP is slower than UDP due to the overhead of error-checking and retransmission.

  • UDP is connectionless, meaning data can be sent without establishing a connection.

  • UDP is unreliable, as it does not guarante...read more

Add your answer
Discover Tellis Call Cente interview dos and don'ts from real experiences

Q5. Explain Methods in java

Ans.

Methods in Java are blocks of code that perform a specific task. They are defined within a class and can be called to execute the code.

  • Methods are defined using the 'method' keyword followed by the return type, method name, and parameters.

  • Methods can have access modifiers like public, private, protected, or default.

  • Methods can return a value using the 'return' keyword.

  • Methods can be called by using the method name followed by parentheses containing any required arguments.

  • Exam...read more

Add your answer

Q6. Explain oops in java

Ans.

OOPs in Java stands for Object-Oriented Programming, a programming paradigm based on the concept of objects.

  • OOPs in Java involves the use of classes and objects to organize code and data.

  • It includes concepts like inheritance, encapsulation, polymorphism, and abstraction.

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

  • Encapsulation involves bundling data and methods that operate on the data into a single unit.

  • Polymorphism allows objects to be t...read more

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Software Engineer Interview Questions from Similar Companies

2.0
 • 30 Interview Questions
4.4
 • 16 Interview Questions
4.2
 • 15 Interview Questions
4.3
 • 10 Interview Questions
3.6
 • 10 Interview Questions
View all
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