Upload Button Icon Add office photos

Filter interviews by

SSP India Interview Questions, Process, and Tips

Updated 10 Apr 2024

Top SSP India Interview Questions and Answers

SSP India Interview Experiences

Popular Designations

4 interviews found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I applied via Approached by Company and was interviewed before Aug 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 - HR 

(1 Question)

  • Q1. Basic questions about you, your background, where do you live etc..
Round 3 - Technical 

(4 Questions)

  • Q1. Technical questions related your qualifications Like Induction motor working principle, starter, cable size calculation, PLC , Power calculation, Genral knowledge, and many more questions about half an hou...
  • Q2. Define power and how to you measure and calculate it in single phase and 3 phase, line and phase voltage, star and delta configuration
  • Ans. 

    Power is the rate at which work is done or energy is transferred in an electrical system.

    • Power is measured in watts (W) and calculated using the formula P = V x I, where P is power, V is voltage, and I is current.

    • In single phase systems, power can be calculated using P = V x I, where V is the line voltage and I is the current.

    • In 3 phase systems, power can be calculated using P = √3 x V x I, where V is the line voltage ...

  • Answered by AI
  • Q3. What you know about PLC, Role in automation, what is VFD basic principle of controlling motor speed
  • Ans. 

    PLC stands for Programmable Logic Controller, used in automation to control machinery. VFD is Variable Frequency Drive, used to control motor speed.

    • PLC is a digital computer used for automation of electromechanical processes.

    • PLC can be programmed to perform a variety of tasks such as controlling machinery, processes, and more.

    • VFD is a type of motor controller that drives an electric motor by varying the frequency and v...

  • Answered by AI
  • Q4. What is voltage and current how to measure it, size of cable ,
  • Ans. 

    Voltage is the electrical potential difference between two points, measured in volts. Current is the flow of electric charge, measured in amperes.

    • Voltage is the electrical potential difference between two points, measured in volts. It is typically measured using a voltmeter.

    • Current is the flow of electric charge, measured in amperes. It is typically measured using an ammeter.

    • The size of a cable is determined by its cur...

  • Answered by AI

Skills evaluated in this interview

Plant Operations Engineer Interview Questions asked at other Companies

Q1. Define power and how to you measure and calculate it in single phase and 3 phase, line and phase voltage, star and delta configuration
View answer (1)

Test Engineer Interview Questions & Answers

user image Lakshmi Beeraka

posted on 22 Feb 2024

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

(2 Questions)

  • Q1. Asked about types of testing and testing methodologies
  • Q2. Difference between sanity and smoke testing
  • Ans. 

    Sanity testing is a narrow and focused testing to ensure core functionality works, while smoke testing is a broader testing to check if the software is stable enough for further testing.

    • Sanity testing is a subset of regression testing, focusing on specific areas of functionality.

    • Smoke testing is a preliminary testing to check if the software build is stable enough for further testing.

    • Sanity testing is usually performed...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Asked about companies profile

Skills evaluated in this interview

Test Engineer Interview Questions asked at other Companies

Q1. 1. What is the frame work u have worked and explain the framework with folder structure? 2. purely based on testing, different testing types like functional and non functional tests 3. real time scenarios like last min bugs before release? ... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Already discussed

Interview Preparation Tips

Interview preparation tips for other job seekers - It was basic, do heat and mass transfer, dryer, psychometric chart, heat exchanger, latent heat questions.

Production Graduate Engineer Trainee Interview Questions asked at other Companies

Q1. PRINCIPLE ON WHICH HEAT TRANSFER WORKS (ALL PHASES)
View answer (1)

Teacher Interview Questions & Answers

user image Anonymous

posted on 25 Jul 2022

I applied via Referral and was interviewed in Jan 2022. 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 - Interview 

(1 Question)

  • Q1. Tell about yourself and your academic qualifications

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont be nervous.. Be confident & smart..

Teacher Interview Questions asked at other Companies

Q1. 1)What is story writing? 2) Explain the concept of Adverbal phrase? 3)What should you do to enhance slow learners? 4)Which of teaching methods are most effective to deal all students of the class? 5) Explain the role of class teacher? Etc
View answer (2)

SSP India interview questions for popular designations

 Production Graduate Engineer Trainee

 (1)

 Test Engineer

 (1)

 Teacher

 (1)

 Plant Operations Engineer

 (1)

Interview questions from similar companies

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

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

Round 1 - Aptitude Test 

Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPs w.r.t Java
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.

    • OOPs stands for Object-Oriented Programming System

    • Java is a class-based OOPs language

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs

    • Objects have state and behavior

    • Java supports interfaces, which allow for multiple inheritance

    • Example: A car can be represented as an object wit...

  • Answered by AI
  • Q2. Explain about the projects that you have worked on
  • Q3. Explain how Java solves machine dependency of code execution
  • Ans. 

    Java solves machine dependency by using bytecode and virtual machine.

    • Java code is compiled into bytecode which is platform-independent

    • The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific

    • JVM translates bytecode into machine code for the specific platform

    • This allows Java code to run on any platform with a JVM installed

    • Example: A Java program compiled on Windows can run on Linux or Mac as

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
Interview preparation tips for other job seekers - Keep it simple, Prepare basics of 1st preferred Programming Language.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Numerical ability and logical reasoning followed by some coding mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Print 1 to 100 without for loop
  • Ans. 

    Printing 1 to 100 without for loop

    • Use recursion to print numbers from 1 to 99

    • Print 100 outside the recursion

    • Use a base case to stop recursion at 100

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from interview bit and practice mcqs

I applied via Campus Placement and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple aptitude test

Round 2 - One-on-one 

(1 Question)

  • Q1. General questions as per your cv

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Aptitude
Interview preparation tips for other job seekers - Great company for freshers.. lot to learn and experience

I applied via Company Website and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Attended the codevita competition in final year of college.

Round 2 - Technical 

(3 Questions)

  • Q1. About College Project
  • Q2. Some very basics of java
  • Q3. Experience of college project as a team

Interview Preparation Tips

Interview preparation tips for other job seekers - Codevita is a really good platform to help you join TCS as a final year graduate in college

SSP India Interview FAQs

How many rounds are there in SSP India interview?
SSP India interview process usually has 2 rounds. The most common rounds in the SSP India interview process are Resume Shortlist, HR and Technical.
How to prepare for SSP India 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 SSP India. The most common topics and skills that interviewers at SSP India expect are SQL, XML, Assurance, WCF and Agile.
What are the top questions asked in SSP India interview?

Some of the top questions asked at the SSP India interview -

  1. Define power and how to you measure and calculate it in single phase and 3 phas...read more
  2. What you know about PLC, Role in automation, what is VFD basic principle of con...read more
  3. What is voltage and current how to measure it, size of cabl...read more

Tell us how to improve this page.

SSP India Interview Process

based on 5 interviews

Interview experience

4.6
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.7k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 812 Interviews
Cyient Interview Questions
3.6
 • 285 Interviews
View all

SSP India Reviews and Ratings

based on 91 reviews

3.8/5

Rating in categories

3.5

Skill development

4.1

Work-life balance

3.4

Salary

4.0

Job security

3.5

Company culture

3.1

Promotions

3.6

Work satisfaction

Explore 91 Reviews and Ratings
Software Engineer
30 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Test Engineer
20 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
19 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Engineer
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare SSP India with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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