Find Interview Questions for Top Companies
EGain Communications Interview Questions and Answers
Ques:- What is the difference between QA and testing?
Right Answer:
QA (Quality Assurance) is a process-oriented practice that focuses on ensuring quality in the development process and preventing defects, while testing is a product-oriented activity that involves executing the software to identify defects.
Ques:- ABOUT ELECTRONICS
Right Answer:
Electronics is the branch of science and technology that deals with the behavior and movement of electrons in various materials, primarily focusing on the design and application of circuits and devices that use electrical energy.
Ques:- What is TAB in Salesforce?
Right Answer:
In Salesforce, a TAB is a user interface element that allows users to access specific objects, applications, or features within the platform. It provides a way to navigate and interact with data, such as standard objects like Accounts and Contacts, or custom objects created by users.
Comments
Admin Feb 8, 2020

Tab is a user interface component to user creates to display custom object data.

There are three type of tabs.

Custom Tabs
Visual force Tabs
Web Tabs

Ques:- What is sharing rule?
Right Answer:
A sharing rule in Salesforce is a way to grant additional access to records for users or groups based on specific criteria, allowing them to see or edit records they wouldn't normally have access to.
Comments
Admin Feb 8, 2020

If we want to give the access to other users we use sharing rules.

Ques:- How to call java script using Static Resource in Visual Force page?
Right Answer:
To call JavaScript using a Static Resource in a Visualforce page, use the following syntax:

```html
<apex:includeScript value="{!$Resource.YourStaticResourceName}" />
```

Replace `YourStaticResourceName` with the name of your static resource.
Comments
Admin Feb 8, 2020

Add javascript file in Static Resource setup -> develop -> Static Resources -> Click on ‘New’ -> Name: filename and add file from local desktop and save.

We can use that file as follows in VisualForce page

Ques:- Does user can create insert their own custom logo, while creating their own custom applications?
Right Answer:
Yes, users can upload and use their own custom logo when creating custom applications in Salesforce.
Comments
Admin Feb 8, 2020

Yes user can upload their custom logo in documents and then they choose that logo for organization.

Ques:- What is difference between Action support and Action function?
Right Answer:
Action support is used to invoke an action method directly from the UI, while Action function is used to call an action method in a JavaScript context, allowing for more dynamic interactions without a full page refresh.
Comments
Admin Feb 8, 2020

<strong>Action function:</strong> Invoke the controller method from java script using AJAX and we can use action function from different places on visual force page.

<strong>Action support:</strong> Invoke the controller method using AJAX when even occurs on page like onMouseOver, onClick, ect… and we can use action support for particular single apex component.

Ques:- What are ARXML files and how are they used
Right Answer:
ARXML files are XML-based files used in the AUTOSAR (AUTomotive Open System ARchitecture) standard to describe the software architecture of automotive systems. They contain information about software components, their interfaces, and the configuration of the system, facilitating communication and integration between different software modules and tools in the development process.
Ques:- How do you debug ARM compiled code using tools like Keil or GDB
Right Answer:
To debug ARM compiled code using tools like Keil or GDB, follow these steps:

1. **Compile with Debug Information**: Ensure your code is compiled with debug symbols enabled (use the `-g` flag for GCC or the appropriate setting in Keil).

2. **Load the Program**: Use Keil's uVision or GDB to load the compiled binary onto the target device or simulator.

3. **Set Breakpoints**: In Keil, set breakpoints using the GUI. In GDB, use the command `break <function_name>` or `break <line_number>`.

4. **Run the Program**: Start the execution of your program. In Keil, click the "Run" button; in GDB, use the command `run`.

5. **Step Through Code**: Use step commands to execute your code line by line (`step` or `next` in GDB).

6. **Inspect Variables**: Check variable values and memory
Ques:- What is a sandbox and how is it used in Ab Initio projects
Right Answer:
A sandbox in Ab Initio is a development environment that allows developers to create, test, and debug their graphs and components without affecting the production environment. It provides a safe space to experiment with changes and validate functionality before deploying to production.
Ques:- What is the difference between Classic AUTOSAR and Adaptive AUTOSAR
Right Answer:
Classic AUTOSAR is designed for safety-critical applications with a focus on real-time performance and static architectures, while Adaptive AUTOSAR is intended for more complex, high-performance applications that require dynamic software updates and support for advanced computing platforms.
Ques:- What tools do you use for configuration and integration in AUTOSAR
Right Answer:
For configuration and integration in AUTOSAR, I use tools like Vector DaVinci Configurator, Elektrobit Tresos, and Arccore Arctic Studio.
Ques:- As a tester I found a show stopper(critical defect) this evening whereas the project is going to be delivered to the client tomorrow morning so there is no time left.I reported the same to my test manager but he is not ready to convinced with me moreover he wants to close the matter as it is….in this senario wat will u do???
AmbitionBox Logo

What makes Takluu valuable for interview preparation?

1 Lakh+
Companies
6 Lakh+
Interview Questions
50K+
Job Profiles
20K+
Users