Upload Button Icon Add office photos

SrinSoft Technologies

Compare button icon Compare button icon Compare

Filter interviews by

SrinSoft Technologies Middleware Administrator Interview Questions and Answers

Updated 31 Oct 2022

SrinSoft Technologies Middleware Administrator Interview Experiences

1 interview found

Round 1 - One-on-one 

(1 Question)

  • Q1. What is jboss default port?
  • Ans. 

    The default port for JBoss is 8080.

    • JBoss default port is used for HTTP traffic

    • It can be changed in the server configuration file

    • Other ports used by JBoss include 1099 for RMI and 4444 for JMX

    • Example: http://localhost:8080/myapp

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Explain about standalone and domain differences
  • Ans. 

    Standalone and domain are two different modes of running a middleware server.

    • Standalone mode runs a single server instance, while domain mode runs multiple server instances managed by a domain controller.

    • In standalone mode, configuration is done on the server instance itself, while in domain mode, configuration is done on the domain controller.

    • Standalone mode is suitable for small-scale deployments, while domain mode i...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - do not drop paper before getting offer. trust your instinct!!

Skills evaluated in this interview

Interview questions from similar companies

Software Engineer Interview Questions & Answers

EagleView user image SHAURYA AGRAWAL (RA2111030010009)

posted on 28 Sep 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

60min of aptitude and coding test

Round 2 - Coding Test 

2 questions on coding test

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

45 min 2 question on basic codeing

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

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

Round 1 - Coding Test 

Coding test are just basic Array and linkedList question

Round 2 - Technical 

(3 Questions)

  • Q1. Explain 4 pillar of oops
  • Ans. 

    The 4 pillars of OOP are Inheritance, Encapsulation, Abstraction, and Polymorphism.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Encapsulation restricts access to certain components of an object, protecting its integrity.

    • Abstraction hides complex implementation details and only shows the necessary features.

    • Polymorphism allows objects of different classes to be treated as objects of a

  • Answered by AI
  • Q2. Internal working of Hashmap
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to quickly retrieve values based on keys.

    • HashMap internally uses an array of linked lists to store key-value pairs.

    • When a key-value pair is added, the key is hashed to determine the index in the array where it will be stored.

    • If multiple keys hash to the same index, a linked list is used to handle collisions.

    • Retrieving a value involves hashing the ...

  • Answered by AI
  • Q3. Crud operation implementation
  • Ans. 

    Implementation of Create, Read, Update, and Delete operations in a software system.

    • Use SQL queries for database operations

    • Create separate functions for each operation

    • Handle errors and exceptions properly

    • Test thoroughly to ensure functionality

    • Consider security measures to prevent unauthorized access

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why are you chaning the organisation?
  • Ans. 

    Seeking new challenges and opportunities for growth.

    • Looking for a new environment to learn and develop new skills

    • Interested in working on different projects and technologies

    • Seeking better career advancement opportunities

    • Wanting to work in a more collaborative team environment

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Medium level

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Questions related to Java, Spring, Rest API
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic java collection questions
Round 2 - Technical 

(1 Question)

  • Q1. Spring boot basic questions
Round 3 - HR 

(1 Question)

  • Q1. Why should we hire you
  • Ans. 

    I have a strong technical background, proven track record of delivering high-quality software, and a passion for continuous learning and improvement.

    • I have a Bachelor's degree in Computer Science and X years of experience in software development.

    • I have successfully led multiple projects from conception to completion, delivering high-quality software on time and within budget.

    • I am proficient in a variety of programming ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not even apply

Assistant Manager Interview Questions & Answers

VDart user image Chakravarthy Namasivayam

posted on 16 Aug 2023

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

I applied via Walk-in and was interviewed before Aug 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 - HR 

(1 Question)

  • Q1. Brief explanation on our resume
Round 3 - Technical 

(2 Questions)

  • Q1. Finance background questions
  • Q2. Basic Journal entries
Round 4 - HR 

(1 Question)

  • Q1. Final level discussion

Interview Preparation Tips

Topics to prepare for VDart Assistant Manager interview:
  • Basic Accountacy
  • Corporate Communication
  • Email ettique
Interview preparation tips for other job seekers - Always give your answers in a polite manner with accuracy.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding Rount
DSA Round + Puzzle
SQL + Project Discussion
JS

Round 1 - Aptitude Test 

50 Questions in 1 hour

Round 2 - Coding Test 

Pattern and basic programming questions

Round 3 - Technical 

(1 Question)

  • Q1. Basic Java, SQL, and project-related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice place to work, the staff and the colleagues were very supportive and give importance to your decisions or choices.
Round 1 - Coding Test 

Simple String or list releted questions for Arranging a string some conditions wise

Round 2 - Technical 

(1 Question)

  • Q1. Count number after decimal value What is decorator What is abstraction in python
  • Ans. 

    To count number after decimal value in Python, use string manipulation or math module.

    • Use string manipulation to count number of digits after decimal point

    • Use math module to round off the number and then subtract the original number to get the digits after decimal point

    • Example: num = 3.14159, str_num = str(num), decimal_index = str_num.index('.') + 1, digits_after_decimal = len(str_num) - decimal_index

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Maily focus on logical Questions and Make any one Language proficient then you can give answer

SrinSoft Technologies Interview FAQs

How many rounds are there in SrinSoft Technologies Middleware Administrator interview?
SrinSoft Technologies interview process usually has 3 rounds. The most common rounds in the SrinSoft Technologies interview process are Resume Shortlist, One-on-one Round and Technical.
What are the top questions asked in SrinSoft Technologies Middleware Administrator interview?

Some of the top questions asked at the SrinSoft Technologies Middleware Administrator interview -

  1. explain about standalone and domain differen...read more
  2. what is jboss default po...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Equifax Interview Questions
3.3
 • 32 Interviews
VDart Interview Questions
4.1
 • 28 Interviews
DISYS Interview Questions
3.0
 • 27 Interviews
EagleView Interview Questions
3.3
 • 20 Interviews
View all
SrinSoft Technologies Middleware Administrator Salary
based on 10 salaries
₹2.9 L/yr - ₹10 L/yr
26% less than the average Middleware Administrator Salary in India
View more details

SrinSoft Technologies Middleware Administrator Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

3.0

Skill development

2.0

Work-life balance

4.0

Salary

2.0

Job security

2.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Programmer Analyst
89 salaries
unlock blur

₹3.5 L/yr - ₹13 L/yr

Software Developer
55 salaries
unlock blur

₹2.2 L/yr - ₹10 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
29 salaries
unlock blur

₹7 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.1
Compare
Did you find this page helpful?
Yes No
write
Share an Interview