Add office photos
Employer?
Claim Account for FREE

Carelon Global Solutions

4.0
based on 2.9k Reviews
Filter interviews by

Flexagon Technosolutions Interview Questions and Answers

Updated 5 Feb 2024
Popular Designations

Q1. What is O-Auth ? Which type of authentication/security used in ur project ?

Ans.

O-Auth is an open standard for authorization. Our project uses token-based authentication for security.

  • O-Auth is used to allow users to grant access to their resources without sharing their credentials.

  • It uses tokens for authentication instead of passwords.

  • Our project uses token-based authentication for security purposes.

  • Token-based authentication involves generating a unique token for each user that is used to authenticate their requests.

Add your answer

Q2. How to implemented dependency injection in ur projects ?

Ans.

Dependency injection is implemented by creating interfaces for dependencies and injecting them into the class constructor.

  • Identify dependencies and create interfaces for them

  • Create a class constructor that accepts the interfaces as parameters

  • Use a dependency injection framework like Spring or Guice

  • Avoid using static methods or singletons to access dependencies

Add your answer

Q3. State management techniques in realtime ? How to use them??

Ans.

Realtime state management techniques include WebSockets, Server-Sent Events, and GraphQL Subscriptions.

  • WebSockets allow bidirectional communication between client and server, enabling real-time updates.

  • Server-Sent Events allow the server to push updates to the client without the client having to request them.

  • GraphQL Subscriptions allow clients to subscribe to specific data and receive updates when that data changes.

  • Other techniques include polling, long polling, and Comet.

Add your answer

Q4. Exception handling in realtime ?

Ans.

Realtime exception handling requires quick identification, logging, and resolution of errors.

  • Use try-catch blocks to handle exceptions in real-time

  • Log exceptions with detailed information to aid in debugging

  • Implement automated error reporting to quickly identify and resolve issues

  • Use monitoring tools to detect and alert on errors in real-time

  • Ensure error messages are clear and actionable for developers and end-users

Add your answer
Discover Flexagon Technosolutions interview dos and don'ts from real experiences

Q5. What is tuple? In c#

Ans.

Tuple is an ordered set of values of different types in C#.

  • Tuples are immutable and can be used to return multiple values from a method.

  • Tuple can be created using the Tuple class or by using the tuple syntax.

  • Example: Tuple tuple = new Tuple(1, "hello");

  • Example: var tuple = (1, "hello");

  • Tuple elements can be accessed using Item1, Item2, etc. properties or by deconstructing the tuple.

  • Example: int num = tuple.Item1; string str = tuple.Item2;

  • Example: (int num, string str) = tuple...read more

Add your answer

Q6. Reflextions concept in c# ?

Ans.

Reflections in C# allow for runtime inspection and modification of types, objects, and assemblies.

  • Reflections can be used to dynamically load assemblies and types at runtime.

  • Reflections can be used to inspect and modify properties, fields, and methods of objects.

  • Reflections can be used to create new instances of types and invoke their methods.

  • Reflections can be used to generate code dynamically using System.Reflection.Emit namespace.

  • Reflections can be slow and should be used ...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 Senior Software Engineer Interview Questions from Similar Companies

3.7
 • 86 Interview Questions
3.6
 • 17 Interview Questions
4.0
 • 13 Interview Questions
3.3
 • 11 Interview Questions
3.7
 • 11 Interview Questions
3.8
 • 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