-
How to convert single row to two columns
Hi, I have a data like 1,a,b,c,2,d,e,f,g required output is in two fields: field1,field2 ----------------- 1,a 1,b 1,c 2,d 2,e 2,f
-
Which is the best job portal in New Zealand that provides Driving Jobs?
Hi, I am Nina and I am looking for a Jobs in HR & Recruitment in New Zealand. can anybody help me to search for my job? I am tired to search for my jobs on different job portals.
-
3 PHASE
A three phase motor 20hp with a power factor of 0.85 is to be fed by four single-core, PVC insulated, copper conductor, non-armoured cables, clipped direct on a non-metallic surface in a confined space with ambient temperature of 45oC at 40 meter run as shown in Figure Q2. Determine the suitable size of conductor if the voltage drop from the MCB to the motor terminal must less than 2%. (Correction...
-
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
-
Problem: 1. 1100v, 50Hz,delta connected induction motor has a star connected slip ring rotor with stator to stator transformation ratio of 3.8 . the rotor resistance and stand still reactance are 0.012 ohm and 0.25 ohm. Neglecting stator impedance and magnetizing current determine:
i. Rotor current and power factor at start with slip rings shorted. ii. Rotor current and power factor at 4% slip with slip rings shorted. iii. External rotor resistance per phase to obtain a starting current of 100A in stator supply lines.
-
What is the difference between the Reader/Writer class hierarchy and the Input Stream/Output Stream class hierarchy?
The Reader/Writer class hierarchy is character-oriented, and the InputStream/OutputStream class hierarchy is byte-oriented.
-
Are pointers integers?
No, pointers are not integers.A pointer is an address.It is merely a positive number and not an integer.
-
What do you mean by binding of data and functions?
Encapsulation.
-
-
Which of the following may contain a menu bar?
A) A panelB) A frameC) An appletD) A menu bar
-
-
What is the difference between scrollbar and scrollpane(Select Multiple)
A) Scrollbar is a component while scrollpane is a containerB) Scrollbar handles its own events while scrollpane does notC) Scrollpane handles its own events and performs its own scrolling.D) All of the above.
-
To get only Not NUll Values
Suppose I have a scenario like below: Input: ====== Id Col1 Col2 a 100 Null a Null 200 b 300 Null b Null 400 And I need output as: Output: ======= Id Col1 Col2 a 100 200 b 300 400 How to get only Not NUll Values?
-
Execute Workflows Conditionally
I have 2 workflows named as W1 and W2 so I need to execute W2 but after W1 workflow executed successfully then only executed W2 workflow? How to do this one?
Ans