Upload Button Icon Add office photos

Filter interviews by

SSDB Tech Services Senior Developer Interview Questions, Process, and Tips

Updated 9 Jul 2024

SSDB Tech Services Senior Developer Interview Experiences

1 interview found

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

I applied via Recruitment Consulltant and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Assignment 

They provide a Case Studies, need to understand and provide the solution.
Explain the steps, estimate for it and schedule

Round 2 - Technical 

(5 Questions)

  • Q1. How to create NPM SDK?
  • Ans. 

    To create an NPM SDK, you need to structure your code as a package, publish it to NPM registry, and document its usage.

    • Structure your code as a package with a package.json file specifying dependencies, entry point, and scripts.

    • Publish your package to the NPM registry using 'npm publish' command after logging in with 'npm login'.

    • Document the usage of your SDK with README.md file, examples, and API documentation.

  • Answered by AI
  • Q2. Write a Serverless function to expose a CRUD operation API using dynamo DB?
  • Ans. 

    Create a Serverless function to expose CRUD operations using DynamoDB

    • Use AWS Lambda to create the Serverless function

    • Use API Gateway to expose the API endpoints

    • Use AWS SDK to interact with DynamoDB for CRUD operations

    • Implement GET, POST, PUT, DELETE methods for CRUD operations

  • Answered by AI
  • Q3. Explain the clean architecture principles used in your project?
  • Ans. 

    Clean architecture principles focus on separation of concerns, independence of frameworks, testability, and maintainability.

    • Separation of concerns: Dividing the application into layers (e.g. presentation, domain, data) to ensure each layer has a specific responsibility.

    • Independence of frameworks: Decoupling the application from external frameworks to make it easier to switch or update frameworks in the future.

    • Testabili...

  • Answered by AI
  • Q4. How do you bind gateway to serverless function?
  • Ans. 

    To bind a gateway to a serverless function, you can use API Gateway services provided by cloud providers like AWS, Azure, or Google Cloud.

    • Create a new API Gateway in your cloud provider's console.

    • Define the API endpoints and methods that will trigger your serverless function.

    • Connect the API Gateway to your serverless function by specifying the function's ARN or endpoint.

    • Set up any necessary permissions or security conf...

  • Answered by AI
  • Q5. What libraries do you used for Unit Testing?
  • Ans. 

    I primarily use JUnit and Mockito for unit testing in Java projects.

    • JUnit is a popular Java testing framework for writing and running unit tests

    • Mockito is a mocking framework that allows for creating mock objects in unit tests

  • Answered by AI

Interview Preparation Tips

Topics to prepare for SSDB Tech Services Senior Developer interview:
  • Node.Js
  • Serverless
  • Async
  • InSync
  • Event handler
  • Process Scheduler
Interview preparation tips for other job seekers - Prepare well for MVC, MVVM framework.
Ensure the things you know are only in Resume.
It's mostly what you stated in Resume would be questionnaires.

Skills evaluated in this interview

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 Newspaper Ad and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Technical 

(1 Question)

  • Q1. Basic questions of java.
Round 3 - HR 

(1 Question)

  • Q1. Intro and other hr related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Cover the basic questions regarding the programming language.

I applied via Referral and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Puzzles, Psychometric Test

Round 2 - One-on-one 

(1 Question)

  • Q1. Some water in 3 Jars question, you had to measure out 5L correctly

Interview Preparation Tips

Interview preparation tips for other job seekers - Make the interview interactive, I got this input from another Senior. Before i went into the interview room the volunteers were telling all those who goes into Room No 1 is screwed. I was praying i don't get room no 1. But fortunately for me I got room no 1 because when the interviewer gave me the puzzle and handed over pen and paper he went back to relax his posture and when i explained i will fill the 5L Jar first, he immediately came forward to listen to me, at that moment i knew i got the job because i felt the previous candidates never made their interview interactive and that's why he went back to relax his posture.

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

Round 1 - Aptitude Test 

First round was coding as well as aptitude done together went well I guess focusing on codes helps a lot.

Round 2 - Technical 

(1 Question)

  • Q1. 2nd round included tr and mr round went quite enegritic

Interview Preparation Tips

Interview preparation tips for other job seekers - Resume skills matters a lot don't fill resume the technologies you don't even aware of

I was interviewed in Sep 2016.

Interview Questionnaire 

3 Questions

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Experienced in Java, Python, and web development technologies

    • Strong problem-solving skills and ability to work in a team

    • Completed multiple projects including a web-based inventory management system

  • Answered by AI
  • Q2. Simple coding questions..Basically pattern.
  • Q3. And also they will ask about your projects.

Interview Preparation Tips

Round: Test
Experience: 60 multiple choice questions so have to manage time carefully.
Tips: Have to give equal importance to all the sections..So try to do well in all section.
Duration: 1 hour 30 minutes
Total Questions: 60

Round: Technical + HR Interview
Experience: Don't panic...Only write those things that you know in your resume.

Skills: Smart Coding
College Name: Jaypee Institute Of Information Technology, Noida

I was interviewed in May 2017.

Interview Preparation Tips

Round: Test
Total Questions: 20

Round: Group Discussion
Duration: 1 hour

Skills: Coding Skills And Knowledge On Data Structures

I was interviewed in Jun 2017.

Interview Preparation Tips

Round: Test
Duration: 1 hour 30 minutes

Skills: Engineering Basics

I was interviewed in May 2017.

Interview Preparation Tips

Round: Group Discussion
Duration: 7 hours

College Name: Andhra university

I was interviewed in Aug 2017.

Interview Preparation Tips

Round: Test
Tips: Practice e litmus questions and also give mock tests on placement season
Duration: 2 hours

Round: Technical + HR Interview
Experience: The interviewer asked me questions from the subjects I mentioned in my CV and also asked so many situational questions like what will you do in this situation etc.

Skills: Presence Of Mind, Technical Skill

SSDB Tech Services Interview FAQs

How many rounds are there in SSDB Tech Services Senior Developer interview?
SSDB Tech Services interview process usually has 2 rounds. The most common rounds in the SSDB Tech Services interview process are Assignment and Technical.
What are the top questions asked in SSDB Tech Services Senior Developer interview?

Some of the top questions asked at the SSDB Tech Services Senior Developer interview -

  1. Write a Serverless function to expose a CRUD operation API using dynamo ...read more
  2. How do you bind gateway to serverless functi...read more
  3. What libraries do you used for Unit Testi...read more

Tell us how to improve this page.

SSDB Tech Services Senior Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Associate Software Engineer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Project Manager
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare SSDB Tech Services 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