i
Quest Global
Filter interviews by
I applied via Recruitment Consulltant and was interviewed before Jul 2021. There were 4 interview rounds.
Aptitude Test - Logical Reasoning, Quantitative Aptitute , Verbal Ability...
Time: 1 hour
Mode: Online
Online Education during COVID19 and its effects.
Program to print prime numbers
Start with a loop from 2 to n (number to check)
For each number, check if it is divisible by any number from 2 to its square root
If not divisible, it is a prime number and print it
Program to swap value of two variables without using a third variable.
Use arithmetic operations to swap values
Add both variables and store the sum in one variable
Subtract the value of one variable from the sum and store it in the other variable
Subtract the value of the other variable from the sum and store it in the first variable
The question is about finding the total number of handshakes in a meeting of 10 people.
Each person shakes hands with 9 others.
Total handshakes = 10 x 9 / 2 = 45.
A do-while loop is a control flow statement that executes a block of code at least once before checking the condition.
The do-while loop is similar to the while loop, but the condition is checked at the end of the loop.
The loop will always execute at least once, even if the condition is false.
Syntax: do { // code block } while (condition);
Example: do { x++; } while (x < 10);
Asked questions from quantitative,logical and english
What people are saying about Quest Global
Multithreading in Java allows multiple threads to run concurrently, improving performance and responsiveness.
Multithreading is achieved in Java by extending the Thread class or implementing the Runnable interface.
Threads share the same memory space, so synchronization is important to prevent data corruption.
Java provides synchronized keyword, locks, and atomic variables for thread synchronization.
Example: Creating a ne...
Polymorphism in Java allows objects of different classes to be treated as objects of a common superclass.
Polymorphism is achieved through method overriding and method overloading.
Method overriding allows a subclass to provide a specific implementation of a method that is already provided by its superclass.
Method overloading allows multiple methods with the same name but different parameters to coexist in the same class...
Quest Global interview questions for designations
I applied via Company Website and was interviewed in May 2024. There were 3 interview rounds.
1 hour duration with questions related to digital, aptitude, c programming and mpmc
Same as round 1 with little more difficulty level
Get interview-ready with Top Quest Global Interview Questions
I applied via Campus Placement
General quantitative test
I applied via campus placement at University of Petroleum and Energy Studies (UPES), Dehradun and was interviewed in Aug 2022. There were 2 interview rounds.
Very easy test any one can crack. It consists of aptitude, english and some petroleum question which very easy
Time and distance, ages, profit and loss
Program to print odd numbers
Use a loop to iterate through numbers
Check if the number is odd using modulus operator
Print the odd numbers
I applied via Campus Placement and was interviewed before May 2023. There were 4 interview rounds.
You just need to be talk about the topic given
Asked 60% of questions from computer science basics
Program to check if a number is odd and to find a digit in the number.
Use modulo operator to check if a number is odd (number % 2 == 1)
Convert the number to a string and check if the digit is present using string methods
Handle edge cases like negative numbers and non-integer inputs
Logical,reasoning,technical,logical ability, graph models ,
General topics in india like education during covid19
Some of the top questions asked at the Quest Global Engineer Trainee interview -
1 Interview rounds
based on 36 reviews
Rating in categories
Senior Software Engineer
2.4k
salaries
| ₹4.7 L/yr - ₹20 L/yr |
Senior Engineer
1.7k
salaries
| ₹4.8 L/yr - ₹18 L/yr |
Software Engineer
1.7k
salaries
| ₹2.8 L/yr - ₹9.3 L/yr |
Lead Engineer
1.6k
salaries
| ₹7.5 L/yr - ₹26 L/yr |
Engineer
607
salaries
| ₹2.6 L/yr - ₹8.7 L/yr |
TCS
Infosys
Wipro
HCLTech