Upload Button Icon Add office photos

Filter interviews by

SR Solutions Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. SSRF vs CSRF, impact of csrf
  • Ans. 

    SSRF allows attackers to access internal resources, while CSRF allows attackers to perform actions on behalf of a user.

    • SSRF (Server-Side Request Forgery) allows attackers to make requests on behalf of the server, potentially accessing internal resources.

    • CSRF (Cross-Site Request Forgery) allows attackers to perform actions on a website on behalf of a user without their consent.

    • CSRF attacks can lead to unauthorized actio...

  • Answered by AI
  • Q2. XSS and type of xss
  • Ans. 

    XSS stands for Cross-Site Scripting, a type of security vulnerability that allows attackers to inject malicious scripts into web pages.

    • XSS allows attackers to execute scripts in the victim's browser, potentially stealing sensitive information or performing actions on behalf of the victim.

    • Types of XSS include reflected XSS, stored XSS, and DOM-based XSS.

    • Reflected XSS occurs when user input is immediately returned to the...

  • Answered by AI
  • Q3. LFI and RFI and mitigation of both
  • Q4. Dom Based XSS and mitigation
  • Q5. Session mgnt , hijaking, handling

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare with owasp top 10 vulnerabilities and tranding security vunerabilities
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Mathematical questions similar to CAT DILR

Round 2 - Technical 

(1 Question)

  • Q1. Breakeven analysis for term life insurance policy
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What design pattern you usually used?
  • Ans. 

    I usually use the MVC (Model-View-Controller) design pattern in my projects.

    • Separates the application into three main components: Model (data), View (UI), and Controller (logic)

    • Promotes code reusability, modularity, and maintainability

    • Examples: Laravel framework in PHP, Spring framework in Java

  • Answered by AI
  • Q2. What is the difference between array and arraylist
  • Ans. 

    Array is a fixed-size data structure while ArrayList is a dynamic-size data structure in Java.

    • Array is a fixed-size collection of elements of the same data type, while ArrayList is a dynamic-size collection that can grow or shrink.

    • Arrays can store primitive data types and objects, while ArrayList can only store objects.

    • Arrays require a specified size during initialization, while ArrayList can dynamically resize itself.

    • ...

  • Answered by AI

Skills evaluated in this interview

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

Basic ques on speed distance

Round 2 - Coding Test 

Easy level question based on DSA

Round 3 - One-on-one 

(4 Questions)

  • Q1. What is contructor
  • Ans. 

    A constructor is a special type of method in a class that is automatically called when an object of that class is created.

    • Constructors have the same name as the class they belong to

    • They are used to initialize the object's state

    • Constructors can have parameters to customize the initialization process

  • Answered by AI
  • Q2. What is deadlock
  • Ans. 

    Deadlock is a situation in which two or more processes are unable to proceed because each is waiting for the other to release a resource.

    • Occurs in multitasking environments

    • Caused by a circular wait, hold and wait, no preemption, and mutual exclusion

    • Examples include two processes waiting for each other to release a lock or resource

  • Answered by AI
  • Q3. Threads in java
  • Ans. 

    Threads in Java allow for concurrent execution of multiple tasks within a single program.

    • Threads are lightweight sub-processes within a program.

    • They allow for parallel execution of tasks, improving performance.

    • Java provides built-in support for creating and managing threads using the Thread class.

    • Example: Creating a new thread - Thread myThread = new Thread(() -> { // task to be executed });

    • Example: Starting a thread -

  • Answered by AI
  • Q4. Diff between string builder an buffer
  • Ans. 

    String Builder is mutable, String Buffer is synchronized.

    • String Builder is faster as it is not synchronized.

    • String Buffer is thread-safe, String Builder is not.

    • String Builder should be used in single-threaded environments, String Buffer in multi-threaded.

    • Example: StringBuilder sb = new StringBuilder(); StringBuffer buff = new StringBuffer();

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

(1 Question)

  • Q1. Based on Resume

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Costing and Taxation Knowledge
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected

I applied via Walk-in

Round 1 - HR 

(2 Questions)

  • Q1. My job profile and work experience
  • Q2. Product

Interview Preparation Tips

Interview preparation tips for other job seekers - Nathing advice all good for this organisation
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Risks in Hiring process?
  • Ans. 

    Risks in hiring process include making a poor cultural fit, hiring unqualified candidates, and potential legal issues.

    • Poor cultural fit can lead to decreased morale and productivity

    • Hiring unqualified candidates can result in poor performance and high turnover rates

    • Potential legal issues such as discrimination or wrongful termination can lead to costly lawsuits

  • Answered by AI
  • Q2. Tell me about yourself
  • Ans. 

    I am a dedicated and hardworking individual with a passion for accounting and finance.

    • Completed Bachelor's degree in Accounting

    • Currently pursuing CPA certification

    • Interned at a local accounting firm for 1 year

    • Proficient in Microsoft Excel and QuickBooks

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Prepaid expenses entry
  • Q2. Basic accounting question
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Middleware and SQL Tunnig
  • Q2. C# Program
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

In aptitude test alltype of Questions are asked

Round 2 - One-on-one 

(2 Questions)

  • Q1. Relavant Question are asked
  • Q2. Relavent questions are asked
Round 3 - HR 

(1 Question)

  • Q1. Basic and relavent Question asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company for freshers..
All seniors employees are very supportive at the time of interview sessions

SR Solutions Interview FAQs

How to prepare for SR Solutions 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 SR Solutions. The most common topics and skills that interviewers at SR Solutions expect are Accounts Receivable, Nortel, Test Cases, HR MIS and Oracle SQL.

Tell us how to improve this page.

Interview Questions from Similar Companies

RGN Price Interview Questions
3.7
 • 5 Interviews
Dhiva Interview Questions
3.6
 • 3 Interviews
Rabobank Interview Questions
4.2
 • 2 Interviews
Kpk Faserv Interview Questions
3.6
 • 1 Interview
Nano Nino Interview Questions
3.9
 • 1 Interview
CIMB Group Interview Questions
3.7
 • 1 Interview
View all

SR Solutions Reviews and Ratings

based on 10 reviews

3.3/5

Rating in categories

3.3

Skill development

3.4

Work-Life balance

3.2

Salary & Benefits

3.2

Job Security

3.3

Company culture

3.0

Promotions/Appraisal

3.2

Work Satisfaction

Explore 10 Reviews and Ratings
Executive Accountant
5 salaries
unlock blur

₹1.2 L/yr - ₹3.5 L/yr

HR Recruiter
4 salaries
unlock blur

₹2 L/yr - ₹2.5 L/yr

Team Lead
4 salaries
unlock blur

₹1.5 L/yr - ₹5.1 L/yr

Senior Product Manager
4 salaries
unlock blur

₹23.5 L/yr - ₹27.5 L/yr

Customer Service Executive
3 salaries
unlock blur

₹1.8 L/yr - ₹2 L/yr

Explore more salaries
Compare SR Solutions with

Mahajan & Aibara

3.6
Compare

RGN Price

3.7
Compare

Brio Technologies

4.3
Compare

Snware Research Services

2.8
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