i
Global Quest Solutions
GQS
Filter interviews by
I applied via Job Portal and was interviewed in Apr 2024. There was 1 interview round.
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...
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
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
Top trending discussions
The basic skills will asked
The logic has to be strong
To change language in HTML, use the lang attribute in the opening <html> tag.
Add the lang attribute to the <html> tag with the desired language code (e.g. lang='en' for English).
The lang attribute helps search engines and screen readers understand the language of the content.
Example: <html lang='en'>
The '#' symbol is used to comment code in Python.
Use the '#' symbol to comment a single line of code.
Use triple quotes (''' or ") to comment multiple lines of code.
Comments are ignored by the Python interpreter and are used to explain the code.
I appeared for an interview in May 2025, where I was asked the following questions.
I applied via Referral and was interviewed in Sep 2023. There was 1 interview round.
I applied via Naukri.com and was interviewed in Sep 2023. There were 4 interview rounds.
10 marks with multiple choice questions
I applied via AngelList and was interviewed in May 2024. There were 3 interview rounds.
Hoisting in JavaScript is the behavior of moving declarations to the top of their containing scope during compilation.
Variables declared with 'var' are hoisted, but their initialization is not. Example: console.log(a); var a = 5; // undefined
Function declarations are fully hoisted, allowing them to be called before their definition. Example: greet(); function greet() { console.log('Hello'); }
Variables declared with 'le...
I applied via Internshala and was interviewed in Mar 2021. There was 1 interview round.
I have over five years of experience in sales, focusing on building client relationships and exceeding sales targets.
Developed and maintained relationships with over 100 clients, resulting in a 30% increase in repeat business.
Consistently exceeded quarterly sales targets by an average of 20%, contributing to overall team success.
Implemented a new CRM system that improved lead tracking and follow-up efficiency, reducing...
I appeared for an interview in Jan 2019.
RPM is a package manager for Red Hat-based systems, while YUM is a higher-level package manager that uses RPM as its underlying package manager.
RPM is a low-level package manager that installs and manages individual packages.
YUM is a high-level package manager that can resolve dependencies and install packages from repositories.
YUM uses RPM as its underlying package manager.
RPM does not have the ability to resolve depe...
I will connect two systems using a network protocol such as TCP/IP or HTTP.
Choose a network protocol that is suitable for the systems being connected
Ensure that both systems have the necessary hardware and software to support the chosen protocol
Configure the network settings on both systems to enable communication
Test the connection to ensure that data can be transmitted and received successfully
I applied via Approached by Company and was interviewed in Apr 2024. There was 1 interview round.
I chose the sales domain for its dynamic nature, opportunities for growth, and the ability to connect with diverse people.
Passion for building relationships: I enjoy meeting new people and understanding their needs, which is crucial in sales.
Thriving in a competitive environment: Sales challenges motivate me to push my limits and achieve targets.
Desire for continuous learning: The sales field constantly evolves, allowi...
based on 1 interview experience
Difficulty level
Duration
Asia-Pacific Institute of Management
Jitm Skills
SevenMentor
IILM