Upload Button Icon Add office photos

Filter interviews by

iGuru Software Solutions Senior Developer Interview Questions and Answers

Updated 10 Nov 2021

iGuru Software Solutions Senior Developer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What are the available engine in mysql?
  • Ans. 

    MySQL has two main engines: InnoDB and MyISAM.

    • InnoDB is the default engine and supports transactions, foreign keys, and row-level locking.

    • MyISAM is simpler and faster, but does not support transactions or foreign keys.

    • Other engines include MEMORY, CSV, and BLACKHOLE.

    • MEMORY stores tables in memory for faster access, but data is lost on server restart.

    • CSV stores data in comma-separated values format.

    • BLACKHOLE accepts dat...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The basic concept must be clear

Skills evaluated in this interview

Interview questions from similar companies

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

(2 Questions)

  • Q1. Duplicates in an array - coding question
  • Ans. 

    Find and remove duplicates in an array of strings

    • Iterate through the array and use a hash set to keep track of unique elements

    • If an element is already in the hash set, it is a duplicate and can be removed

    • Return the array with duplicates removed

  • Answered by AI
  • Q2. Database related questions - sql and no sql
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Data structure and algorithms

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

I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Write tree structure iterations with shortest path
  • Ans. 

    Iterate through a tree structure and find the shortest path

    • Use a depth-first or breadth-first search algorithm to traverse the tree

    • Keep track of the current path while traversing

    • Compare the length of each path to find the shortest one

    • Consider using a priority queue or a min-heap to optimize the search

  • Answered by AI
  • Q2. Longest palindrome
  • Ans. 

    Find the longest palindrome in an array of strings.

    • Iterate through each string in the array

    • For each string, check if it is a palindrome

    • Keep track of the longest palindrome found so far

    • Return the longest palindrome

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Java questions along with SQL

Round 2 - Coding Test 

Java, SQL, Framework, Spring

Round 3 - One-on-one 

(5 Questions)

  • Q1. Managerial Round final round
  • Q2. Why do you want to change job
  • Ans. 

    I am seeking new challenges and opportunities for growth in a different environment.

    • Looking for new challenges to continue learning and growing

    • Interested in exploring different technologies and methodologies

    • Seeking a more collaborative team environment

    • Wanting to take on more leadership responsibilities

  • Answered by AI
  • Q3. Why were you for only 1.5 years in your last org
  • Ans. 

    I left my last organization after 1.5 years due to limited growth opportunities and desire for new challenges.

    • Limited growth opportunities in current role

    • Desire for new challenges and learning experiences

    • Seeking a more dynamic work environment

  • Answered by AI
  • Q4. What are your technical and domain expertise
  • Ans. 

    I have over 10 years of experience in software development with expertise in Java, Spring framework, and cloud technologies.

    • Proficient in Java programming language

    • Strong knowledge of Spring framework for building enterprise applications

    • Experience with cloud technologies such as AWS and Azure

    • Familiarity with Agile methodologies and DevOps practices

  • Answered by AI
  • Q5. What do you expect in your new job
  • Ans. 

    I expect a challenging role where I can utilize my skills to contribute to the team's success and continue to grow professionally.

    • Opportunity to work on complex projects

    • Collaborative team environment

    • Professional growth and learning opportunities

    • Clear expectations and goals set by management

  • Answered by AI
Interview experience
5
Excellent
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 - Technical 

(1 Question)

  • Q1. All the questions from oops,.net,c#,web api,SQL
Round 3 - Technical 

(1 Question)

  • Q1. All the questions from .net,c#,azure,sql
Round 4 - HR 

(1 Question)

  • Q1. All basic he questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Study all basics for all full stack developer, small coding problems, azure services
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Calculator code of addition substraction and multiplication

Round 3 - Coding Test 

CODING TEST OF how to add 2 numbers

Round 4 - Coding Test 

Coding test of how to use loops

Round 5 - HR 

(1 Question)

  • Q1. Whats your salary expectation

Interview Preparation Tips

Interview preparation tips for other job seekers - good , try hard
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. System design majorly on HLD
  • Ans. 

    High Level Design (HLD) focuses on overall system architecture and major components.

    • HLD defines the structure of the system and its major components.

    • It includes the interactions between different components and how they communicate.

    • Examples of HLD include system diagrams, flowcharts, and architecture diagrams.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Basic js questions

Skills evaluated in this interview

I applied via Approached by Company and was interviewed in Oct 2022. There were 2 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 - Behavioral 

(2 Questions)

  • Q1. What are the Projects? What is the experience in Linux QT Docker?
  • Ans. 

    Projects include web applications, mobile apps, and desktop software.

    • Developed a web application for a retail company using AngularJS and Node.js

    • Created a mobile app for a fitness startup using React Native

    • Built a desktop software for a financial institution using Java Swing

    • Experience in Linux QT Docker includes developing a containerized application for a healthcare company

  • Answered by AI
  • Q2. What are the coding and software development processes you follow?
  • Ans. 

    I follow agile methodology and use version control systems like Git. I also prioritize testing and documentation.

    • I follow agile methodology for software development

    • I use version control systems like Git to manage code changes

    • I prioritize testing and documentation throughout the development process

    • I regularly review and refactor code to ensure maintainability

    • I collaborate with team members and stakeholders to ensure pro

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Design patterns are important.
QT QML is required for transportation division.

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

First round was coding round with some database questions and puzzles

Round 2 - Case Study 

Design related questions. To design a problem at a high level.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good experience

Tell us how to improve this page.

Web Designer
4 salaries
unlock blur

₹3.8 L/yr - ₹7 L/yr

Area Sales Manager
4 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Software Developer
3 salaries
unlock blur

₹7.4 L/yr - ₹8.5 L/yr

Senior Quality Analyst
3 salaries
unlock blur

₹7.5 L/yr - ₹9 L/yr

PHP Programmer
3 salaries
unlock blur

₹4.2 L/yr - ₹6 L/yr

Explore more salaries
Compare iGuru Software Solutions with

Oracle

3.7
Compare

Amdocs

3.7
Compare

Automatic Data Processing (ADP)

4.0
Compare

Carelon Global Solutions

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