• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

SoftwareTestingo - Interview Questions, Tutorial & Test Cases Template Examples

SoftwareTestingo - Interview Questions, Tutorial & Test Cases Template Examples

  • Home
  • Interview Questions
  • Java
  • Java Programs
  • Selenium
  • Selenium Programs
  • Manual Testing
  • Test Cases
  • Difference
  • Tools
  • SQL
  • Contact Us
  • Search
SoftwareTestingo » Interview Questions » GlobalLogic Interview Questions

GlobalLogic Interview Questions

Last Updated on: February 24, 2022 By Softwaretestingo Editorial Board

GlobalLogic Overview

  • www.globallogic.com
  • San Jose, CA (US)
  • 10000+ employees
  • 2000
  • Private
  • IT Services
  • ₹10 to ₹50 billion per year

What We Are Learn On This Post

  • GlobalLogic Interview Questions
  • GlobalLogic F2F Interview Questions

GlobalLogic interview Questions: The most important part of preparing for an interview is practice. Knowing what job interview questions you might be asked is essential – that way, you can craft your answers well in advance, and feel confident in your responses when the pressure is on.

Wouldn’t it be great if you knew exactly what interview questions are asked for the Test Engineer, QA for Manual & Automation Positions, We can’t read minds, unfortunately, but we’ll give you the next best thing: a list of previously asked GlobalLogic interview questions and answers.

Post On:GlobalLogic Interview Questions
Post Type:Interview Questions
Published On:www.softwaretestingo.com
Applicable For:Freshers & Experience
Get Updates:Software Testingo Telegram Group

We have tried to share some of the manual testing interview questions, selenium interview questions & testing interview questions also, but we are recommending spending some quality time to get comfortable with what might be asked when you go for the GlobalLogic interview.

Still, we need you are love and support to make this platform more helpful to our fellow testers. So it would be great if you will share your recent interview questions and experience with us. You Can share those details by connecting us at softwaretestingo.com@gmail.com.

More Interview Questions

SoftwareTestingo Interview Questions
  • Genpact Interview Questions
  • Gemini Solutions Interview Questions
  • Girmiti Software Interview Questions
  • Globant Interview Questions
  • Gojek Interview Questions
  • Goldman Sachs Services Interview Questions

GlobalLogic Interview Questions

  • String s = “ABC “, Output should be -ABC ACB BAC BCA CBA CAB
  • String S = “my name is Ramesh”, I should get 2 output
    1 Ramesh
    2 Is should be constant and other words should change
    Example my name is Naveen.
  • String s = “123” & Int I = 123, How do you compare the value ?
    Ans: Thanks Kopal For the solution

     

    public class ConvertInttoSting 
    {
       public static void main(String[] args) 
       {
          String str = "123";
          int i = 1273;
          if (i == (Integer.valueOf(str))) 
          {
          System.out.println("Both values are same");
          } 
          else
          System.out.println("Both values are not same");
       }
    }
  • String s= “selenium” & String s = new string (selenium) How to compare the values. ?
  • If there is drop-down of the month, we should print 2nd, 4rth, 6th, 8th ??
  • What is the use of before suite, before class, before method, where you have used in your project?
  • In which annotations we call the initialisation.. if we call from beforemethod, each and every time, browser Wil is launched and it enters the username and password…if we have 100 test cases in that file, the execution time will be more.. how to solve this issue.
  • If your HTML dom is changing dynamically. How will you run your test cases and how to solve this issue? If anyone is aware of the answer please provide?
  • I am not posting these questions for “getting likes there are many people trying for a job”. This kind of questions will be useful for that people..so please don’t like this. if you know the answer, then mention in the comments or else please ignore.

GlobalLogic F2F Interview Questions

  • What are the differences between abstract class and interface in java?
  • When do we use an interface either than an abstract class?

About GlobalLogic

For 17 years, GlobalLogic has partnered with businesses across every major industry to make amazing products and connect the dots between people, products, and business opportunities. Now, in an increasingly digital world that places the consumer at the center of every interaction, we’re showing businesses how they can connect the dots back to consumers, innovate within predictable budgets, and bring the next generation of digital products and services to market.

Interview Questions: Globant Testing Questions

GlobalLogic helps businesses create value across the entire product lifecycle — not just by developing cutting-edge apps, but also by helping make mature products relevant to digitally savvy consumers. Using the experience-led design strategy, we also help customers re-imagine business, including the ways they engage consumers, develop products and services, and speed time-to-market. Knowing that businesses have to do more than just keep up with trends, we help them succeed with breakthroughs that disrupt industries and expectations.

GlobalLogic has always connected dots across ecosystems, bringing together makers and markets to create amazing products. Now we are helping businesses connect all of these dots back to consumers, who not only engage with products and services but also contribute to their continuous development. We’ve worked with hundreds of companies, learning not only to place consumers at the center of the business but to also define their strategic relationship with them to better engage consumers and strengthen brands.

Our customers have disrupted industries, opened new markets, and made countless lives better. We are privileged to work with hundreds of future-thinking businesses, including many of the world’s top hardware, software, and consumer brands.GlobalLogic Ukraine and Winner Imports Ukraine partnered to demonstrate new automotive technologies and digital innovations for the transportation of tomorrow — from computer vision systems that enable vehicles to “see” their surroundings, to intelligent communication systems that enable vehicles to “talk” to each other.

    Filed Under: Interview Questions

    Reader Interactions

    Comments

    1. Avatar for KopalKopal says

      May 17, 2021 at 4:55 PM

      //Program to compare String and int
      public class ConvertInttoSting {

      public static void main(String[] args) {
      String str = “123”;
      int i = 1273;
      if (i == (Integer.valueOf(str))) {
      System.out.println(“Both values are same”);
      } else
      System.out.println(“Both values are not same”);

      }

      }

      Reply
    2. Avatar for YashYash says

      July 6, 2021 at 2:49 AM

      If the DOM is changing Dynamically you can use Explicit wait and Expected Conditions also still you are having issues you can go with Fluent Wait also for element capture do use xpath functions like contains, starts-with or cssSelector with id or some relevant which will help you capture the element properly.

      Reply
    3. Avatar for Prashant Kumar SinghPrashant Kumar Singh says

      August 19, 2021 at 11:13 PM

      In which annotations we call the initialization: – for this we can use BeforClass for initialization

      Reply

    Leave a Reply Cancel reply

    Your email address will not be published. Required fields are marked *

    Primary Sidebar

    Join SoftwareTestingo Telegram Group

    Categories

    Copyright © 2022 SoftwareTestingo.com ~ Contact Us ~ Sitemap ~ Privacy Policy ~ Testing Careers