Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Global Quest Solutions GQS Team. If you also belong to the team, you can get access from here

Global Quest Solutions GQS Verified Tick

Compare button icon Compare button icon Compare
4.6

based on 12 Reviews

Filter interviews by

Global Quest Solutions GQS Senior .NET Developer Interview Questions and Answers

Updated 13 May 2024

Global Quest Solutions GQS Senior .NET Developer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What is Private Constructor
  • Ans. 

    A private constructor is a constructor that can only be accessed within the class in which it is defined.

    • Private constructors are used to prevent the instantiation of a class from outside the class itself.

    • They are commonly used in classes that contain only static members and do not need to be instantiated.

    • Private constructors are also used in singleton design pattern to ensure that only one instance of a class can be c

  • Answered by AI
  • Q2. Write code for event and Delegate
  • Ans. 

    Event and Delegate code example in C#

    • Create a delegate with the signature of the method you want to subscribe to

    • Define an event using the delegate type

    • Subscribe to the event by adding methods to the event delegate

    • Raise the event to notify subscribers

  • Answered by AI
  • Q3. Write code for string reversal
  • Ans. 

    Code to reverse a string in C# using built-in methods

    • Use the ToCharArray method to convert the string to a character array

    • Use the Array.Reverse method to reverse the character array

    • Use the string constructor to create a new string from the reversed character array

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Find largest element

Global Quest Solutions GQS Interview FAQs

How many rounds are there in Global Quest Solutions GQS Senior .NET Developer interview?
Global Quest Solutions GQS interview process usually has 1 rounds. The most common rounds in the Global Quest Solutions GQS interview process are Technical.
What are the top questions asked in Global Quest Solutions GQS Senior .NET Developer interview?

Some of the top questions asked at the Global Quest Solutions GQS Senior .NET Developer interview -

  1. write code for event and Deleg...read more
  2. What is Private Construc...read more
  3. write code for string rever...read more

Tell us how to improve this page.

Global Quest Solutions GQS Senior .NET Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

DevTown Interview Questions
3.6
 • 15 Interviews
GetMyUni Interview Questions
3.4
 • 14 Interviews
HeyCoach Interview Questions
4.0
 • 14 Interviews
Jitm Skills Interview Questions
3.9
 • 13 Interviews
Ducat Interview Questions
3.8
 • 12 Interviews
View all
Compare Global Quest Solutions GQS with

Asia-Pacific Institute of Management

3.9
Compare

Classcanyon

4.6
Compare

SevenMentor

4.5
Compare

Mayoor School

4.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview