Upload Button Icon Add office photos

Filter interviews by

Shiash Info Solutions Associate Software Developer Interview Questions and Answers

Updated 23 Oct 2024

Shiash Info Solutions Associate Software Developer Interview Experiences

1 interview found

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

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. What is class loaders in java
  • Ans. 

    Class loaders in Java are responsible for loading classes into the Java Virtual Machine (JVM) at runtime.

    • Class loaders follow a delegation hierarchy to load classes, starting with the bootstrap class loader, then the extension class loader, and finally the application class loader.

    • Custom class loaders can be created to load classes from different sources such as network locations or databases.

    • Class loaders help in achi...

  • Answered by AI
  • Q3. What is inheritance give me an real life time example
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class can inherit properties and methods from another class.

    • Allows for code reusability and promotes a hierarchical structure

    • Child classes can access and modify the properties and methods of the parent class

    • Example: Animal class can be a parent class with properties like name and methods like eat, and Dog class can inherit from Animal class with additional

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Recruitment Consulltant and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test is 1st round

Round 2 - Coding Test 

2nd round is coding test they give 2 codes

Round 3 - Technical 

(3 Questions)

  • Q1. Basic opps of java
  • Q2. Sql query and sql questions
  • Q3. Some basic programmes

Interview Preparation Tips

Interview preparation tips for other job seekers - next level 2 there ask about deeply resume and project
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude Round 80 Questions in 60 min

Round 2 - Assignment 

It was Also Aptitude round but its on pen and paper

I applied via campus placement at NMIMS University, Shirpur and was interviewed in Jul 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude with a bit of verbal with 2 coding questions of easy difficulty

Round 2 - One-on-one 

(2 Questions)

  • Q1. Questions on DSA, DBMS, SQL and OOPS concepts. I was not made to write the code was told to explain the logic and for another ques told to write a query.
  • Q2. Explain the concepts of OOPS and explain the main 4 pillars of OOPS.
  • Ans. 

    OOPS is a programming paradigm that focuses on objects and their interactions. The 4 pillars of OOPS are encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods together in a class to hide implementation details.

    • Inheritance: Creating new classes from existing ones, inheriting properties and behaviors.

    • Polymorphism: Objects of different classes can be treated as objects of a com...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn basic concepts of OOPS, DSA AND SQL.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at G L Bajaj Institute of Technology & Management, Greater Noida and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

They asked some general Quantitative and logical questions and code snippets.

Round 2 - Technical 

(2 Questions)

  • Q1. String Reverse and Two Sum
  • Q2. Related to my projects and Tech Stacks
Round 3 - Technical 

(2 Questions)

  • Q1. This is the Second technical round. The interviewer asked about everything from my project.
  • Q2. Asked some sql queries like joins and set operation

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and Understand the business idea of your Project and Tech Stacks
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

1 hour online test ..

Round 2 - Technical 

(1 Question)

  • Q1. Programming related questions.
Round 3 - Technical 

(1 Question)

  • Q1. DSA round (easy to medium)
Round 4 - HR 

(1 Question)

  • Q1. Technical+ hr round
Round 5 - Behavioral 

(1 Question)

  • Q1. Technical questions.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Code Snept question with 3-4 Reasoning question. Google form

Round 2 - Assignment 

Pen paper coding round. String , Array . Linkedlist , graph, questions

Round 3 - Technical 

(3 Questions)

  • Q1. Maximum Spaning
  • Q2. Nearest Prime number
  • Ans. 

    To find the nearest prime number, iterate from the given number in both directions until a prime number is found.

    • Start iterating from the given number in both directions to find the nearest prime number.

    • Check if a number is prime by dividing it by all numbers less than its square root.

    • Keep track of the closest prime number found during the iteration.

  • Answered by AI
  • Q3. Second Maximum Number in Array
  • Ans. 

    Find the second maximum number in an array of strings.

    • Convert the array of strings to an array of integers.

    • Sort the array in descending order.

    • Return the second element in the sorted array.

  • Answered by AI
Round 4 - Technical 

(4 Questions)

  • Q1. Project Question
  • Q2. Robot question of DSA
  • Q3. Stock Buy and sell - VI . Leetcode Hard
  • Q4. Leetcode Medium

Skills evaluated in this interview

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

(1 Question)

  • Q1. Given the react machine coding example
Round 2 - Behavioral 

(1 Question)

  • Q1. Explain about your projects
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. 3 sum coding problem
  • Q2. System design and projects
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...

Shiash Info Solutions Interview FAQs

How many rounds are there in Shiash Info Solutions Associate Software Developer interview?
Shiash Info Solutions interview process usually has 1 rounds. The most common rounds in the Shiash Info Solutions interview process are HR.
What are the top questions asked in Shiash Info Solutions Associate Software Developer interview?

Some of the top questions asked at the Shiash Info Solutions Associate Software Developer interview -

  1. What is inheritance give me an real life time exam...read more
  2. What is class loaders in j...read more

Tell us how to improve this page.

Shiash Info Solutions Associate Software Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Talent Acquisition Executive
14 salaries
unlock blur

₹1 L/yr - ₹2.5 L/yr

Intern
14 salaries
unlock blur

₹1 L/yr - ₹2.9 L/yr

Data Science Intern
11 salaries
unlock blur

₹1 L/yr - ₹5 L/yr

HR Recruiter
10 salaries
unlock blur

₹1 L/yr - ₹2.5 L/yr

Junior Software Developer
7 salaries
unlock blur

₹3 L/yr - ₹4 L/yr

Explore more salaries
Compare Shiash Info Solutions with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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