Upload Button Icon Add office photos

Filter interviews by

Iprogrammer Solutions Associate Software Engineer Interview Questions and Answers

Updated 16 Jan 2025

Iprogrammer Solutions Associate Software Engineer Interview Experiences

2 interviews found

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

(2 Questions)

  • Q1. Basics of Java like what is gc() ,file handling, serializability, exception handling, etc
  • Q2. DSA questions like finding anagram , or finding the duplicates
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Apr 2023. There were 3 interview rounds.

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 

Numerical test based on speed, distance, time

Round 3 - Assignment 

JAVA
Oops
MySQL
Programming

Interview Preparation Tips

Interview preparation tips for other job seekers - Brushup on basic skills
Communication
Aptitude preparation

Associate Software Engineer Interview Questions Asked at Other Companies

asked in Accenture
Q1. Triplets with Given Sum Problem Given an array or list ARR consis ... read more
asked in Clarivate
Q2. Best Time to Buy and Sell Stock II Problem Statement Given the st ... read more
Q3. Intersection of Two Arrays II Given two integer arrays ARR1 and A ... read more
asked in CGI Group
Q4. Frog Jump Problem Statement A frog is positioned on the first ste ... read more
asked in Gainsight
Q5. Connecting Ropes with Minimum Cost You are given 'N' ropes, each ... read more

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Pen and paper test
C and C++ output questions
Basic flowchart question
Only 3 out of 60 students were selected

Round 2 - One-on-one 

(1 Question)

  • Q1. After writing about your project CFO will take interview my tech stack didn't meet companies requirement hence all three students were rejected.
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic Aptitude test and personality test, It's easy

Round 2 - Technical 

(1 Question)

  • Q1. Code to print diagonal elements in 2d array. Reverse a string without using other empty string.
  • Ans. 

    Print diagonal elements in a 2D array and reverse a string without using an empty string.

    • Iterate through the rows and columns of the 2D array and print the elements where the row index is equal to the column index.

    • Iterate through the characters of the string from the last index to the first index and append each character to a new string.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - In technical round, they focus only on coding, problem solving and data structures and algorithms.
So be ready to solve codes

Skills evaluated in this interview

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

Round 1 - Aptitude Test 

Basic Aptitude questions to test your knowledge, time management and skills.

Round 2 - Group Discussion 

Topic was given from the current scenario or can expect the topic to be about your previous work experience in case if you are experienced candidate.

Round 3 - One-on-one 

(1 Question)

  • Q1. Once cleared the previous rounds you will get connected with the higher HR official or the domain higher official to discuss about the companies expectations and the candidate's expectation. In case if you...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest with your answers and try not to butter the interviewer because there will be a background verification conducted. Be honest about your previous work profile because the company tends to provide a chance even if you aren't matching the profile.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Sep 2022. There were 3 interview rounds.

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 

Just some internet questions.

Round 3 - Coding Test 

Problem solving and coding in js

Interview Preparation Tips

Interview preparation tips for other job seekers - Please do not join hestabit it is like a hell for a corporate person.

I applied via Naukri.com and was interviewed in Nov 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What is Java
  • Ans. 

    Java is a high-level, object-oriented programming language used to develop applications for various platforms.

    • Java is platform-independent and can run on any device with a Java Virtual Machine (JVM)

    • It is used to develop web applications, mobile applications, desktop applications, and games

    • Java is known for its security features and is widely used in enterprise applications

    • Some popular Java frameworks include Spring, Hi

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interesting interesting interested

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How to rotate a matrix?
  • Ans. 

    To rotate a matrix, transpose it and then reverse each row or column depending on the direction of rotation.

    • Transpose the matrix by swapping elements across the diagonal

    • For clockwise rotation, reverse each row of the transposed matrix

    • For anti-clockwise rotation, reverse each column of the transposed matrix

  • Answered by AI
  • Q2. How to find a particular element in a sorted array?
  • Ans. 

    Use binary search to efficiently find a particular element in a sorted array.

    • Start by comparing the target element with the middle element of the array.

    • If the target element is less than the middle element, search the left half of the array.

    • If the target element is greater than the middle element, search the right half of the array.

    • Repeat the process until the target element is found or the search space is empty.

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Full c concept MCQ with IQ and Computaional Thinking

Round 2 - Technical 

(2 Questions)

  • Q1. Number system convertion in c
  • Ans. 

    Number system conversion in C involves converting numbers between different bases, such as decimal to binary or hexadecimal.

    • Use functions like itoa() to convert integers to strings in different bases

    • Use strtol() to convert strings to integers in different bases

    • Remember to specify the base when converting numbers

  • Answered by AI
  • Q2. Pointers, struct, Data Structure
Round 3 - One-on-one 

(2 Questions)

  • Q1. Decimal to Binary Convertion
  • Q2. Hexa Decimal to Binary convertion

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Linked list question to detect cycle
  • Q2. Basic questions from JS
Round 2 - Technical 

(2 Questions)

  • Q1. Some questions related to my projects
  • Q2. Some Questions related to my past experience

Iprogrammer Solutions Interview FAQs

How many rounds are there in Iprogrammer Solutions Associate Software Engineer interview?
Iprogrammer Solutions interview process usually has 2 rounds. The most common rounds in the Iprogrammer Solutions interview process are Resume Shortlist, Aptitude Test and Assignment.
How to prepare for Iprogrammer Solutions Associate Software Engineer 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 Iprogrammer Solutions. The most common topics and skills that interviewers at Iprogrammer Solutions expect are Javascript, Software Engineering, .Net, C++ and Angular.
What are the top questions asked in Iprogrammer Solutions Associate Software Engineer interview?

Some of the top questions asked at the Iprogrammer Solutions Associate Software Engineer interview -

  1. Basics of Java like what is gc() ,file handling, serializability, exception han...read more
  2. DSA questions like finding anagram , or finding the duplica...read more

Tell us how to improve this page.

Iprogrammer Solutions Associate Software Engineer Interview Process

based on 3 interviews

Interview experience

4.3
  
Good
View more
Iprogrammer Solutions Associate Software Engineer Salary
based on 65 salaries
₹3 L/yr - ₹7.8 L/yr
22% less than the average Associate Software Engineer Salary in India
View more details

Iprogrammer Solutions Associate Software Engineer Reviews and Ratings

based on 16 reviews

3.8/5

Rating in categories

3.9

Skill development

3.7

Work-life balance

3.5

Salary

3.5

Job security

3.9

Company culture

3.3

Promotions

3.9

Work satisfaction

Explore 16 Reviews and Ratings
Software Engineer
83 salaries
unlock blur

₹3.6 L/yr - ₹13.2 L/yr

Associate Software Engineer
65 salaries
unlock blur

₹3 L/yr - ₹7.8 L/yr

Software Developer
35 salaries
unlock blur

₹4.8 L/yr - ₹15 L/yr

Senior Software Engineer
24 salaries
unlock blur

₹7.8 L/yr - ₹17 L/yr

QA Engineer
22 salaries
unlock blur

₹4.5 L/yr - ₹10 L/yr

Explore more salaries
Compare Iprogrammer Solutions with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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