Upload Button Icon Add office photos

SSPL

Compare button icon Compare button icon Compare

Filter interviews by

SSPL Interview Questions, Process, and Tips

Updated 11 Feb 2024

Top SSPL Interview Questions and Answers

SSPL Interview Experiences

Popular Designations

5 interviews found

Office Clerk Interview Questions & Answers

user image Anonymous

posted on 19 Sep 2023

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

I applied via Referral 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 - One-on-one 

(3 Questions)

  • Q1. 1. Introduce yourself
  • Q2. 2. Why did you quit your last job?
  • Q3. 3. Expected Pay?
  • Ans. 

    Negotiable based on experience and responsibilities.

    • Expected pay is negotiable based on the candidate's experience and the responsibilities of the role.

    • Research industry standards and salary ranges for similar positions in the area.

    • Consider benefits, bonuses, and opportunities for advancement when discussing expected pay.

    • Be prepared to discuss your salary expectations during the interview process.

    • Provide a range rather...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Dress formally and study about the company

Office Clerk Interview Questions asked at other Companies

Q1. if compney not give slary in pendamic sitution what u do with compney
View answer (1)

Software Engineer Interview Questions & Answers

user image Aniket Patil

posted on 11 Feb 2024

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

I applied via Referral and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Self introduction
  • Q2. Job role discussion
Round 2 - Technical 

(1 Question)

  • Q1. Technical round questions are related to HTML, CSS , Javascript
Round 3 - Coding Test 

Written coading test

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (206)

Consultant Interview Questions & Answers

user image Anonymous

posted on 23 Aug 2022

Round 1 - Technical 

(2 Questions)

  • Q1. How to remove duplicate value form array list
  • Ans. 

    To remove duplicate values from an array list of strings

    • Create a new HashSet and add all the elements of the array list to it

    • Convert the HashSet back to an ArrayList

    • The new ArrayList will have only unique elements

  • Answered by AI
  • Q2. Didfeence beetwee a4ray list and link list

Interview Preparation Tips

Interview preparation tips for other job seekers - God's interview process for selecting on this company

Skills evaluated in this interview

Consultant Interview Questions asked at other Companies

Q1. How would you pass an entry for travel expenses incurred and paid by employee and was reimbursed? How would the end to end flow happens
View answer (8)

I applied via LinkedIn and was interviewed before Feb 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is Dojo, long form of Dojo?
  • Ans. 

    Dojo is a JavaScript toolkit that simplifies web development.

    • Dojo is an open-source JavaScript toolkit that provides a collection of libraries and tools for building web applications.

    • It includes modules for DOM manipulation, AJAX requests, and event handling.

    • Dojo also provides a widget system for creating reusable UI components.

    • The long form of Dojo is 'Dojo Toolkit'.

  • Answered by AI
  • Q2. What pokayoke you implied
  • Ans. 

    I implemented visual inspection and mistake-proofing devices to prevent errors in production.

    • Implemented visual inspection to detect defects early

    • Used mistake-proofing devices to prevent errors

    • Created checklists to ensure all steps are followed correctly

    • Trained operators on proper procedures and techniques

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are prepared to do hardwork money worth it

Skills evaluated in this interview

Production Engineer Interview Questions asked at other Companies

Q1. How to solve the problem in robot means how to detect fault?
View answer (9)

SSPL interview questions for popular designations

 Project Manager

 (1)

 Office Clerk

 (1)

 Software Engineer

 (1)

 Production Engineer

 (1)

 Consultant

 (1)

Interview Questionnaire 

1 Question

  • Q1. CSR laws, Impact Assessment, SDGs, Stakeholder Management

Project Manager Interview Questions asked at other Companies

Q1. What is success & what is failure to you? How do you handle failure? - not much interviewer asks such questions, but I believe these are very important questions, if you want to succeed.
View answer (1)

Interview questions from similar companies

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 Campus Placement and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was a basic aptitude test.

Round 2 - One-on-one 

(1 Question)

  • Q1. Interview was fine. Mostly asked about my final year project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Attend the interview with cool head. All the best.

SSPL Interview FAQs

How many rounds are there in SSPL interview?
SSPL interview process usually has 1-2 rounds. The most common rounds in the SSPL interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for SSPL 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 SSPL. The most common topics and skills that interviewers at SSPL expect are SQL, Angular, C#, ASP.Net and ASP.Net MVC.
What are the top questions asked in SSPL interview?

Some of the top questions asked at the SSPL interview -

  1. How to remove duplicate value form array l...read more
  2. What is Dojo, long form of Do...read more
  3. What pokayoke you impl...read more

Tell us how to improve this page.

SSPL Interview Process

based on 6 interviews

Interview experience

3.5
  
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.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 796 Interviews
Cyient Interview Questions
3.6
 • 285 Interviews
View all

SSPL Reviews and Ratings

based on 80 reviews

3.7/5

Rating in categories

3.7

Skill development

3.5

Work-life balance

3.6

Salary

3.4

Job security

3.5

Company culture

3.5

Promotions

3.5

Work satisfaction

Explore 80 Reviews and Ratings
Software Engineer
16 salaries
unlock blur

₹4.3 L/yr - ₹35.6 L/yr

SSA Engineer
9 salaries
unlock blur

₹15.9 L/yr - ₹50 L/yr

Senior Software Engineer
7 salaries
unlock blur

₹12 L/yr - ₹14.4 L/yr

Senior Sse Software Engineering Analyst
6 salaries
unlock blur

₹11.6 L/yr - ₹31.9 L/yr

Executive Accountant
5 salaries
unlock blur

₹2.2 L/yr - ₹3 L/yr

Explore more salaries
Compare SSPL 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