Upload Button Icon Add office photos
Engaged Employer

i

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

iQuasar Software Solutions Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 18 Reviews

Filter interviews by

iQuasar Software Solutions Interview Questions and Answers

Updated 26 Nov 2024

iQuasar Software Solutions Interview Experiences

Popular Designations

2 interviews found

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

I applied via Walk-in and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Communication skills are important
Round 2 - Assignment 

Grammar test and thought process

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Network Engineer Interview Questions asked at other Companies

Q1. TCP/IP layers, why is transport needed for communication? What is Subnet mask and how does it help in data communication. Why is Vlan needed? Based on what information does a switch and router send a packet or frame? Types of arp, What is p... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Oct 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 - Technical 

(2 Questions)

  • Q1. HR Communication Round
  • Q2. A lot of people got rejected in this round due to poor communication skills
Round 3 - Technical 

(2 Questions)

  • Q1. The questions will revolve around the resume .
  • Q2. Cultural round with the Director or CEO

Interview Preparation Tips

Interview preparation tips for other job seekers - An amazing workplace with amazing work culture,flexibility,classic.

Technical Support Engineer Interview Questions asked at other Companies

Q1. Admin Questions :- What is Relationships what are types of relationships
View answer (4)

Jobs at iQuasar Software Solutions

View all

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2023. There were 2 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 - Technical 

(2 Questions)

  • Q1. Knowledge about the Auto cad, Solidworks softwares
  • Q2. Explain the drawing Application
  • Ans. 

    Drawing application is a software used for creating technical drawings and illustrations.

    • Drawing applications are used in various fields like engineering, architecture, and graphic design.

    • They allow users to create precise and accurate drawings with tools like rulers, grids, and measurement tools.

    • Some popular drawing applications include AutoCAD, SolidWorks, and Adobe Illustrator.

    • They also allow for easy editing and mo...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Give to Arrange nterview in online.Be give the opportunity.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Google and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Coding questions about array and string.

Round 2 - Coding Test 

Cosing questions about sql and ds.

Round 3 - HR 

(1 Question)

  • Q1. Personal and behavioral questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well with the fundamentals.
Round 1 - Coding Test 

3 Question based on strings, array & LinkedList

Round 2 - Technical 

(1 Question)

  • Q1. Sql queries & RDBMS Concepts Java core Collection Complexity Pattern program
Round 3 - Technical 

(1 Question)

  • Q1. Linked list Map Arraylist Sql Jvm Acid properties
Round 4 - HR 

(1 Question)

  • Q1. Why you want to join Skills What is your best handled situation

Interview Preparation Tips

Interview preparation tips for other job seekers - Java
Sql
Spring Boot
For Java profile you should be aware of the above tr ch stack

Web Developer Interview Questions & Answers

Affine user image Manasa jagadeesh

posted on 9 Apr 2020

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

I applied via Naukri.com and was interviewed before Apr 2019. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Casual talk with the manager/director of the domain.
  • Q2. Basic questions about frontend technologies
  • Q3. Basic HR questions regarding salary
Round 1 - Coding Test 

Simple coding in any programming language

Round 2 - Technical 

(1 Question)

  • Q1. Technical question and written test
Round 3 - One-on-one 

(1 Question)

  • Q1. Manager round for core concepts
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion made

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for any interview you attend

I applied via Internshala and was interviewed in Sep 2022. There were 3 interview rounds.

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

Includes basic aptitude question with additional questions based on coding languages fundamentals.....

Round 3 - Technical 

(2 Questions)

  • Q1. Question were based on oops concepts. My next question was write a code of binary search and explain it and lastly I was asked an aptitude question ...
  • Q2. Write a code of binary search and explain it
  • Ans. 

    Binary search is a search algorithm that finds the position of a target value within a sorted array.

    • Divide the array into two halves

    • Compare the target value with the middle element

    • If the target value matches the middle element, return its position

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

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

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do work on your aptitude and practise Data structures and algorithms...

Skills evaluated in this interview

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 - Technical 

(2 Questions)

  • Q1. Different Types of HTTP methods
  • Ans. 

    HTTP methods are used to indicate the desired action to be performed on a resource.

    • GET: Retrieve data from a server

    • POST: Send data to a server to create a new resource

    • PUT: Update an existing resource on a server

    • DELETE: Remove a resource from a server

    • PATCH: Partially update an existing resource on a server

  • Answered by AI
  • Q2. Status codes of GET, POST, PUT, PATCH, DELETE
  • Ans. 

    Status codes for HTTP methods

    • GET - 200 OK, 404 Not Found

    • POST - 201 Created, 400 Bad Request

    • PUT - 200 OK, 204 No Content

    • PATCH - 200 OK, 204 No Content

    • DELETE - 200 OK, 204 No Content

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Listen to the questions carefully because the interviewers will give the answer in the previous question itself

Skills evaluated in this interview

I applied via Referral and was interviewed in Mar 2022. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. What are different types of streams
  • Ans. 

    Streams are a sequence of data elements made available over time. There are different types of streams.

    • Byte Streams

    • Character Streams

    • Buffered Streams

    • Data Streams

    • Object Streams

    • Print Streams

    • File Streams

    • Network Streams

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Talks about previous projects and architecture.
Round 3 - One-on-one 

(1 Question)

  • Q1. More talks about previous projects and underlying architecture

Interview Preparation Tips

Interview preparation tips for other job seekers - Having a in depth knowledge of your tech stack will help you a lot in the interview

Skills evaluated in this interview

iQuasar Software Solutions Interview FAQs

How many rounds are there in iQuasar Software Solutions interview?
iQuasar Software Solutions interview process usually has 2-3 rounds. The most common rounds in the iQuasar Software Solutions interview process are Technical, Resume Shortlist and HR.
How to prepare for iQuasar Software Solutions 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 iQuasar Software Solutions. The most common topics and skills that interviewers at iQuasar Software Solutions expect are Civil Engineering, Civil 3D, Construction, HTML and Python.
What are the top questions asked in iQuasar Software Solutions interview?

Some of the top questions asked at the iQuasar Software Solutions interview -

  1. A lot of people got rejected in this round due to poor communication ski...read more
  2. The questions will revolve around the resum...read more
  3. HR Communication Ro...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 iQuasar Software Solutions interviews
WalkIn
Referral
50%
50%
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.3k 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
Mphasis Interview Questions
3.4
 • 788 Interviews
View all

iQuasar Software Solutions Reviews and Ratings

based on 18 reviews

3.8/5

Rating in categories

4.0

Skill development

4.0

Work-Life balance

3.8

Salary & Benefits

4.0

Job Security

3.4

Company culture

3.2

Promotions/Appraisal

3.4

Work Satisfaction

Explore 18 Reviews and Ratings
Senior Recruitment Professional
9 salaries
unlock blur

₹3.7 L/yr - ₹7 L/yr

Technical Proposal Writer
7 salaries
unlock blur

₹3 L/yr - ₹7.5 L/yr

Business Development Representative
6 salaries
unlock blur

₹2.3 L/yr - ₹6.4 L/yr

Recruitment Specialist
5 salaries
unlock blur

₹6 L/yr - ₹6.5 L/yr

Proposal Specialist
5 salaries
unlock blur

₹4.9 L/yr - ₹8 L/yr

Explore more salaries
Compare iQuasar Software Solutions with

TCS

3.7
Compare

Infosys

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