Upload Button Icon Add office photos

Filter interviews by

Giridhara Software Services DOT NET Developer Interview Questions and Answers

Updated 11 Mar 2022

Giridhara Software Services DOT NET Developer Interview Experiences

2 interviews found

I applied via Naukri.com and was interviewed in Feb 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 

Good

Round 2 - Group Discussion 

I have very great experience in GD

Round 3 - Technical 

(2 Questions)

  • Q1. The interviewer s very polite and humble...
  • Q2. Questions on oops , SQL and html
Round 4 - HR 

(1 Question)

  • Q1. Related to coding belongs to Strings arrays and everything

Interview Preparation Tips

Topics to prepare for Giridhara Software Services DOT NET Developer interview:
  • OOPS
Interview preparation tips for other job seekers - Very nice company for job seekers and freshers to build their career n IT field....

I applied via Naukri.com and was interviewed in Feb 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 

Good

Round 2 - Group Discussion 

I have very great experience in GD

Round 3 - Technical 

(2 Questions)

  • Q1. The interviewer s very polite and humble...
  • Q2. Questions on oops , SQL and html
Round 4 - HR 

(1 Question)

  • Q1. Related to coding belongs to Strings arrays and everything

Interview Preparation Tips

Topics to prepare for Giridhara Software Services DOT NET Developer interview:
  • OOPS
Interview preparation tips for other job seekers - Very nice company for job seekers and freshers to build their career n IT field....

DOT NET Developer Interview Questions Asked at Other Companies

asked in Infosys
Q1. What is the difference between windows application development an ... read more
Q2. What is Trigger,Store procedure, join in sql query and their synt ... read more
Q3. How many ways are there to send data to controller from View?
asked in Nagarro
Q4. Can Two Primary keys can be made possible in Sql Table ?
asked in Infosys
Q5. What kind of database you used in projects

DOT NET Developer Jobs at Giridhara Software Services

View all

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

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 - Aptitude Test 

Logically question, mathematics

Round 3 - Technical 

(4 Questions)

  • Q1. C#,asp.net MVC,.net core
  • Q2. SQLserver.jquery
  • Q3. Linq, store procedure
  • Q4. Logically question like how we can pass data controller

Interview Preparation Tips

Interview preparation tips for other job seekers - Good preparation asp.net MVC,.net core
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Design pattern, write code to check lower case upper case, write singleton with lock, oops questions, what is cte, difference between sp and view, find highest salary in sql, Azure concepts for service bus...
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Join in sql define and explain
  • Ans. 

    Join in SQL is used to combine rows from two or more tables based on a related column between them.

    • Join is used to retrieve data from multiple tables based on a related column

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics

Skills evaluated in this interview

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Worst company ever, where the interviewer himself does not know what are the requirements for the position they are hiring for. The interviewer interviewed me for .Net architect, and suddenly I found mysel...
  • Q2. You are just a resource waiting to be deployed on project. All they want to know is that why you are not deployed even if you haven't faced any client interview in the field of your expertise.

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont' join this bullshit company. There are plenty of good companies outside.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jan 2023. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Good not much difficult easily crakeable with normal knowledge

Round 3 - Technical 

(2 Questions)

  • Q1. Normal question about the technology you are interested and mentioned in your resume
  • Q2. Oops concepts general concept related to the selected topics and the basic questions
Round 4 - Technical 

(1 Question)

  • Q1. Technical round 2 also asked the question related to the subject mentioned in resume
Round 5 - HR 

(1 Question)

  • Q1. Nothing special only tells you about the company perks and you can ask if you have any query

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep motivated and self belief is very important because it is very neede for job

I applied via Naukri.com and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

11 Questions

  • Q1. Dependency injection
  • Q2. December between ienumerable and iqueryable
  • Ans. 

    Difference between IEnumerable and IQueryable

    • IEnumerable is used for in-memory collections while IQueryable is used for querying data from a database

    • IEnumerable executes the query on the client-side while IQueryable executes the query on the server-side

    • IQueryable supports deferred execution while IEnumerable does not

  • Answered by AI
  • Q3. Htmlfor vs html in mvc
  • Ans. 

    Htmlfor generates a label and input element with a specified name, while html does not.

    • Htmlfor is used to generate a label and input element with a specified name

    • Html is used to generate HTML markup

    • Htmlfor is used for strongly-typed views

    • Htmlfor is more secure as it binds the input to a model property

    • Htmlfor is used for creating form elements

    • Html is used for creating HTML elements

  • Answered by AI
  • Q4. Action filters
  • Q5. Difference between abstract and interface
  • Ans. 

    Abstract classes are partially implemented classes that can have both abstract and non-abstract members. Interfaces are fully abstract classes that define a contract for implementing classes.

    • Abstract classes can have constructors, fields, and non-abstract methods, while interfaces cannot.

    • A class can inherit from only one abstract class, but it can implement multiple interfaces.

    • Abstract classes can provide default imple...

  • Answered by AI
  • Q6. Query to find 4th higesty salary
  • Ans. 

    Query to find 4th highest salary

    • Use the 'ROW_NUMBER' function to assign a rank to each salary

    • Order the salaries in descending order

    • Select the salary with rank 4

  • Answered by AI
  • Q7. Arraylist and array
  • Q8. Difference between mvc vs webapi
  • Ans. 

    MVC is a web application framework for building web pages, while WebAPI is a framework for building HTTP services.

    • MVC is used for building web applications that return HTML views to the client.

    • WebAPI is used for building HTTP services that return data in JSON or XML format.

    • MVC has a view engine that generates HTML output, while WebAPI does not.

    • MVC has a controller that handles user input and updates the model, while We...

  • Answered by AI
  • Q9. Async and await
  • Q10. Minification and bundling
  • Q11. Override and virtual

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare well on technical side

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Approached by Company and was interviewed in Jan 2023. There were 4 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 - Assignment 

First round will be assessment round where one guy from there team will share his screen to you have give the control and you have to complete the assessment….questions are related to .net field and c#

Round 3 - One-on-one 

(1 Question)

  • Q1. First introduce your self and then he will ask you to rate your self in all technology and then one by one they will ask you question basics to c# oops and then sql question , mvc, webapi
Round 4 - HR 

(1 Question)

  • Q1. After taking all the interviews they told me that we don't have the opening...I asked them like why did you guys just waste my time...she was like the person who called you 1st day fired from the company.....

Interview Preparation Tips

Topics to prepare for Chetu DOT NET Developer interview:
  • C#.Net
  • SQL Server
  • Webapi
  • ASP.Net MVC
  • core .net
Interview preparation tips for other job seekers - Don't join this company they are fraud….after talking all rounds of technical they refused to give offer letter

Interview Questionnaire 

2 Questions

  • Q1. Basic oops concept, interface vs abstract class, polymorphism, mvc page life cycle and filters in mvc
  • Q2. Lazy loading, ienumerable and iquerable, joins in linq, Program - find the occurence of specific character in given string

Giridhara Software Services Interview FAQs

How many rounds are there in Giridhara Software Services DOT NET Developer interview?
Giridhara Software Services interview process usually has 4 rounds. The most common rounds in the Giridhara Software Services interview process are Aptitude Test, Group Discussion and Technical.
How to prepare for Giridhara Software Services DOT NET Developer 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 Giridhara Software Services. The most common topics and skills that interviewers at Giridhara Software Services expect are Entity Framework, C#, .Net Core, ASP.Net and ASP.Net MVC.
What are the top questions asked in Giridhara Software Services DOT NET Developer interview?

Some of the top questions asked at the Giridhara Software Services DOT NET Developer interview -

  1. Related to coding belongs to Strings arrays and everyth...read more
  2. The interviewer s very polite and humble...read more
  3. Questions on oops , SQL and h...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 Giridhara Software Services interviews
Job Portal
100%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
.NET Developer With React

Bangalore / Bengaluru

5-10 Yrs

Not Disclosed

Explore more jobs
Web Developer
12 salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Software Developer
4 salaries
unlock blur

₹7.8 L/yr - ₹20 L/yr

Test Engineer
3 salaries
unlock blur

₹5.5 L/yr - ₹7 L/yr

Web Designer
3 salaries
unlock blur

₹3 L/yr - ₹3 L/yr

Team Lead
3 salaries
unlock blur

₹8 L/yr - ₹9.8 L/yr

Explore more salaries
Compare Giridhara Software Services with

Infosys

3.7
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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