Upload Button Icon Add office photos

SrinSoft Technologies

Compare button icon Compare button icon Compare

Filter interviews by

SrinSoft Technologies Trainee Interview Questions and Answers

Updated 15 Oct 2022

SrinSoft Technologies Trainee Interview Experiences

1 interview found

Trainee Interview Questions & Answers

user image Anonymous

posted on 15 Oct 2022

I applied via Campus Placement and was interviewed in Sep 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 

There will be a test you have have to crack it first

Round 3 - Group Discussion 

They will take randomly some members and make a group and will say a topic based on that topic we have discuss among us

Round 4 - Technical 

(2 Questions)

  • Q1. In technical round i strong belive that our confidence plays a major part in technical round and you should be aware og some technical questions
  • Q2. What is case in pega
  • Ans. 

    Case in Pega refers to a specific instance of a work item or task that needs to be completed.

    • Cases are created when a user submits a request or when an automated process triggers a new case.

    • Each case has a unique ID and contains all the information and data related to that specific task.

    • Cases can be tracked and managed through Pega's Case Management tools.

    • Examples of cases include customer service requests, insurance c

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - you have to be very confident and our dressing sense will also play a major part

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - HR 

(2 Questions)

  • Q1. About my self and experience
  • Q2. About my hobbies
Round 3 - Technical 

(2 Questions)

  • Q1. Document verify
  • Q2. Tel about my favorite topic
  • Ans. 

    My favorite topic is artificial intelligence and its impact on society.

    • AI has revolutionized various industries such as healthcare, finance, and transportation

    • Ethical considerations surrounding AI development and deployment are crucial

    • AI has the potential to both improve and disrupt society in significant ways

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - manager round 0ne to one and telling about my experience

I applied via Naukri.com and was interviewed before Sep 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Introduce yourself and explain your carrier
  • Q2. B. Tech with 11 years of experience on Linux Administration/Devops/Ansible/Puppet/Cloud administration/ AWS/Openstack

Interview Preparation Tips

Interview preparation tips for other job seekers - go with confidence and you can crack the interview
Interview experience
5
Excellent
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 - HR 

(1 Question)

  • Q1. Previous year experience
Round 3 - One-on-one 

(1 Question)

  • Q1. Type of value added to the company
  • Ans. 

    I add value to the company by leveraging my skills and experience to drive growth, improve efficiency, and enhance overall performance.

    • Implementing cost-saving initiatives

    • Developing innovative solutions to challenges

    • Improving processes and workflows

    • Increasing revenue through strategic partnerships

    • Enhancing customer satisfaction and retention

  • Answered by AI

Associate Interview Questions & Answers

VDart user image Nitharsana Natarajan

posted on 21 Aug 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

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

(1 Question)

  • Q1. Tell about my self and experience
Round 3 - One-on-one 

(1 Question)

  • Q1. Telling about myself and my experience with my manager
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Moderate to easy will get through easily

Round 2 - Assignment 

Based on the degreee

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

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

Round 1 - Case Study 

There were 3 rounds for data science consultant position at Equifax. 1st round consists of Python and SQL questions and also in this round they have tested analytical thinking as well.

Round 2 - Coding Test 

In 2nd round they have asked me questions from my resume and asked me to explain the projects which I have worked on in previous company. In this round they have asked me pandas related questions and asked me write code.

Round 3 - Behavioral 

(1 Question)

  • Q1. In Managerial round again here I have been asked questions related my projects. and no coding round in this stage.

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on Python, SQL, Analytical thinking, Statistics and pandas.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

On python and sql coding.they ask simple to complex questions

Round 2 - Technical 

(1 Question)

  • Q1. On data science machine learning

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What languages do you know? Asked about the project I did and various clarification questions on that.
  • Q2. What are various assumption you made while implementing this project.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Feb 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 - One-on-one 

(2 Questions)

  • Q1. What is Tuples? How do you convert a string to a tuple?
  • Ans. 

    Tuples are immutable sequences of elements. A string can be converted to a tuple using the tuple() function.

    • Tuples are similar to lists but are immutable

    • Elements of a tuple are enclosed in parentheses ()

    • A string can be converted to a tuple using the tuple() function

    • Each character in the string becomes an element in the tuple

  • Answered by AI
  • Q2. What is Left Join? Show one Left join for 2 data frames on Python
  • Ans. 

    Left join is a type of join operation in SQL that returns all the rows from the left table and matching rows from the right table.

    • Left join is performed using the 'left join' keyword in SQL

    • In Python, left join can be performed using the 'merge' function from the pandas library

    • Syntax: pd.merge(left_dataframe, right_dataframe, how='left', on='key_column')

    • Example: pd.merge(df1, df2, how='left', on='id')

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prep the Basics of Python, as most questions are on the basics concepts.

Skills evaluated in this interview

SrinSoft Technologies Interview FAQs

How many rounds are there in SrinSoft Technologies Trainee interview?
SrinSoft Technologies interview process usually has 4 rounds. The most common rounds in the SrinSoft Technologies interview process are Resume Shortlist, Aptitude Test and Group Discussion.
How to prepare for SrinSoft Technologies Trainee 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 SrinSoft Technologies. The most common topics and skills that interviewers at SrinSoft Technologies expect are AutoCAD, 3Ds Max, Architecture, Civil and Mechanical Engineering.
What are the top questions asked in SrinSoft Technologies Trainee interview?

Some of the top questions asked at the SrinSoft Technologies Trainee interview -

  1. what is case in p...read more
  2. in technical round i strong belive that our confidence plays a major part in te...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Equifax Interview Questions
3.3
 • 32 Interviews
DISYS Interview Questions
3.0
 • 27 Interviews
VDart Interview Questions
4.0
 • 27 Interviews
EagleView Interview Questions
3.3
 • 20 Interviews
View all
SrinSoft Technologies Trainee Salary
based on 8 salaries
₹1.8 L/yr - ₹3 L/yr
9% less than the average Trainee Salary in India
View more details

SrinSoft Technologies Trainee Reviews and Ratings

based on 4 reviews

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 4 Reviews and Ratings
Programmer Analyst
90 salaries
unlock blur

₹3.5 L/yr - ₹12.4 L/yr

Software Developer
40 salaries
unlock blur

₹4 L/yr - ₹10.5 L/yr

Junior Programmer Analyst
40 salaries
unlock blur

₹1.8 L/yr - ₹6 L/yr

Design Engineer
39 salaries
unlock blur

₹2 L/yr - ₹7.2 L/yr

Senior Programmer Analyst
31 salaries
unlock blur

₹6.1 L/yr - ₹17 L/yr

Explore more salaries
Compare SrinSoft Technologies with

Saama Technologies

3.7
Compare

Jumio

3.7
Compare

DISYS

3.0
Compare

Data-Core Systems

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