Upload Button Icon Add office photos

Filter interviews by

Inspace Technologies Interview Questions and Answers

Updated 2 Jun 2024

Inspace Technologies Interview Experiences

Popular Designations

2 interviews found

BIM Modeller Interview Questions & Answers

user image Anonymous

posted on 2 Jun 2024

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

Asked bim lod question

Round 2 - HR 

(1 Question)

  • Q1. Introduce yourself

BIM Modeller Interview Questions asked at other Companies

Q1. What are the differences between a star-delta starter and a direct-on-line (DOL) starter?
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What is a use cases of active directory?
  • Ans. 

    Active Directory is used for centralized management of user accounts, authentication, and access control in a Windows network.

    • User authentication and authorization

    • Centralized management of user accounts and passwords

    • Group policy management for enforcing security policies

    • Single sign-on for accessing multiple resources

    • Integration with other services like DNS and DHCP

    • Auditing and tracking user activities

    • Managing access to...

  • Answered by AI
  • Q2. Why we are using lvm?
  • Ans. 

    LVM (Logical Volume Manager) is used to manage disk space efficiently by providing features like volume resizing, snapshots, and striping.

    • LVM allows for dynamic allocation and resizing of logical volumes, providing flexibility in managing disk space.

    • It enables the creation of snapshots, which are point-in-time copies of a logical volume, useful for backups or testing.

    • LVM supports striping, which improves performance by...

  • Answered by AI
  • Q3. Deferents between load balancing and failover.
  • Ans. 

    Load balancing distributes incoming network traffic across multiple servers, while failover automatically switches to a backup system in case of failure.

    • Load balancing evenly distributes workload to optimize resource utilization.

    • Failover provides redundancy by switching to a backup system when the primary system fails.

    • Load balancing improves performance and availability by distributing traffic across multiple servers.

    • F...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good to learn from L1 to L3 support

Skills evaluated in this interview

Senior IT Infrastructure Executive Interview Questions asked at other Companies

Q1. What is a use cases of active directory?
View answer (1)

Jobs at Inspace Technologies

View all

Interview questions from similar companies

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

3 coding questions of moderate difficult

Round 3 - Technical 

(1 Question)

  • Q1. Coding questions asked in coding round

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was quite easy.basic questions reagrding c and puzzles were asked.

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

Round 1 - Coding Test 

Its was fully coding test using METTL platform in that there is only 1 session we need to attend having 6 questions all are Coding only. We don't need to complete all we can complete any of the question the time given was 1hr 30min in this i try to complete atleast 3 questions

Round 2 - Technical 

(1 Question)

  • Q1. In Technical interview they ask about Any programming language u prefer they will ask on that but most of java and paython is mandatory and more questions on java itself and about your project and all
Round 3 - HR 

(1 Question)

  • Q1. In HR round self introduction and about project discussion and they ask what they want to know about u and u r way of thinking about job

Interview Preparation Tips

Interview preparation tips for other job seekers - Its an good offer for Freshers. They are offering 7LPA and intership too with 10k stpnied
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Aptitude Test 

It had 2 programming questions and 30 aptitude questions
it

Round 3 - Technical 

(2 Questions)

  • Q1. Introduce yourself, educational background
  • Q2. What languages are you familiar with
  • Ans. 

    I am familiar with 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

    • Continuously learning and exploring new languages and technologies

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I had one technical interview which went on for 45 mins. I couldnt clear this round, hence didnt go to the 2nd round. I was given one program and 3 aptittude questions and 3 puzzles
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Nov 2022. There were 4 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 - Coding Test 

Six coding questions to be solved within an hour. The coding questions were standard aptitude based and did not include any complex topics like Dynamic Programming or trees in my case.

Round 3 - One-on-one 

(1 Question)

  • Q1. I had to solve a problem. Given an expression involving operators and operands with parentheses, convert it to postfix expression. I used the stack data structure.
Round 4 - One-on-one 

(1 Question)

  • Q1. A puzzle question

Interview Preparation Tips

Interview preparation tips for other job seekers - Think that it can be done, and lastly with the support of interviewer, it can be done. All the best
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Online coding test having basic problems and some aptitude problem.

Round 2 - One-on-one 

(3 Questions)

  • Q1. Interviewer will ask opps and 2 basic coding problem 2 aptitude problem if you mention any technology in resume then ask about technology and projects
  • Q2. What is opps ?
  • Ans. 

    OOPs stands for Object-Oriented Programming, a programming paradigm based on the concept of objects.

    • OOPs focuses on creating objects that contain both data and methods to manipulate that data.

    • Encapsulation, inheritance, polymorphism, and abstraction are key principles of OOPs.

    • Examples of OOPs languages include Java, C++, and Python.

  • Answered by AI
  • Q3. What is singleton class ?
  • Ans. 

    A singleton class is a class that can only have one instance created and provides a global point of access to that instance.

    • Singleton classes are often used for logging, caching, database connections, and thread pools.

    • They typically have a private constructor to prevent instantiation from other classes.

    • They provide a static method to access the single instance, which is created if it doesn't exist yet.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Surya Software Systems Software Developer interview:
  • Opps
  • DSA
Interview preparation tips for other job seekers - Focus on learning

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I appeared for an interview in May 2024.

Round 1 - Aptitude Test 

Totally there were 15 questions

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

Paper based exam based on C and embedded c

Round 2 - One-on-one 

(1 Question)

  • Q1. Relevant questions asked
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Focuis on math and on science language

Round 2 - Coding Test 

Focus on mathematics

Inspace Technologies Interview FAQs

How many rounds are there in Inspace Technologies interview?
Inspace Technologies interview process usually has 1-2 rounds. The most common rounds in the Inspace Technologies interview process are Technical, Aptitude Test and HR.
How to prepare for Inspace Technologies 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 Inspace Technologies. The most common topics and skills that interviewers at Inspace Technologies expect are System Administration, Desktop Support, Desktop Administration, Windows Server Administration and Windows Administration.
What are the top questions asked in Inspace Technologies interview?

Some of the top questions asked at the Inspace Technologies interview -

  1. What is a use cases of active directo...read more
  2. Deferents between load balancing and failov...read more
  3. Why we are using l...read more

Tell us how to improve this page.

Inspace Technologies Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 797 Interviews
View all

Inspace Technologies Reviews and Ratings

based on 95 reviews

3.9/5

Rating in categories

3.7

Skill development

3.8

Work-life balance

3.4

Salary

3.7

Job security

3.6

Company culture

3.3

Promotions

3.8

Work satisfaction

Explore 95 Reviews and Ratings
Cloud Specialist

Gurgaon / Gurugram

6-11 Yrs

₹ 9-12 LPA

Server Administrator

Gurgaon / Gurugram

6-11 Yrs

₹ 7-12 LPA

Network Security Engineer

Gurgaon / Gurugram

6-11 Yrs

₹ 7-12 LPA

Explore more jobs
System Administrator
107 salaries
unlock blur

₹2.2 L/yr - ₹6.6 L/yr

Desktop Support Engineer
87 salaries
unlock blur

₹1.3 L/yr - ₹4 L/yr

IT Support Executive
25 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

Senior System Administrator
23 salaries
unlock blur

₹3 L/yr - ₹8.2 L/yr

Information Technology Support Engineer
17 salaries
unlock blur

₹1.4 L/yr - ₹4.8 L/yr

Explore more salaries
Compare Inspace Technologies with

HCLTech

3.5
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

Tech Mahindra

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