Upload Button Icon Add office photos

Filter interviews by

SDS Softwares Interview Questions and Answers for Freshers

Updated 9 Aug 2023

SDS Softwares Interview Experiences for Freshers

1 interview found

Qualty Analyst Interview Questions & Answers

user image Anonymous

posted on 9 Aug 2023

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

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

(2 Questions)

  • Q1. About yourself and past experiences in past companies.
  • Q2. Reason for changing job profile.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be truthful. He confident in every question. Never lies.

Interview questions from similar companies

Sr.Associate- Technology Interview Questions & Answers

Synechron user image Anonymous

posted on 6 Sep 2023

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

I applied via Naukri.com and was interviewed in Dec 2023. 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 - Technical 

(4 Questions)

  • Q1. What is load balancer ?
  • Q2. How to create a SSL certificate?
  • Q3. Explain about HTTP.SYS?
  • Q4. What is web garden?
Round 3 - HR 

(4 Questions)

  • Q1. Why you are choosing this company only?
  • Q2. Can you please explain about the company?
  • Q3. Why are you leaving for previous company?
  • Q4. What is your roles and responsibilities?

Interview Preparation Tips

Interview preparation tips for other job seekers - Synechron is good company to work.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Dependency injection
  • Q2. Dispose and finalize
  • Ans. 

    Dispose is used to release unmanaged resources, while finalize is used for cleanup before an object is destroyed.

    • Dispose is called explicitly by the developer, while finalize is called by the garbage collector.

    • Dispose should be implemented in classes that directly use unmanaged resources like file handles or database connections.

    • Finalize is used for cleanup tasks like closing files or releasing memory.

    • Implement IDispos...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. I was very easy asking about college project some basic java programming introduction
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about your Self
  • Ans. 

    Experienced operations professional with a strong background in managing teams and optimizing processes.

    • Over 5 years of experience in operations management

    • Skilled in team leadership and process improvement

    • Managed a team of 20+ employees at previous company

    • Implemented new procedures that increased efficiency by 15%

  • Answered by AI
  • Q2. Are you comfortable in night shits
  • Ans. 

    Yes, I am comfortable with night shifts and have experience working during those hours.

    • I have previous experience working night shifts in my current role.

    • I am able to adjust my schedule and sleep patterns to accommodate night shifts.

    • I understand the importance of being alert and focused during night shifts to ensure smooth operations.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I think there no inter in my team

I was interviewed in Mar 2022.

Round 1 - One-on-one 

(1 Question)

  • Q1. Tecnical questions about cloud and .Net
Round 2 - One-on-one 

(1 Question)

  • Q1. Techinical Questions about Front End (Angular) and C# (Back end), Web Api, DB Approaches, Azure Services
Round 3 - Behavioral 

(1 Question)

  • Q1. Managerial and few Technical Questions
Round 4 - Behavioral 

(1 Question)

  • Q1. Few Managerial Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare both techincally even it was a managerial round.
Round 1 - Aptitude Test 

It was easy core+IT related

Round 2 - Group Discussion 

It was like any genral gd topic was online vs offline education

Round 3 - Technical 

(1 Question)

  • Q1. Asked programming and core branch questions
Round 4 - HR 

(1 Question)

  • Q1. General details about resume location

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident in what you say keep urself updated with latest tech topics.

I was interviewed in Sep 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Medium

Timing -12pm to 1:30pm
Test environment was good and we should keep in our mind about our net speed.

  • Q1. Reverse the array

    Given an array with N elements, the task is to reverse all the array elements and print the reversed array.

    Input Format:

    The first line contains an integer N representing the size of ...
  • Ans. Brute Force approach
    • Initialise start and end indices with start = 0, end = N-1 where N is the total number of elements in array.
    • We then run a loop while start < end and swap arr[start] with arr[end].
    • Finally, we increment start and decrement end variable
    Space Complexity: O(1)Explanation: Time Complexity: O(1)Explanation:
  • Answered by CodingNinjas
  • Q2. Tiling Problem

    You have been given a board where there are '2' rows and 'N' columns. You have an infinite supply of 2x1 tiles, and you can place a tile in the following ways:

    1. Horizontal...
  • Ans. Recursion And Memoization (Runtime error)

    Try to place the tile to fill the unit column and calculate the number of ways from smaller sub-problems. Then use memoization to convert O(2^N) solution to an O(N) solution.

    1. At any point we are at ‘idx’ column then we can place our tile in two ways to fill this column.
      1. Option 1 -  1 Horizontal Tile

    We can place in this way where we have ‘idx-1’ column filled.

        &nb...

  • Answered by CodingNinjas
Round 2 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Easy

Timing was 3pm to 4 pm
environment was easy familier and interviwer was also in good mood ,first he ask me about general things then he come on OS/DBMS .

  • Q1. DBMS Questions

    Normalization forms.
    Entity relational model

Round 3 - HR 

(1 Question)

Round duration - 30 Minutes
Round difficulty - Easy

timing - 10am to 10:30am
environment was very familier and interviewer was with good sence of humor

  • Q1. Basic HR Questions

    Would you prefer work from home or would like to come to office?

    What is your biggest achievement.

    Are you a team player?

  • Ans. 

    Tip 1 : do what you are real and don't try to be fake 
    Tip 2 : be confident and try to explain in simple way

  • Answered by CodingNinjas

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in NoidaEligibility criteriaCGPA 7Global Logic interview preparation:Topics to prepare for the interview - Data Structure, OOPS,MERN STACK, DBMS,OSTime required to prepare for the interview - 12 MonthsInterview preparation tips for other job seekers

Tip 1 : Don't depend on video only , practice is must and assignments provided by coding ninja's are best.
Tip 2 : Note all important point in note book so that you can easy revise.
Tip 3 : Make at least 3-4 projects on your on

Application resume tips for other job seekers

Tip 1 : Be real don't go for fake and write what you are.
Tip 2 : Mention all your project and explain them in good way

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Nov 2021. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Performance Tunings Joins
  • Q2. SSIS Bufferr and memories related queries Parallel processing in SSIS Power BI reporting life cycle DAX questions on power BI
Round 2 - One-on-one 

(1 Question)

  • Q1. Role of CPU AND Cores in Performance Improvement Sharding concepts TABLE PARTITION DATA WAREHOUSE
Round 3 - HR 

(1 Question)

  • Q1. Role based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - I gave Interview for BI Developer
They focused mainly on the Performance Tunings concept. Role of CPU and Cores in performance Tuning. Basic SQL and SSIS related questions.
Data warehouse concepts and in detail of star and snowflake schema

I applied via Company Website and was interviewed in Dec 2021. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Web design use in php
  • Ans. 

    Web design is an important aspect of PHP development as it determines the look and feel of the website.

    • PHP can be used to create dynamic web pages with custom designs

    • CSS can be used to style the HTML elements generated by PHP

    • Frameworks like Laravel and CodeIgniter provide pre-built templates for web design

    • Responsive design can be implemented using media queries in CSS

  • Answered by AI
  • Q2. Use in html and css includes function use and include_once function difference
  • Ans. 

    HTML and CSS include functions and difference between include and include_once

    • HTML includes are used to include external files into a webpage

    • CSS includes are used to include external stylesheets into a webpage

    • include() function is used to include a file and will produce a warning if the file is not found

    • include_once() function is used to include a file only once, even if it is called multiple times

    • Both functions are us

  • Answered by AI
Round 2 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 3 - HR 

(3 Questions)

  • Q1. Why should we hire you?
  • Q2. Share details of your previous job.
  • Q3. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for ITC Infotech PHP Web Developer interview:
  • Core PHP
  • Design
Interview preparation tips for other job seekers - What is static and dynamic web pages

Skills evaluated in this interview

SDS Softwares Interview FAQs

How many rounds are there in SDS Softwares interview for freshers?
SDS Softwares interview process for freshers usually has 2 rounds. The most common rounds in the SDS Softwares interview process for freshers are Resume Shortlist and HR.
How to prepare for SDS Softwares interview for freshers?
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 SDS Softwares. The most common topics and skills that interviewers at SDS Softwares expect are Brand Management, Campaign Management, Digital Marketing, Product Marketing and Sales Promotion.

Tell us how to improve this page.

People are getting interviews through

based on 1 SDS Softwares interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Cognizant Interview Questions
3.8
 • 5.4k Interviews
Nagarro Interview Questions
4.0
 • 753 Interviews
Publicis Sapient Interview Questions
3.5
 • 599 Interviews
GlobalLogic Interview Questions
3.7
 • 561 Interviews
UST Interview Questions
3.8
 • 495 Interviews
CGI Group Interview Questions
4.0
 • 474 Interviews
View all

SDS Softwares Reviews and Ratings

based on 6 reviews

3.4/5

Rating in categories

4.0

Skill development

5.0

Work-Life balance

3.4

Salary & Benefits

4.0

Job Security

4.0

Company culture

3.4

Promotions/Appraisal

4.0

Work Satisfaction

Explore 6 Reviews and Ratings
PHP Developer
12 salaries
unlock blur

₹1.6 L/yr - ₹5.4 L/yr

HR Executive
4 salaries
unlock blur

₹2.4 L/yr - ₹3.2 L/yr

Senior Test Engineer
4 salaries
unlock blur

₹4.2 L/yr - ₹7 L/yr

Linux System Administrator
4 salaries
unlock blur

₹3.6 L/yr - ₹5 L/yr

Reactjs Developer
4 salaries
unlock blur

₹3.5 L/yr - ₹4 L/yr

Explore more salaries
Compare SDS Softwares with

Cognizant

3.8
Compare

NTT Data Information Processing Services

4.0
Compare

Sutherland Global Services

3.7
Compare

Hexaware Technologies

3.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview