Ques:- Is there any difference between Smoke Testing & Sanity Testing ?

Ques:- What are the modes of winrunner.(neither recording modes /nor run modes).
Ques:- What is a Database Server?
Asked In :-
Finacle Technologies, elevate k-12,
Right Answer:
A Database Server is a server that provides database services to other computer programs or computers, allowing them to store, retrieve, and manage data in a structured way.
A Database Server is a server that provides database services to other computer programs or computers, allowing them to store, retrieve, and manage data in a structured way.
Ques:- What is the upgrade path and strategy for the SAP JCo? How will upgrades to the SAP JCo affect my Java application?
Ques:- What is the difference between vb and vb.net ?
Asked In :-
elevate k-12,
Right Answer:
VB (Visual Basic) is a programming language that is primarily used for creating Windows applications and is based on the older BASIC language. VB.NET, on the other hand, is an object-oriented programming language that is part of the .NET framework, allowing for more advanced features such as inheritance, interfaces, and better integration with other .NET languages. VB.NET also supports modern programming practices and is designed for web and desktop applications, while VB is more limited in functionality and scope.
VB (Visual Basic) is a programming language that is primarily used for creating Windows applications and is based on the older BASIC language. VB.NET, on the other hand, is an object-oriented programming language that is part of the .NET framework, allowing for more advanced features such as inheritance, interfaces, and better integration with other .NET languages. VB.NET also supports modern programming practices and is designed for web and desktop applications, while VB is more limited in functionality and scope.
Ques:- In the following figure: A D B G E C FEach of the seven digits from 0, 1, 2, 3, 4, 5, 6, 7, 8, and 9 is: a)Represented by a different letter in the figure above. b)Positioned in the figure above so that A*B*C,B*G*E, and D*E*F are equal.Which digit does G represent?
Asked In :-
elevate k-12,
Right Answer:
G represents the digit 2.
G represents the digit 2.
Ques:- What is known Issue???
Asked In :-
Spadeworx Software Services, Radicle Software, SysTools Software, Damco Solutions, Apttus Software, Graebert India Software, Sysfore Technologies, Verticurl Marketing, Invensis Technologies, ETEA,
Right Answer:
A known issue is a problem that has been identified and documented, but not yet resolved.
A known issue is a problem that has been identified and documented, but not yet resolved.
Ques:- What is the diffrence between HTML & DHTML…?
Asked In :-
Spadeworx Software Services, MatchMove India, Oodles Technologies, Yudiz Solutions, AQM Technologies, MaxVal-IP Services, DMI Innovations, Direction Software Solutions, eGain Communications, INNOART TECHNOLOGIES,
Right Answer:
HTML (HyperText Markup Language) is a static markup language used to create the structure of web pages, while DHTML (Dynamic HTML) is an extension of HTML that allows for dynamic changes to the content and layout of a web page using a combination of HTML, CSS, and JavaScript.
HTML (HyperText Markup Language) is a static markup language used to create the structure of web pages, while DHTML (Dynamic HTML) is an extension of HTML that allows for dynamic changes to the content and layout of a web page using a combination of HTML, CSS, and JavaScript.
Ques:- Document Style Semantics and Specification Language (DSSSL)?
Asked In :-
Spadeworx Software Services, MatchMove India, Spectra Medix India, Valethi, On Demand Agility Software, Milliman India, Sapphire Software Solutions, Sysfore Technologies, Koenig Solutions, Systematix Infotech,
Right Answer:
Document Style Semantics and Specification Language (DSSSL) is a language used for specifying the style and formatting of documents written in SGML (Standard Generalized Markup Language) and XML. It allows for the separation of content from presentation, enabling the transformation and rendering of documents in various formats.
Document Style Semantics and Specification Language (DSSSL) is a language used for specifying the style and formatting of documents written in SGML (Standard Generalized Markup Language) and XML. It allows for the separation of content from presentation, enabling the transformation and rendering of documents in various formats.
Ques:- Three selectors: h1, .warning and #footer, what they do ?
Asked In :-
Toxsl Technologies, infobell IT solutions, Learningmate Solutions, MedGenome Labs, Amtech Electronics India, Acquia Inc., Clicks Bazaar Technologies, Advanced Business & Healthcare Solutions India, ProPhoenix Technologies, AgilePoint Software India,
Right Answer:
The selector `h1` targets all `<h1>` elements, `.warning` targets all elements with the class "warning", and `#footer` targets the element with the ID "footer".
The selector `h1` targets all `<h1>` elements, `.warning` targets all elements with the class "warning", and `#footer` targets the element with the ID "footer".
Ques:- HOW we can use css
Asked In :-
AnAr Solutions, Oodles Technologies, Appiness Interactive, COEPD, Infostretch solutions, CIGNEX Datamatics Technologies, Pi Techniques, Onward Technologies, SEW, Graebert India Software,
Right Answer:
CSS can be used by linking a stylesheet to an HTML document using the `<link>` tag in the `<head>` section, by embedding styles directly within a `<style>` tag in the `<head>`, or by applying inline styles directly to HTML elements using the `style` attribute.
CSS can be used by linking a stylesheet to an HTML document using the `<link>` tag in the `<head>` section, by embedding styles directly within a `<style>` tag in the `<head>`, or by applying inline styles directly to HTML elements using the `style` attribute.
Ques:- What is responsive design and how do you implement it
Asked In :-
Addweb solutions, Aakit Technologies, Born Commerce, Namecheap Web Services, TNQ Technologies, Walstar Technologies, LiteBreeze Infotech, TRICON INFOTECH PVT, Happiest Minds Technologies Pvt., Spark Infosys,
Right Answer:
Responsive design is an approach to web development that ensures a website looks and functions well on various devices and screen sizes. It is implemented using flexible grid layouts, fluid images, and CSS media queries to adapt the layout and content based on the device's screen size and orientation.
Responsive design is an approach to web development that ensures a website looks and functions well on various devices and screen sizes. It is implemented using flexible grid layouts, fluid images, and CSS media queries to adapt the layout and content based on the device's screen size and orientation.
Ques:- What are some popular frontend frameworks and libraries
Asked In :-
Unyscape Infocom Pvt. Ltd., Medvarsity Online, Ziffity Solutions, Hummingbird Web Solutions, Aakit Technologies, Fortunesoft IT Innovations, Codiant Software Technologies, CakeSoft Technologies, Radicle Software, Novalnet e-Solutions,
Right Answer:
Some popular frontend frameworks and libraries are:
1. React
2. Angular
3. Vue.js
4. Svelte
5. Bootstrap
6. jQuery
7. Ember.js
8. Backbone.js
Some popular frontend frameworks and libraries are:
1. React
2. Angular
3. Vue.js
4. Svelte
5. Bootstrap
6. jQuery
7. Ember.js
8. Backbone.js
Ques:- What are event bubbling and event delegation in JavaScript
Asked In :-
DREAMORBIT SOFTECH PVT, Queppelin Technology Solutions, Hummingbird Web Solutions, Priya Softweb Solutions, Dhruvsoft Services, Walstar Technologies, QuickXpert Infotech, Recodem, Novalnet e-Solutions, Happiest Minds Technologies Pvt.,
Right Answer:
Event bubbling is a JavaScript event propagation method where an event starts from the target element and bubbles up to its ancestors in the DOM hierarchy. Event delegation is a technique that involves attaching a single event listener to a parent element to manage events for multiple child elements, leveraging event bubbling to handle events efficiently.
Event bubbling is a JavaScript event propagation method where an event starts from the target element and bubbles up to its ancestors in the DOM hierarchy. Event delegation is a technique that involves attaching a single event listener to a parent element to manage events for multiple child elements, leveraging event bubbling to handle events efficiently.
Ques:- What is the difference between frontend and backend development
Asked In :-
Object Frontier Software, Medvarsity Online, Walkover Web Solutions, Itobuz Technologies, Aakit Technologies, LiteBreeze Infotech, TRICON INFOTECH PVT, Spectra Medix India, Novalnet e-Solutions, SPARX IT SOLUTIONS,
Right Answer:
Frontend development refers to the part of a website or application that users interact with directly, including the layout, design, and user interface. Backend development involves the server-side, focusing on databases, server logic, and application functionality that users do not see.
Frontend development refers to the part of a website or application that users interact with directly, including the layout, design, and user interface. Backend development involves the server-side, focusing on databases, server logic, and application functionality that users do not see.
Ques:- How does a web server handle an HTTP request
Asked In :-
Medvarsity Online, Queppelin Technology Solutions, Ziffity Solutions, Trigent Software, Itobuz Technologies, Namecheap Web Services, CakeSoft Technologies, QuickXpert Infotech, Webvillee Technology, Recodem,
Right Answer:
A web server handles an HTTP request by following these steps:
1. **Receive Request**: The server listens for incoming HTTP requests on a specific port (usually port 80 for HTTP or port 443 for HTTPS).
2. **Parse Request**: It parses the request to extract the method (GET, POST, etc.), URL, headers, and body.
3. **Process Request**: The server determines how to respond based on the request. This may involve retrieving files, querying a database, or executing server-side scripts.
4. **Generate Response**: It creates an HTTP response, which includes a status code (like 200 for success), headers, and the requested content (like HTML, JSON, etc.).
5. **Send Response**: The server sends the response back to the client (usually a web browser) over the network.
6. **Log Request**: Optionally, the server logs the request details for monitoring and analysis.
A web server handles an HTTP request by following these steps:
1. **Receive Request**: The server listens for incoming HTTP requests on a specific port (usually port 80 for HTTP or port 443 for HTTPS).
2. **Parse Request**: It parses the request to extract the method (GET, POST, etc.), URL, headers, and body.
3. **Process Request**: The server determines how to respond based on the request. This may involve retrieving files, querying a database, or executing server-side scripts.
4. **Generate Response**: It creates an HTTP response, which includes a status code (like 200 for success), headers, and the requested content (like HTML, JSON, etc.).
5. **Send Response**: The server sends the response back to the client (usually a web browser) over the network.
6. **Log Request**: Optionally, the server logs the request details for monitoring and analysis.
Ques:- InMotion Hosting is known as a “business web hosting”, can you please tell us about this aspect.
Asked In :-
Muvi Entertainment, Cimpress India, 360 Degree Cloud Technologies, ION Group, Telenetix, Cineworld Cinemas, Ritwik Software Technologies, Airforce School, Ceat Tyre Ltd, verint-systems,
Ques:- How do I get started with Web Services?
Asked In :-
Recodem, Anlage Infotech (I), DSVV, SNMP, Method CRM, Symphony Technologies, Statista, Cadent Gas, Opentext Technologies, software ag,
Ques:- What is your company's core focus?
Asked In :-
Minda Group, SRV Media, iProgrammer, GTL Software, Avalon Technologies, Sycamore Software, iSteer, Sequoia Applied Technologies, NCS-IT, FreJun,
Right Answer:
Our company's core focus is to create user-friendly and visually appealing web designs that enhance user experience and drive engagement.
Our company's core focus is to create user-friendly and visually appealing web designs that enhance user experience and drive engagement.