No we can't send mail using javascript. java script is a
client side scripting.
To send a mail we need a server side scripting like PHP.

Ques:- Can you tell me how to send email using javascript?
Asked In :-
Namecheap Web Services, NetTantra Technologies, Wonderbiz Technologies, EvolveWare, Quadrant Resource, Tech9, ITH Technologies (Infotech HUB), Kumi Labs, Telesoft Labs, JIVOX SOFTWARE INDIA,
Comments
Ques:- What boolean operators does JavaScript support?
Asked In :-
Media Agility, ProMobi Technologies, BYTEFORZA TECHNOLOGIES, WebDirekt India, Leo Technologies, TAO Solutions, Telerik, Travidux Technologies, TechRAQ Info Solutions, Influx Solution,
Ques:- What type of a language is python? Interpreted or Compiled?
Asked In :-
Object Frontier Software, ISG NovaSoft Technologies, Quarks Technosoft, Cimpress India, Diya Systems (Mangalore), Rapidsoft Technologies, Samsung R&D Institute India, Cron-J, think-cell, Softserve Global,
Ques:- Is it possible to hack python’s print function?
Asked In :-
AnAr Solutions, Aurus Tech, Propel, Perennial System, 4W, SGV & Co, Prudent Technologies, Solunus, Silicon Stack, ETIQU,
Ques:- What is Python?
Asked In :-
Helical It Solutions, Nagarro Software, Cotelligent India, GoFrugal Technologies, Seeq, omp, moogsoft, systango, yipitdata, raja software labs,
Comments
Python is a high-level object-oriented programming language that can run on different platforms like Windows, Linux, Unix, and Macintosh. Python is widely used in Data Science, Machine Learning, and Artificial Intelligence domain. Python enables ease of coding to develop applications.
Ques:- What are the data types supports in python language ?
Asked In :-
PureSoftware, Xoriant Solutions, JIBE DEVELOPMENT SERVICES, Thrillophilia, BridgeLabz Solutions, Winman Software India, Choice TechLab Solutions, Mathematica, useready, object edge,
Right Answer:
Python supports the following data types:
1. Integers (int)
2. Floating-point numbers (float)
3. Strings (str)
4. Booleans (bool)
5. Lists
6. Tuples
7. Sets
8. Dictionaries
9. NoneType (None)
Python supports the following data types:
1. Integers (int)
2. Floating-point numbers (float)
3. Strings (str)
4. Booleans (bool)
5. Lists
6. Tuples
7. Sets
8. Dictionaries
9. NoneType (None)
Ques:- How do we make python scripts executable?
Asked In :-
Lorven Technologies, DataMetica, RORO, Propel, CDAC Hyderabad, MSC Technologies, CloudThat, Intugine Technologies, Elait, Alphind Software Solutions,
Comments
Python scripts can be executed in two ways:
Suppose I want to execute script1.py
We can open the script1.py in IDE editor & run the script in the frontmost window of the python IDE by hitting the run all button.
Second way is using command prompt by making sure PATH is set appropriately directly type script name else type
>>>python script1.py
Ques:- What is Agile methodology, and how does it differ from traditional project management approaches
Asked In :-
Xoriant Solutions Pvt Ltd, Bold Technology Systems, AnAr Solutions, Rock Solid Solutions, Walkover Web Solutions, Toxsl Technologies, Itobuz Technologies, Addweb solutions, Indocosmo Systems, Fortunesoft IT Innovations,
Right Answer:
Agile is an iterative and incremental approach to project management that focuses on collaboration, flexibility, and customer satisfaction. Unlike traditional, sequential (waterfall) methods, Agile embraces change throughout the project lifecycle through short development cycles called sprints.
Agile is an iterative and incremental approach to project management that focuses on collaboration, flexibility, and customer satisfaction. Unlike traditional, sequential (waterfall) methods, Agile embraces change throughout the project lifecycle through short development cycles called sprints.
Ques:- What is the importance of cross-functional teams in Agile, and how do you foster collaboration
Asked In :-
Winsoft Technologies India Pvt. Ltd, Netaxis IT Solutions (p), Queppelin Technology Solutions, STIC SOFT E-SOLUTIONS, Codiant Software Technologies, Cybage Software, Energytech Global, SmartData Enterprises, Principal Global Services, Happiest Minds Technologies Pvt.,
Right Answer:
Cross-functional teams in Agile are important because they bring together all the necessary skills to complete work without dependencies on other teams. This leads to faster delivery, better problem-solving, and increased innovation. To foster collaboration, encourage open communication, shared understanding of goals, mutual respect, and a focus on collective ownership.
Cross-functional teams in Agile are important because they bring together all the necessary skills to complete work without dependencies on other teams. This leads to faster delivery, better problem-solving, and increased innovation. To foster collaboration, encourage open communication, shared understanding of goals, mutual respect, and a focus on collective ownership.
Ques:- What are the benefits and challenges of continuous delivery in an Agile environment
Asked In :-
KRIOS Info Solutions, Rock Solid Solutions, Shipco IT, Ziffity Solutions, Trigent Software, STIC SOFT E-SOLUTIONS, Namecheap Web Services, MatchMove India, Cloud Kinetics Technology Solutions, Sun Technology Integrators,
Right Answer:
**Benefits:** Faster time to market, reduced risk, improved quality, faster feedback, happier teams.
**Challenges:** Requires high automation, strong collaboration, cultural shift, investment in infrastructure, and robust testing.
**Benefits:** Faster time to market, reduced risk, improved quality, faster feedback, happier teams.
**Challenges:** Requires high automation, strong collaboration, cultural shift, investment in infrastructure, and robust testing.
Ques:- How do you facilitate and ensure effective sprint retrospectives
Asked In :-
Unyscape Infocom Pvt. Ltd., Object Frontier Software, Bold Technology Systems, Queppelin Technology Solutions, Shipco IT, Trigent Software, STIC SOFT E-SOLUTIONS, Born Commerce, Spadeworx Software Services, Namecheap Web Services,
Right Answer:
To facilitate effective sprint retrospectives, I would:
1. **Set the Stage:** Create a safe and open environment where the team feels comfortable sharing.
2. **Gather Data:** Collect information about what went well, what didn't, and any challenges faced during the sprint.
3. **Generate Insights:** Facilitate a discussion to identify root causes and patterns.
4. **Decide on Actions:** Collaborate to define specific, actionable, measurable, achievable, relevant, and time-bound (SMART) improvements.
5. **Close the Retrospective:** Summarize action items and assign owners.
6. **Follow Up:** Track progress on action items in subsequent sprints to ensure continuous improvement.
To facilitate effective sprint retrospectives, I would:
1. **Set the Stage:** Create a safe and open environment where the team feels comfortable sharing.
2. **Gather Data:** Collect information about what went well, what didn't, and any challenges faced during the sprint.
3. **Generate Insights:** Facilitate a discussion to identify root causes and patterns.
4. **Decide on Actions:** Collaborate to define specific, actionable, measurable, achievable, relevant, and time-bound (SMART) improvements.
5. **Close the Retrospective:** Summarize action items and assign owners.
6. **Follow Up:** Track progress on action items in subsequent sprints to ensure continuous improvement.
Ques:- Can you explain the key principles of the Agile Manifesto
Asked In :-
Unyscape Infocom Pvt. Ltd., DREAMORBIT SOFTECH PVT, Netaxis IT Solutions (p), Ziffity Solutions, STIC SOFT E-SOLUTIONS, Itobuz Technologies, Aakit Technologies, Priya Softweb Solutions, iROID Technologies, TNQ Technologies,
Right Answer:
The Agile Manifesto values:
* **Individuals and interactions** over processes and tools.
* **Working software** over comprehensive documentation.
* **Customer collaboration** over contract negotiation.
* **Responding to change** over following a plan.
That is, while the items on the right have value, we value the items on the left more.
The Agile Manifesto values:
* **Individuals and interactions** over processes and tools.
* **Working software** over comprehensive documentation.
* **Customer collaboration** over contract negotiation.
* **Responding to change** over following a plan.
That is, while the items on the right have value, we value the items on the left more.
Ques:- What is the difference between Master- detail view and MVG.
Asked In :-
EdgeVerve Systems, Finacus Solutions, IDeaS - A SAS Company, HexaCorp, AAJ Enterprises, Eunimart, Shoes & Sox, Agira Technologies, Greenlight Planet, Asurion Europe,
Right Answer:
Master-detail view displays a single record (master) and its related records (details) in a hierarchical format, while Multi-Value Group (MVG) allows users to select multiple related records from a list and associate them with a single record, typically in a more flexible, non-hierarchical manner.
Master-detail view displays a single record (master) and its related records (details) in a hierarchical format, while Multi-Value Group (MVG) allows users to select multiple related records from a list and associate them with a single record, typically in a more flexible, non-hierarchical manner.
Ques:- At present what is the percentage of Cash Reserve Ratio (CRR) ?
Asked In :-
Commerzbank, Vervoe, MCaffeine, aer lingus, miq, hansa cequity, connect first credit union, systango, octopus energy, bankserv,
Right Answer:
As of October 2023, the Cash Reserve Ratio (CRR) is 4.5%.
As of October 2023, the Cash Reserve Ratio (CRR) is 4.5%.
Ques:- How to call external webpage from siebel application
Asked In :-
Appointy, Emapta Versatile Services, ProActive, turkish airlines, teleperformance egypt, aegis bpo, ghana water company ltd., systango, brainly, transcom,
Right Answer:
To call an external webpage from a Siebel application, you can use the `Web Template` or `Applet` with a `URL` link. You can create a button or link that uses the `NavigateURL` method in a script or a calculated field to open the external webpage. For example:
```javascript
this.NavigateURL("http://www.externalwebsite.com");
```
Alternatively, you can use a `Web Service` or `Integration Object` to fetch data from an external source if needed.
To call an external webpage from a Siebel application, you can use the `Web Template` or `Applet` with a `URL` link. You can create a button or link that uses the `NavigateURL` method in a script or a calculated field to open the external webpage. For example:
```javascript
this.NavigateURL("http://www.externalwebsite.com");
```
Alternatively, you can use a `Web Service` or `Integration Object` to fetch data from an external source if needed.
Ques:- How many bearers will an explorer need for a 6 day march if each man can carry the food stuff of one man for 4 days?
Asked In :-
iFAST Corporation, Megaworld, telus, avanade, servus credit union, oportun, fiji airways, systango, zeta, mediology software,
Right Answer:
The explorer will need 5 bearers.
The explorer will need 5 bearers.
Ques:- How do you control visibility in Siebel?
Asked In :-
Born Commerce, Wellness Forever, Agreeya Solutions India, Testrig Technologies, Havells India, LeadSoc, GLG, bloomingdale's, godaddy, ienergizer,
Right Answer:
In Siebel, visibility is controlled using "Visibility Rules" and "Applet Properties." You can set visibility for applets, fields, and buttons by configuring their properties in the Siebel Tools, such as using the "Visible" property or applying "Visibility Conditions" based on user roles, data conditions, or other criteria.
In Siebel, visibility is controlled using "Visibility Rules" and "Applet Properties." You can set visibility for applets, fields, and buttons by configuring their properties in the Siebel Tools, such as using the "Visible" property or applying "Visibility Conditions" based on user roles, data conditions, or other criteria.
Ques:- What is the Need for CSS ?
Asked In :-
SpotOn Software, IMAGINATION TECHNOLOGIES LIMITED, AroDek, Clicks Bazaar Technologies, Code Insight Technologies, AXESTRACK SOFTWARE SOLUTIONS, Graebert India Software, Direction Software Solutions, Sapiens International Corporation, Leeway Hertz,
Right Answer:
CSS is needed to separate content from presentation, allowing for better design control, improved website performance, easier maintenance, and consistent styling across multiple pages.
CSS is needed to separate content from presentation, allowing for better design control, improved website performance, easier maintenance, and consistent styling across multiple pages.
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 do I slice up an image in Adobe Photoshop CS4 Extended?
Asked In :-
Shipco IT, MedGenome Labs, Pi Techniques, STG Infotech INDIA LLP, Aliens Group, DSVV, Parryware, THDC, Tulip, BAeHAL Software,
Right Answer:
To slice an image in Adobe Photoshop CS4 Extended, use the Slice Tool from the toolbar. Select the Slice Tool, click and drag to create slices over the image. You can also use the "Slice From Guides" option under the "Slice" menu if you have guides set up. Once done, go to File > Save for Web & Devices, and choose the slices you want to save.
To slice an image in Adobe Photoshop CS4 Extended, use the Slice Tool from the toolbar. Select the Slice Tool, click and drag to create slices over the image. You can also use the "Slice From Guides" option under the "Slice" menu if you have guides set up. Once done, go to File > Save for Web & Devices, and choose the slices you want to save.