Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Girmiti Software Team. If you also belong to the team, you can get access from here

Girmiti Software Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Girmiti Software Interview Questions, Process, and Tips

Updated 23 Oct 2024

Top Girmiti Software Interview Questions and Answers

View all 18 questions

Girmiti Software Interview Experiences

Popular Designations

12 interviews found

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

Group discussion about a topic artificial intelligence

Round 2 - Technical 

(2 Questions)

  • Q1. About a python topics
  • Q2. Simple code snippets in python
  • Ans. 

    Python code snippets for beginners

    • Use print() function to display output

    • Indentation is crucial in Python for code blocks

    • Python is case-sensitive, so be careful with variable names

  • Answered by AI

Skills evaluated in this interview

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 (196)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(6 Questions)

  • Q1. Questions on string, String buffer, String builder
  • Q2. Questions on Oops concept
  • Q3. W.r.t a program on string reverse
  • Ans. 

    Program to reverse a string using Java

    • Use StringBuilder class to reverse the string

    • Convert the string to StringBuilder, call reverse() method, then convert back to string

    • Alternatively, use char array and swap characters from start and end

  • Answered by AI
  • Q4. Difference on Arraylist and linkedlist, hashmap and hashset
  • Ans. 

    ArrayList vs LinkedList: ArrayList uses dynamic array, LinkedList uses doubly linked list. HashMap vs HashSet: HashMap stores key-value pairs, HashSet stores unique elements.

    • ArrayList is faster for accessing elements by index, LinkedList is faster for adding/removing elements in the middle.

    • HashMap allows null key and values, HashSet does not allow duplicate elements.

    • Example: ArrayList list = new ArrayList<>(); LinkedLi...

  • Answered by AI
  • Q5. One program on collection
  • Q6. Questions on Springboot, spring security

Skills evaluated in this interview

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Write a program for string reverse

Round 2 - Technical 

(4 Questions)

  • Q1. Difference betweeen string, stringbuffer and string builder
  • Ans. 

    String is immutable, StringBuffer is synchronized and mutable, StringBuilder is not synchronized and mutable.

    • String is immutable, meaning its value cannot be changed once it is created.

    • StringBuffer is synchronized, making it thread-safe, but slower than StringBuilder.

    • StringBuilder is not synchronized, making it faster than StringBuffer but not thread-safe.

  • Answered by AI
  • Q2. Question on OOps concept
  • Q3. Abstract and interface difference
  • Ans. 

    Abstract classes can have both abstract and non-abstract methods, while interfaces can only have abstract methods.

    • Abstract classes can have constructors, interfaces cannot.

    • A class can implement multiple interfaces, but can only extend one abstract class.

    • Interfaces are used to achieve multiple inheritance in Java.

    • Abstract classes are used to provide a common base for subclasses to extend.

  • Answered by AI
  • Q4. Questions on collections

Skills evaluated in this interview

Junior Java Developer Interview Questions asked at other Companies

Q1. What are the dependencies that are present in spring and explain them
View answer (3)

fresher Interview Questions & Answers

user image Anonymous

posted on 15 May 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(4 Questions)

  • Q1. Core java Concept, oops, collection..
  • Q2. What is Oops, can you explain?
  • Ans. 

    Object-Oriented Programming (OOP) is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOP focuses on creating objects that interact with each other to solve a problem.

    • It involves concepts like classes, objects, inheritance, polymorphism, and encapsulation.

    • For example, in a banking system, a 'BankAccount' class can have objects like '...

  • Answered by AI
  • Q3. What do you know about collections?
  • Ans. 

    Collections refer to the process of gathering and organizing items or objects into a group.

    • Collections can include items such as books, art, antiques, coins, stamps, etc.

    • People often collect items based on personal interest, hobby, or investment purposes.

    • Collections can be displayed in museums, galleries, private homes, or online platforms.

    • Some famous collections include the British Museum in London, the Louvre in Pari

  • Answered by AI
  • Q4. Diff between list and Set?
  • Ans. 

    List is an ordered collection of elements with duplicates allowed, while Set is an unordered collection of unique elements.

    • List maintains the insertion order of elements, while Set does not guarantee any specific order.

    • List allows duplicate elements, while Set does not allow duplicates.

    • Examples: List - [1, 2, 3, 1], Set - {1, 2, 3}

  • Answered by AI

Skills evaluated in this interview

fresher Interview Questions asked at other Companies

Q1. What is the unit of electric current
View answer (127)

Girmiti Software interview questions for popular designations

 Software Developer

 (2)

 Software Testing Engineer

 (1)

 fresher

 (1)

 Software Engineer

 (1)

 IT Analyst

 (1)

 Senior Software Engineer

 (1)

 Junior Java Developer

 (1)

 Software Tester

 (1)

IOS Developer Interview Questions & Answers

user image Anonymous

posted on 21 May 2024

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Asked on iOS concepts
Round 2 - Technical 

(1 Question)

  • Q1. Asked about certificate pinning and app security
Round 3 - HR 

(1 Question)

  • Q1. Hr head tops all the best. After 2 days got an email saying i am rejected in hr round.

Interview Preparation Tips

Interview preparation tips for other job seekers - One of the worst company, after hr round they says got rejected without any explanation. Worst Hr

IOS Developer Interview Questions asked at other Companies

Q1. 1 - MVC PATTERN 2- CLOUSERS &amp; it's type 3- Google SDK like Google maps 3- How u manage the constraints of any label , stick at every corner &amp; center of view controller, when getting data from json.
View answer (1)

Get interview-ready with Top Girmiti Software Interview Questions

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

1.Remove the duplicates in the array.
2.reverse a string

Round 2 - One-on-one 

(1 Question)

  • Q1. OOps in java Multithreading
  • Ans. 

    Object-oriented programming in Java allows for creating classes and objects to model real-world entities. Multithreading enables concurrent execution of multiple threads within a single process.

    • Java supports OOP concepts like inheritance, encapsulation, polymorphism, and abstraction.

    • Multithreading in Java allows multiple threads to run concurrently, improving performance and responsiveness.

    • Example: Creating a new threa...

  • Answered by AI

Skills evaluated in this interview

Top Girmiti Software Software Developer Interview Questions and Answers

Q1. difference between checked exception and unchecked exception?
View answer (2)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

IT Analyst Interview Questions & Answers

user image Anonymous

posted on 2 May 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Testing ,Java platform

IT Analyst Interview Questions asked at other Companies

Q1. 1. What is interface how to use? 2. Tell me a small example for interface? 3. How to managing the Error Logging system at your application 4. How you implement Security at your application 5. What are the Joins why we use joins in sql serve... read more
View answer (1)

Interview Questions & Answers

user image Bhaskar D A

posted on 9 Jun 2023

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 

Good day
It was nice

Round 3 - One-on-one 

(2 Questions)

  • Q1. Manual testing Selenium Java
  • Q2. Manual testing Selenium

Interview Preparation Tips

Interview preparation tips for other job seekers - Good day

I applied via Naukri.com and was interviewed in Mar 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Oops concepts How to add elements to hashmap Handle drop-down In drop-down how you will select perticular value How to set up Android SDK What is data provider How to perform right click in action class Ho...
  • Ans. 

    Questions related to software testing concepts and techniques.

    • To add elements to a hashmap, use the put() method.

    • To handle a dropdown, use the Select class in Selenium.

    • To select a particular value from a dropdown, use the selectByVisibleText() or selectByValue() method.

    • To set up Android SDK, download and install Android Studio.

    • A data provider is a method used in TestNG to provide test data.

    • To perform a right click in a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared on basic Java concepts and scenario based type questions...

Skills evaluated in this interview

Software Testing Engineer Interview Questions asked at other Companies

Q1. Maximal AND Subsequences Problem Given an array consisting of N integers, your task is to determine how many k-element subsequences of the given array exist where the bitwise AND of the subsequence's elements is maximal. Your objective is t... read more
View answer (1)

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

Interview Questionnaire 

9 Questions

  • Q1. What is inheritance?
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows code reuse and promotes code organization.

    • The existing class is called the parent or superclass, and the new class is called the child or subclass.

    • The child class inherits all the properties and methods of the parent class, and can also add new properties and methods.

    • Fo...

  • Answered by AI
  • Q2. Brief explain oops concept?
  • Ans. 

    OOPs is a programming paradigm based on the concept of objects that interact with each other.

    • OOPs stands for Object-Oriented Programming.

    • It focuses on creating objects that have properties and methods.

    • Encapsulation, Inheritance, and Polymorphism are the three main pillars of OOPs.

    • Encapsulation is the process of hiding the internal details of an object from the outside world.

    • Inheritance allows a class to inherit propert...

  • Answered by AI
  • Q3. What is collection?
  • Ans. 

    A collection is a group of related objects or data items that can be accessed and manipulated in a unified way.

    • Collections are used to store and organize data in a program.

    • They can be of various types such as arrays, lists, sets, maps, etc.

    • Collections provide methods to add, remove, and access elements.

    • Examples include ArrayList, HashSet, TreeMap, etc.

  • Answered by AI
  • Q4. Difference between throw and throws?
  • Ans. 

    throw is used to explicitly throw an exception in a method, while throws is used to declare the exceptions that a method may throw.

    • throw is used within a method to throw an exception when a certain condition is met

    • throws is used in the method signature to declare the exceptions that may be thrown by the method

    • throw is followed by an exception object, while throws is followed by the exception class names separated by co...

  • Answered by AI
  • Q5. Difference between checked exception and unchecked exception?
  • Ans. 

    Checked exceptions are checked at compile-time, while unchecked exceptions are not.

    • Checked exceptions are declared in the method signature or caught using try-catch blocks.

    • Unchecked exceptions do not need to be declared or caught explicitly.

    • Checked exceptions are typically used for recoverable errors, while unchecked exceptions are used for unrecoverable errors.

    • Examples of checked exceptions include IOException and SQL...

  • Answered by AI
  • Q6. How to create a object?
  • Ans. 

    To create an object, define a class and instantiate it using the 'new' keyword.

    • Define a class with properties and methods

    • Instantiate the class using the 'new' keyword

    • Access the object's properties and methods using dot notation

  • Answered by AI
  • Q7. What is interface?
  • Ans. 

    An interface is a contract that specifies the methods and properties that a class must implement.

    • An interface defines a set of methods and properties that a class must implement

    • Interfaces are used to achieve abstraction and polymorphism

    • Interfaces can be used to define contracts between different parts of a system

    • A class can implement multiple interfaces

    • Interfaces are declared using the 'interface' keyword in most progr

  • Answered by AI
  • Q8. Difference between method overloading and overriding?
  • Ans. 

    Method overloading is having multiple methods with the same name but different parameters. Method overriding is having a method in a subclass with the same name and parameters as in the superclass.

    • Method overloading is compile-time polymorphism while method overriding is runtime polymorphism.

    • Method overloading is used to provide different ways of calling the same method with different parameters.

    • Method overriding is us...

  • Answered by AI
  • Q9. Simple program (input - r$3y@o9hy#*a&r), (output - numbers - 2,alphabet - 7,special character - 5)

Interview Preparation Tips

Interview preparation tips for other job seekers - this interview was a technical one. it lasted for about 30 to 35 minutes. the interviewer wanted to test my technical skills. most of the questions asked to me were related to java i.e. (core concept, advance java, oops concept). he is very clever to ask answers with examples. luckily i was able to answer with example most of the questions correctly. you need to stay calm and should apply presence of mind. please go through the job description before applying. all the best :-)

Skills evaluated in this interview

Top Girmiti Software Software Developer Interview Questions and Answers

Q1. difference between checked exception and unchecked exception?
View answer (2)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Girmiti Software Interview FAQs

How many rounds are there in Girmiti Software interview?
Girmiti Software interview process usually has 1-2 rounds. The most common rounds in the Girmiti Software interview process are Technical, One-on-one Round and Coding Test.
How to prepare for Girmiti Software 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 Girmiti Software. The most common topics and skills that interviewers at Girmiti Software expect are Transaction Processing, J2Ee, Java, OLTP and J2EE.
What are the top questions asked in Girmiti Software interview?

Some of the top questions asked at the Girmiti Software interview -

  1. Oops concepts How to add elements to hashmap Handle drop-down In drop-down how ...read more
  2. difference between checked exception and unchecked excepti...read more
  3. difference between method overloading and overridi...read more

Tell us how to improve this page.

Girmiti Software Interview Process

based on 11 interviews

Interview experience

3.7
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.7k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 811 Interviews
MAQ Software Interview Questions
1.9
 • 98 Interviews
View all

Girmiti Software Reviews and Ratings

based on 216 reviews

3.9/5

Rating in categories

4.2

Skill development

4.0

Work-life balance

3.7

Salary

4.1

Job security

3.9

Company culture

3.9

Promotions

4.0

Work satisfaction

Explore 216 Reviews and Ratings
Software Engineer
128 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
115 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
103 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Java Developer
40 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software QA Engineer
39 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Girmiti Software with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

Tech Mahindra

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