Latest Interview Questions

  •  

    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

  •  

    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

    Anurag

    • Nov 22nd, 2022

    Let decimal(2) over=0;
    out::reformat(in)=
    begin
    if (((next_in_sequence()-1)%6)==0)over=over+1;
    out.over :: over;
    out.run::in.rec;
    end;

    Vishal

    • Oct 20th, 2021

    Why did you use decimal_round_down() function here? I see code can work fine without it also.

Updated Interview Questions

Geek Talk Forum Discussion