Upload Button Icon Add office photos

Soft Suave Technologies

Compare button icon Compare button icon Compare

Filter interviews by

Soft Suave Technologies Interviewer Interview Questions and Answers

Updated 27 Dec 2021

Soft Suave Technologies Interviewer Interview Experiences

1 interview found

Interviewer Interview Questions & Answers

user image Anonymous

posted on 27 Dec 2021

Interview Questionnaire 

2 Questions

  • Q1. Minimum loss calculation in an array.
  • Ans. 

    Minimum loss calculation in an array of strings.

    • Convert string array to integer array

    • Sort the integer array in ascending order

    • Calculate the difference between adjacent elements

    • Return the minimum difference

  • Answered by AI
  • Q2. In string we need to add 'n' is an integer where ever number is present and reverse the number if 'inverse' (boolean) is true. ex: string="abcd 24, def 15. n=5 ,inverse= true then answer: abc...
  • Ans. 

    Modify a string by adding an integer to numbers and reversing them based on a boolean flag.

    • Identify all numbers in the string.

    • Add 'n' to each identified number.

    • If 'inverse' is true, reverse the digits of the modified number.

    • Example: For 'abcd 24', with n=5 and inverse=true, result is 'abcd 92'.

    • Example: For 'def 15', with n=5 and inverse=true, result is 'def 02'.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - three rounds of interview is there, They only technically strong people
1. MCQ in coding
2.You need to write and explain a program given.
3. write and execute program
4.Technial HR round- about your self, one programming question is asked to write.

Skills evaluated in this interview

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Soft Suave Technologies?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Aptitude questions similar to the ones from the first round

Interview Preparation Tips

Interview preparation tips for other job seekers - Just relax and take up the interview with confidence. Even if you get one question wrong just calm down and read the question again and try again.

Interviewer Interview Questions Asked at Other Companies

Q1. Given a string, add an integer 'n' to each number present in the ... read more
Q2. Which programming languages do you use regularly in your work?
Q3. If a candidate submits the required documents after receiving a c ... read more
asked in Infosys
Q4. Motivation varies from person to person based on their individual ... read more
asked in Tata Group
Q5. Who is the founder of the Tata Group?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024.

Round 1 - Game based assessment 

(1 Question)

  • Q1. Games to check for porboen solving skills
Round 2 - Technical 

(1 Question)

  • Q1. Drug discovery questions from coursera
Round 3 - One-on-one 

(1 Question)

  • Q1. Aptitude questions were asked to be solved on call

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep you aptitude strong
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Feb 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

2 papers- Online tricky questions-medium to high-level difficulty. Computer based

Round 2 - One-on-one 

(3 Questions)

  • Q1. Basic Biology conceptual questions- What is DNA?
  • Q2. How does pasteurization work?
  • Ans. 

    Pasteurization is a process of heating food or liquid to a specific temperature to kill harmful bacteria and increase shelf life.

    • The process involves heating the substance to a temperature between 60-100°C for a specific time period.

    • This kills most of the harmful bacteria and pathogens present in the substance.

    • The process was developed by Louis Pasteur in the 19th century to prevent spoilage of wine and beer.

    • Pasteuriza...

  • Answered by AI
  • Q3. Difference between mean, median, and mode?

Interview Preparation Tips

Topics to prepare for Zifo RnD Solutions Analyst interview:
  • Biology
  • statistics
Interview preparation tips for other job seekers - Solve many aptitude tests before practice makes man perfect.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

1st round included basic apt questions and essay writing

Round 2 - HR 

(2 Questions)

  • Q1. General resume questions
  • Ans. 

    Discussing key elements to highlight in a resume for analyst positions.

    • Highlight relevant skills: Include analytical tools like Excel, SQL, or Python.

    • Showcase experience: Mention specific projects where you analyzed data to drive decisions.

    • Quantify achievements: Use metrics to demonstrate impact, e.g., 'Increased efficiency by 20%'.

    • Tailor your resume: Customize your resume for each job application to match the job desc...

  • Answered by AI
  • Q2. Aptitude questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. About Process and experiences
  • Q2. About skills and Communication

Interview Preparation Tips

Interview preparation tips for other job seekers - Good place to work

Soft Suave Technologies HR Interview Questions

6 questions and answers

Q. Tell me about yourself.
Q. Tell me about your resume.
Q. Walk me through your profile
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I appeared for an interview in Nov 2022.

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 

(3 Questions)

  • Q1. Middleware in .net core
  • Ans. 

    Middleware in .NET Core is a pipeline of components that handle HTTP requests and responses.

    • Middleware components can be added to the pipeline using the Use() method in the Startup class.

    • Middleware can be used for authentication, logging, routing, and more.

    • Middleware can be created using classes or lambda expressions.

    • Middleware can be ordered in the pipeline using the Order property.

    • Examples of middleware include Authe...

  • Answered by AI
  • Q2. Lifecycle hooks in Angular
  • Ans. 

    Lifecycle hooks are methods that allow you to tap into the lifecycle of a component or directive in Angular.

    • There are eight different lifecycle hooks available in Angular.

    • They are: ngOnChanges, ngOnInit, ngDoCheck, ngAfterContentInit, ngAfterContentChecked, ngAfterViewInit, ngAfterViewChecked, ngOnDestroy.

    • Each hook is called at a specific point in the component or directive's lifecycle.

    • For example, ngOnInit is called a...

  • Answered by AI
  • Q3. Singleton Design Principal
Round 3 - Technical 

(2 Questions)

  • Q1. Data traversal in mvc
  • Ans. 

    Data traversal in MVC involves accessing and manipulating data within the model layer of the MVC architecture.

    • Data traversal is the process of accessing and manipulating data within the model layer of the MVC architecture

    • This can be done using various techniques such as LINQ, foreach loops, and lambda expressions

    • Data traversal is important for retrieving and displaying data to the user in the view layer of the MVC arch...

  • Answered by AI
  • Q2. Life cycle of mvc
Round 4 - Client Interview 

(3 Questions)

  • Q1. What motivates you daily
  • Ans. 

    I am motivated daily by the opportunity to lead and inspire my team to achieve their goals.

    • Seeing my team members grow and succeed

    • Making a positive impact on the organization

    • Challenging myself to continuously improve

    • Recognition and appreciation for my work

    • Setting and achieving goals

    • Creating a positive work environment

  • Answered by AI
  • Q2. What to do if there is an issue in the release code
  • Ans. 

    Identify the issue, isolate the code, fix the issue, test the fix, and deploy the updated code.

    • Identify the issue by reviewing logs and error messages.

    • Isolate the code by identifying the specific module or function causing the issue.

    • Fix the issue by updating the code and testing the fix.

    • Test the fix by running automated and manual tests to ensure the issue is resolved.

    • Deploy the updated code to the appropriate environm...

  • Answered by AI
  • Q3. Code optimization techniques
  • Ans. 

    Code optimization techniques aim to improve the efficiency and speed of code execution.

    • Use efficient algorithms and data structures

    • Minimize memory usage and avoid unnecessary operations

    • Use compiler optimizations and profiling tools

    • Consider parallelization and concurrency

    • Avoid premature optimization and focus on bottleneck areas

  • Answered by AI

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Apr 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 

(2 Questions)

  • Q1. What is zero coupon bond?
  • Ans. 

    A zero coupon bond is a bond that pays no interest and is sold at a discount to its face value.

    • Zero coupon bonds are also known as discount bonds.

    • Investors buy these bonds at a price lower than their face value and receive the full face value at maturity.

    • The difference between the purchase price and the face value is the investor's return.

    • Zero coupon bonds are often used for long-term investments, such as retirement sa...

  • Answered by AI
  • Q2. What is corporate actions and how you record those in books?
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Group Discussion 

Pretty standard GD on topics around working remotely and country's macroeconomic

Round 2 - Technical 

(2 Questions)

  • Q1. Derivative Knowledge Check
  • Q2. Alternate Investment Knowledge Check
Round 3 - Technical 

(2 Questions)

  • Q1. Scenario Based and financial instrument level
  • Q2. Deep dive into derivative and alternative investment
  • Ans. 

    Derivative and alternative investments involve complex financial instruments and strategies beyond traditional stocks and bonds.

    • Derivatives are financial contracts whose value is derived from an underlying asset, index, or rate. Examples include options, futures, and swaps.

    • Alternative investments are non-traditional assets such as private equity, hedge funds, real estate, and commodities.

    • Both derivative and alternative...

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. General HR Question
  • Q2. Strength and Weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Well with financial knowledge of both derivative and alternative investments. Expect scenario based questions and tailor your resume according to the JD
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Basic questions for finance
  • Q2. If you know everything from JD
Round 2 - One-on-one 

(2 Questions)

  • Q1. Market capitalisation
  • Q2. Different type of swaps
  • Ans. 

    Different types of swaps include interest rate swaps, currency swaps, and credit default swaps.

    • Interest rate swaps involve exchanging fixed and floating interest rate payments.

    • Currency swaps involve exchanging principal and interest payments in different currencies.

    • Credit default swaps involve transferring the credit risk of a specific asset or entity.

    • Other types of swaps include equity swaps, commodity swaps, and tota...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They want a geek with finance cleared

Skills evaluated in this interview

Soft Suave Technologies Interview FAQs

What are the top questions asked in Soft Suave Technologies Interviewer interview?

Some of the top questions asked at the Soft Suave Technologies Interviewer interview -

  1. in string we need to add 'n' is an integer where ever number is present and rev...read more
  2. minimum loss calculation in an arra...read more

Tell us how to improve this page.

Executive Software Engineer
72 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Software Engineer
48 salaries
unlock blur

₹3 L/yr - ₹7.6 L/yr

Software Developer
39 salaries
unlock blur

₹2.8 L/yr - ₹6.3 L/yr

Software Engineer Trainee
26 salaries
unlock blur

₹2.7 L/yr - ₹4 L/yr

HR Executive
11 salaries
unlock blur

₹2 L/yr - ₹3.5 L/yr

Explore more salaries
Compare Soft Suave Technologies with

Medcode

4.3
Compare

Cyfuture

2.9
Compare

Maxgen Technologies

4.6
Compare

JoulestoWatts Business Solutions

3.1
Compare
write
Share an Interview