Upload Button Icon Add office photos
Engaged Employer

i

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

Suma Soft Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Suma Soft Interview Questions and Answers

Updated 26 Mar 2025

Suma Soft Interview Experiences

Popular Designations

46 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. String reversal
  • Q2. OOPS concepts, abstraction vs encapsulation. Query to get 2nd highest salary

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Software Engineer Trainee Interview Questions & Answers

user image abhijeet phadtare

posted on 18 Apr 2024

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

(1 Question)

  • Q1. Mostly they asking the basic questions on OOPS concept

Software Engineer Trainee Interview Questions asked at other Companies

Q1. Palindromic Linked List Problem Statement Given a singly linked list of integers, determine if it is a palindrome. Return true if it is a palindrome, otherwise return false. Example: Input: 1 -> 2 -> 3 -> 2 -> 1 -> NULL Outpu... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Technical 

(5 Questions)

  • Q1. It’s related to database
  • Q2. It’s reatared to linux
  • Q3. It’s related to architecture
  • Q4. It’s related to user management
  • Q5. It’s related to replication

Interview Preparation Tips

Interview preparation tips for other job seekers - Study on architecture

Database Admin Interview Questions asked at other Companies

Q1. What is the difference between classification and clustering in the context of database management systems?
View answer (1)

BPO Executive Interview Questions & Answers

user image Kajal Gajanan Indalakar

posted on 4 Sep 2024

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

I applied via Walk-in and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    Experienced BPO Executive with a strong background in customer service and team management.

    • Over 5 years of experience in the BPO industry

    • Skilled in managing large teams and ensuring high levels of customer satisfaction

    • Proficient in handling client escalations and resolving issues efficiently

    • Strong communication and interpersonal skills

    • Certified in Six Sigma for process improvement

  • Answered by AI
  • Q2. What is your skill
  • Ans. 

    My skill set includes strong communication, problem-solving, and multitasking abilities.

    • Excellent communication skills - able to effectively communicate with clients and team members

    • Strong problem-solving skills - able to analyze situations and come up with effective solutions

    • Ability to multitask - can handle multiple tasks simultaneously without compromising quality

    • Proficient in using various software and tools releva

  • Answered by AI

BPO Executive Interview Questions asked at other Companies

Q1. What is BPO and why it is important for the company?
View answer (4)

Suma Soft interview questions for popular designations

 Back Office Executive

 (8)

 Customer Service Executive

 (4)

 Software Engineer

 (3)

 MIS Executive

 (2)

 Associate Trainee

 (2)

 Customer Care Executive

 (2)

 Software Developer

 (2)

 BPO Executive

 (2)

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

I applied via Referral and was interviewed in Apr 2023. There were 5 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 - HR 

(1 Question)

  • Q1. Resume Screening
Round 3 - Technical 

(2 Questions)

  • Q1. Check your base knowledge regarding your position
  • Q2. Checking communication
Round 4 - One-on-one 

(1 Question)

  • Q1. Face to face manager round with knowledge checking
Round 5 - HR 

(1 Question)

  • Q1. Final discussion

MIS Executive Interview Questions asked at other Companies

Q1. HOW TO CREATING PIVOT TABLE IN EXCEL. HOW MANY PIVOT TABLES YOU WAS USING ON YOUR PREVIOUS ORGANISATION.
View answer (6)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected
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 

(3 Questions)

  • Q1. What is join? Expain in detail
  • Ans. 

    Join is a SQL operation used to combine rows from two or more tables based on a related column between them.

    • Join is used to retrieve data from multiple tables based on a related column.

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column;

  • Answered by AI
  • Q2. What is stored procedure
  • Ans. 

    Stored procedure is a set of SQL statements that are stored in the database and can be called by name to perform a specific task.

    • Stored procedures can improve performance by reducing network traffic and improving security.

    • They can be used to encapsulate business logic and provide a consistent interface to the database.

    • Stored procedures can accept parameters and return results like a function.

    • Examples: sp_GetCustomerByI

  • Answered by AI
  • Q3. What is like operator
  • Ans. 

    The like operator is used in SQL to search for a specified pattern in a column.

    • The like operator is used with the WHERE clause in a SQL statement

    • It allows for pattern matching using wildcard characters such as % (matches any sequence of characters) and _ (matches any single character)

    • Example: SELECT * FROM table_name WHERE column_name LIKE 'pattern%'

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Always prepare all concept
In sql and plsql property

Skills evaluated in this interview

Application Support Engineer Interview Questions asked at other Companies

Q1. what do you know about SQL , Unix , explain in brief
View answer (2)

Jobs at Suma Soft

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

I applied via Naukri.com and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is encapsulation in dot net
  • Ans. 

    Encapsulation in .NET is the concept of bundling data and methods that operate on the data into a single unit, known as a class.

    • Encapsulation helps in hiding the internal state of an object and restricting access to it.

    • It allows for better control over the data by preventing outside code from directly accessing or modifying it.

    • Access to the data is provided through methods, which can enforce validation rules or perform...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Skills evaluated in this interview

Junior Software Engineer Trainee Interview Questions asked at other Companies

Q1. What is java What is class and object What is abstraction What is inheritance What is polymorphism What is method overloading and overriding What is construct
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Sep 2023. There were 2 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 - HR 

(3 Questions)

  • Q1. Tell Me something About Yourself
  • Q2. Do you have any experience
  • Q3. Are you comfortable talk in english

Customer Care Executive Interview Questions asked at other Companies

Q1. What would you do if you win 1billion dollar lottey?
View answer (42)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Walk-in

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - HR 

(4 Questions)

  • Q1. Tell Something about yourself
  • Q2. What is your Qualification
  • Q3. Why do you want a job?
  • Q4. What Is Your Achievements ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't lose confidence you are your hero

Back Office Executive Interview Questions asked at other Companies

Q1. Which tools or software do you use to streamline processes and tasks?
View answer (2)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Tell about your best things

Customer Service Executive Interview Questions asked at other Companies

Q1. How u deal to the customer if he get non veg food instead of veg food ?
View answer (36)

Suma Soft Interview FAQs

How many rounds are there in Suma Soft interview?
Suma Soft interview process usually has 1-2 rounds. The most common rounds in the Suma Soft interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for Suma Soft 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 Suma Soft. The most common topics and skills that interviewers at Suma Soft expect are Communication Skills, Telesales, Outbound Sales, Javascript and Telecalling.
What are the top questions asked in Suma Soft interview?

Some of the top questions asked at the Suma Soft interview -

  1. what is StringBuffer and were is ...read more
  2. What is ArrayList where is u...read more
  3. What is generic how to decl...read more
How long is the Suma Soft interview process?

The duration of Suma Soft interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Suma Soft Interview Process

based on 42 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.6
 • 336 Interviews
CitiusTech Interview Questions
3.4
 • 271 Interviews
NeoSOFT Interview Questions
3.6
 • 264 Interviews
Tiger Analytics Interview Questions
3.7
 • 225 Interviews
Episource Interview Questions
3.9
 • 220 Interviews
Altimetrik Interview Questions
3.8
 • 218 Interviews
Incedo Interview Questions
3.1
 • 182 Interviews
Xoriant Interview Questions
4.1
 • 182 Interviews
View all

Suma Soft Reviews and Ratings

based on 525 reviews

3.6/5

Rating in categories

3.4

Skill development

3.4

Work-life balance

3.1

Salary

3.5

Job security

3.4

Company culture

2.9

Promotions

3.2

Work satisfaction

Explore 525 Reviews and Ratings
HR Fresher ,HR Experience

Pune

0-1 Yrs

Not Disclosed

Clinical Trial Team Lead

Pune

3-4 Yrs

₹ 2.8-4.5 LPA

Explore more jobs
Back Office Executive
248 salaries
unlock blur

₹0.9 L/yr - ₹3 L/yr

Software Engineer
148 salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Customer Care Executive
93 salaries
unlock blur

₹1 L/yr - ₹3.2 L/yr

Software Developer
88 salaries
unlock blur

₹2 L/yr - ₹8.6 L/yr

Sales Executive
71 salaries
unlock blur

₹1.4 L/yr - ₹3.6 L/yr

Explore more salaries
Compare Suma Soft with

ITC Infotech

3.6
Compare

CMS IT Services

3.1
Compare

KocharTech

3.9
Compare

Xoriant

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