Upload Button Icon Add office photos

Filter interviews by

Shriram Group Web Developer Interview Questions and Answers

Updated 22 Nov 2022

Shriram Group Web Developer Interview Experiences

1 interview found

Web Developer Interview Questions & Answers

user image Anonymous

posted on 22 Nov 2022

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

I applied via Company Website and was interviewed in Oct 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Induces your self 

(3 Questions)

  • Q1. What is a Java and how many types are there
  • Ans. 

    Java is a high-level programming language used for developing applications. There are four types of Java: Java SE, Java EE, Java ME, and JavaFX.

    • Java is an object-oriented language.

    • Java SE (Standard Edition) is used for general-purpose development.

    • Java EE (Enterprise Edition) is used for developing enterprise applications.

    • Java ME (Micro Edition) is used for developing applications for small devices.

    • JavaFX is used for cr...

  • Answered by AI
  • Q2. Tell the permitted Java type
  • Ans. 

    The permitted Java types include primitive types (int, double, boolean, etc.) and reference types (String, Object, etc.)

    • Primitive types are predefined in Java and start with a lowercase letter (e.g., int, double)

    • Reference types are created using classes, interfaces, or arrays (e.g., String, Object, int[])

    • Java also supports autoboxing, which allows primitive types to be used as reference types (e.g., Integer, Double)

  • Answered by AI
  • Q3. Tell the Java coding
  • Ans. 

    Java is a popular programming language used for developing web applications and software.

    • Java is an object-oriented language

    • It is platform-independent

    • Java code is compiled into bytecode

    • Java has a vast library of pre-built classes and methods

    • Java is used for developing Android apps

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Shriram Group Web Developer interview:
  • Html5
Interview preparation tips for other job seekers - This is helpful and I improve myself
This is a great

Skills evaluated in this interview

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Check palindrome , anagram of string with O(n)
  • Ans. 

    To check palindrome and anagram of a string with O(n), use a hash table to store character frequencies.

    • Create a hash table to store the frequency of each character in the string.

    • For palindrome, check that no more than one character has an odd frequency.

    • For anagram, compare the hash tables of the two strings.

    • If the hash tables are equal, the strings are anagrams.

    • If the hash tables differ by only one character, the strin...

  • Answered by AI
  • Q2. Optimized solutions and core principles applied in OOPS
  • Ans. 

    Optimized solutions and core principles applied in OOPS

    • Encapsulation, Inheritance, Polymorphism, Abstraction are core principles of OOPS

    • Optimized solutions can be achieved through efficient algorithms and data structures

    • Design patterns like Singleton, Factory, Observer can also be used for optimized solutions

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They are looking for best possible solutions. and they are not using that in project then also they ask

Skills evaluated in this interview

I applied via Company Website and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Reason for job switch. Reason for role switch. Technical role related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and go with a smile. Do try to connect with the interviewer on a personal level. Know everything about your CV perfectly because they won’t go much beyond that. Be prepared for your new role related questions about how your current skills are transferable to your new job.

I appeared for an interview before May 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 45 Minutes
Round difficulty - Hard

  • Q1. 

    Find the Duplicate Number Problem Statement

    Given an integer array 'ARR' of size 'N' containing numbers from 0 to (N - 2). Each number appears at least once, and there is one number that appears twice. Yo...

  • Ans. 

    Find the duplicate number in an integer array containing numbers from 0 to (N - 2).

    • Iterate through the array and keep track of the frequency of each number using a hashmap.

    • Return the number that appears twice in the array.

    • The duplicate number is always present in the given array.

  • Answered by AI
Round 2 - Coding Test 

(1 Question)

Round duration - 50 Minutes
Round difficulty - Easy

  • Q1. 

    Bubble Sort Problem Statement

    Sort an unsorted array of non-negative integers using the Bubble Sort algorithm, which swaps adjacent elements if they are not in the correct order to sort the array in non-d...

  • Ans. 

    Bubble Sort is used to sort an array of non-negative integers in non-decreasing order by swapping adjacent elements if they are not in the correct order.

    • Iterate through the array and compare adjacent elements, swapping them if they are in the wrong order.

    • Repeat this process until the array is sorted in non-decreasing order.

    • Time complexity of Bubble Sort is O(n^2) in worst case.

    • Example: For input [6, 2, 8, 4, 10], the o

  • Answered by AI
Round 3 - Coding Test 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

  • Q1. 

    Unweighted Graph Shortest Path Problem

    You are tasked with finding the shortest path between two houses in the city of Ninjaland, represented as an unweighted graph. The city has N houses numbered from 1 ...

  • Ans. 

    Find the shortest path between two houses in a city represented as an unweighted graph.

    • Use breadth-first search (BFS) algorithm to find the shortest path in an unweighted graph.

    • Start BFS from the source house and keep track of the shortest path to each house.

    • Once the destination house is reached, backtrack to find the shortest path.

    • Consider using a queue data structure to implement BFS efficiently.

  • Answered by AI
Round 4 - HR 

Round duration - 60 Minutes
Round difficulty - Easy

Interview Preparation Tips

Eligibility criteria7Morgan Stanley interview preparation:Topics to prepare for the interview - Java , spring, aws,azure, Algorithm, computer Architecture, compiler designTime required to prepare for the interview - 6 MonthsInterview preparation tips for other job seekers

Tip 1 : online resources
Tip 2 : cracking the coding interview by Gayle laykemann this is one of the best book for learning the concept at the initial level. Start practicing the approaches mention in the book once done apply the same to similar level pattern questions.
Tip 3 : geeks for geeks start from school level and then move towards easy medium and hard once done practice the previous year questions

Application resume tips for other job seekers

Tip 1 : precise clear concise and well written 
Tip 2 : mentions the skills sets along with the projects

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Jun 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic react
  • Q2. Basic javascript

Interview Preparation Tips

Interview preparation tips for other job seekers - Know the technology u use including all the basic stuff and technical names of it

I applied via Approached by Company and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Questions related to tech stack and easy or medium difficulty questions on problem solving. Based on experience you may asked a simple system design question.

Interview Preparation Tips

Topics to prepare for JPMorgan Chase & Co. Associate interview:
  • Java
  • Spring
  • Spring Boot
  • Microservices
Interview preparation tips for other job seekers - Prepare questions based on tech stack for which applying. e.g. Java, Spring, Spring boot, Microservices, Sql.
Easy to medium difficulty question on problem solving.
Be prepared for simple system design problems based on experience.

I appeared for an interview before Nov 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

It was in the evening at about 7 pm. The test platform was quite user friendly and easy to use.
There were 3 sections in test. One was logical ability, second was english, third was coding 
Questions were of medium difficulty.

  • Q1. 

    Ways To Make Coin Change

    Given an infinite supply of coins of varying denominations, determine the total number of ways to make change for a specified value using these coins. If it's not possible to make...

  • Ans. 

    The task is to find the total number of ways to make change for a specified value using given denominations.

    • Use dynamic programming to solve this problem efficiently.

    • Create a 1D array to store the number of ways to make change for each value from 0 to the target value.

    • Iterate through the denominations and update the array based on the current denomination.

    • The final answer will be the value at the target index of the ar

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 30 Minutes
Round difficulty - Medium

It was a 30 minute interview. In which I was provided with questions on data structures and algorithms to check my problem solving skills.

  • Q1. 

    Non-Decreasing Array Problem Statement

    Given an integer array ARR of size N, determine if it can be transformed into a non-decreasing array by modifying at most one element.

    An array is defined as non-de...

  • Ans. 

    Determine if an array can be transformed into a non-decreasing array by modifying at most one element.

    • Iterate through the array and check if there are more than one decreasing elements.

    • If there is only one decreasing element, check if modifying it can make the array non-decreasing.

    • Return true if the array can be made non-decreasing by modifying at most one element, otherwise false.

  • Answered by AI
Round 3 - Face to Face 

Round duration - 40 Minutes
Round difficulty - Medium

In this round , interviewer discussed about my resume. As I had done a internship in sql and database so he asked me questions related to dbms and sql queries.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in PuneEligibility criteriaAbove 7.5 cgpaCiti Bank interview preparation:Topics to prepare for the interview - Data structures, oops, algorithms, operating system, dbms, pointers, dynamic programmingTime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : practice data structures and algorithms thoroughly
Tip 2 : do atleast 2 project
Tip 3 : maintain a decent cgpa (above 8.5)

Application resume tips for other job seekers

Tip 1 : write all your academic achievements on resume
Tip 2 : do not write false things in resume
Tip 3 : be thorough with your resume

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. What's your name

I applied via Referral and was interviewed before Aug 2020. There was 1 interview round.

Interview Questionnaire 

12 Questions

  • Q1. Why do you want to switch?
  • Q2. What caused the 2008 financial crisis?
  • Ans. 

    The 2008 financial crisis was caused by a combination of factors including subprime mortgages, risky investments, and lack of regulation.

    • Subprime mortgages were given to borrowers who were not creditworthy and could not afford to repay the loans.

    • These mortgages were then bundled together and sold as securities to investors, who were not aware of the high risk involved.

    • Investment banks also made risky investments and us...

  • Answered by AI
  • Q3. What are the different types of risks associated with a bond?
  • Ans. 

    Different types of risks associated with a bond

    • Interest rate risk - changes in interest rates affect bond prices

    • Credit risk - risk of default by the issuer

    • Inflation risk - risk of loss of purchasing power due to inflation

    • Liquidity risk - risk of not being able to sell the bond when needed

    • Call risk - risk of the issuer calling back the bond before maturity

    • Reinvestment risk - risk of not being able to reinvest the coupon...

  • Answered by AI
  • Q4. How do you price a bond?
  • Ans. 

    To price a bond, calculate the present value of its future cash flows.

    • Determine the bond's face value, coupon rate, and maturity date.

    • Calculate the bond's yield to maturity.

    • Use the yield to maturity to discount the bond's future cash flows.

    • Add up the present values of the cash flows to get the bond's price.

    • Consider any additional factors that may affect the bond's price, such as credit risk or call provisions.

  • Answered by AI
  • Q5. How do you price an option?
  • Ans. 

    Option pricing involves calculating the value of an option based on various factors.

    • The current price of the underlying asset is a key factor in option pricing.

    • Volatility of the underlying asset also plays a significant role.

    • Time to expiration, interest rates, and strike price are other important factors.

    • Various models such as Black-Scholes and binomial models are used to price options.

    • Option pricing can be complex and...

  • Answered by AI
  • Q6. What is duration?
  • Ans. 

    Duration is the length of time something takes to complete.

    • Duration can be measured in seconds, minutes, hours, days, etc.

    • It is often used to describe the length of a movie, song, or event.

    • In project management, duration refers to the amount of time a task or project will take to complete.

    • Duration can also refer to the length of time a medical treatment or medication should be taken.

    • It is important to consider duration

  • Answered by AI
  • Q7. Will duration be greater for a fixed rate bond or a floating rate bond?
  • Ans. 

    Duration will be greater for a fixed rate bond.

    • Fixed rate bonds have a longer duration than floating rate bonds.

    • Duration is the measure of a bond's sensitivity to interest rate changes.

    • Fixed rate bonds have a fixed interest rate, so their duration is longer as they are more sensitive to interest rate changes.

  • Answered by AI
  • Q8. How do you start your workday?
  • Q9. Where do you see yourself 2 years from now?
  • Q10. Give us an example of a stressful situation you dealt with in your previous role.
  • Q11. How would you mitigate credit risk?
  • Ans. 

    Mitigate credit risk by diversifying portfolio, setting credit limits, and monitoring creditworthiness.

    • Diversify portfolio to spread risk across different industries and companies.

    • Set credit limits based on the borrower's creditworthiness and ability to repay.

    • Monitor creditworthiness of borrowers regularly to identify potential risks and take necessary actions.

    • Use credit insurance or guarantees to protect against defau...

  • Answered by AI
  • Q12. Is data quality more important or is timeliness?
  • Ans. 

    Both data quality and timeliness are important, but it depends on the specific use case.

    • Data quality is crucial for decision-making and analysis, as inaccurate data can lead to incorrect conclusions.

    • Timeliness is important for real-time decision-making and time-sensitive operations.

    • In some cases, data quality may be more important, such as in medical research where accuracy is critical.

    • In other cases, timeliness may be...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Everyone at JP tends to study the CV of the candidate before interviews so that they don’t waste time during the interview. Try to keep something in the intro talks that’s not in the CV. This will become a good talking point. I’ve noticed that one page Resumes are more impactful but this is subjective. If you don’t know something, say you cannot recall and move on. Don’t beat around the bush. Maintain eye contact and wear formals.

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Discuss about var.
  • Ans. 

    Var is a keyword in programming languages used to declare variables.

    • Var is short for variable.

    • It is used to declare a variable and assign a value to it.

    • The data type of the variable is inferred from the assigned value.

    • Example: var x = 5; // x is now a variable of type integer with value 5

  • Answered by AI
  • Q2. Question on priority queue

Shriram Group Interview FAQs

How many rounds are there in Shriram Group Web Developer interview?
Shriram Group interview process usually has 2 rounds. The most common rounds in the Shriram Group interview process are Resume Shortlist.
What are the top questions asked in Shriram Group Web Developer interview?

Some of the top questions asked at the Shriram Group Web Developer interview -

  1. What is a Java and how many types are th...read more
  2. Tell the permitted Java t...read more
  3. Tell the Java cod...read more

Tell us how to improve this page.

Shriram Group Web Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.8
 • 580 Interviews
Citicorp Interview Questions
3.7
 • 573 Interviews
Bajaj Finserv Interview Questions
4.0
 • 538 Interviews
HSBC Group Interview Questions
3.9
 • 489 Interviews
American Express Interview Questions
4.1
 • 366 Interviews
BNY Interview Questions
3.8
 • 351 Interviews
UBS Interview Questions
3.9
 • 339 Interviews
Morgan Stanley Interview Questions
3.6
 • 293 Interviews
View all
Assistant Manager
63 salaries
unlock blur

₹2 L/yr - ₹8 L/yr

Relationship Executive
60 salaries
unlock blur

₹1.8 L/yr - ₹3.3 L/yr

Branch Manager
20 salaries
unlock blur

₹2.4 L/yr - ₹7.2 L/yr

Senior Executive
17 salaries
unlock blur

₹1.7 L/yr - ₹4 L/yr

Executive
15 salaries
unlock blur

₹2 L/yr - ₹3.4 L/yr

Explore more salaries
Compare Shriram Group with

JPMorgan Chase & Co.

3.9
Compare

Wells Fargo

3.8
Compare

American Express

4.1
Compare

HSBC Group

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