Premium Employer

GAVS Technologies

3.6
based on 472 Reviews
Filter interviews by

Stridely Solutions Interview Questions and Answers

Updated 19 Dec 2024
Popular Designations

Q1. What is the concept of boundary value in programming or testing?

Ans.

Boundary value is a testing technique where test cases are designed around the boundaries of input ranges.

  • Boundary value testing involves testing the minimum, maximum, and just beyond the boundaries of valid input ranges.

  • It helps in identifying errors that occur at the boundaries of input values.

  • For example, if a program accepts values from 1 to 10, boundary value testing would include test cases for 0, 1, 10, and 11.

Add your answer

Q2. What is the entry point for dotnet core applications?

Ans.

The entry point for dotnet core applications is the Main method in the Program class.

  • The Main method serves as the entry point for dotnet core applications.

  • It is typically located in the Program class.

  • The Main method is where the application starts its execution.

Add your answer

Q3. How to handle alerts in Cypress

Ans.

Alerts in Cypress can be handled using cy.on() method and event listeners.

  • Use cy.on() method to listen to the 'window:alert' event

  • Pass a callback function to handle the alert message

  • Use cy.stub() method to stub the window.alert() method

  • Check if the alert was called with the expected message using cy.get('@stub').should('have.been.calledWith', 'expected message')

Add your answer

Q4. What are managable codes in dot net?

Ans.

Manageable codes in dot net are codes that are easy to understand, maintain, and debug.

  • Well-structured and organized code

  • Proper commenting and documentation

  • Consistent naming conventions

  • Modular design with reusable components

  • Avoiding complex nested logic

  • Using design patterns for better code architecture

Add your answer
Discover Stridely Solutions interview dos and don'ts from real experiences

Q5. How to handle popups in Cypress

Ans.

Popups in Cypress can be handled using cy.window() and cy.stub() commands.

  • Use cy.window() command to access the window object and its properties.

  • Use cy.stub() command to stub the window.alert() and window.confirm() methods.

  • Use cy.on() command to listen for events and handle popups accordingly.

  • Use cy.get() command to select and interact with popup elements.

Add your answer

Q6. How to implement sessions?

Ans.

Sessions can be implemented using cookies or server-side storage to store user data and maintain state between requests.

  • Use cookies to store a session ID on the client side

  • Store session data on the server side using a database or in-memory storage

  • Use session tokens to authenticate and authorize users during their session

Add your answer

Q7. Explain oops concepts?

Ans.

OOPs concepts are the principles of Object-Oriented Programming that focus on objects, classes, inheritance, encapsulation, and polymorphism.

  • Objects: Instances of classes that encapsulate data and behavior

  • Classes: Blueprint for creating objects with attributes and methods

  • Inheritance: Ability for a class to inherit properties and behavior from another class

  • Encapsulation: Binding data and methods that operate on the data into a single unit

  • Polymorphism: Ability for objects of di...read more

Add your answer

Q8. Explain framework

Ans.

A framework is a set of rules, guidelines, and standards that provide a structure for developing software applications.

  • A framework provides a foundation for building software applications

  • It includes pre-written code and libraries that can be reused

  • Frameworks can be specific to a programming language or platform

  • Examples include React for web development and TensorFlow for machine learning

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Stridely Solutions

based on 5 interviews
1 Interview rounds
Technical Round
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Senior Engineer Interview Questions from Similar Companies

3.9
 • 27 Interview Questions
3.6
 • 17 Interview Questions
4.1
 • 17 Interview Questions
3.7
 • 14 Interview Questions
4.1
 • 12 Interview Questions
4.2
 • 12 Interview Questions
View all
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter