30+ SQL Interview Questions Author: neptune | 05th-Jan-2023 | views: 252 #Interview#SQL Data Definition Language (DDL) – It allows end-users to CREATE, ALTER, and DELETE database objects...
20 TestNG Interview Questions Author: neptune | 17th-Dec-2022 | views: 322 #Selenium#Interview There is always more than one test or method in the class. If we do not prioritize these tests or methods, then the methods are selected alphabetically and executed while execution...
Where you applied OOPs in Automation Testing? Author: neptune | 11th-Dec-2022 | views: 524 #Interview#Java You may face this question Where you have applied OOPs concept in Automation Framework? in almost all the Selenium Interviews. Let's learn OOP’s concept in Java before going further...
Torch and Bridge | Puzzle Author: neptune | 11th-Dec-2022 | views: 168 #Interview#Puzzle One Torch and 4 person needs to cross the bridge, but can't crossed without the torch. Two persons can walk on the bridge at any time, find minimum time to cross the bridge...
Top 10 Selenium Interview Questions. Author: neptune | 03rd-Jun-2022 | views: 276 #Selenium#Interview Locator is a command that tells Selenium IDE which GUI elements (like Text Box, Buttons, Check Boxes etc) we are going to use or perform some automation task...
Java Script Interview Questions Author: neptune | 09th-May-2022 | views: 316 #JavaScript#Interview Basic JavaScript questions asked in interviews : 1. What are the different data types present in javascript? 2. Difference between "==" and "===" operators...
“Stay Hungry Stay Foolish” - Speech by Steve Jobs Author: neptune | 22nd-May-2022 | views: 3001 #Motivation At Stanford University Steve Job’s address commencement in 2005 is one of the most famous speeches “Stay Hungry Stay Foolish”. It has been described as 'life-changing” speech...
How do you know “You are Rich?” - By IIT Student. Author: neptune | 13th-Oct-2022 | views: 1612 #Motivation We all thought that we knew answer and we replied as following: “ZERO" means nothing. "INFINITY" means uncountable number”. He encounter “How number can be greater than any countable number?"..
Architecture of API Gateway Author: neptune | 15th-Nov-2022 | views: 1055 #API#Microservice Creating an API starts with the publisher, where it will be designed, and it will be published to the store for the consumer to explore and subscribe...
Introduction to React Author: neptune | 11th-Dec-2022 | views: 521 #JavaScript Virtual DOM is an lightweight copy of DOM. It can be changed when we want and then can be saved to the real DOM. Every change Virtual DOM efficiently rerenders the DOM...