Upload Button Icon Add office photos

Filter interviews by

Stridely Solutions Software Engineer Interview Questions and Answers for Experienced

Updated 18 Mar 2024

Stridely Solutions Software Engineer Interview Experiences for Experienced

2 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. They will ask what ever you have put in your Resume

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

Interview Questionnaire 

2 Questions

  • Q1. Technical questions
  • Q2. Top N analysis,oracle sql

Interview Preparation Tips

Interview preparation tips for other job seekers - 3 rounds conducted for interviewer.all round take around 20-30 mins .
1st Hr
2nd technical
3rd hr and technical

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 singleton design pattern
  • Ans. 

    Singleton design pattern restricts the instantiation of a class to a single instance and provides global access to it.

    • Used when only one instance of a class is required throughout the application

    • Provides a global point of access to the instance

    • Implemented using a private constructor, static method, and static variable

    • Example: Logger class, Database connection class

  • Answered by AI
  • Q2. C# LINQ queries for group and sum data from data table
  • Ans. 

    C# LINQ queries for group and sum data from data table

    • Use GroupBy() method to group data based on a specific column

    • Use Sum() method to calculate the sum of a column

    • Use Select() method to select the required columns

  • Answered by AI
  • Q3. Solid design principles
  • Ans. 

    Solid design principles are a set of guidelines for writing maintainable and scalable code.

    • Single Responsibility Principle (SRP) - each class should have only one responsibility

    • Open/Closed Principle (OCP) - classes should be open for extension but closed for modification

    • Liskov Substitution Principle (LSP) - subclasses should be able to replace their parent classes without affecting the program's correctness

    • Interface Se...

  • Answered by AI
  • Q4. OOPS concepts ,like association and all

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are an experienced software Engineer, focus on designing part of the system.

Skills evaluated in this interview

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

I was interviewed before Oct 2023.

Round 1 - Coding Test 

Good Knowledge of DSA is required

I applied via Recruitment Consultant and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

8 Questions

  • Q1. What are the solid principles?
  • Ans. 

    SOLID principles are a set of five design principles for writing maintainable and scalable code.

    • Single Responsibility Principle (SRP) - a class should have only one reason to change

    • Open-Closed Principle (OCP) - a class should be open for extension but closed for modification

    • Liskov Substitution Principle (LSP) - a subclass should be able to replace its parent class without affecting the system's behavior

    • Interface Segreg...

  • Answered by AI
  • Q2. Difference between ref and out?
  • Ans. 

    Ref and out are both used for passing arguments by reference in C#. Ref is bidirectional while out is unidirectional.

    • Ref and out are used to pass arguments by reference instead of by value

    • Ref is used for both input and output parameters while out is only used for output parameters

    • Ref requires the variable to be initialized before passing while out does not

    • Example: void MyMethod(ref int x) { x = x + 1; } and void MyMeth

  • Answered by AI
  • Q3. Explain about your project its architecture.
  • Q4. What are the rest APIs and popular status codes?
  • Ans. 

    REST APIs are a way to interact with web services. Popular status codes include 200, 404, and 500.

    • REST APIs allow clients to access and manipulate resources on a server using HTTP requests

    • Common HTTP methods used in REST APIs include GET, POST, PUT, and DELETE

    • Status codes indicate the success or failure of a request, with 2xx codes indicating success and 4xx/5xx codes indicating errors

    • Some popular status codes include ...

  • Answered by AI
  • Q5. Explain memory management in c#.
  • Ans. 

    Memory management in C# involves automatic garbage collection and the use of pointers.

    • C# uses a garbage collector to automatically manage memory allocation and deallocation.

    • Developers can use pointers to directly manipulate memory, but this is not recommended.

    • C# also provides tools for managing memory usage, such as the IDisposable interface and the using statement.

  • Answered by AI
  • Q6. What are the latest architectural trends in c#?
  • Ans. 

    Microservices, cloud-native, and serverless are the latest architectural trends in C#.

    • Microservices architecture is gaining popularity due to its scalability and flexibility.

    • Cloud-native architecture focuses on building applications that are optimized for cloud environments.

    • Serverless architecture allows developers to focus on writing code without worrying about infrastructure management.

    • Other trends include containeri...

  • Answered by AI
  • Q7. Comparison between .net core and framework
  • Ans. 

    Both .NET Core and Framework are used for developing Windows applications, but Core is cross-platform and lightweight.

    • Core is open-source and modular, while Framework is a monolithic framework

    • Core has better performance and scalability than Framework

    • Core supports microservices architecture, while Framework does not

    • Core has a smaller footprint and can be deployed as a single executable

    • Framework has better backward compa

  • Answered by AI
  • Q8. Major advancements in .net core
  • Ans. 

    Major advancements in .NET Core include improved performance, cross-platform compatibility, and enhanced security features.

    • Improved performance through the use of Span and other optimizations

    • Cross-platform compatibility with support for Linux and macOS

    • Enhanced security features such as runtime code generation and data protection

    • Introduction of .NET Core 3.0 with support for Windows Desktop applications

    • Integration with ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep it simple and straightforward

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Three were basic questions around strings and arrays

Round 2 - One-on-one 

(1 Question)

  • Q1. Detailed discussion on data structures and algorithms
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. 30 minutes of discussion.
Round 2 - Technical 

(1 Question)

  • Q1. 75 minutes of discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - 2 technical rounds took 15 days and both were cleared and after long wait the position was given to someone else.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Coding Test 

60mintues DSA level coding exam

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about your daily routine
  • Ans. 

    My daily routine involves coding, debugging, attending meetings, and collaborating with team members.

    • Start the day by checking emails and prioritizing tasks

    • Code and debug new features or fix existing issues

    • Attend meetings to discuss project progress and updates

    • Collaborate with team members on code reviews and problem-solving

    • Take breaks to recharge and stay productive

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - 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 2 - Technical 

(2 Questions)

  • Q1. Write a program to check if string is a anagram
  • Ans. 

    Program to check if a string is an anagram

    • Create a function that takes in two strings as input

    • Remove all spaces and convert both strings to lowercase

    • Sort both strings and compare if they are equal to determine if they are anagrams

  • Answered by AI
  • Q2. What is react lifecycle method
  • Ans. 

    React lifecycle methods are special methods that are automatically called by React at specific points in a component's life cycle.

    • React components have several lifecycle methods such as componentDidMount, componentDidUpdate, componentWillUnmount, etc.

    • These methods allow developers to perform actions at specific points in a component's life cycle, such as fetching data, updating the UI, or cleaning up resources.

    • Understa...

  • Answered by AI
Round 3 - Coding Test 

Create a web app to perform cred operation

Skills evaluated in this interview

Stridely Solutions Interview FAQs

How many rounds are there in Stridely Solutions Software Engineer interview for experienced candidates?
Stridely Solutions interview process for experienced candidates usually has 1 rounds. The most common rounds in the Stridely Solutions interview process for experienced candidates are One-on-one Round.
How to prepare for Stridely Solutions Software Engineer interview for experienced candidates?
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 Stridely Solutions. The most common topics and skills that interviewers at Stridely Solutions expect are .Net, .Net Core, Angularjs, Azure and C.
What are the top questions asked in Stridely Solutions Software Engineer interview for experienced candidates?

Some of the top questions asked at the Stridely Solutions Software Engineer interview for experienced candidates -

  1. Be confident about the technical th...read more
  2. Top N analysis,oracle ...read more
  3. Technical questio...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Stridely Solutions interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Stridely Solutions Software Engineer Salary
based on 112 salaries
₹3 L/yr - ₹10 L/yr
34% less than the average Software Engineer Salary in India
View more details

Stridely Solutions Software Engineer Reviews and Ratings

based on 14 reviews

2.0/5

Rating in categories

2.0

Skill development

2.1

Work-Life balance

2.0

Salary & Benefits

2.0

Job Security

1.7

Company culture

1.8

Promotions/Appraisal

1.8

Work Satisfaction

Explore 14 Reviews and Ratings
Software Engineer
112 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Senior Software Engineer
38 salaries
unlock blur

₹6 L/yr - ₹19 L/yr

Software Developer
23 salaries
unlock blur

₹1.5 L/yr - ₹8 L/yr

Power BI Developer
17 salaries
unlock blur

₹4.5 L/yr - ₹9 L/yr

Technical Project Lead
16 salaries
unlock blur

₹10.5 L/yr - ₹24 L/yr

Explore more salaries
Compare Stridely Solutions with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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