Real Cognizant Interview Questions || 3 Years Experience || Java Spring boot Microservice

Поделиться
HTML-код
  • Опубликовано: 1 окт 2024

Комментарии • 10

  • @Naruto_Nexus
    @Naruto_Nexus 6 месяцев назад +2

    apart from these what else they ask, like projects we worked on previous company.
    regarding the project

  • @garvisrobot9274
    @garvisrobot9274 7 месяцев назад +2

    import java.util.Arrays;
    public class Main {
    public static void main(String[] args) {
    int[] array = {1, 2, 3, 4, 2, 5, 1, 6, 3};
    int[] uniqueArray = Arrays.stream(array)
    .distinct()
    .toArray();
    // Print the unique elements
    System.out.println(Arrays.toString(uniqueArray));
    }
    }

  • @priyavratsharma2873
    @priyavratsharma2873 11 месяцев назад +3

    We can convert array into stream using Arrays.stream() method.
    for ex: String[] arr = { "a", "b", "c" };
    Arrays.stream(arr) - like this we can do.

  • @huyennguyenvan8094
    @huyennguyenvan8094 2 месяца назад

    I don't think this candidate has 3 years of experience

  • @saumyajoshi-ym2os
    @saumyajoshi-ym2os 11 месяцев назад +2

    Sir do you agree that for major of employees having 2 years experience in java in service based companies gets a work in some excel work/ documentation/ one or two line code changes / support work which anyone can do.

  • @Vinay_Dubey11
    @Vinay_Dubey11 2 месяца назад

    there is no default value for local variable in java

  • @srk0034
    @srk0034 11 месяцев назад +1

    is this really 3 yrs exp interview??