Find best Interview questions and answer for TASA Interior Designer Job. Some people added TASA Interior Designer interview Questions in our Website. Check now and Prepare for your job interview. Interview questions are useful to attend job interviews and get shortlisted for job position. Find best TASA Interior Designer Interview Questions and Answers for Freshers and experienced. These questions can surely help in preparing for TASA Interior Designer interview or job.
This page contains the most recently asked technical questions and answers in the TASA Interior Designer.
All of the questions listed below were collected by students recently placed at TASA Interior Designer.
Ques:- Assertion (A) : There is no vaccine for AIDS. Reason (R) : The AIDS virus changes its genetic code.
A. A is true but R is false.
B. A is false but R is true.
C. Both A and R are false.
D. Both A and R are true and R is the correct explanation of A.
E. Both A and R are true but R is not the correct explanation of A.
Ques:- Given an array of integers (possibly some of the elements negative), write a C program to find out the *maximum product* possible by adding 'n' consecutive integers in the array, n <= ARRAY_SIZE. Also give where in the array this sequence of n ...
Ques:- Friday Dressing is a label of which Apparel Brand?
Ques:- How do you calcuulate steel weight
Ques:- A file name is made of ___ components.
A. 1
B. 2
C. 3
D. 1 or 2
Ques:- What is platform independence in java?
Ques:- How to create a job?
Recent Answer : Added by Admin On 2020-02-09 17:44:15:
Go to Repository View, Right Click on Job Designs and then create job.
Ques:- In C# a technique used to stream the data is known as
Ques:- Which of the following would have to be crossed to reach Sri Lanka from Nagercoil?
A. Palk Strait
B. Cook Strait
C. Gulf of Mannar
D. Sunda Strait
Recent Answer : Added by Admin On 2022-09-30 15:59:07:
C. Gulf of Mannar
Ques:- Implement function to find needle from a haystack. Interviewer was looking for coding skills.
Recent Answer : Added by krishna On 2021-04-29 08:10:43:
#include
using namespace std;
int find(string needle, string haystack) {
int i, j;
for (i=0; i<haystack.size(); i++) { // i is my index for caterpillar
for (j=0; j<needle.size(); j++) { // j is my index for pill
if (i+j < haystack.size ()) {
if (haystack[i+j] != needle[j]) {
break;
}
}
}
return i;
}
return -1;
}
int main(){
cout << find("pill", "caterpillar") << endl;
}
Ques:- Emitter coupled logic (ECL) belonging to bipolar family is
A. The faster logic family and used in high speed application
B. Most popular family of SSI and MSI chips
C. Closet and obsolete
D. New obsolete
Ques:- Difference between MS Access and Oracle
Ques:- The first large commercial magnetic disk storage device was introduced in 1956 by
A. Hewlett Packard
B. Digital Equipment corporation
C. IBM
D. Texas Instrument
Ques:- POSITIVE FACTS
Ques:- What view would you use to determine free space in a tablespace?
Ques:- Los Angeles is famous for
A. Rocket launching Station
B. Film Studios
C. Golden beaches
D. Scenic beauty
Ques:- What is the standard flow of execution of a test case?
Ques:- How to convert a .dfm file to text and vise versa?
Ques:- Do you think you are overqualified for this position?
This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Cookie settingsACCEPT
Privacy & Cookies Policy
Privacy Overview
This website uses cookies to improve your experience while you navigate through the website. Out of these cookies, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may have an effect on your browsing experience.
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
Go to Repository View, Right Click on Job Designs and then create job.