-
What is the tradeoff using a linked list
What is the tradeoff using a linked list!!
-
Selection sort
The number of swapping needed to sort numbers 22,7,9,31,19 in ascending order using selection sort is ? A. 4 B. 3 C. 5 D.6
-
Highest Input Data Transfer Rate
which of the following devices requires the highest input data transfer rate? a. mouse b. keyboard c. floppy disk d. CD
-
How to find job after 2.5 year gap in testing career?
Hi, I am an QA analyst with 5.8 years of experience in Manual and Automation testing.i have 2.5 years of gap from YR18 and now I am looking for job but due to my gap after interaction with recruiter I am not getting any call for interview. Can you please suggest what should I do? Any suggestion or tips to get resume shortlist Can you please suggest to do any course to do? Looking forward to hearing...
-
Error: OBJM_54538 with informatica powercerter
Could not execute action... The Service Name_repository could not be enabled due to the following error: OBJM_54538 - Unable to connect to the repository Name_repository on database mailto:DESKTOP-4FVDDK@IPC.error: OBJM_54538 Please could you help me with this issue?
-
AB initio query
i/p col1||val1||col1||val2||col3||val3 o/p col1 col2 col3 val1 val2 val3 how to achieve this in AB initio
-
Over vs Runs -- same sequence number for each group
I am having input column as runs with values 3 2 4 6 0 1 0 3 2 6 0 0 4 1 1 2 3 In output I want over number on Over column and corresponding runs on Runs column Expected o/p is:- Over Runs 1 2 1 4 1 6 1 3 1 0 1 1 2 0 2 3 2 2 2 6 2 0 2 0 3 4 3 1 3 1 3 2 3 3
-
Writing Test cases
Do we need to write test cases for the entire page everytime we insert new features to it, else we can write only for the added features. For eg. the page has a text field, drop-down, radio buttons, and submit button. Now an additional radio button is inserted in that page. Is it enough to wirte testcases for newly added radio button ? or should i once again write for the entire page ?
-
SORT V/s SORT WITHIN GROUPS
Sort within group means data is already sorted on major keys and need to get the data sorted on minor keys.But if we already know tht the data is sorted on major keys then why donot we use SORT component and provide the key as {minor keys} in the SORT component? Why go for SORT WITHIN GROUPS
-
How would you declare an array of pointers to functions?
How would you declare an array of pointers to functions that take no parameters and return an int? A. int (*arr[N])(void); B. int *arr(void)[N]; C. int *arr[N](void); D. int (*arr)(void)[N];
-
-
-
Abinitio EME
In my sandbox i am having 10 graphs, i checked-in those graphs into EME. Again i checked-out the graph and i do the modifications, i found out the modifications was wrong. what i have to do if i want to get the original graph..?
-
-
-
When you read your e-mail, you are viewing _________ data
A) ActiveB) PassiveC) BothD) None of the above
-
-
-
URL encoding is the method of replacing all the spaces and other extra characters into their corresponding _______ Characters
Skill/Topic: FundamentalsA) Hex B) Binary C) Octal D) Decimal
-
_____________ is the process by which one object acquires the properties of another object
A) EncapsulationB) ClassC) InheritenceD) Polymorphism
Ans