Upload Button Icon Add office photos

Shriram Value Services

Compare button icon Compare button icon Compare

Filter interviews by

Shriram Value Services Interview Questions and Answers

Updated 9 Dec 2024

Shriram Value Services Interview Experiences

Popular Designations

3 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Written test .net basics questions and answers
  • Q2. Basics of .net framework
  • Q3. Boxing unboxing
Round 2 - HR 

(1 Question)

  • Q1. Tell about yourself AND SALARY DETAILS

Interview Preparation Tips

Interview preparation tips for other job seekers - It's nice company

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (223)

Analyst Interview Questions & Answers

user image Anonymous

posted on 9 Dec 2024

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

Normal CAT level questions

Interview Preparation Tips

Interview preparation tips for other job seekers - study all cat questions

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 + 7. Formula: F(n) = F(n-... read more
View answer (1)

I applied via Recruitment Consultant and was interviewed before May 2017. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. I was interviewed with technical + HR in single round. Mostly the first test is enough to get selected. In this round they will analyse for which domain you will suit.
  • Q2. General oops and SQL a lot.

Interview Preparation Tips

Round: Test
Experience: It was a set of 100 questions online. 80 questions in apps and 20 questions in c# (c# dotnet which I applied for). No negative marking.

General Tips: Should have a basic knowledge about c# oops. SQL is a integral part of the company programming, so they will ask any question in it. Must be confident in our answers.
Skills: C# oops, Problem Solving, Analytical Skills
Duration: <1 week

Software Engineer Trainee Interview Questions asked at other Companies

Q1. Palindromic Linked List Problem Statement Given a singly linked list of integers, determine if it is a palindrome. Return true if it is a palindrome, otherwise return false. Example: Input: 1 -&gt; 2 -&gt; 3 -&gt; 2 -&gt; 1 -&gt; NULL Outpu... read more
View answer (1)

Interview questions from similar companies

I applied via Approached by Company and was interviewed before Apr 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Technical interview with my primary skill set Where all details asked about technology And given one program to do using primary skill
Round 2 - HR 

(1 Question)

  • Q1. Salary Discussion Questions about why to change org And More specific to HR questions About yourself
Round 3 - Managiral 

(1 Question)

  • Q1. Question about last project work About Yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Company is growing with different skillset and domain

I applied via Naukri.com and was interviewed before Mar 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Difference between Hashtable and hashmap?
  • Ans. 

    Hashtable is synchronized while hashmap is not.

    • Hashtable is thread-safe while hashmap is not.

    • Hashtable does not allow null keys or values while hashmap allows one null key and multiple null values.

    • Hashtable is slower than hashmap due to synchronization.

    • Hashtable is a legacy class while hashmap is a newer implementation.

  • Answered by AI
  • Q2. Difference between hashmap and concurrent hashmap?
  • Ans. 

    Hashmap is not thread-safe while Concurrent Hashmap is thread-safe.

    • Hashmap is not suitable for multi-threaded environments as it can lead to race conditions and data inconsistencies.

    • Concurrent Hashmap allows multiple threads to access and modify the map concurrently without any data inconsistencies.

    • Concurrent Hashmap uses a technique called lock striping to achieve thread-safety.

    • Concurrent Hashmap is slower than Hashma...

  • Answered by AI
  • Q3. Jdbc step
  • Q4. Spring ioc

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was average they asked questions from core java spring hibernate... And so on..

Skills evaluated in this interview

I applied via Referral and was interviewed in Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Why do you want to join Incedo, what is your plan in future, explain your past experience with an example
  • Q2. Basic of capital market
  • Q3. Market capitalisation, capital market, derivatives, accounting knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - One should be more confident and should give prompt response

I applied via Campus Placement and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Standard Aptitude topics, 30 mins - 30 questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Case Study for how to design a data Lake ? standard questions - tell me about yourself, why us
  • Q2. Case Study for how to design a chess game

Interview Preparation Tips

Topics to prepare for Quantiphi Analytics Solutions Private Limited Intern interview:
  • SQL
  • Java
Interview preparation tips for other job seekers - Easy, They want to check for approach and ability of the candidate

Interview Questionnaire 

1 Question

  • Q1. Filters in Tableau,sql
  • Ans. 

    Filters in Tableau and SQL are used to narrow down data based on specific criteria.

    • Filters in Tableau can be applied to individual worksheets or the entire dashboard

    • SQL filters can be applied using the WHERE clause

    • Tableau filters can be based on dimensions or measures

    • SQL filters can be based on any column in the table

    • Tableau filters can be interactive, allowing users to adjust the criteria

    • SQL filters can be combined wi

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Sql,tableau,python, business understanding

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. 1. If you given a no return its corresponding excel no.
  • Ans. 

    Convert given no to corresponding excel no.

    • Excel no starts from 1 and goes up to 16384

    • Excel no is calculated using column and row numbers

    • For example, 1 corresponds to A, 27 corresponds to AA, 28 corresponds to AB, and so on

  • Answered by AI
  • Q2. 2. find unique character in a window of k size in a string
  • Ans. 

    Find unique characters in a window of k size in a string.

    • Use a sliding window approach.

    • Maintain a hash table to keep track of character frequency.

    • Remove characters from hash table as the window slides.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Communication is very important. Give your solution from brute force to optimal. Interviewer has tell me to write code of both questions in any programming language.

Skills evaluated in this interview

I applied via Referral and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. DS Questions 1. kth largest element. 2. Implement merge sort
  • Q2. Springboot basics, oops, collection api

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepeare DS well

Shriram Value Services Interview FAQs

How many rounds are there in Shriram Value Services interview?
Shriram Value Services interview process usually has 1-2 rounds. The most common rounds in the Shriram Value Services interview process are Technical, HR and Aptitude Test.
How to prepare for Shriram Value Services 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 Shriram Value Services. The most common topics and skills that interviewers at Shriram Value Services expect are Domestic BPO, Outbound Calling, Customer Service, Telugu and Kannada.
What are the top questions asked in Shriram Value Services interview?

Some of the top questions asked at the Shriram Value Services interview -

  1. I was interviewed with technical + HR in single round. Mostly the first test is...read more
  2. General oops and SQL a l...read more
  3. Written test .net basics questions and answ...read more

Tell us how to improve this page.

Shriram Value Services Interview Process

based on 5 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.6
 • 337 Interviews
CitiusTech Interview Questions
3.4
 • 273 Interviews
NeoSOFT Interview Questions
3.7
 • 268 Interviews
Tiger Analytics Interview Questions
3.7
 • 226 Interviews
Episource Interview Questions
3.9
 • 220 Interviews
Altimetrik Interview Questions
3.8
 • 219 Interviews
Xoriant Interview Questions
4.1
 • 183 Interviews
Incedo Interview Questions
3.1
 • 182 Interviews
View all

Shriram Value Services Reviews and Ratings

based on 258 reviews

3.9/5

Rating in categories

3.7

Skill development

3.6

Work-life balance

3.2

Salary

3.7

Job security

3.9

Company culture

3.7

Promotions

3.7

Work satisfaction

Explore 258 Reviews and Ratings
Software Engineer
38 salaries
unlock blur

₹1.8 L/yr - ₹5.5 L/yr

Customer Service Executive
37 salaries
unlock blur

₹1.2 L/yr - ₹2.7 L/yr

Associate Project Lead
27 salaries
unlock blur

₹4.4 L/yr - ₹5.1 L/yr

Senior Customer Service Executive
17 salaries
unlock blur

₹1.5 L/yr - ₹2.5 L/yr

Senior Software Engineer
17 salaries
unlock blur

₹3.1 L/yr - ₹7.5 L/yr

Explore more salaries
Compare Shriram Value Services with

ITC Infotech

3.6
Compare

CMS IT Services

3.1
Compare

KocharTech

3.9
Compare

Xoriant

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