Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Space Inventive Private Limited Team. If you also belong to the team, you can get access from here

Space Inventive Private Limited Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Space Inventive Private Limited Automation Test Lead Interview Questions and Answers

Updated 7 Feb 2024

Space Inventive Private Limited Automation Test Lead Interview Experiences

1 interview found

Automation Test Lead Interview Questions & Answers

user image Thanuj Kumar Katikireddy

posted on 7 Feb 2024

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. Write a complex XPath for a dynamic web table element on your own without taking any help of XPath finders for which the values are changing with in fraction of seconds in each row.
  • Ans. 

    The XPath for the dynamic web table element can be written using the position() function and the contains() function.

    • Use the position() function to locate the row number

    • Use the contains() function to match the changing value in each row

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview panel members are mentally disordered and psychos. They don't ask relevant questions to your profile. Be careful while attending interviews for this company. I am sure that you will get disappointed after giving interviews with this company.

Skills evaluated in this interview

Top trending discussions

View All
Interview Hub
2w
a client servicing executive
FeedCard Image
Got a question about Space Inventive Private Limited?
Ask anonymously on communities.

Interview questions from similar companies

Associate Interview Questions & Answers

Ginesys user image Abhishek Pratap Singh

posted on 18 Jun 2025

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected
  • Q1. Basic question about internship , which i have done in Market Research domain
  • Q2. Basic question about how retail works in India?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just try to be confident and best part about confidence is when you have knowledge about the job role, you speak with confidence only.

Automation Test Lead Interview Questions Asked at Other Companies

Q1. How do you validate that the text displayed in an HTML tag is as ... read more
asked in Verifone
Q2. Write a program to count the number of repeating characters in a ... read more
asked in Verifone
Q3. What are the criteria for selecting test cases for automation?
asked in Coforge
Q4. Write a program to replace all vowels with the character 'x' in a ... read more
Q5. Write Selenium code using TestNG for a login page, covering both ... read more
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

It was deciphering spoken language to subtitle for a complicated accented show

Round 2 - HR 

(2 Questions)

  • Q1. Why do you want to work here?
  • Q2. What are you passionate about that made you apply for this job?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good at the language you are applying for
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(3 Questions)

  • Q1. What is string contant pool?
  • Q2. Can we create object for abstract classes and interfaces?
  • Ans. 

    Yes, we can create object for abstract classes and interfaces in Java.

    • Objects cannot be created for abstract classes directly, but can be created for concrete subclasses that extend the abstract class.

    • Interfaces cannot be instantiated, but objects can be created for classes that implement the interface.

    • Example: Abstract class Animal { abstract void makeSound(); } Class Dog extends Animal { void makeSound() { System.out...

  • Answered by AI
  • Q3. What is the keyword used in interface if we want concreate method?
  • Ans. 

    The keyword used in interface for concrete method is 'default'.

    • The 'default' keyword is used in interfaces to provide a default implementation for a method.

    • It allows interfaces to have concrete methods without requiring implementing classes to override them.

    • Example: 'default void methodName() { // method implementation }'

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Concentrate on core java concepts.

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Apr 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. Very easy basic questions enough to crack? Polymorphism? Inheritance?
  • Q2. Polymorphism Inheritance

Interview Preparation Tips

Round: Test
Experience: A coding test (Students were asked to bring Laptops)
Tips: Be thorough with C/C++, networking, OS, Data structures and architecture
Duration: 90 minutes

Round: Interview
Experience: 3 rounds of interview, one hour each, all technical 
Interview Process:All the three rounds are oriented around programming. A lot of focus was given to Data structures, C/C++, OS and algorithmsThe code from previous test is shown and they expect you to fix any bugs if thereThe interviewers are quietly friendly and help if you get stuck at any pointIf you do have any related projects, anticipate some thorough questions on that
Tips: Though the interviewers are helpful, get your basics clear early on. Don't rely on them.Practice coding sessions, a lot of companies have them as a shortlisting criteria.

College Name: IIT Madras

Space Inventive Private Limited HR Interview Questions

7 questions and answers

Q. Which company did you work for previously?
Q. Are you ready to work under strict deadlines?
Q. What is your career plan?

Interview Preparation Tips

Round: Test
Experience: PAPER DURATION: 3 hours
NO. OF QUESTIONS: 2 (20 marks each)
MAXIMUM MARKS: 20*2 = 40 marksQUESTION 1:
JSON Prettier:-Write a program which takes JSON as input and gives prettified JSONYou need to read JSON from STDIN. Input gives one line of uglified JSON.Output should be formatted JSON. Check the standard output link.Use 2 white spaces (not‘\t’) for one indentation.SAMPLE INPUT:{“group” : {list : [1,2,3]}, “list” : [“a”,”b”,”c”]}SAMPLE OUTPUT:{“group” : {List : [1,2,3]},“list” : [“a”,”b”,”c”]}EXPLANATION: Input will be uglifiedjson in one line and output will be prettified format of that. QUESTION 2:XML parse plus series computationEvaluate an expression given in XML format. Keys will be Expr- contains the entire expression. Elem – contains the digit, sum, Prod- contains two or more keys whose evaluation needs to be summed or multiplied respectively. Sub will contain 2 keys or more, where the second key onwards will have to be subtracted from the first one. Div- will contain 2 keys in which first key will need to be divided by second. SAMPLE INPUT:4673 SAMPLE OUTPUT:
20EXPLANATION:Input will be xml file through standard input. End of xml file marked by .
Duration: 180 minutes
Total Questions: 2

College Name: NA
Are these interview questions helpful?

Interview Questionnaire 

2 Questions

  • Q1. Core java and spring boot questions
  • Q2. Learn core concepts in java

I applied via Campus Placement and was interviewed in Sep 2021. There was 1 interview round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with DSA and low level design. Also have a good idea about Computer science fundamentals .

I applied via Campus Placement and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

General aptitude test with math and logic related questions. there were also coding questions which were given more weightage than the other questions.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Standard linked list questions like finding the middle of a linked list, checking if the linked list is a loop etc
  • Q2. Max heap related questions.
Round 3 - One-on-one 

(1 Question)

  • Q1. This interview was mostly math related questions. for eg: prove if a number is irrational.

Interview Preparation Tips

Topics to prepare for Amagi Media Labs Software Engineer interview:
  • Data Structures
  • Maths
  • puzzles
Interview preparation tips for other job seekers - focus is on checking basic coding and problem solving skills. a separate round for testing mathematical ability was a surprise.

Space Inventive Private Limited Interview FAQs

How many rounds are there in Space Inventive Private Limited Automation Test Lead interview?
Space Inventive Private Limited interview process usually has 1 rounds. The most common rounds in the Space Inventive Private Limited interview process are Technical.

Tell us how to improve this page.

Overall Interview Experience Rating

1/5

based on 1 interview experience

Difficulty level

Hard 100%

Duration

Less than 2 weeks 100%
View more
Senior Software Engineer
11 salaries
unlock blur

₹10.6 L/yr - ₹18.8 L/yr

Data Engineer
6 salaries
unlock blur

₹11.4 L/yr - ₹18.6 L/yr

Technical Lead
5 salaries
unlock blur

₹24 L/yr - ₹38.5 L/yr

Project Manager
5 salaries
unlock blur

₹15 L/yr - ₹25.5 L/yr

Senior UI UX Designer
4 salaries
unlock blur

₹12.4 L/yr - ₹23.1 L/yr

Explore more salaries
Compare Space Inventive Private Limited with

Aurigo

4.7
Compare

Prime Focus Technologies

3.2
Compare

Nowfloats Technologies

3.1
Compare

Peel-works

3.6
Compare
write
Share an Interview