Find Interview Questions for Top Companies
Anchanto Interview Questions and Answers
Ques:- We are facing problem with the compatibilty of IE 7 and IE 6.We are calling a showModal window that is working fine in IE6 but with IE7 it opens a new Window and Data is not getting poputaled.In some pages it Gives an error “The webpage you are viewing is trying to Close the window.Do you want to close this window”.
Comments
Admin May 17, 2020

try this inbetween <head> tag
<base target="_self"/>

Admin May 17, 2020

sorry for the previous ans ami,
insteated above of try following code it may solve your
problem
window.opener = self;
window.close();

Ques:- What is the difference between mysql_fetch_object and mysql_fetch_array?
Asked In :- anchanto,
Ques:- What makes a good QA or Test manager?
Right Answer:
A good QA or Test manager possesses strong leadership skills, effective communication abilities, a deep understanding of testing methodologies, attention to detail, the ability to analyze and solve problems, and a focus on continuous improvement and team collaboration.
Ques:- What is smart forms and how is it used in ABAP
Right Answer:
Smart Forms is a tool in ABAP used for designing and generating print layouts for documents such as invoices, purchase orders, and delivery notes. It allows developers to create forms without needing extensive programming knowledge, using a graphical interface to define the layout and data flow. Smart Forms can be called from ABAP programs to produce formatted output in various formats like PDF or print.
Ques:- What is the role of an AUTOSAR Stack Integration Lead
Right Answer:
The role of an AUTOSAR Stack Integration Lead is to oversee the integration of the AUTOSAR software stack into vehicle systems, ensuring that all components work together seamlessly. This includes coordinating between different teams, managing the integration process, resolving technical issues, and ensuring compliance with AUTOSAR standards.
Ques:- How does Ab Initio handle parallelism and what are its types
Right Answer:
Ab Initio handles parallelism through two main types:

1. **Data Parallelism**: This involves splitting data into smaller chunks that can be processed simultaneously across multiple nodes or processes. Each node works on a different subset of the data.

2. **Component Parallelism**: This allows multiple instances of a component to run in parallel, enabling different operations or transformations to occur at the same time within the same graph.

Both types enhance performance and efficiency in data processing.
Ques:- What is the importance of code reviews and how do they improve code quality
Right Answer:
Code reviews are important because they help identify bugs, improve code quality, ensure adherence to coding standards, facilitate knowledge sharing among team members, and enhance overall team collaboration. They lead to cleaner, more maintainable code and reduce the likelihood of future issues.
Ques:- How do you validate the integrated stack before ECU testing
Right Answer:
To validate the integrated AUTOSAR stack before ECU testing, follow these steps:

1. **Static Code Analysis**: Check the code for compliance with AUTOSAR standards and coding guidelines.
2. **Configuration Verification**: Ensure that the stack configuration matches the system requirements and specifications.
3. **Unit Testing**: Test individual components of the stack to verify their functionality.
4. **Integration Testing**: Test the interaction between integrated components to ensure they work together correctly.
5. **Simulation**: Use simulation tools to validate the stack behavior in a controlled environment.
6. **Review Documentation**: Ensure all design and integration documents are complete and accurate.
7. **Traceability Checks**: Verify that all requirements are traced through to the integrated stack components.

These steps help ensure that the integrated stack is functioning correctly before moving on to ECU testing.
AmbitionBox Logo

What makes Takluu valuable for interview preparation?

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