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 Software Developer Interview Questions and Answers

Updated 26 Feb 2025

Sutherland Global Services Software Developer Interview Experiences

4 interviews found

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

I appeared for an interview in Jan 2025.

Round 1 - Coding Test 

It was for 3 hours and difficult

Round 2 - Aptitude Test 

It was good for 1 hour

Round 3 - HR 

(2 Questions)

  • Q1. Where do you see yourself in the next 5 years
  • Q2. Diff between fintech companies and non fintech companies

I applied via Company Website and was interviewed in Oct 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple technical maths calculations,

Round 2 - Coding Test 

Writing a Jawa coding in small projects

Interview Preparation Tips

Topics to prepare for Sutherland Global Services Software Developer interview:
  • Core Java
  • SQL
  • C
Interview preparation tips for other job seekers - Hr interview
Face to face interview
Tell about my education details

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Validate Binary Tree Nodes Problem You are provided with 'N' bina ... read more

I applied via Company Website and was interviewed in Dec 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. How will be the self learn and growth
  • Ans. 

    I believe in continuous learning and growth through self-study, online courses, and attending conferences.

    • I regularly read technical blogs and articles to stay updated with the latest trends and technologies.

    • I take online courses and tutorials to learn new skills and improve my existing ones.

    • I attend conferences and meetups to network with other professionals and learn from their experiences.

    • I also participate in hacka...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Not better because I missed visit my office

Interview Questionnaire 

1 Question

  • Q1. How to upgrade angular older version project to higher version?
  • Ans. 

    To upgrade an Angular project to a higher version, follow these steps:

    • Check the compatibility of the current project with the target version

    • Update the Angular CLI to the latest version

    • Update the dependencies in package.json

    • Update the Angular framework and related packages

    • Resolve any breaking changes and errors

    • Test the upgraded project thoroughly

  • Answered by AI

Skills evaluated in this interview

Sutherland Global Services interview questions for designations

 Senior Software Developer

 (1)

 Software Developer Trainee

 (1)

 Software Engineer

 (1)

 Software Tester

 (1)

 SQL Developer

 (1)

 Java Developer

 (1)

 Web Developer

 (1)

 RPA Developer

 (1)

Software Developer Jobs at Sutherland Global Services

View all

Interview questions from similar companies

I applied via Campus Placement and was interviewed in Dec 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Program for pattern printing ,bubble sort
  • Ans. 

    Program to print a pattern and implement bubble sort on an array of strings.

    • For pattern printing, use nested loops to print the desired pattern.

    • For bubble sort, compare adjacent elements and swap if necessary.

    • Use a loop to iterate through the array until no more swaps are needed.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Aug 2020. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Aws vpc gateway questions, devops drawback
  • Q2. Interfaces in oops
  • Ans. 

    Interfaces define a contract for classes to implement certain methods and properties.

    • Interfaces allow for polymorphism and loose coupling.

    • Classes can implement multiple interfaces.

    • Interfaces cannot be instantiated on their own.

    • Interfaces can have default method implementations.

    • Interfaces can be used to enforce design patterns like the adapter pattern.

  • Answered by AI
  • Q3. Meta programing

Interview Preparation Tips

Interview preparation tips for other job seekers - Not at all good experience. Looks like the structure is baffled now after pandemic hit. First of all HR people, they have so much attitude that you can't even ask them any query regarding your JD or project. Secondly there are many rounds but it all depends upon the interviewer mood only and only. Because you are not hired for a direct project, so if the interviewer is egoistic and high attitude, then it's difficult to get positive feedback even if round well all well. Disappointing experience. Suggestion would be to put right people for talent selection. If people are kept in similar way, every new candidate might have negative experience.

Interview Questionnaire 

2 Questions

  • Q1. Tell about you
  • Q2. What is computer networking
  • Ans. 

    Computer networking is the practice of connecting devices together to share resources and communicate with each other.

    • Computer networking involves the use of hardware and software to connect devices together, such as computers, printers, and servers.

    • Networking protocols, such as TCP/IP, are used to facilitate communication between devices.

    • Examples of computer networks include local area networks (LANs), wide area netwo...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1 round will be aptitude test and 2 nd round will be group discussion and finally there will be technical hr and general hr round

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Basic questions related to skillset

Interview Questionnaire 

2 Questions

  • Q1. Reverse linked list
  • Q2. Invert tree

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 45 Minutes
Round difficulty - Easy

The round was conducted at 12 in the college campus. It was a pen and paper based coding round and had 2 coding questions for which we had to write the best approach.

  • Q1. 

    Equilibrium Index Problem Statement

    Given an array Arr consisting of N integers, your task is to find the equilibrium index of the array.

    An index is considered as an equilibrium index if the sum of elem...

  • Ans. 

    Find the equilibrium index of an array where sum of elements on left equals sum on right.

    • Iterate through the array and calculate the total sum of all elements.

    • Then iterate again and keep track of the left sum and right sum, checking for equilibrium.

    • Return the index when left sum equals right sum, or -1 if no equilibrium index found.

  • Answered by AI
  • Q2. 

    Merge Sort Linked List Problem Statement

    You are given a singly linked list of integers. Your task is to sort the linked list using the merge sort algorithm.

    Explanation:

    Merge Sort is a divide and conq...

  • Ans. 

    Implement merge sort algorithm to sort a singly linked list of integers.

    • Divide the linked list into two halves using slow and fast pointers.

    • Recursively sort the two halves.

    • Merge the sorted halves using a merge function.

    • Handle base cases like empty list or single node list.

    • Ensure the termination of the linked list with -1 at the end.

  • Answered by AI
Round 2 - Coding Test 

(2 Questions)

Round duration - 45 Minutes
Round difficulty - Easy

There were 2 coding questions and we had to write the best approach for the questions.

  • Q1. 

    Convert Sentence Problem Statement

    Convert a given string 'S' into its equivalent representation based on a mobile numeric keypad sequence. Using the keypad layout shown in the reference, output the seque...

  • Ans. 

    Convert a given string into its equivalent representation based on a mobile numeric keypad sequence.

    • Create a mapping of characters to their corresponding numeric keypad sequences.

    • Iterate through the input string and append the numeric sequence for each character to the output.

    • Handle lowercase characters only, ignore special characters, capital letters, and spaces in the input string.

  • Answered by AI
  • Q2. 

    Subsequences of String Problem Statement

    You are provided with a string 'STR' that consists of lowercase English letters ranging from 'a' to 'z'. Your task is to determine all non-empty possible subsequen...

  • Ans. 

    Generate all possible subsequences of a given string.

    • Use recursion to generate all possible subsequences by including or excluding each character in the string.

    • Maintain a current index to keep track of the characters being considered.

    • Append the current character to each subsequence generated so far.

    • Recursively call the function with the next index to include the next character in subsequences.

  • Answered by AI
Round 3 - Face to Face 

(2 Questions)

Round duration - 40 minutes
Round difficulty - Easy

The interviewer asked me questions from arrays, strings and linked list.

  • Q1. 

    Longest Increasing Subsequence Problem Statement

    Given an array of integers with 'N' elements, determine the length of the longest subsequence where each element is greater than the previous element. This...

  • Ans. 

    Find the length of the longest strictly increasing subsequence in an array of integers.

    • Use dynamic programming to keep track of the longest increasing subsequence ending at each element.

    • Initialize an array to store the lengths of the longest increasing subsequences.

    • Iterate through the array and update the lengths based on the previous elements.

    • Return the maximum length found in the array.

  • Answered by AI
  • Q2. 

    Binary Palindrome Check

    Given an integer N, determine whether its binary representation is a palindrome.

    Input:

    The first line contains an integer 'T' representing the number of test cases. 
    The next 'T'...
  • Ans. 

    Check if the binary representation of a given integer is a palindrome.

    • Convert the integer to binary representation.

    • Check if the binary representation is a palindrome by comparing it with its reverse.

    • Return true if it is a palindrome, false otherwise.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from Bharati Vidyapeeth's College of Engineering. I applied for the job as SDE - 1 in GurgaonEligibility criteriaAbove 7 CGPANagarro interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, Dynamic Programming, Game theory, System Design, Puzzles, AptitudeTime required to prepare for the interview - 1 MonthInterview preparation tips for other job seekers

Tip 1 : Do at-least 200+ dsa problems from various topics.
Tip 2 : Make 2-3 projects and be well versed with their functionality.
Tip 3 : Practice aptitude questions and time yourself while doing the questions.

Application resume tips for other job seekers

Tip 1 : Keep your resume short, try to make it one pager only.
Tip 2 : Mention only position specific projects, and if you have got a good academic score mention it on top.

Final outcome of the interviewRejected

Skills evaluated in this interview

Sutherland Global Services Interview FAQs

How many rounds are there in Sutherland Global Services Software Developer interview?
Sutherland Global Services interview process usually has 3 rounds. The most common rounds in the Sutherland Global Services interview process are Aptitude Test, Coding Test and HR.
How to prepare for Sutherland Global Services Software Developer 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 Recruitment, Healthcare, Coding, Service Quality and SQL.
What are the top questions asked in Sutherland Global Services Software Developer interview?

Some of the top questions asked at the Sutherland Global Services Software Developer interview -

  1. How to upgrade angular older version project to higher versi...read more
  2. Where do you see yourself in the next 5 ye...read more
  3. Diff between fintech companies and non fintech compan...read more

Tell us how to improve this page.

Sutherland Global Services Software Developer 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 Software Developer Salary
based on 93 salaries
₹3.6 L/yr - ₹10.9 L/yr
16% less than the average Software Developer Salary in India
View more details

Sutherland Global Services Software Developer Reviews and Ratings

based on 16 reviews

3.3/5

Rating in categories

3.5

Skill development

3.6

Work-life balance

2.8

Salary

3.8

Job security

3.0

Company culture

2.9

Promotions

3.3

Work satisfaction

Explore 16 Reviews and Ratings
Lead-Software Development

Hyderabad / Secunderabad

6-8 Yrs

Not Disclosed

Explore more jobs
Associate
2.4k salaries
unlock blur

₹1.1 L/yr - ₹6.7 L/yr

Senior Associate
1.9k 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
882 salaries
unlock blur

₹4.3 L/yr - ₹14 L/yr

Customer Service Executive
685 salaries
unlock blur

₹1.3 L/yr - ₹5.8 L/yr

Explore more salaries
Compare Sutherland Global Services with

Genpact

3.8
Compare

DXC Technology

3.7
Compare

Optum Global Solutions

4.0
Compare

FIS

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