Premium Employer

i

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

Sutherland Global Services Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Sutherland Global Services Technical Consultant Interview Questions and Answers

Updated 24 Feb 2025

Sutherland Global Services Technical Consultant Interview Experiences

2 interviews found

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 was interviewed in Jan 2017.

Interview Questionnaire 

2 Questions

  • Q1. Tell something about yourself
  • Q2. Your job responsibilities

Interview Preparation Tips

Round: Technical + HR Interview
Experience: Description of my self & my previous company
Tips: Be alert what you say

Technical Consultant Interview Questions Asked at Other Companies

asked in Mastek
Q1. Oops C and java difference Query for selecting all columns from a ... read more
Q2. What are the real time applications of spring concept in java?
asked in HCLTech
Q3. What is difference between family ipv6 route-target and default-r ... read more
asked in PwC
Q4. If I give you a new tool can you cope with it
asked in HCLTech
Q5. Why we received sngl collisions error on port what's the issue an ... read more

What people are saying about Sutherland Global Services

View All
a sme
1w
How much can we ask for a SME role with 8 years of experience in Healthcare??
Got a question about Sutherland Global Services?
Ask anonymously on communities.

Interview questions from similar companies

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

I applied via Approached by Company

Round 1 - Technical 

(4 Questions)

  • Q1. Tell me about your framework
  • Ans. 

    My framework is a comprehensive set of tools, libraries, and best practices that I use to streamline the development process and ensure high-quality deliverables.

    • Utilizes design patterns such as MVC for structuring code

    • Includes libraries for common tasks like data manipulation and networking

    • Emphasizes unit testing and continuous integration for code quality

    • Integrates with popular tools like Git for version control

    • Suppo...

  • Answered by AI
  • Q2. Type of selenium waits
  • Ans. 

    Types of Selenium waits include implicit, explicit, and fluent waits.

    • Implicit wait: Waits for a certain amount of time before throwing a NoSuchElementException.

    • Explicit wait: Waits for a certain condition to occur before proceeding further.

    • Fluent wait: Waits for a condition to be true with a defined polling frequency.

    • Example: driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS);

  • Answered by AI
  • Q3. Xpath and CSS difference
  • Ans. 

    XPath is used to navigate through XML documents, while CSS is used to style HTML elements.

    • XPath is more powerful and flexible for navigating XML documents

    • CSS is more commonly used for styling HTML elements

    • XPath uses path expressions to select nodes in an XML document

    • CSS uses selectors to target specific HTML elements

  • Answered by AI
  • Q4. Coding to check list

Interview Preparation Tips

Interview preparation tips for other job seekers - Share whatever you know. dont create fake answers

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic English and General aptitude questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed before Nov 2023.

Round 1 - Technical 

(3 Questions)

  • Q1. SImple salesforce question
  • Q2. They will give 2 coding question
  • Q3. NAAAAAAaaaaaaaaaaaa
Round 2 - HR 

(2 Questions)

  • Q1. Simple introduction
  • Q2. Salary discussion
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
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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Delete vs Drop in sql?
  • Ans. 

    DELETE is used to remove rows from a table while keeping the table structure intact. DROP is used to remove an entire table from the database.

    • DELETE is a DML (Data Manipulation Language) command, while DROP is a DDL (Data Definition Language) command.

    • DELETE can be rolled back, while DROP cannot be rolled back.

    • Example: DELETE FROM table_name WHERE condition; DROP TABLE table_name;

  • Answered by AI
  • Q2. Autocalender, duicate vs refrence in power bi
  • Ans. 

    Autocalender creates a date table automatically, while duplicate creates a copy of a table and reference creates a linked table in Power BI.

    • Autocalender automatically generates a date table based on the data in your model.

    • Duplicate creates a copy of a table with the same data and structure.

    • Reference creates a linked table that shares the same data as the original table.

    • Autocalender is useful for quickly creating date t...

  • Answered by AI

Skills evaluated in this interview

Sutherland Global Services Interview FAQs

How many rounds are there in Sutherland Global Services Technical Consultant interview?
Sutherland Global Services interview process usually has 2 rounds. The most common rounds in the Sutherland Global Services interview process are Group Discussion and Technical.
How to prepare for Sutherland Global Services Technical Consultant 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 Sutherland Global Services. The most common topics and skills that interviewers at Sutherland Global Services expect are Payroll, Cloud, HRMS, Oracle and SAAS.
What are the top questions asked in Sutherland Global Services Technical Consultant interview?

Some of the top questions asked at the Sutherland Global Services Technical Consultant interview -

  1. Explain about Windows 8.1 (Was Newly Released at that ti...read more
  2. Explain Windows...read more

Tell us how to improve this page.

Sutherland Global Services Technical Consultant Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Join Sutherland Global Services We are a digital transformation company. We make digital 𝐡𝐮𝐦𝐚𝐧™
Sutherland Global Services Technical Consultant Salary
based on 37 salaries
₹1.4 L/yr - ₹5.2 L/yr
73% less than the average Technical Consultant Salary in India
View more details

Sutherland Global Services Technical Consultant Reviews and Ratings

based on 23 reviews

4.0/5

Rating in categories

3.3

Skill development

3.9

Work-life balance

3.1

Salary

3.0

Job security

3.9

Company culture

3.2

Promotions

3.9

Work satisfaction

Explore 23 Reviews and Ratings
Associate
2.3k salaries
unlock blur

₹1.1 L/yr - ₹7.4 L/yr

Senior Associate
1.8k salaries
unlock blur

₹1.8 L/yr - ₹7.8 L/yr

Customer Service Associate
1.6k salaries
unlock blur

₹1 L/yr - ₹5.5 L/yr

Associate Manager
846 salaries
unlock blur

₹3.3 L/yr - ₹13.8 L/yr

Customer Service Executive
672 salaries
unlock blur

₹1.2 L/yr - ₹5 L/yr

Explore more salaries
Compare Sutherland Global Services with

Genpact

3.8
Compare

Concentrix Corporation

3.8
Compare

Teleperformance

3.9
Compare

Wipro

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