Upload Button Icon Add office photos

Filter interviews by

3SD Solutions Interview Questions, Process, and Tips

Updated 16 Sep 2024

Top 3SD Solutions Interview Questions and Answers

View all 6 questions

3SD Solutions Interview Experiences

Popular Designations

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?
  • Ans. 

    I am currently working as a Java Developer in a project that involves developing a web application for a financial services company.

    • Responsible for designing and implementing new features using Java and Spring framework

    • Collaborating with team members to troubleshoot and resolve technical issues

    • Participating in code reviews and providing feedback to improve code quality

    • Working closely with business analysts to understan

  • Answered by AI
  • Q2. Why Java is platform independent?
  • Ans. 

    Java is platform independent due to its bytecode and JVM.

    • Java code is compiled into bytecode, which can run on any platform with a Java Virtual Machine (JVM).

    • JVM acts as an interpreter that translates bytecode into machine code specific to the underlying platform.

    • This allows Java programs to be written once and run anywhere, without the need for recompilation.

    • For example, a Java program compiled on a Windows machine ca...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. What is your salary expectation?
  • Ans. 

    My salary expectation is based on my experience, skills, and the market rate for Java Developers.

    • Consider my years of experience in Java development

    • Research the average salary for Java Developers in this location

    • Factor in any additional skills or certifications I may have

  • Answered by AI
  • Q2. When you can join us?
  • Ans. 

    I can join within 2 weeks of receiving an offer.

    • I can start within 2 weeks of receiving an offer.

    • My current notice period is 2 weeks.

    • I am available to start immediately.

  • Answered by AI

Skills evaluated in this interview

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)
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

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (41)

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

Web Developer Interview Questions asked at other Companies

Q1. Check Indices With Given Difference Problem Statement You are provided with an integer array ARR of size N along with two integers A and B. Your task is to determine if there exist two distinct indices in the array such that the absolute di... read more
View answer (1)

Interview questions from similar companies

Data Platform Architect Interview Questions & Answers

Deloitte user image Anonymous

posted on 25 Feb 2025

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Jan 2025.

Round 1 - Technical 

(14 Questions)

  • Q1. What is the code to read a CSV file into a DataFrame using PySpark?
  • Q2. What is your approach to refactoring code?
  • Q3. How do you optimize pyspark code, how is peer review done,
  • Q4. What is the SQL query to join employee departments along with the count of employees in each department?
  • Q5. What is lazy evaluation in PySpark, and can you provide examples to illustrate this concept?
  • Q6. How do you write SQL queries using PySpark code?
  • Q7. What are the methods used to load data into a database?
  • Q8. What is the redshift spectrum?
  • Q9. What are the different types of indexing used in databases?
  • Q10. Could you describe your experience with sharing your screen to write PySpark code during scenarios in a Teams call, especially when you were using a mobile device?
  • Q11. What types of documentation are typically created during a project, and how is this documentation prepared?
  • Q12. How do you ensure that your code is written optimally, and how do you evaluate, debug, and test it for various scenarios?
  • Q13. What kind of documentation is written for pyspark code
  • Q14. What are the best practices that you follow?

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. The role would have client round and the candidate will have to write code and solve issues immediately in client interview call, this is what interviewer said
2. As a data platform architect, the role requires extreme level understanding of pyspark and sql not just overview as in other data architect role.
3. Docu
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Sale price on on day
  • Q2. Start working

Interview Preparation Tips

Interview preparation tips for other job seekers - Fofocus heavily on networking, tailoring your resume with relevant keywords, actively following up with potential employers, showcasing your sales skills in interviews through storytelling, and monitoring companies you're interested in to stay updated on opportunities.
Key points to remember:
Prioritize networking:
Utilize your network to connect with people in the industry, attend industry events, and leverage platforms like LinkedIn to build relationships with potential hiring managers.
Tailor your resume:
Include relevant sales keywords throughout your resume to catch the attention of recruiters and ensure your experience aligns with the job description.
Practice your sales pitch:
Prepare compelling stories from your past experiences to demonstrate your ability to close deals, overcome objections, and build rapport during interviews.
Follow up consistently:
After submitting applications, send personalized follow-up emails to maintain engagement with potential employers.
Research companies:
Actively monitor companies you're interested in by following their social media and news to stay informed about potential openings.
Highlight transferable skills:
Even if you lack direct sales experience, emphasize skills like communication, persuasion, relationship building, and problem-solving that translate well to a sales role.
Ask insightful questions:
During interviews, demonstrate your knowledge of the company and role by asking thoughtful questions that show your genuine interest.
Be enthusiastic and confident:
Convey a positive attitude and express your passion for sales to make a strong impression on potential employers.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Jan 2025.

Round 1 - Technical 

(8 Questions)

  • Q1. Self intro and project architecture
  • Q2. What are the data sources used?
  • Q3. Bigquery architecture
  • Q4. Partition vs clustering
  • Q5. Bq commands on create table and load csv file
  • Q6. Bq commands on show the schema of the table
  • Q7. Explain about leaf nodes and columnar storage.
  • Q8. How many slots are there in bigquery?
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jan 2025.

Round 1 - Coding Test 

A sequence was provided: 4181, 2684, 1597, 987, 610.
first 2 are given and write code for other value calculation using java 8

The second question required writing a reverse of a palindrome using both Java 8 streams. I was able to successfully write both and clear the first round.

Round 2 - Technical 

(6 Questions)

  • Q1. Interviewer was himself not knowing anything as it was walkin drive he was sitting infront of me and checking questions on phone Introduction that he inturrepted in between when I was introducing myself
  • Q2. What are the features of Java 17, specifically related to sealed classes, including their syntax and necessity, along with the potential errors encountered when invoking a sealed class?
  • Ans. 

    Java 17 introduces sealed classes to restrict inheritance and improve code maintainability.

    • Sealed classes are declared using the 'sealed' keyword followed by the permitted subclasses.

    • Subclasses of a sealed class must be either final or sealed themselves.

    • Errors may occur when trying to extend a sealed class with a non-permitted subclass.

  • Answered by AI
  • Q3. Java 8 feathers stream api, functional interface, Intermittent operator ,Ternary operator, Prediction,Bi predicate. Answered all successfully
  • Q4. Draw low level design of implementation of notify me if item is back in stock in a ecommerce application
  • Ans. 

    Implementation of 'notify me if item is back in stock' feature in an ecommerce application

    • Create a database table to store user notifications for out-of-stock items

    • Implement a service to check item availability and send notifications to subscribed users

    • Provide a user interface for users to subscribe to notifications for specific items

  • Answered by AI
  • Q5. All design patterns which I know. Asked me to implement adapter pattern on paper
  • Q6. Then given a problem that concurrent way perform operation on excell to decrease the response time

Interview Preparation Tips

Interview preparation tips for other job seekers - I always suggest staying away from these companies commonly referred to as WITCH (Wipro, Infosys, TCS, Cognizant, HCL). You will rarely encounter good interviewers there unless there is an extreme necessity. Interview was judging me on the basis of syntex by seeing in his phone. How can everyone write each and everything on copy. For the low level design first time in my 6 years carrier someone asked to design without using kafka or any other library like spring boot to achieve that add in reminder list problem 😂. At first it was my bad after holding a offer of almost 27 lakh I somehow agreed for giving interview. Second thing I also know that after Even clearing they cannot afford 30LPA which I asked. I just went there because from last 6.5 year I have never attended any walking or face to face interview so was curious for it. Currently also working with somewhat premium product development company only. My experience was very bad. May be it can get vary person to person.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Can you introduce yourself?
  • Q2. What is your current Cost to Company (CTC)?
Round 2 - Technical 

(7 Questions)

  • Q1. Tell me about yourself.
  • Q2. What is accuracy, and how does it differ from precision?
  • Q3. What are the key rules regarding gold investments?
  • Q4. What are the different types of accounting statements?
  • Q5. What is the concept of depreciation?
  • Q6. What is the process of reconciliation?
  • Q7. What types of accruals will you post?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(5 Questions)

  • Q1. As per hr question
  • Q2. What is your strength
  • Q3. Why are you choose this company?
  • Q4. After 5 years where you see which position?
  • Q5. Why should we hire you?
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 Dec 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. How many variance in sap?
  • Q2. We cac explain the all accounts receivable and accounts payable
  • Q3. What is the cost element and cost center?
  • Q4. How many we have currencies in sap?
  • Q5. How many types of projects

Interview Preparation Tips

Topics to prepare for Accenture P2P Accounts Payable Executive interview:
  • mba fresher
Interview preparation tips for other job seekers - 1. Self-Reflection & Goal Setting
* Identify Your Strengths & Weaknesses:
* Strengths: What are you good at? What do you enjoy doing? What are your unique skills and talents?
* Weaknesses: What areas do you need to improve? What are your biggest challenges?
* Define Your Career Goals:
* Short-term: What kind of job are you looking for? What industry are you interested in? What salary range are you targeting?
* Long-term: What is your ideal career path? What are your long-term professional aspirations?
2. Enhance Your Job Search Strategy
* Build a Strong Online Presence:
* LinkedIn: Create a professional and engaging LinkedIn profile.
* Portfolio/Website: If applicable, showcase your work through a portfolio or personal website.
* Network, Network, Network:
* Attend industry events: Conferences, meetups, and workshops.
* Informational interviews: Connect with people working in your field of interest.
* Leverage your existing network: Let your friends, family, and former colleagues know you're job searching.
* Tailor Your Resume & Cover Letter:
* Customize: Tailor your resume and cover letter to each specific job application.
* Keywords: Use keywords from the job description to increase your chances of getting noticed by Applicant Tracking Systems (ATS).
* Quantify your achievements: Use numbers and data to demonstrate your accomplishments.
* Master the Job Interview:
* Practice: Prepare for common interview questions (behavioral, technical, etc.).
* Research: Learn about the company and the role you're interviewing for.
* Ask insightful questions: Demonstrate your interest and engagement.
3. Continuous Improvement
* Skill Development:
* Online courses: Platforms like Coursera, Udemy, and edX offer a wide range of courses.
* Certifications: Obtain relevant industry certifications to enhance your credentials.
* Volunteer work: Gain valuable experience and build your network.
* Stay Updated:
* Industry news: Keep up-to-date with the latest trends and developments in your field.
* Job market trends: Monitor job boards and industry publications to understand the current job market.
Key Advice:
* Be patient and persistent: The job search process can be challenging, but don't give up.
* Stay positive and maintain a growth mindset: Focus on your strengths and opportunities for improvement.
* Take care of yourself: Prioritize your physical and mental well-being during your job search.
Remember: The job market is constantly evolving. Be adaptable, proactive, and resourceful in your job search efforts. Good luck!

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.

3SD Solutions Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k 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
 • 810 Interviews
View all

3SD Solutions Reviews and Ratings

based on 5 reviews

3.0/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

HR Executive
3 salaries
unlock blur

₹2 L/yr - ₹3.5 L/yr

Digital Marketing Lead
3 salaries
unlock blur

₹4.2 L/yr - ₹4.2 L/yr

Explore more salaries
Compare 3SD Solutions with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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