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 Technical Architect Interview Questions and Answers

Updated 30 Nov 2024

Quest Global Technical Architect Interview Experiences

1 interview found

Technical Architect Interview Questions & Answers

user image BharathiRaja K

posted on 30 Nov 2024

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Job Portal and was interviewed in Oct 2024. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. It was technical questions in relevant area
  • Q2. The questions relevant to my skill set and experience
Round 2 - One-on-one 

(2 Questions)

  • Q1. The questions relevant to my skills and experience
  • Q2. The questions relevant to job requirements
Round 3 - HR 

(2 Questions)

  • Q1. General discussion about the profession and career
  • Q2. Discussed job location and client
Round 4 - Behavioral 

(2 Questions)

  • Q1. Discussed about client and company
  • Q2. Orientation related things discussed.

Interview Preparation Tips

Interview preparation tips for other job seekers - It is not Level-3 company. In reality, It is Level-1 Company

Interview questions from similar companies

I applied via Approached by Company and was interviewed before May 2021. There were 3 interview rounds.

Round 1 - Coding Test 

Short basic algorithms test

Round 2 - Technical 

(1 Question)

  • Q1. Java OOPS Concept Questions, Multithreading
Round 3 - HR 

(1 Question)

  • Q1. Team Management Skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay strong and firm, make sure they are convinced of your skills
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Jan 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Spring batch questions Questions related to asynch process
  • Q2. Java 8 stream api questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for Java 8-related questions and project-related topics.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Coding Test 

Use java 8 to find the first repeated character in a given string

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Fake Interview, Didn't expect this from virtusa
  • Q2. FakeInterviews conducted, Didn;t expect this from virtusa
  • Q3. Virtusa Scammers

Interview Preparation Tips

Interview preparation tips for other job seekers - No real interview, fake interview only to understand the Gen AI topics & Projects.
He conducted interview, If you don't know go and learn from Coursera, DeepLearning.ai

Why wasting the time of peoples, Interviewer name : Sudhakar Chigurupati
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in May 2023. There were 3 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 - Technical 

(1 Question)

  • Q1. Microservices architechture, java8 questions
Round 3 - Technical 

(1 Question)

  • Q1. Question related to angular, like data bindings, different types of directives, pipes
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 Dec 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 - Technical 

(1 Question)

  • Q1. Questions related to your tech stack. Coding questions. Difficulty level - Intermediate.
Round 3 - Behavioral 

(1 Question)

  • Q1. Introduction. Technical questions. Scenario based questions.
Round 4 - HR 

(1 Question)

  • Q1. Introduction and salary related questions.

Interview Preparation Tips

Topics to prepare for GlobalLogic Technical Lead interview:
  • ASP.Net
  • MVC
  • .Net Core
  • MS SQL
  • Web Api
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself and various situations
  • Ans. 

    I am a seasoned Technical Lead with experience in leading teams, solving complex technical challenges, and driving project success.

    • Led a team of developers in implementing a new software system for a client

    • Resolved a critical production issue by quickly identifying the root cause and implementing a fix

    • Collaborated with cross-functional teams to deliver projects on time and within budget

  • Answered by AI
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Mar 2024. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions about Interfaces,, Abstract Classes, Multi-Threading, Parallel Programming concepts, SQL Server
Round 2 - Technical 

(1 Question)

  • Q1. Questions about Design Patterns, SOLID Principles, Extension Methods, LINQ, Entity Framework
Round 3 - Behavioral 

(1 Question)

  • Q1. Questions about current project and my roles and responsibilities, my salary structure, my aspirations whether I want to be Architect or just Team Lead.
Round 4 - HR 

(1 Question)

  • Q1. My CTC and ECTC, and asked for negotiation, to which I said yes and accepted the compensation they can offer to me. But still offer letter not released without giving any reason.

Interview Preparation Tips

Interview preparation tips for other job seekers - After clearing all rounds, even then offer letter was not released. No proper reason shared for it. Very unprofessional.
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. Is live data is life cycle aware. If it's aware what does ViewModel do?
  • Ans. 

    Yes

    • LiveData is lifecycle aware and can be used to observe changes in data.

    • ViewModel provides a way to store and manage UI-related data across configuration changes.

    • ViewModel can hold LiveData objects to provide data to the UI.

    • LiveData and ViewModel work together to ensure data consistency and prevent memory leaks.

  • Answered by AI
  • Q2. How does viewmodel survive when activity is destroyed on configuration?
  • Ans. 

    The ViewModel survives configuration changes by being retained by the system.

    • ViewModels are designed to survive configuration changes like screen rotations or language changes.

    • When an activity is destroyed and recreated, the ViewModel is not destroyed and retains its data.

    • The ViewModel is associated with the activity's lifecycle and is retained until the activity is finished.

    • The retained ViewModel instance can be acces...

  • Answered by AI
  • Q3. Advantage of mvp over mvc.
  • Ans. 

    MVP offers better separation of concerns and easier unit testing compared to MVC.

    • MVP separates the presentation layer from the business logic, making it easier to maintain and modify the codebase.

    • MVP allows for easier unit testing as the presenter can be tested independently from the view.

    • MVP provides better decoupling between components, enabling easier code reuse and scalability.

    • MVP promotes a clear separation of con...

  • Answered by AI
  • Q4. How does SSL pinning works?
  • Ans. 

    SSL pinning is a security technique that ensures a client only communicates with a server using a pre-defined public key.

    • SSL pinning involves hardcoding the server's public key in the client's code or configuration.

    • During the SSL handshake, the client checks if the server's public key matches the pinned key.

    • If the keys match, the connection is established; otherwise, it is rejected.

    • Pinning prevents man-in-the-middle at

  • Answered by AI
  • Q5. How do you achieve data security when saving data persistanly.
  • Ans. 

    Data security can be achieved through encryption, access controls, backups, and regular security audits.

    • Encrypt sensitive data using strong encryption algorithms.

    • Implement access controls to restrict unauthorized access to the data.

    • Regularly backup the data to prevent data loss.

    • Conduct regular security audits to identify and fix vulnerabilities.

    • Use secure protocols and communication channels for data transfer.

    • Implement...

  • Answered by AI
  • Q6. Where to save encription key?
  • Ans. 

    Encryption keys should be securely stored in a separate key management system.

    • Encryption keys should not be stored alongside the encrypted data.

    • Use a dedicated key management system (KMS) to store and manage encryption keys.

    • Implement strong access controls and authentication mechanisms for the KMS.

    • Consider using hardware security modules (HSMs) for added security.

    • Regularly rotate encryption keys to minimize the impact

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare your current implementation projected thoroughly.

Skills evaluated in this interview

Quest Global Interview FAQs

How many rounds are there in Quest Global Technical Architect interview?
Quest Global interview process usually has 4 rounds. The most common rounds in the Quest Global interview process are Technical, One-on-one Round and HR.
How to prepare for Quest Global Technical Architect interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Quest Global. The most common topics and skills that interviewers at Quest Global expect are C++, Linux, Python, SQL and Computer science.
What are the top questions asked in Quest Global Technical Architect interview?

Some of the top questions asked at the Quest Global Technical Architect interview -

  1. It was technical questions in relevant a...read more
  2. The questions relevant to job requireme...read more
  3. Orientation related things discuss...read more

Tell us how to improve this page.

Quest Global Technical Architect Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more
Quest Global Technical Architect Salary
based on 117 salaries
₹14 L/yr - ₹31 L/yr
15% less than the average Technical Architect Salary in India
View more details

Quest Global Technical Architect Reviews and Ratings

based on 12 reviews

2.7/5

Rating in categories

2.6

Skill development

3.2

Work-life balance

2.3

Salary

2.3

Job security

2.5

Company culture

2.2

Promotions

2.8

Work satisfaction

Explore 12 Reviews and Ratings
Senior Software Engineer
2.4k salaries
unlock blur

₹4.8 L/yr - ₹20 L/yr

Senior Engineer
2k salaries
unlock blur

₹5 L/yr - ₹18 L/yr

Software Engineer
1.8k salaries
unlock blur

₹2.8 L/yr - ₹9.4 L/yr

Lead Engineer
1.7k salaries
unlock blur

₹7.7 L/yr - ₹24 L/yr

Design Engineer
627 salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Explore more salaries
Compare Quest Global with

Virtusa Consulting Services

3.7
Compare

Genpact

3.8
Compare

Nagarro

4.0
Compare

Sopra Steria

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