Upload Button Icon Add office photos

Filter interviews by

Softsquare Software Trainee Interview Questions and Answers

Updated 16 Aug 2024

Softsquare Software Trainee Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Aug 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude questions and technical questions

Round 2 - Coding Test 

Given with 5 coding questions from arrays,strings,patterns and 2D arrays.

Round 3 - HR 

(2 Questions)

  • Q1. Introduce Yourself
  • Q2. Behavioural and Managerial questions
Round 4 - Technical 

(2 Questions)

  • Q1. What is Salesforce? products of salesforce
  • Ans. 

    Salesforce is a cloud-based customer relationship management (CRM) platform that helps businesses manage their sales, customer service, marketing, and more.

    • Salesforce offers a wide range of products including Sales Cloud, Service Cloud, Marketing Cloud, and Commerce Cloud.

    • Sales Cloud helps businesses track customer information and interactions.

    • Service Cloud allows businesses to provide excellent customer service and su...

  • Answered by AI
  • Q2. Quick sort and merge sort

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the topics from salesforce,Datastructures and algorithms,
questions related to dbms.Prepare well your resume

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was kind of difficult the coding part

Round 2 - Group Discussion 

They asked basic on going topic like impact of AI

Round 3 - Technical 

(3 Questions)

  • Q1. Very much complex questions on cloud, oops, python and networks
  • Q2. What is diffrent between linear and logestic regression
  • Ans. 

    Linear regression is used for predicting continuous values, while logistic regression is used for predicting binary outcomes.

    • Linear regression is used when the dependent variable is continuous and has a linear relationship with the independent variable.

    • Logistic regression is used when the dependent variable is binary or categorical and the relationship between the independent variables and the outcome is non-linear.

    • Lin...

  • Answered by AI
  • Q3. Certain questions on cloud

Interview Preparation Tips

Interview preparation tips for other job seekers - just prepare with all concepts you know from oops, os, networks and cloud
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was basic aptitude and reasoning

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at VIT Business School, Vellore and was interviewed in Mar 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Was moderate level and quite easy to solve

Round 2 - Coding Test 

Coding questions were basic and easy to solve

Round 3 - Technical 

(1 Question)

  • Q1. Concept based questions and also questions on the coding you written
Round 4 - HR 

(1 Question)

  • Q1. Nothing special about it was also quite easy only

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't panic and don't get nervous you will crack it easily
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at VIT Business School, Vellore and was interviewed in Mar 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Was moderate level and quite easy to solve

Round 2 - Coding Test 

Coding questions were basic and easy to solve

Round 3 - Technical 

(1 Question)

  • Q1. Concept based questions and also questions on the coding you written
Round 4 - HR 

(1 Question)

  • Q1. Nothing special about it was also quite easy only

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't panic and don't get nervous you will crack it easily
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Campus Placement and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

General aptitude test

Round 2 - Technical 

(2 Questions)

  • Q1. What is an array?
  • Ans. 

    An array is a data structure that stores a collection of elements of the same type in a contiguous memory location.

    • Arrays have a fixed size determined at the time of declaration.

    • Elements in an array are accessed using an index starting from 0.

    • Example: string[] names = {"Alice", "Bob", "Charlie"};

  • Answered by AI
  • Q2. What is selection sort.?
  • Ans. 

    Selection sort is a simple sorting algorithm that repeatedly selects the minimum element from an unsorted portion of the array and swaps it with the first unsorted element.

    • Iterate through the array to find the smallest element and swap it with the first element.

    • Repeat the process for the remaining unsorted portion of the array.

    • Time complexity of O(n^2) makes it inefficient for large datasets.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Group Discussion 

Discuss on a topic of current affairs

Round 2 - HR 

(1 Question)

  • Q1. About myself and tech interview on sql
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 2022. 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 

30 mins test with 15 questions for 5 mins for detecting pattern complete as much as possible 5 mins it is counted most for next round

Round 3 - Technical 

(1 Question)

  • Q1. Technical interview
Round 4 - One-on-one 

(1 Question)

  • Q1. One on one hr interview

Interview Questionnaire 

1 Question

  • Q1. Ask me regarding project, sql, cloud computing, computer network, python

Interview Preparation Tips

Interview preparation tips for other job seekers - The experience was awesome and interviewer is very friendly and the environment is very cool as well as after it's required to verify documents.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Dec 2021. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Easy and normalised questions only basics of aplitude& English grammar

Round 3 - HR 

(1 Question)

  • Q1. Some questions on technical and some aplitude. Family,bio,
Round 4 - Case Study 

Same as HR and tr easy only be confident at all time of iv

Round 5 - Technical 

(1 Question)

  • Q1. What is diff between c and c++ Any code can u type now
  • Ans. 

    C++ is an extension of C with object-oriented programming features.

    • C++ supports object-oriented programming while C does not.

    • C++ has classes and objects while C does not.

    • C++ has function overloading and operator overloading while C does not.

    • C++ has exception handling while C does not.

    • C++ supports namespaces while C does not.

    • C++ has a standard template library (STL) while C does not.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and practice more before the inv and get the chance

Skills evaluated in this interview

Softsquare Interview FAQs

How many rounds are there in Softsquare Software Trainee interview?
Softsquare interview process usually has 4 rounds. The most common rounds in the Softsquare interview process are Aptitude Test, Coding Test and HR.
What are the top questions asked in Softsquare Software Trainee interview?

Some of the top questions asked at the Softsquare Software Trainee interview -

  1. What is Salesforce? products of salesfo...read more
  2. Behavioural and Managerial questi...read more
  3. Quick sort and merge s...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Softsquare interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Salesforce Developer
33 salaries
unlock blur

₹4 L/yr - ₹9.4 L/yr

Software Developer
11 salaries
unlock blur

₹3 L/yr - ₹11.4 L/yr

Technical Lead
11 salaries
unlock blur

₹8 L/yr - ₹22 L/yr

Software Engineer
9 salaries
unlock blur

₹3 L/yr - ₹6.5 L/yr

Senior Salesforce Developer
6 salaries
unlock blur

₹6.5 L/yr - ₹16 L/yr

Explore more salaries
Compare Softsquare with

Infosys

3.7
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview