Upload Button Icon Add office photos
Engaged Employer

i

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

Quest Global Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Quest Global Software Engineer Level 1 Interview Questions and Answers

Updated 10 Dec 2024

Quest Global Software Engineer Level 1 Interview Experiences

1 interview found

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

I was interviewed in Nov 2024.

Round 1 - Technical 

(3 Questions)

  • Q1. Complete oops concepts with examples?
  • Ans. 

    OOP is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOP focuses on creating objects that interact with each other to solve problems.

    • Key concepts include encapsulation, inheritance, and polymorphism.

    • Encapsulation involves bundling data and methods that operate on the data into a single unit.

    • Inheritance allows classes to inherit at...

  • Answered by AI
  • Q2. Virtual function and virtual Destructor?
  • Q3. Multithreading with example?
  • Ans. 

    Multithreading is the ability of a CPU to execute multiple threads concurrently, allowing for improved performance and responsiveness.

    • Multithreading allows multiple tasks to be executed simultaneously on a single CPU core.

    • Each thread has its own program counter, stack, and set of registers.

    • Example: A web browser using multithreading to load a webpage while simultaneously downloading images in the background.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Oops, concepts with examples?
  • Q2. Matrix rotate by 180 degrees?
  • Ans. 

    Rotate a 2D matrix by 180 degrees in place without using extra space.

    • Iterate through the matrix and swap elements symmetrically across the center row.

    • Use two pointers, one starting from the first row and the other from the last row, to swap elements.

    • Repeat the swapping process for each row until the entire matrix is rotated.

    • Example: Input matrix = [[1,2,3],[4,5,6],[7,8,9]], Output matrix = [[9,8,7],[6,5,4],[3,2,1]]

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Coding test held on Hipro platform which had 3 coding questions including mcqs

Round 2 - One-on-one 

(1 Question)

  • Q1. Interviewer was very friendly first he started with his introduction and experience and tech later he asked to introduce yourself and he started with basic data structures and algorithms later he asked me ...

Interview Preparation Tips

Topics to prepare for CGI Group Software Engineer Level 1 interview:
  • Data Structures
  • DBMS
  • Operating Systems
  • Computer Networking
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Tell me about your self? How your add values to our organisation

Interview Preparation Tips

Interview preparation tips for other job seekers - Work hard
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Reverse a linked List
  • Ans. 

    Reverse a linked list by changing the pointers direction

    • Start with three pointers: current, previous, and next

    • Iterate through the linked list, updating the pointers to reverse the direction

    • Return the new head of the reversed linked list

  • Answered by AI
  • Q2. Question on queue

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Talk about your experience
  • Q2. Talk about what are you looking for
Round 2 - Technical 

(1 Question)

  • Q1. Details about your previous tech experience
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jul 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Mainframe support questions about COBOL,JCL,VSAM,gdg

Round 2 - HR 

(1 Question)

  • Q1. About Day today Activities of my support activity in my previous company and basic mainframe questions and willingness to work in night shift

I applied via Campus Placement and was interviewed in Oct 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

There were 2 questions to be solved in 2 hours. Ques were hard level DP.

Round 3 - Technical 

(1 Question)

  • Q1. Ques were random. There was no focus on DSA, interviewer was only checking the cs fundamentals knowledge. It was easy if you have average knowledge of topics like OOPS, OS, DBMS and your project.
Round 4 - HR 

(1 Question)

  • Q1. General HR questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - I would advise everyone to AVOID this company at any cost. And if you are getting an offer then move forward on your own risk.
This company came in my college which is an IIT for on-campus placements and selected 5 students including me but after 3 days they revoked offers of 3 students and I was among the students who were revoked. So basically, this company can revoke an employee even before he/she joins their office. My college will blacklist this company so that future students are safe from it.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Coding Test 

1 DSA Question and Output based MCQ q

Round 2 - One-on-one 

(1 Question)

  • Q1. Technical round depending on role requirement
Round 3 - HR 

(1 Question)

  • Q1. Aptitude Question and behvioural questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Haker rank coding link

Round 2 - Technical 

(1 Question)

  • Q1. Not remember its been more than 2 years

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well for java 8 programming , design patterns and micro services

I applied via Recruitment Consulltant and was interviewed before Apr 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Common aptitude questions that are available on online (Example : IndiaBix)

Round 2 - Coding Test 

Needs to do coding in Java / Python. Problem solving needs to concentrate.

Round 3 - HR 

(4 Questions)

  • Q1. What is your family background?
  • Q2. What are your strengths and weaknesses?
  • Q3. Tell me about yourself.
  • Q4. Ready to relocate? Ready to immediate join?

Interview Preparation Tips

Topics to prepare for FIS Software Engineer Level 1 interview:
  • Java
  • DBMS
  • SQL
  • Testing
  • Python
Interview preparation tips for other job seekers - Prepare well for Java and Programming...
Also DBMS, Testing knowledge required.

Quest Global Interview FAQs

How many rounds are there in Quest Global Software Engineer Level 1 interview?
Quest Global interview process usually has 2 rounds. The most common rounds in the Quest Global interview process are Technical.
What are the top questions asked in Quest Global Software Engineer Level 1 interview?

Some of the top questions asked at the Quest Global Software Engineer Level 1 interview -

  1. Complete oops concepts with exampl...read more
  2. Multithreading with examp...read more
  3. Matrix rotate by 180 degre...read more

Tell us how to improve this page.

Quest Global Software Engineer Level 1 Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Quest Global Software Engineer Level 1 Salary
based on 4 salaries
₹3.7 L/yr - ₹6.5 L/yr
53% less than the average Software Engineer Level 1 Salary in India
View more details
Senior Software Engineer
2.4k salaries
unlock blur

₹4.7 L/yr - ₹19.4 L/yr

Senior Engineer
1.7k salaries
unlock blur

₹4.8 L/yr - ₹18.2 L/yr

Software Engineer
1.7k salaries
unlock blur

₹2.8 L/yr - ₹10 L/yr

Lead Engineer
1.6k salaries
unlock blur

₹7.8 L/yr - ₹25 L/yr

Design Engineer
588 salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Explore more salaries
Compare Quest Global with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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