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
3.6

based on 6.7k Reviews

Filter interviews by

Sutherland Global Services Associate/Senior Associate -(Technical) Interview Questions and Answers

Updated 18 Jun 2021

Sutherland Global Services Associate/Senior Associate -(Technical) Interview Experiences

2 interviews found

I applied via Company Website and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About my projects and why you choose sutherland.

Interview Preparation Tips

Interview preparation tips for other job seekers - Let them know how important is this job for you and share some good informations about sutherland

I applied via Naukri.com and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 1. Introduce yourself, Knowledge on data storage and NetApp

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, prepare for some basic technical knowledge regarding the job you are applying for , wait patiently for interview call, negotiate salary well as they don't pay very well

Associate/Senior Associate -(Technical) Interview Questions Asked at Other Companies

asked in NTT Data
Q1. What are the different types of Database management systems. What ... read more
asked in Cognizant
Q2. 1.Difference between role and profile, 2. For what level of owd t ... read more
Q3. Tell me all chemicals name with their use and proper dilution
asked in NTT Data
Q4. Give a real time example of Inheritance, Polymorphism, Abstractio ... read more
asked in NTT Data
Q5. Write a SQL query to to print all the rows in a table that has no ... read more

Interview questions from similar companies

I was interviewed in Apr 2021.

Interview Questionnaire 

3 Questions

  • Q1. Core java extensive, java 8, easy level coding questions
  • Q2. Spring configuration, springs boot basics, project architecture
  • Q3. Explain your previous projects and what was your contribution

Interview Preparation Tips

Interview preparation tips for other job seekers - Round 1
Interview starts with online MCQ test. It will have questions related to core java and spring and database.

Round 2: Video call interview 2 hrs
Asked about core java extensively, they went into depth of all topic. Every topic java will be touched.
Asked about Database queries.
Asked easy level problem solving string and arrays coding questions, i was asked to write code with explaining my approach to solve the problem.

Round 3: again Videos call interview ~2 hrs
Interviewer asked me to explain architecture of my previous projects and my contribution.
Asked about spring boot basics and some real time scenario questions we face in day to day project.
Asked if I know cloud, i was aware so he asked few basic questions on cloud.


Round 4: director round: ~45 min
Introduce yourself
What kind of work you are looking for?
What was your role in previous company?

Round 5 : HR, Only phone call
Just discussion about package, work location.


All the interviewers were good and polite, they also correct your answers, if you are wrong.

All rounds were cleared.

Suggestions:
Focus on basics of java and spring.
Be prepared they ask everything from your resume.
Be prepared for some easy level coding questions on string and arrays.



After they hire you again you have to give clients interview.
They go more deep on ur problem solving skills if the project is for core development.


I applied via campus placement at Don Bosco Institute of Technology, Bangalore and was interviewed in Dec 2020. There were 5 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Give a real time example of Inheritance, Polymorphism, Abstraction and Encapsulation.
  • Ans. 

    Real-time examples of OOP concepts

    • Inheritance: A car is a vehicle, inheriting properties of a vehicle

    • Polymorphism: A shape can be a square or a circle, both implementing the same area method

    • Abstraction: A TV remote has buttons to perform actions, but the user doesn't need to know how it works internally

    • Encapsulation: A bank account has private data like balance, which can only be accessed through public methods

  • Answered by AI
  • Q2. Write a SQL query to to print all the rows in a table that has no match in a second table.
  • Ans. 

    SQL query to print rows with no match in a second table

    • Use LEFT JOIN to join the two tables

    • Filter the rows where the second table's primary key is NULL

    • SELECT the columns from the first table

  • Answered by AI
  • Q3. What is a HashMap?
  • Ans. 

    HashMap is a data structure that stores key-value pairs and allows fast retrieval of values based on keys.

    • HashMap is part of the Java Collections Framework.

    • It uses hashing to store and retrieve elements.

    • It allows null values and null keys.

    • It is not synchronized by default, but can be made synchronized using Collections.synchronizedMap() method.

    • Example: HashMap map = new HashMap<>(); map.put("apple", 1)

  • Answered by AI
  • Q4. What is the difference between final, finally and finalise?
  • Ans. 

    Final, finally and finalise are related to completion or conclusion, but have different meanings and usage.

    • Final is an adjective used to describe the last or ultimate stage of something.

    • Finally is an adverb used to indicate the end of a process or event after a long wait or delay.

    • Finalise is a verb used to complete or finish something, often with a formal or official process.

    • Examples: The final exam, finally finished t

  • Answered by AI
  • Q5. What are the different types of Database management systems. What are the Database languages ? What is the difference between drop, delete and truncate?
  • Ans. 

    Different types of DBMS, DB languages & difference between drop, delete & truncate.

    • Types of DBMS: Relational, NoSQL, Object-oriented, Hierarchical, Network, etc.

    • Database languages: SQL, PL/SQL, T-SQL, etc.

    • DROP: Deletes a table and its data, cannot be rolled back.

    • DELETE: Deletes rows from a table, can be rolled back.

    • TRUNCATE: Deletes all rows from a table, cannot be rolled back.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I am currently been recruited as a fresher, so my experience is based on my campus placement. So the process begins with a written test. The written test has general aptitude questions, Logical reasoning, Pseudo codes and hands on coding. The second round was a group discussion round wherein, I was grouped with 9-10 other members. Our topic was a bit on the easier side- Our lockdown experience. But the other batches were given quite debatable and controversial topics like whether sports and extra curricular activities be introduced in corporate industries? After this round we had technical round wherein I was tested on some basic skills like DBMS, OOPS and one programming language. The final round was the HR round. For me, this went for a little long. I was mainly asked my project and my part and contribution in it. Expect a few behavioral questions as well. Do not stress. Always remember to answer all behavioral questions in a polite and positive tone. And most importantly avoid using negative terms.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Basics of front end frameworks.
  • Q2. Angular component interactions
  • Q3. HTML 5 and CSS3 Dom techniques

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was about 4 rounds, 2 technical, 1- managerial/project head, 1-Hr in salary discussions. Basics of angular JavaScript are must. Rest everything is simple.

Interview Questionnaire 

2 Questions

  • Q1. OOPS, Patterns, DB - intermediate question
  • Q2. Prepare in all these topics

Interview Questionnaire 

3 Questions

  • Q1. 1. How to debug spfx in SharePoint
  • Ans. 

    Debugging SPFx in SharePoint involves using browser developer tools and Visual Studio Code.

    • Use browser developer tools to inspect and debug client-side code

    • Use Visual Studio Code to debug server-side code

    • Set breakpoints in code to pause execution and inspect variables

    • Use console.log() statements to output information to the console

    • Use the SharePoint Workbench to test and debug web parts

    • Use the gulp serve command to run...

  • Answered by AI
  • Q2. 2.why choose PHA over SHA
  • Q3. 3. What was the migration issue you faced during migration from sp 2010 to SPO

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Apr 2021. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions ranged from core java concepts, java memory management, multi threading, algorithm, time space complexity, closely asked about topics mentioned on CV any DevOps experience tools known . Along wit...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, have clear concepts and basics should be on point. Be your original self.

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

Interview Questionnaire 

1 Question

  • Q1. Qestions will be from programimg languages that that you mentioned in your resume. I got qestions from c, python, basics of DBMS. interviewer may ask logical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - be cool don't be panic in middle of interview. be perfect on your resume. If you are not good at particular skill then don't mention in resume. Your answer fluency should not break in middle if so the interviewer wont listen to your complete answer, he asks next question in middle of your answer. every answer should make interviewer to know that you are every eagerly waiting to work in their company.

Interview Questionnaire 

1 Question

  • Q1. Regarding the technical skills

Tell us how to improve this page.

Join Sutherland Global Services We are a digital transformation company. We make digital 𝐡𝐮𝐦𝐚𝐧™

Sutherland Global Services Associate/Senior Associate -(Technical) Reviews and Ratings

based on 14 reviews

2.7/5

Rating in categories

3.1

Skill development

2.0

Work-life balance

1.8

Salary

2.8

Job security

2.5

Company culture

1.9

Promotions

2.2

Work satisfaction

Explore 14 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.9 L/yr - ₹8 L/yr

Customer Service Associate
1.6k salaries
unlock blur

₹1 L/yr - ₹5.8 L/yr

Associate Manager
838 salaries
unlock blur

₹4.4 L/yr - ₹13.9 L/yr

CS Internet Associate
700 salaries
unlock blur

₹1.1 L/yr - ₹6 L/yr

Explore more salaries
Compare Sutherland Global Services with

Genpact

3.9
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