Latest Interview Questions

  •  

    Fetch Next Record Data

    How can we fetch next record data for a particular field in ab initio? i/p id sal 101 500 102 800 103 900 105 200 o/p id sal Next_sal 101 500 800 102 800 900 103 900 200 105 200 NULL

  •  

    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

    Aditya Kamal

    • Nov 15th, 2023

    Normalize everything based on comma, Reformat compare string is numeric then num else last num, Filter num!=string

    Reddy

    • Aug 25th, 2023

    Use Normalize

  •  

    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...

  •  

    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

  •  

    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

    Sneha

    • Jun 2nd, 2023

    REFORMAT(input column :F1) let int C_FLAG = 0 out :: reformat(in) begin let int count = next_in_sequence(); if count%2 != 0; C_FLAG = string_substring(in.F1,4,1); end; out.COL1 :: if((coun...

Updated Interview Questions

Geek Talk Forum Discussion