Ask a Question
Ask Question Login
Corporate Training
  1. Community
  2. Ananya Pawar

Ananya Pawar

Community Learner
Share
144Questions
142Answers
197.9KViews on questions

How do I use system assert?

From System Class Apex documentation: System.assert(): system Assert that the specified condition is true. If it is not, a fatal error is returned that causes code execution to halt. System.assertEquals(): Asserts that the first two arguments are the same. If they are not, a fatal error is returned that causes code…

Salesforce

Answered Sep 23, 2022 · 3.6K Views Read answer →

When can I use the 3D convolution?

3D convolutions are used when you want to extract features in 3 dimensions or establish a relationship between 3 dimensions. Essentially, it's the same as 2D convolutions, but the kernel movement is now 3-dimensional, causing a better capture of dependencies within the 3 dimensions and a difference in output…

Artificial intelligence

Answered May 18, 2022 · 0 Views Read answer →

How can I estimate the generalization error?

Generalization error is the error obtained by applying a model to data it has not seen before. So, if you want to measure generalization error, you need to remove a subset from your data and don't train your model on it. After training, you verify your model accuracy (or other performance measures) on the subset you…

Artificial intelligence

Answered May 11, 2022 · 756 Views Read answer →

Leaky Relu vs Relu - Explain the difference.

Leaky Relu vs Relu Combining ReLU, the hyper-parameterized1 leaky variant, and variant with dynamic parameterization during learning confuses two distinct things: The comparison between ReLU with the leaky variant is closely related to whether there is a need, in the particular ML case at hand, to avoid saturation —…

QA Testing

Answered May 10, 2022 · 2.7K Views Read answer →

Explain the credit assignment problem.

In reinforcement learning (RL), an agent interacts with an environment in time steps. On each time step, the agent takes an action in a certain state and the environment emits a percept or perception, which is composed of a reward and an observation, which, in the case of fully-observable MDPs, is the next state (of…

QA Testing

Answered May 10, 2022 · 1.2K Views Read answer →

Explain the uniform cost search pseudocode.

I think this is a problem with missing brackets in uniform cost search pseudocode — clearly the state is only added to the frontier if it hasn't been explored already, so it would be: if not [contains(frontier, state) OR contains(explored, state)] then which is equivalent to your interpretation of if not…

QA Testing

Answered May 10, 2022 · 1.2K Views Read answer →

How to find elements using xpath contains class?

have tested an ExtJS application. Most of the page element attributes are dynamic. They change not only when you add a new user or something, they change every time when you open the application. I have found the xpath expressions I get from the tools (Firebug etc.) are not very useful. Here is why:hard to read break…

QA Testing

Answered May 9, 2022 · 809 Views Read answer →

How to resolve this error - cannot create poolableconnectionfactory?

It means that JDBC Driver used by JMeter to establish connection with the database fails to communicate over the existing connection. The reasons of this error - cannot create poolableconnectionfactory could be in: Version mismatch of the JDBC driver and the database, double check it and update/downgrade your JDBC…

QA Testing

Answered May 6, 2022 · 7.3K Views Read answer →

How can I resolve this issue - find_elements_by_xpath?

For find_elements_by_xpath - First of all, regarding your question about the return types of the "find" commands, it's quite straightforward: find_element_by_*() methods return a WebElement instance - or, in other words, a single element find_elements_by_*() methods return a list of WebElement instances - or, on other…

QA Testing

Answered May 6, 2022 · 944 Views Read answer →

What software tester books are needed to learn about software testing?

Software testing expert James Bach has a growing list of software tester books on his Tester's Bookshelf that are worth looking at: http://www.librarything.com/catalog/satisfice/testersbookshelf Michael Bolton has lists some of his books: http://www.librarything.com/catalog/MichaelBolton I also highly recommend: Agile…

Cyber Security

Answered Apr 26, 2022 · 966 Views Read answer →

Test scripts vs Test Case - What's the difference?

Test scripts vs Test case I am expecting all answers must be aligned, But there is a difference. User[Non-technical] readable steps are mentioned to test particular scenario is called as Test Case User[Technical] readable steps written in programming language are referred as Test Script Test Case : A test case is a…

QA Testing

Answered Apr 26, 2022 · 1.3K Views Read answer →

More members from the Cyber Security community

Learners asking and answering questions on the same topics — follow their questions and join in.

Latest Cyber Security Blogs

Guides, tips and career advice on Cyber Security from JanBask experts.

Learn & Explore

Free tutorials and interview questions from industry experts — learn the skill, then get ready to prove it.