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);
I applied via Campus Placement and was interviewed before Feb 2023. There were 2 interview rounds.
Includes aptitude, reasoning, english
About engineering, types, streams, how useful for day-to-day life
Simple
What people are saying about Quest Global
I applied via Campus Placement and was interviewed in Feb 2022. There was 1 interview round.
Quest Global interview questions for designations
I applied via Referral and was interviewed before Apr 2022. There were 4 interview rounds.
Basic aptitude questions
Get interview-ready with Top Quest Global Interview Questions
I applied via Referral and was interviewed in Dec 2020. There were 5 interview rounds.
I applied via Referral and was interviewed before Jan 2021. There were 3 interview rounds.
Program to find factorial of a number
Use a loop to multiply the number with all the numbers less than it
Handle the case when the number is 0 or 1 separately
Use recursion to find factorial of a number
Storage classes in C are used to define the scope and lifetime of variables.
There are four storage classes in C: auto, register, static, and extern.
Auto variables are local to a block and have automatic storage duration.
Register variables are stored in CPU registers for faster access.
Static variables have a lifetime throughout the program and are initialized only once.
Extern variables are declared outside of any functi
I applied via Campus Placement and was interviewed before Apr 2020. There were 5 interview rounds.
A stress-strain diagram shows the relationship between stress and strain in a material.
The diagram plots stress on the y-axis and strain on the x-axis.
The slope of the curve represents the material's stiffness or Young's modulus.
The yield point is where the material begins to deform plastically.
The ultimate strength is the maximum stress the material can withstand before failure.
The area under the curve represents the ...
Basic tool names in Creo or AutoCAD
Creo: Sketch, Extrude, Revolve, Sweep, Loft, AutoCAD: Line, Circle, Rectangle, Arc, Polyline
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