Upload Button Icon Add office photos

Filter interviews by

Giridhara Software Services Interview Questions and Answers

Updated 11 Oct 2024

Giridhara Software Services Interview Experiences

Popular Designations

3 interviews found

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

I applied via Walk-in and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

10 question 15 minutes based on maths and logical reasoning

Round 2 - One-on-one 

(2 Questions)

  • Q1. A man buys 10 articles for ₹300 and sells them for ₹350. What is his percentage profit?
  • Ans. 

    The man's percentage profit is 16.67%.

    • Calculate the total cost of buying 10 articles for ₹300.

    • Calculate the total revenue from selling 10 articles for ₹350.

    • Find the profit by subtracting the total cost from the total revenue.

    • Calculate the percentage profit using the formula: (Profit / Total cost) * 100.

  • Answered by AI
  • Q2. A train 120 meters long is running at a speed of 60 km/h. How much time will it take to pass a pole?
  • Ans. 

    The train will take 2 seconds to pass the pole.

    • Calculate the time taken to pass the pole using the formula: Time = Distance / Speed

    • Convert the speed from km/h to m/s by multiplying by 5/18 (1 km/h = 5/18 m/s)

    • Substitute the values: Time = 120 meters / (60 km/h * 5/18)

    • Solve the equation to get the time taken in seconds

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Make yourself good at apptitude

Full Stack Developer Interview Questions asked at other Companies

Q1. Query And MatrixYou are given a binary matrix with ‘M’ rows and ‘N’ columns initially consisting of all 0s. 'Q' queries follow. The queries can be of 4 types: Query 1: 1 R index Query 2: 1 C index Query 3: 2 R index Query 4: 2 C index In ea... read more
View answer (1)

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

Q1. What is the difference between windows application development and web based development?
View answer (10)

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

Q1. What is the difference between windows application development and web based development?
View answer (10)

Jobs at Giridhara Software Services

View all

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. Why do prefer our organizations and what have you accomplished on the current role are the most expected questions.
  • Q2. Definitely you should have a reason as to why apply for certain organization and for the second one. It is more preferred to be realistic with what your accomplishments are as well as make it more clear an...

Success Engineer Interview Questions & Answers

Salesforce user image Anonymous

posted on 11 Oct 2020

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

Interview Questionnaire 

10 Questions

  • Q1. Introduction.
  • Q2. Skill based routing.
  • Q3. Queue based routing.
  • Q4. Community partner user, customer user.
  • Q5. Can we implement skill based routing as queue based routing.
  • Q6. Lightning data service.
  • Q7. Deployment questions like facing validation error while deploying.
  • Q8. Integration questions - checking time limit in api call.
  • Q9. Soql limits- max. time for a soql query to run.
  • Q10. Async apex questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Think multiple times what you are going to say w.r.t your introduction. It does matter.
2. Don't try to take them for granted. Its obvious, they know much more than you do.
3. Always ask for time if you thinking about a solution. They are more than happy if you give them a relevant solution even if it takes time.
4. Prepare well, if you don't know about a topic, don't keep on dragging. Simply say you don't know.
5. Understand problem first, then think for a second and reply. If not understood, ask them again to explain.
7. Salesforce governor limits -- IS A MUST.
6. Keep your basics very clear.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jun 2020. There were 6 interview rounds.

Interview Questionnaire 

9 Questions

  • Q1. 1) Introduce yourself( informal + formal i.e. including your hobbies, area of interest and then your schooling.college,current job and your future vision)
  • Q2. 2)Based on your roles and responsibilities they will ask questions (scenario based and real time examples also, in my case they asked me to explain the automation framework from scratch , they asked me to ...
  • Q3. 3)You can be asked to solve puzzles (random logical questions which you might have solved when preparing for any competitive exams)
  • Q4. 4)Multiple technical questions on Selenium , Rest Assured for API automation, basics of Java ( note: they can ask you to write any java program also for e.g. print integers in reverse )
  • Q5. 5)Basics of testing , automation vs manual , can you automate 100% functionality ? , What have you done to Optimize your scripts , Framework?
  • Q6. 6)What do you do when your automation script fails , debug process?
  • Ans. 

    When automation script fails, debug process involves identifying the root cause and fixing it.

    • Check the error logs and identify the line of code where the script failed

    • Verify the test data and environment setup

    • Re-run the script with debug mode enabled to identify the issue

    • Fix the issue and re-run the script to ensure it passes

    • Update the test case and report the issue to the development team if necessary

  • Answered by AI
  • Q7. 7)how do you drive your data in automation , how do you validate whether your data is accurate and precise?
  • Ans. 

    Data is driven in automation through input files or databases. Validation is done through assertions and comparing expected vs actual results.

    • Data can be driven through input files like CSV, Excel or databases like MySQL, Oracle

    • Assertions can be used to validate data accuracy and precision

    • Expected vs actual results can be compared to ensure data correctness

    • Data can also be validated through manual inspection or using t

  • Answered by AI
  • Q8. 8)Why do you want to join Dassault Systemes , what do you about the company?
  • Ans. 

    I want to join Dassault Systemes because of their reputation as a leading company in the field of engineering and software solutions.

    • Dassault Systemes is known for its innovative and cutting-edge technology solutions.

    • The company has a strong global presence and a diverse range of clients.

    • Dassault Systemes has a culture of continuous learning and development, which aligns with my career goals.

    • I am impressed by the compa...

  • Answered by AI
  • Q9. 9)What are your future plans , where do you see yourself after 5 years , do you have an plans for higher studies?
  • Ans. 

    I plan to continue growing as a QA Engineer and eventually pursue higher studies in software engineering.

    • I see myself taking on more challenging projects and responsibilities in the QA field.

    • I aim to enhance my skills and knowledge in software testing and quality assurance.

    • I plan to stay updated with the latest industry trends and technologies.

    • Higher studies in software engineering will help me gain a deeper understand...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be relaxed , listen carefully , no hurry , the more precise and crisp your answer is the better your chances are , not necessary to give correct solutions for all the questions if you don't know just politely say it but make sure to tackle questions with a approach consisting of a start , mid and end properly whenever you are solving a question, they are looking at your approach, logical, technical and analytical skills and try to optimize your solutions, Good Luck Folks , You can do it :-) .

Skills evaluated in this interview

I applied via Walk-in

Interview Questionnaire 

1 Question

  • Q1. Software-based, design principles, colour based and previous experience based questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was a technical one. The interviewer wanted to test both my knowledge and communication skills. Most of the questions asked to me were related to aoftware and design. you need to stay calm and should apply presence of mind.

I applied via Referral and was interviewed in Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. 1) Explain your project and it advantages and disadvantages?
  • Ans. 

    My project is a web-based inventory management system for small businesses.

    • Advantages: streamlines inventory tracking, reduces errors, improves efficiency

    • Disadvantages: requires internet connection, may be costly for small businesses

    • Example: allows businesses to easily track inventory levels and set automatic reorder points

    • Example: generates reports on inventory usage and sales trends for informed decision-making

  • Answered by AI
  • Q2. 2) Tell about yourself
  • Ans. 

    I am a recent computer science graduate with experience in software development and a passion for learning new technologies.

    • Graduated with a degree in computer science

    • Experience in software development

    • Passionate about learning new technologies

  • Answered by AI
  • Q3. 3) Why should we hire you?
  • Ans. 

    I am a quick learner with strong problem-solving skills and a passion for software development.

    • I have experience in multiple programming languages and frameworks.

    • I am a team player and can work well in a collaborative environment.

    • I am dedicated to producing high-quality code and delivering projects on time.

    • I am always looking to improve my skills and stay up-to-date with the latest technologies.

    • I am excited about the o...

  • Answered by AI
  • Q4. 4) Name the programming languages you know?
  • Ans. 

    I know several programming languages including Java, Python, and C++.

    • Proficient in Java and Python

    • Familiar with C++ and JavaScript

    • Experience with SQL and HTML/CSS

    • Comfortable with object-oriented programming and data structures

    • Have worked with frameworks such as Spring and Django

  • Answered by AI
  • Q5. 5) Programming Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't be panic and be confident and believe on yourself.

I applied via Company Website and was interviewed in Nov 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 1. Question like our past org. and experience and those basic questions HR usually asks. 2. Technical round will be hard you need to have great understanding of JavaScript and its at least 1 framework like...

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was a technical one but was majorly a logical thinking test. It lasts for 1 hr but depends on different scenarios. Interviewer wanted to test both my knowledge and communication skill. Most of the questions asked to me were related to JavaScript, deep level understanding of JavaScript framework, HTML CSS flow, Previous experience and what work I did there and logical thinking questions. These are the main things to remember. Best of luck if you are reading this and have a interview scheduled and if not still best of luck for future.

Business Interview Questions & Answers

Bosch Global Software Technologies user image Anonymous

posted on 11 Sep 2020

I applied via Walk-in and was interviewed in Mar 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. How u contribute yourself in our company ?
  • Q2. Which of your skills helping us in our business,?
  • Q3. If you have any doubt about the nonleagal thing has happened in our company ,what ur work to handle it ?

Interview Preparation Tips

Interview preparation tips for other job seekers - From company we should be relaxed with interviewer , and asking questions very softly , bcoz every interviewer has very narvas in their interview .....

Giridhara Software Services Interview FAQs

How many rounds are there in Giridhara Software Services interview?
Giridhara Software Services interview process usually has 3-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 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 C#, Entity Framework, Angular, Javascript and .Net.
What are the top questions asked in Giridhara Software Services interview?

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

  1. A man buys 10 articles for ₹300 and sells them for ₹350. What is his percen...read more
  2. A train 120 meters long is running at a speed of 60 km/h. How much time will it...read more
  3. Related to coding belongs to Strings arrays and everyth...read more

Tell us how to improve this page.

People are getting interviews through

based on 3 Giridhara Software Services interviews
Job Portal
WalkIn
67%
33%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
Google Interview Questions
4.4
 • 842 Interviews
Mphasis Interview Questions
3.4
 • 787 Interviews
View all

Giridhara Software Services Reviews and Ratings

based on 7 reviews

3.7/5

Rating in categories

3.7

Skill development

3.7

Work-Life balance

3.7

Salary & Benefits

3.7

Job Security

3.7

Company culture

3.7

Promotions/Appraisal

3.7

Work Satisfaction

Explore 7 Reviews and Ratings
.NET Developer With React

Bangalore / Bengaluru

5-10 Yrs

Not Disclosed

.NET MAUI Developer

Bangalore / Bengaluru

3-6 Yrs

Not Disclosed

Java Developer with AWS

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