Upload Button Icon Add office photos

Filter interviews by

SrinSoft Technologies Software Engineer Trainee Interview Questions and Answers

Updated 10 Sep 2024

SrinSoft Technologies Software Engineer Trainee Interview Experiences

1 interview found

Software Engineer Trainee Interview Questions & Answers

user image Karthick Selvavinayagam

posted on 10 Sep 2024

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

Normal questions aptitude questions

Round 2 - HR 

(1 Question)

  • Q1. Oops concepts and paradigms
  • Ans. 

    Oops concepts and paradigms are fundamental principles in object-oriented programming.

    • Object-oriented programming (OOP) is a programming paradigm based on the concept of objects, which can contain data in the form of fields (attributes) and code in the form of procedures (methods).

    • OOP concepts include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation is the bundling of data with the methods that o...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Different between list and array
  • Ans. 

    Arrays have fixed size, while lists can dynamically resize. Arrays store elements of the same data type, while lists can store different data types.

    • Arrays have a fixed size, while lists can dynamically resize.

    • Arrays store elements of the same data type, while lists can store different data types.

    • Arrays are accessed by index, while lists are accessed by iterators or positions.

    • Arrays are faster for accessing elements, wh...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

Interview Questionnaire 

3 Questions

  • Q1. The three programming questions were asked in the technical interview.
  • Q2. How to find the year is leap or not using single if condition.
  • Ans. 

    To find leap year using single if condition

    • Check if year is divisible by 4 and not divisible by 100

    • Or check if year is divisible by 400

    • If either of the above conditions is true, then it's a leap year

  • Answered by AI
  • Q3. How to find the reverse of a string of a particular order seperated by dots.
  • Ans. 

    To reverse a string of a particular order separated by dots, split the string into an array, reverse the array, and join it back into a string.

    • Split the string using the dot separator

    • Reverse the resulting array

    • Join the array back into a string using the dot separator

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - You need to understand the basic coding concepts.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Naukri.com and was interviewed in Sep 2024. There were 5 interview rounds.

Round 1 - Coding Test 

Leetcode easy level questions

Round 2 - Technical 

(1 Question)

  • Q1. Eliminate subsequent repetitions in a string
  • Ans. 

    Remove subsequent repetitions in a string

    • Iterate through the string and compare each character with the next one

    • If they are the same, remove the repetition by shifting the characters to the left

    • Repeat this process until all repetitions are eliminated

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Behavioral questions asked by Delivery Manager
Round 4 - Client Interview 

(1 Question)

  • Q1. Behavioral round and past experience
Round 5 - Client Interview 

(2 Questions)

  • Q1. Design a URL shortener
  • Ans. 

    A URL shortener is a tool that takes a long URL and generates a shorter, more manageable link.

    • Generate a unique short code for each long URL

    • Store the mapping between short code and long URL in a database

    • Redirect users from short URL to original long URL when accessed

  • Answered by AI
  • Q2. Write unit test for a sevice class
  • Ans. 

    Unit test for a service class

    • Create a test class for the service class

    • Mock any dependencies of the service class

    • Write test methods to cover different scenarios

    • Use assertions to verify the expected outcomes

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The fifth client technical interview went on for at least 2 hours. I was not shortlisted after 5 rounds of interview. The HR recruiter didn't inform this decision even after multiple follow-ups by call.

Skills evaluated in this interview

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

I applied via campus placement at Army Institute of Technology, Pune and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

There was a coding round and out of 75 students 28 got selected for next round

Round 2 - Technical 

(2 Questions)

  • Q1. Total on resume and basic coding questions like write code for different sorting algorithms.
  • Q2. Explain your project in detail and asking cross questions regarding project.
Round 3 - Technical 

(1 Question)

  • Q1. I was rejected in round 2.

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through your resume thoroughly, and have a basic DSA knowledge.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. I am interested but I am fasher
  • Q2. I am interested but I am fasher

Interview Preparation Tips

Interview preparation tips for other job seekers - I am interested but I am fasher
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Coding Test 

2 DSA question was asked

Round 2 - Aptitude Test 

40 questions in 20 minutes

Round 3 - Technical 

(2 Questions)

  • Q1. Stones games 2 leetcode
  • Q2. Permutations of array
  • Ans. 

    Generate all possible permutations of an array of strings

    • Use recursion to generate permutations

    • Swap elements to create different permutations

    • Base case: when array size is 1, return array as permutation

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Project discussion

Skills evaluated in this interview

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

I applied via campus placement at Jagan Institute of Management Studies (JIMS) and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. A Lot of OOPS and Virtual concept
  • Q2. Basic SQL till joins
  • Q3. Java script medium
  • Q4. C# oops output based

Interview Preparation Tips

Topics to prepare for Indus Valley Partners Associate Software Engineer interview:
  • OOPS
  • C#
  • Javascript
  • SQL
Interview preparation tips for other job seekers - Learn OOPS, Learn DBMS and practice SQL queries a lot and DSA till Linked list
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic to medium questions related to DotNet Core MVC, SQL Server, etc
Round 2 - Technical 

(1 Question)

  • Q1. Completely unprofessional behavior of the interviewer. - No Introduction Direct start asking questions. - Asking too many misleading questions (First ask what you worked on, then ask did you heard about th...
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via campus placement at ABES Engineering College, Ghaziabad and was interviewed in Feb 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

They have 4 round total. In first round they take online Aptitide test in college labs.Aptitude topics are (Mcq on C,Java,C++ and quantitative aptitude,logical e.t.c), All rounds are Elimination round.

Round 2 - Coding Test 

In 2nd Round they take coding test on your college systems.They don't have their plateform.You have to write code on any offline compiler.Coding question are based on linkedlist,array,string,hashmap only.They give 3 coding question if you solve 2 , you will be selected for next round.
Ques1: given an array of string and their frequency , find the string which have duplicate frequency.
Ques2: Find if an array contain any non empty subarray of zero sum in an array.
Ques 3: Find the string is isomorphic or Not.

Round 3 - Technical 

(4 Questions)

  • Q1. In 3rd Round they ask question form your preferred programming language,Sql queries and basic dsa question like find cycle in linked list.
  • Q2. What is Diff between static and final keyword in java
  • Q3. How hashmap internally worked
  • Q4. Find cycle in linkedlist
Round 4 - Technical 

(4 Questions)

  • Q1. The 4th round is Technical+Hr, They asked question about your tech stack, project and they go deep in the concept so prepare accordingly.
  • Q2. What is diff between jvm, jre, jdk
  • Q3. What is Springboot rest api
  • Q4. What is polymorphism and interface , what is difference between interface and abstract class
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Go Lang related questions
  • Q2. System architecture

SrinSoft Technologies Interview FAQs

How many rounds are there in SrinSoft Technologies Software Engineer Trainee interview?
SrinSoft Technologies interview process usually has 3 rounds. The most common rounds in the SrinSoft Technologies interview process are Aptitude Test, HR and Technical.
What are the top questions asked in SrinSoft Technologies Software Engineer Trainee interview?

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

  1. Different between list and ar...read more
  2. Oops concepts and paradi...read more

Tell us how to improve this page.

SrinSoft Technologies Software Engineer Trainee Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Programmer Analyst
89 salaries
unlock blur

₹3.5 L/yr - ₹12.5 L/yr

Design Engineer
39 salaries
unlock blur

₹2 L/yr - ₹7.2 L/yr

Junior Programmer Analyst
39 salaries
unlock blur

₹1.8 L/yr - ₹6 L/yr

Senior Programmer Analyst
32 salaries
unlock blur

₹6.1 L/yr - ₹17 L/yr

BIM Engineer
25 salaries
unlock blur

₹2.3 L/yr - ₹5 L/yr

Explore more salaries
Compare SrinSoft Technologies with

Infosys

3.7
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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