Upload Button Icon Add office photos
Engaged Employer

i

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

SPNX Consulting Private Limited Verified Tick

Compare button icon Compare button icon Compare
2.6

based on 2 Reviews

i

This rating is based on a small number of reviews, so it may not fully reflect the overall employee experience.

Filter interviews by

SPNX Consulting Private Limited Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Related to inside sales and linkedin sales navigator
  • Q2. Regarding how you send cold emails how you structured your email and validation of emails
Round 2 - One-on-one 

(1 Question)

  • Q1. Same as above but little more deep question related to outbound sales like how you approach relevant prospects how you maintain your database

Interview Preparation Tips

Interview preparation tips for other job seekers - You should have proper knowledge about what you have did in past related to your job duties and responsibilities
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at College of Engineering ( Formerly Pune Instiute of Enginering and Technology ), Pune and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Basic questions ... tell me about yourself? projects? some quizes, some coding snippets
Round 2 - Technical 

(4 Questions)

  • Q1. Print all str in arrays
  • Ans. 

    Print all strings in an array

    • Use a loop to iterate through the array

    • Print each string in the array

  • Answered by AI
  • Q2. Print the missing number from the range 1 to 100;
  • Ans. 

    Use the formula for sum of natural numbers to find the missing number.

    • Calculate the sum of numbers from 1 to 100 using the formula n*(n+1)/2

    • Find the actual sum of numbers from 1 to 100

    • Subtract the actual sum from the calculated sum to find the missing number

  • Answered by AI
  • Q3. How to converts stack to heap
  • Ans. 

    To convert a stack to a heap, you can use a sorting algorithm like heapify.

    • Use a sorting algorithm like heapify to rearrange the elements in the stack into a heap structure.

    • Heapify the stack by starting from the last non-leaf node and moving up the tree.

    • After heapifying the stack, the elements will be in a heap structure with the root node containing the maximum value.

  • Answered by AI
  • Q4. Project and dbms question
Round 3 - Technical 

(1 Question)

  • Q1. Array was given apply permutation combination and give biggest number

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Naukri.com

Round 1 - Technical 

(2 Questions)

  • Q1. What can you tell me about SCCM technology?
  • Ans. 

    SCCM (System Center Configuration Manager) is a software management suite developed by Microsoft for managing large groups of computers running Windows OS.

    • SCCM allows for remote control, patch management, software distribution, operating system deployment, network access protection, and hardware and software inventory.

    • It helps organizations to manage their IT infrastructure more efficiently and securely.

    • SCCM integrates...

  • Answered by AI
  • Q2. What is Active Directory and how does it function?
  • Ans. 

    Active Directory is a directory service developed by Microsoft for Windows domain networks.

    • Centralized database for managing network resources

    • Stores information about users, computers, groups, and more

    • Allows for authentication and authorization of users and computers

    • Enables administrators to manage and secure network resources

    • Supports features like Group Policy, LDAP, and Kerberos authentication

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Communication skills
  • Q2. Personal information about studies and family

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong technical skills are required.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Introduction yourself in brief
  • Q2. Few questions related to experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Check the behavior of the interviewer. Ultimately, they will be your manager. If an interviewer is rude enough in interview, he will definitely make your life hell when you are reporting to him.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
-
Result
Not Selected
Round 1 - Aptitude Test 

Digital, RC RL circuits, Python, STA

Round 2 - Technical 

(2 Questions)

  • Q1. MOSFET Working, Elmore delay model
  • Q2. STA, Switched Capacitor
Round 3 - HR 

(2 Questions)

  • Q1. General Questions
  • Q2. Projects related qu
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Introduction myself
  • Q2. Core based questions
Round 2 - HR 

(1 Question)

  • Q1. Why looking for this field as your career
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Tell us about your experience.
  • Q2. In english, give me a feedback you received lately.
Round 2 - Technical 

(2 Questions)

  • Q1. Brief explanation of SOLID principles
  • Q2. Ref vs out arguments
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 Sep 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Oops concept asked
  • Q2. Springboot annotations
Round 2 - One-on-one 

(2 Questions)

  • Q1. Project details simply
  • Q2. Springboot related
Round 3 - HR 

(2 Questions)

  • Q1. Easy about salary
  • Q2. Details about asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic concept and real time example is the only thing achieve to clear interview
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was on HackerEarth platform questions were easy it contained output related stuff along with oops concepts and a coding question

Round 2 - Technical 

(3 Questions)

  • Q1. What are 4 pillars of Oops
  • Ans. 

    The 4 pillars of Oops are Inheritance, Encapsulation, Abstraction, and Polymorphism.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Encapsulation refers to the bundling of data with the methods that operate on that data.

    • Abstraction focuses on hiding the internal implementation details of a class and showing only the necessary features.

    • Polymorphism allows objects of different classes to

  • Answered by AI
  • Q2. Difference between insert and delete commands in mysql
  • Ans. 

    Insert command is used to add new records to a table, while delete command is used to remove existing records from a table in MySQL.

    • Insert command adds new records to a table.

    • Delete command removes existing records from a table.

    • Insert command requires specifying values for all columns being inserted.

    • Delete command can use conditions to specify which records to delete.

    • Example: INSERT INTO table_name (column1, column2) V...

  • Answered by AI
  • Q3. Explain about SDLC
  • Ans. 

    SDLC stands for Software Development Life Cycle, which is a process used by software development teams to design, develop, and test high-quality software.

    • SDLC is a structured process that consists of several phases such as planning, analysis, design, implementation, testing, and maintenance.

    • Each phase has its own set of activities and deliverables that must be completed before moving on to the next phase.

    • SDLC helps ens...

  • Answered by AI

Skills evaluated in this interview

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

I was interviewed in Sep 2024.

Round 1 - Coding Test 

I was given a test which was not that difficult

Round 2 - Behavioral 

(2 Questions)

  • Q1. Why are you leaving the current job
  • Ans. 

    Seeking new challenges and growth opportunities in a more innovative environment.

    • Looking for new challenges and opportunities for growth

    • Interested in working in a more innovative environment

    • Seeking a change in company culture or work-life balance

  • Answered by AI
  • Q2. What's the driving factor for you to join Altair
  • Ans. 

    The innovative projects and collaborative work environment at Altair are the driving factors for me to join.

    • Innovative projects: I am excited about the opportunity to work on cutting-edge projects that push the boundaries of technology.

    • Collaborative work environment: I value teamwork and believe that working with talented individuals at Altair will help me grow professionally.

    • Company culture: I have heard great things ...

  • Answered by AI

Tell us how to improve this page.

Interview Questions from Similar Companies

Apisero Interview Questions
4.3
 • 72 Interviews
Softenger Interview Questions
4.2
 • 50 Interviews
TestingXperts Interview Questions
4.1
 • 40 Interviews
Knack Global Interview Questions
3.1
 • 37 Interviews
Aabasoft Interview Questions
4.3
 • 34 Interviews
Stefanini Interview Questions
2.9
 • 34 Interviews
TA Digital Interview Questions
4.0
 • 32 Interviews
View all

SPNX Consulting Private Limited Reviews and Ratings

based on 2 reviews

2.6/5

Rating in categories

1.8

Skill development

4.3

Work-Life balance

1.8

Salary & Benefits

1.8

Job Security

1.8

Company culture

1.8

Promotions/Appraisal

1.8

Work Satisfaction

Explore 2 Reviews and Ratings
Compare SPNX Consulting Private Limited with

Collabera Technologies

3.5
Compare

Softenger

4.2
Compare

Akal Information Systems

3.9
Compare

Foray Software

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