Upload Button Icon Add office photos

Filter interviews by

Thorogood Technical Consultant Interview Questions and Answers

Updated 11 Oct 2023

Thorogood Technical Consultant Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Delhi College of Engineering (DCE), Delhi and was interviewed in Sep 2023. 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 - Aptitude Test 

It was a general aptitude test comprised of various aptitude questions based on reasoning, and verbal.

Round 3 - Technical 

(1 Question)

  • Q1. They screened my resume and asked about my projects.
Round 4 - Company Assesment round 

(1 Question)

  • Q1. They took me to Bangalore and did a whole day of interviewing comprised of case study round, HR round etc.

Interview questions from similar companies

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

I was interviewed before Feb 2024.

Round 1 - Group Discussion 

Mainly Related with English Proficiency You'll be given a topic and asked to elaborate

Round 2 - Technical 

(2 Questions)

  • Q1. Explain Windows RT
  • Ans. 

    Windows RT is a discontinued operating system for ARM-based devices.

    • Developed by Microsoft for tablets and PCs

    • Limited to apps from Windows Store

    • Does not support traditional desktop applications

    • Discontinued in 2015

  • Answered by AI
  • Q2. Explain about Windows 8.1 (Was Newly Released at that time)
  • Ans. 

    Windows 8.1 is the updated version of Windows 8, with improvements in user interface, features, and performance.

    • Introduced Start button for easier navigation

    • Improved multitasking capabilities with split-screen view

    • Enhanced search functionality with Bing integration

    • Updated apps and better customization options

    • Increased security features like built-in antivirus software

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It will be based on your computer knowledge

I applied via Naukri.com and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. How to debug CRM plugins?
  • Ans. 

    Debugging CRM plugins involves using tracing, logging, and debugging tools.

    • Enable tracing in CRM to capture plugin execution details

    • Use logging frameworks like log4net to log plugin execution details

    • Use debugging tools like Visual Studio to step through plugin code

    • Check plugin registration and configuration for errors

    • Use exception handling to catch and handle errors

    • Test plugins in a development environment before deplo

  • Answered by AI
  • Q2. What is custom workflow activity?
  • Ans. 

    A custom workflow activity is a code activity that is created by a developer to perform a specific task in a workflow.

    • Custom workflow activities can be used to extend the functionality of workflows beyond what is available out-of-the-box.

    • They can be created using C# or Visual Basic and added to a workflow as a step in the process.

    • Examples of custom workflow activities include sending an email, updating a database, or p...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare well on technical aspects plugins, javascript etc.

Skills evaluated in this interview

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 experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell us about yourself
  • Q2. Lot of questions on SQL and Linux commands
Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell us about yourself
  • Q2. It was a manager round combined with some technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing much, stick to your basics and prepare all the concepts
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
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Describe 5 non functional requirements
  • Ans. 

    Non functional requirements are criteria that specify how a system should behave, rather than what it should do.

    • Performance - system should respond within 2 seconds for all user interactions

    • Scalability - system should be able to handle 1000 concurrent users

    • Reliability - system should have a 99.99% uptime

    • Security - system should encrypt all sensitive data

    • Usability - system should have a user-friendly interface

  • Answered by AI
  • Q2. How will you improve performance of legacy app which has to work with your latest microservice.
  • Ans. 

    Improve legacy app performance by optimizing code, implementing caching, and scaling resources.

    • Optimize code by identifying and removing bottlenecks

    • Implement caching to reduce database calls and improve response time

    • Scale resources by using containers or serverless architecture

    • Use asynchronous processing for long-running tasks

    • Upgrade hardware or infrastructure if necessary

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Explain security in microservices
  • Ans. 

    Security in microservices involves implementing authentication, authorization, encryption, and monitoring to protect data and services.

    • Implement authentication and authorization mechanisms to control access to microservices.

    • Use encryption to secure communication between microservices and external clients.

    • Implement monitoring and logging to detect and respond to security incidents.

    • Consider using API gateways for central...

  • Answered by AI
  • Q2. Describe microservices architecture for a wealth management app
  • Ans. 

    Microservices architecture for a wealth management app involves breaking down the application into smaller, independent services.

    • Each microservice focuses on a specific business function, such as client onboarding, portfolio management, or reporting.

    • Services communicate through APIs, allowing for flexibility and scalability.

    • Each microservice can be developed, deployed, and scaled independently, leading to faster develo...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for GlobalLogic Technical Architect interview:
  • Java
  • Microservices

Skills evaluated in this interview

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

I applied via Referral and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Hacker Rank test, problem solving. Java 8

Round 2 - Technical 

(4 Questions)

  • Q1. Java 8 feature related questions.
  • Q2. Jvm architecture and memory management
  • Q3. Sql self join query and query tuning
  • Q4. Spring boot microservices design pattern discussion
Round 3 - Technical 

(4 Questions)

  • Q1. Problem solving based on java and case study
  • Q2. Team handling and management skills
  • Q3. Docker and Orchetratetion framework
  • Q4. Aws cloud and cicd and related technologies

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare fundamental, spring boot and microservices
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. Azure solution design case studies
  • Q2. Current project walkthrough
  • Q3. PySpark coding questions
  • Q4. DataModelling question

Interview Preparation Tips

Interview preparation tips for other job seekers - Should have thorough understanding about atleast one of your project.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Java Collections
  • Q2. Java8 Stream program
  • Ans. 

    Java8 Stream program to filter even numbers and double them

    • Use Stream to filter even numbers

    • Use map to double the filtered numbers

    • Use collect to collect the results into a list

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Completable future
  • Q2. Microservice architecture

Interview Preparation Tips

Interview preparation tips for other job seekers - Salary discussion and project informations

Skills evaluated in this interview

Thorogood Interview FAQs

How many rounds are there in Thorogood Technical Consultant interview?
Thorogood interview process usually has 4 rounds. The most common rounds in the Thorogood interview process are Resume Shortlist, Aptitude Test and Technical.

Tell us how to improve this page.

Thorogood Technical Consultant Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Business Analyst
9 salaries
unlock blur

₹9.5 L/yr - ₹15 L/yr

Business Intelligence Consultant
9 salaries
unlock blur

₹10 L/yr - ₹11 L/yr

Analyst
6 salaries
unlock blur

₹7.5 L/yr - ₹11.8 L/yr

Data Analyst
6 salaries
unlock blur

₹10 L/yr - ₹14.8 L/yr

Analytics Consultant
5 salaries
unlock blur

₹9 L/yr - ₹16 L/yr

Explore more salaries
Compare Thorogood with

Accenture

3.8
Compare

Deloitte

3.8
Compare

KPMG India

3.5
Compare

PwC

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