Add office photos
Employer?
Claim Account for FREE

Talentica Software

4.1
based on 154 Reviews
Filter interviews by

Thats End Interview Questions and Answers

Updated 21 Jan 2025
Popular Designations

Q1. what are the rest APIs and popular status codes?

Ans.

REST APIs are a way to interact with web services. Popular status codes include 200, 404, and 500.

  • REST APIs allow clients to access and manipulate resources on a server using HTTP requests

  • Common HTTP methods used in REST APIs include GET, POST, PUT, and DELETE

  • Status codes indicate the success or failure of a request, with 2xx codes indicating success and 4xx/5xx codes indicating errors

  • Some popular status codes include 200 (OK), 404 (Not Found), and 500 (Internal Server Error)

Add your answer

Q2. what are the latest architectural trends in c#?

Ans.

Microservices, cloud-native, and serverless are the latest architectural trends in C#.

  • Microservices architecture is gaining popularity due to its scalability and flexibility.

  • Cloud-native architecture focuses on building applications that are optimized for cloud environments.

  • Serverless architecture allows developers to focus on writing code without worrying about infrastructure management.

  • Other trends include containerization, event-driven architecture, and domain-driven desig...read more

Add your answer

Q3. what are the solid principles?

Ans.

SOLID principles are a set of five design principles for writing maintainable and scalable code.

  • Single Responsibility Principle (SRP) - a class should have only one reason to change

  • Open-Closed Principle (OCP) - a class should be open for extension but closed for modification

  • Liskov Substitution Principle (LSP) - a subclass should be able to replace its parent class without affecting the system's behavior

  • Interface Segregation Principle (ISP) - a client should not be forced to d...read more

Add your answer

Q4. Comparison between .net core and framework

Ans.

Both .NET Core and Framework are used for developing Windows applications, but Core is cross-platform and lightweight.

  • Core is open-source and modular, while Framework is a monolithic framework

  • Core has better performance and scalability than Framework

  • Core supports microservices architecture, while Framework does not

  • Core has a smaller footprint and can be deployed as a single executable

  • Framework has better backward compatibility with older applications

Add your answer
Discover Thats End interview dos and don'ts from real experiences

Q5. difference between ref and out?

Ans.

Ref and out are both used for passing arguments by reference in C#. Ref is bidirectional while out is unidirectional.

  • Ref and out are used to pass arguments by reference instead of by value

  • Ref is used for both input and output parameters while out is only used for output parameters

  • Ref requires the variable to be initialized before passing while out does not

  • Example: void MyMethod(ref int x) { x = x + 1; } and void MyMethod(out int y) { y = 1; }

Add your answer

Q6. Explain memory management in c#.

Ans.

Memory management in C# involves automatic garbage collection and the use of pointers.

  • C# uses a garbage collector to automatically manage memory allocation and deallocation.

  • Developers can use pointers to directly manipulate memory, but this is not recommended.

  • C# also provides tools for managing memory usage, such as the IDisposable interface and the using statement.

Add your answer

Q7. Major advancements in .net core

Ans.

Major advancements in .NET Core include improved performance, cross-platform compatibility, and enhanced security features.

  • Improved performance through the use of Span and other optimizations

  • Cross-platform compatibility with support for Linux and macOS

  • Enhanced security features such as runtime code generation and data protection

  • Introduction of .NET Core 3.0 with support for Windows Desktop applications

  • Integration with Docker and Kubernetes for containerization and orchestrati...read more

Add your answer

Q8. Given the react machine coding example

Ans.

The react machine coding example involves demonstrating knowledge and skills in React programming.

  • Understand the component lifecycle in React

  • Demonstrate proficiency in state management using hooks or Redux

  • Show ability to create reusable components and handle user input

  • Implement routing and navigation in React applications

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

Interview Process at Thats End

based on 2 interviews
1 Interview rounds
Technical Round
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Software Engineer Interview Questions from Similar Companies

3.9
 • 98 Interview Questions
3.5
 • 77 Interview Questions
3.5
 • 75 Interview Questions
3.9
 • 41 Interview Questions
3.0
 • 15 Interview Questions
3.3
 • 14 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

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