Upload Button Icon Add office photos

Filter interviews by

3SD Solutions Interview Questions and Answers

Updated 16 Sep 2024
Popular Designations

6 Interview questions

A Java Developer was asked 9mo ago
Q. Why is Java platform independent?
Ans. 

Java is platform independent due to its use of the Java Virtual Machine (JVM) and bytecode compilation.

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

  • The Java Virtual Machine (JVM) interprets bytecode on any operating system.

  • This allows Java applications to run on any device with a compatible JVM.

  • For example, a Java program written on Windows can run on Linux or macOS without modification.

View all Java Developer interview questions
A Software Developer was asked
Q. Why would you choose Java over Node.js?
Ans. 

Java is preferred for its strong typing, scalability, platform independence, and extensive libraries.

  • Java is statically typed, which helps catch errors at compile time.

  • Java is known for its scalability, making it suitable for large enterprise applications.

  • Java is platform independent, allowing it to run on any device with a Java Virtual Machine (JVM).

  • Java has a vast array of libraries and frameworks available for ...

View all Software Developer interview questions
A Software Developer was asked
Q. What is JVM?
Ans. 

JVM stands for Java Virtual Machine, which is a virtual machine that enables a computer to run Java programs.

  • JVM is responsible for converting Java bytecode into machine code that can be executed by the computer's processor.

  • It provides a platform-independent execution environment for Java applications.

  • JVM manages memory, handles garbage collection, and provides security features for Java programs.

  • Examples of JVM i...

View all Software Developer interview questions
A Software Developer was asked
Q. What is Java?
Ans. 

Java is a high-level programming language known for its portability, security, and versatility.

  • Java is object-oriented

  • It is platform-independent

  • Java programs are compiled to bytecode and run on a Java Virtual Machine (JVM)

  • Java is widely used for developing web, mobile, and enterprise applications

View all Software Developer interview questions
A Web Developer was asked
Q. What is the difference between Class and Id in HTML and CSS?
Ans. 

Class is used to style multiple elements, while Id is used to style a single element.

  • Class can be used multiple times in a document, while Id should be unique.

  • Class is denoted by a period (.), while Id is denoted by a hash (#).

  • Example: <div class='container'> vs <div id='header'>

View all Web Developer interview questions
A Web Developer was asked
Q. The only difference between them is that "id" is unique in a page and can only apply to at most one element, while "class" selector can apply to multiple elements.
Ans. 

The 'id' selector is unique to one element on a page, while the 'class' selector can apply to multiple elements.

  • ID selector is denoted by # in CSS, while class selector is denoted by .

  • ID should be unique on a page, while class can be used for multiple elements

  • ID selector has higher specificity than class selector

View all Web Developer interview questions

3SD Solutions Interview Experiences

3 interviews found

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

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

Round 1 - Coding Test 

CRUD example using java spring boot

Round 2 - Technical 

(2 Questions)

  • Q1. What is current role in your project?
  • Q2. Why Java is platform independent?
Round 3 - HR 

(2 Questions)

  • Q1. What is your salary expectation?
  • Q2. When you can join us?

Skills evaluated in this interview

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. What is java ?
  • Ans. 

    Java is a high-level programming language known for its portability, security, and versatility.

    • Java is object-oriented

    • It is platform-independent

    • Java programs are compiled to bytecode and run on a Java Virtual Machine (JVM)

    • Java is widely used for developing web, mobile, and enterprise applications

  • Answered by AI
  • Q2. Why we use java rather then Node.js?
  • Ans. 

    Java is preferred for its strong typing, scalability, platform independence, and extensive libraries.

    • Java is statically typed, which helps catch errors at compile time.

    • Java is known for its scalability, making it suitable for large enterprise applications.

    • Java is platform independent, allowing it to run on any device with a Java Virtual Machine (JVM).

    • Java has a vast array of libraries and frameworks available for vario...

  • Answered by AI
  • Q3. What is JVM ?
  • Ans. 

    JVM stands for Java Virtual Machine, which is a virtual machine that enables a computer to run Java programs.

    • JVM is responsible for converting Java bytecode into machine code that can be executed by the computer's processor.

    • It provides a platform-independent execution environment for Java applications.

    • JVM manages memory, handles garbage collection, and provides security features for Java programs.

    • Examples of JVM implem...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. What is your salary expectation?

Skills evaluated in this interview

I applied via Walk-in and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Tell me about yourelf?
  • Ans. This is the common question, anyone can give the answer because it is a normal intro about the candidate.
  • Answered Anonymously
  • Q2. What is difference between Class and Id (HTML & CSS regarding)
  • Ans. 

    Class is used to style multiple elements, while Id is used to style a single element.

    • Class can be used multiple times in a document, while Id should be unique.

    • Class is denoted by a period (.), while Id is denoted by a hash (#).

    • Example: <div class='container'> vs <div id='header'>

  • Answered by AI
  • Q3. The only difference between them is that "id" is unique in a page and can only apply to at most one element, while "class" selector can apply to multiple elements.
  • Ans. 

    The 'id' selector is unique to one element on a page, while the 'class' selector can apply to multiple elements.

    • ID selector is denoted by # in CSS, while class selector is denoted by .

    • ID should be unique on a page, while class can be used for multiple elements

    • ID selector has higher specificity than class selector

  • Answered by AI

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about 3SD Solutions?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical questions : 1)oops concepts 2)plsql cursors, triggers, procedures 3)quick sort algorithm

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with your resume. None of the questions were asked out of resume.

I applied via Approached by Company and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. They will ask about your past experience and current project details in detail.
  • Ans. Just give the proper answer about your past experience very Convincingly and confidently.
  • Answered Anonymously
  • Q2. Few technical questions they will ask.
  • Ans. If you already prepared for your interview, then you can answer the basic technical questions and you will get selected.
  • Answered Anonymously
Round 2 - Technical 

(1 Question)

  • Q1. As this was the client round. Deep technical questions about relevant experience.
  • Ans. Just answer to all the questions whatever they ask in very confident manner and should have manageable comm skill to clear the client round.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Just don't wait for the perfect time. Perfect time is a Myth. Just go for it.

Interview Questionnaire 

1 Question

  • Q1. Questions related to your subjects in engineering

Interview Questionnaire 

1 Question

  • Q1. Questions related to your subjects in Btech
Are these interview questions helpful?

Interview Questionnaire 

1 Question

  • Q1. What is i t

Interview Questionnaire 

1 Question

  • Q1. Related to my subjects

Interview Questionnaire 

2 Questions

  • Q1. Apigee
  • Q2. Interal architecture

3SD Solutions Interview FAQs

How many rounds are there in 3SD Solutions interview?
3SD Solutions interview process usually has 2-3 rounds. The most common rounds in the 3SD Solutions interview process are Technical, HR and Coding Test.
What are the top questions asked in 3SD Solutions interview?

Some of the top questions asked at the 3SD Solutions interview -

  1. What is difference between Class and Id (HTML & CSS regardi...read more
  2. The only difference between them is that "id" is unique in a page and can only ...read more
  3. Why we use java rather then Node....read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 2 interview experiences

Difficulty level

Easy 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.7
 • 8.7k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Amazon Interview Questions
4.0
 • 5.4k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.7
 • 3.4k Interviews
View all

3SD Solutions Reviews and Ratings

based on 5 reviews

3.3/5

Rating in categories

4.5

Skill development

4.2

Work-life balance

4.2

Salary

4.4

Job security

4.2

Company culture

4.1

Promotions

4.1

Work satisfaction

Explore 5 Reviews and Ratings
Business Analyst
4 salaries
unlock blur

₹2.4 L/yr - ₹3.2 L/yr

Senior Software Developer
4 salaries
unlock blur

₹3 L/yr - ₹3.8 L/yr

Digital Marketing Lead
3 salaries
unlock blur

₹4.2 L/yr - ₹4.2 L/yr

Explore more salaries
Compare 3SD Solutions with

TCS

3.6
Compare

Accenture

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview