0% found this document useful (0 votes)
24 views

Question Bank Sheet

The document is a comprehensive Java question bank organized by topics such as Basics of Java, Java Collections Framework, Multithreading, and Java Stream API, with questions categorized by difficulty levels: Easy, Medium, and Hard. Each section contains multiple questions along with links to answers, covering fundamental concepts, programming techniques, and advanced topics. This resource is designed to aid learners and practitioners in preparing for Java-related assessments and interviews.

Uploaded by

Saksham
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views

Question Bank Sheet

The document is a comprehensive Java question bank organized by topics such as Basics of Java, Java Collections Framework, Multithreading, and Java Stream API, with questions categorized by difficulty levels: Easy, Medium, and Hard. Each section contains multiple questions along with links to answers, covering fundamental concepts, programming techniques, and advanced topics. This resource is designed to aid learners and practitioners in preparing for Java-related assessments and interviews.

Uploaded by

Saksham
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 67

Java Question Bank

Topic Name Difficulty Level


Basics of Java
EASY
EASY
EASY
EASY
EASY
EASY
EASY
EASY
EASY
EASY
EASY
EASY
EASY
EASY
EASY
EASY
EASY
EASY
EASY
EASY
EASY
EASY

MEDIUM
MEDIUM
MEDIUM
MEDIUM
MEDIUM
MEDIUM
MEDIUM
MEDIUM
MEDIUM
MEDIUM
MEDIUM
MEDIUM
MEDIUM
MEDIUM
MEDIUM
MEDIUM
MEDIUM
MEDIUM
MEDIUM

HARD
HARD
HARD
HARD
HARD
HARD
HARD
HARD

Java Collections Framework


Easy
Easy
Easy
Easy
Easy
Easy
Easy
Easy
Easy
Easy
Easy
Easy
Easy
Easy
Easy
Easy
Easy
Easy
Easy
Easy

Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium

Hard
Hard
Hard
Hard
Hard
Hard
Hard
Hard
Hard
Hard
Hard
Hard
Hard
Hard
Hard
Hard
Hard
Hard
Hard
Hard
Multithreading
EASY
EASY
EASY
EASY
EASY
EASY
EASY
EASY
EASY
EASY
EASY
EASY
EASY
EASY
EASY
EASY
EASY
EASY
EASY
EASY
EASY
EASY

MEDIUM
MEDIUM
MEDIUM
MEDIUM
MEDIUM
MEDIUM
MEDIUM
MEDIUM
MEDIUM
MEDIUM
MEDIUM
MEDIUM
MEDIUM
MEDIUM
MEDIUM
MEDIUM
MEDIUM
MEDIUM
MEDIUM

HARD
HARD
HARD
HARD
HARD
HARD
HARD
HARD

JAVA Stream API


Easy
Easy
Easy
Easy
Easy
Easy
Easy
Easy
Easy
Easy
Easy
Easy
Easy
Easy
Easy
Easy
Easy
Easy
Easy
Easy
Easy
Easy
Easy
Easy
Easy
Easy
Easy
Easy
Easy

Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium

Hard
Hard
Hard
Hard
Hard
Hard
Question Answer / Answer Li

What is Java? https://codefinity.com/blog/The-80-Top-J


Explain the JDK, JRE, and JVM. https://codefinity.com/blog/The-80-Top-J
What are variables in Java? https://codefinity.com/blog/The-80-Top-J
What is typecasting in Java? https://codefinity.com/blog/The-80-Top-J
How do you declare an array in Java? https://codefinity.com/blog/The-80-Top-J
Explain the main method in Java. https://codefinity.com/blog/The-80-Top-J
What are literals in Java? https://codefinity.com/blog/The-80-Top-J
What is a constructor in Java? https://codefinity.com/blog/The-80-Top-J
What is a package in Java? https://codefinity.com/blog/The-80-Top-J
What is Object-Oriented Programming? https://codefinity.com/blog/The-80-Top-J
What are the main principles of OOP? https://codefinity.com/blog/The-80-Top-J
What is inheritance? https://codefinity.com/blog/The-80-Top-J
What is an interface? https://codefinity.com/blog/The-80-Top-J
What is exception handling? https://codefinity.com/blog/The-80-Top-J
What is a try-catch block? https://codefinity.com/blog/The-80-Top-J
What is an exception? https://codefinity.com/blog/The-80-Top-J
What is the String API? https://codefinity.com/blog/The-80-Top-J
What are wrapper classes? https://codefinity.com/blog/The-80-Top-J
What is the "Collections" API? https://codefinity.com/blog/The-80-Top-J
What is concurrency? https://codefinity.com/blog/The-80-Top-J
What is a thread? https://codefinity.com/blog/The-80-Top-J
What is the Stream API in Java? https://codefinity.com/blog/The-80-Top-J

Explain method overloading in Java. https://codefinity.com/blog/The-80-Top-J


Explain the difference between abstract classes and inhttps://codefinity.com/blog/The-80-Top-J
What is polymorphism? https://codefinity.com/blog/The-80-Top-J
Explain method overriding. https://codefinity.com/blog/The-80-Top-J
What is the "super" keyword? https://codefinity.com/blog/The-80-Top-J
What are getters and setters in Java? https://codefinity.com/blog/The-80-Top-J
What is static in Java? https://codefinity.com/blog/The-80-Top-J
What is the finally block? https://codefinity.com/blog/The-80-Top-J
What are checked exceptions? https://codefinity.com/blog/The-80-Top-J
What are unchecked exceptions? https://codefinity.com/blog/The-80-Top-J
What is the throws keyword? https://codefinity.com/blog/The-80-Top-J
Explain "String", "StringBuilder", and "StringBuffer". https://codefinity.com/blog/The-80-Top-J
What is an immutable object? https://codefinity.com/blog/The-80-Top-J
Explain autoboxing and unboxing. https://codefinity.com/blog/The-80-Top-J
What are generics? https://codefinity.com/blog/The-80-Top-J
Explain the difference between "Iterator" and "ListIterhttps://codefinity.com/blog/The-80-Top-J
What is the difference between a process and a threa https://codefinity.com/blog/The-80-Top-J
What is multithreading? https://codefinity.com/blog/The-80-Top-J
How do you obtain a Stream from a List? https://codefinity.com/blog/The-80-Top-J

What is throw used for? https://codefinity.com/blog/The-80-Top-J


Explain custom exceptions. https://codefinity.com/blog/The-80-Top-J
What is a "Map"? https://codefinity.com/blog/The-80-Top-J
What is the "synchronized" keyword? https://codefinity.com/blog/The-80-Top-J
What is deadlock? https://codefinity.com/blog/The-80-Top-J
What are the states of a thread? https://codefinity.com/blog/The-80-Top-J
What is thread safety? https://codefinity.com/blog/The-80-Top-J
What is the difference between 'map' and 'flatMap' in Streamhttps://codefinity.com/blog/The-80-Top-J

What is the Java Collections Framework? Answer


Differentiate between Array and Collection in Java. Answer
How do you reverse an ArrayList in Java? Answer
What is the difference between List and Set in Java Collections?Answer
Explain the purpose of the Map interface in Java Collections. Answer
How do you convert an array to a list in Java? Answer
What is the difference between Iterator and ListIterator in Java? Answer
How do you synchronize a collection in Java? Answer
What is the purpose of the Collections utility class in Java? Answer
How do you sort a list in natural order using Java Collections? Answer
What is the difference between HashSet and TreeSet in Java? Answer
Explain the use of the Comparable interface in Java Collections. Answer
How do you remove duplicates from a list in Java? Answer
What is the difference between ArrayList and Vector in Java? Answer
How do you check if a list is empty in Java? Answer
What is the purpose of the Queue interface in Java Collections? Answer
How do you find the size of a collection in Java? Answer
What is the difference between peek(), poll(), and remove() meth Answer
How do you iterate over a list using the for-each loop in Java? Answer
What is the purpose of the Set interface in Java Collections? Answer

Describe the hierarchy of the Collection Framework in Java. Answer


Explain the difference between fail-fast and fail-safe iterators in Answer
What is the difference between HashMap and Hashtable in Java?Answer
How does the HashMap work internally in Java? Answer
What is the difference between Comparable and Comparator inteAnswer
Explain the concept of ConcurrentHashMap in Java. Answer
How do you implement a custom sorting order for a list in Java?Answer
What is the difference between synchronized and concurrent colAnswer
Explain the use of the PriorityQueue class in Java Collections. Answer
How do you create a synchronized version of a collection in Jav Answer
What is the difference between TreeMap and HashMap in Java? Answer
Explain the concept of weak references in Java and their use in cAnswer
How do you remove an element from a collection while iterating Answer
o
What is the purpose of the IdentityHashMap class in Java? Answer

How does ConcurrentHashMap achieve thread safety without usiAnswer


What are weak, soft, phantom, and strong references in Java, and Answer
Explain the internal working of TreeMap and how it maintains sorAnswer
How does LinkedHashMap maintain insertion order, and what are Answer
How does CopyOnWriteArrayList work internally, and in what scen Answer
Explain how BlockingQueue works and give an example implemeAnswer
How does PriorityQueue work internally in Java? Answer
What is NavigableMap in Java, and how does it differ from Sort Answer
What are weak keys in WeakHashMap, and how do they help withAnswer
Explain how Java 8 streams can be used to process collections ef Answer
How does TreeSet use Comparator and Comparable internally? Answer
What is the difference between EnumMap and HashMap? Answer
How does ConcurrentSkipListMap work internally in Java? Answer
Explain the concept of Deque and how it is different from a QueuAnswer
Why is IdentityHashMap not suitable for general-purpose mappi Answer
How does ConcurrentLinkedQueue differ from LinkedList in JavaAnswer
Explain how DelayQueue works in Java Collections Framework. Answer
How does Java's Spliterator differ from Iterator and ListIterator? Answer
Explain how ForkJoinPool can be used to process large collection Answer
How do you implement your own HashMap in Java? Answer
What is multitasking? https://www.geeksforgeeks.org/java-mul
Which Kind of Multitasking is Better and Why? https://www.geeksforgeeks.org/java-mul
What is a thread? https://www.geeksforgeeks.org/java-mul
What are the different states of a thread, or what is thhttps://www.geeksforgeeks.org/java-mul
What is the task of the main thread? https://www.geeksforgeeks.org/java-mul
What are the Different Types of threads in Java? https://www.geeksforgeeks.org/java-mul
How to Create a User thread? https://www.geeksforgeeks.org/java-mul
How to set the name of the thread? https://www.geeksforgeeks.org/java-mul
What is thread priority? https://www.geeksforgeeks.org/java-mul
How deadlock plays a important role in multithreadin https://www.geeksforgeeks.org/java-mul
How deadlock plays a important role in multithreadin https://www.geeksforgeeks.org/java-mul
What is Daemon Thread in Java and explain their prope https://www.geeksforgeeks.org/java-mul
How to Make User Thread to Daemon Thread? https://www.geeksforgeeks.org/java-mul
What are the tasks of the start() method? https://www.geeksforgeeks.org/java-mul
What is the difference between the start() and run() https://www.geeksforgeeks.org/java-mul
Can we Overload run() method? What if we do not ovehttps://www.geeksforgeeks.org/java-mul
Can we Override the start() method? https://www.geeksforgeeks.org/java-mul
What are the two ways of implementing thread in Javahttps://www.interviewbit.com/multithrea
What's the difference between thread and process? https://www.interviewbit.com/multithrea
What’s the difference between class lock and object l https://www.interviewbit.com/multithrea
How can we create daemon threads? https://www.interviewbit.com/multithrea
What are the wait() and sleep() methods? https://www.interviewbit.com/multithrea

What’s the difference between notify() and notifyAll() https://www.interviewbit.com/multithrea


Why wait(), notify(), and notifyAll() methods are presehttps://www.interviewbit.com/multithrea
What is Runnable and Callable Interface? Write the d https://www.interviewbit.com/multithrea
What are the benefits of using Multithreading? https://www.interviewbit.com/multithrea
Explain thread pool? https://www.interviewbit.com/multithrea
What do you mean by garbage collection? https://www.interviewbit.com/multithrea
Explain the meaning of the deadlock and when it can https://www.interviewbit.com/multithrea
Explain volatile variables in Java? https://www.interviewbit.com/multithrea
How do threads communicate with each other? https://www.interviewbit.com/multithrea
Can two threads execute two methods (static and non- https://www.interviewbit.com/multithrea
What is multithreading? https://www.tpointtech.com/java-multith
What is the purpose of the wait() method in Java? https://www.tpointtech.com/java-multith
Why wait() method must be called from the synchronized b https://www.tpointtech.com/java-multith
What are the advantages of multithreading? https://www.tpointtech.com/java-multith
What is the difference between preemptive schedulinghttps://www.tpointtech.com/java-multith
What is context switching? https://www.tpointtech.com/java-multith
Differentiate between the Thread class and Runnable ihttps://www.tpointtech.com/java-multith
Describe the purpose and working of the sleep() methhttps://www.tpointtech.com/java-multith
How do you obtain a Stream from a List? https://www.tpointtech.com/java-multith

Is it possible to start a thread twice? https://www.tpointtech.com/java-multith


What is shutdown hook? https://www.tpointtech.com/java-multith
When should we interrupt a thread? https://www.tpointtech.com/java-multith
What is the "synchronized" keyword? https://codefinity.com/blog/The-80-Top-J
What is deadlock? https://codefinity.com/blog/The-80-Top-J
What are the states of a thread? https://codefinity.com/blog/The-80-Top-J
What is thread safety? https://codefinity.com/blog/The-80-Top-J
Does each thread have its stack in multithreaded pr https://www.tpointtech.com/java-multith

What Is the Predicate? Answer Link


What Is a Stream API? Answer Link
What makes the Stream API required? Answer Link
What is the purpose of the limit() method in Java 8? Answer Link
What Is the Consumer Functional Interface? Answer Link
What Is the Supplier Functional Interface? Answer Link
What does MetaSpace in Java 8 mean? Answer Link
What separates a stream from a collection? Answer Link
How do the static methods in Interfaces work? Answer Link
How do users create a stream in Java? Answer Link
How can a Collection be converted to a Stream in JavaAnswer Link
What is the purpose of the filter() method in Java str Answer Link
Explain the usage of the distinct() method in Java str Answer Link
How to sort elements in a stream in Java? Answer Link
What is the purpose of the reduce() method in Java s Answer Link
What is the purpose of the collect() method in Java s Answer Link
What is the purpose of the findAny() method in Java s Answer Link
What is the purpose of the peek() method in Java str Answer Link
What is the purpose of the count() method in Java str Answer Link
What is the purpose of the toArray() method in Java s Answer Link
What is the purpose of the min() method in Java stre Answer Link
What is the purpose of the max() method in Java stre Answer Link
What is the purpose of the forEach() method in Java s Answer Link
What is the purpose of the map() method in Java stre Answer Link
What is the purpose of the flatMap() method in Java s Answer Link
What is the purpose of the sorted() method in Java st Answer Link
What is the purpose of the allMatch() method in Java Answer Link
What is the purpose of the noneMatch() method in JavAnswer Link
What is the purpose of the forEachOrdered() method iAnswer Link

What separates a skip from a limit? Answer Link


What sets Stream’s Terminal and Intermediate OpAnswer Link
What makes the Stream object’s findFirst() functiAnswer Link
What sets a map apart from the stream operationAnswer Link
What makes the functions map() and flatMap() difAnswer Link
What is meant by Java 8 Stream pipelining? Answer Link
Which three components make up a stream pipeliAnswer Link
How do streams with lazy evaluations operate? Answer Link
What does Java’s arrays dot stream function do? Answer Link
In Java, what is the peak terminal operation? Answer Link
What does Java’s generate from stream function aAnswer Link
What are the parameters of stream dot iterate? Answer Link
What kinds of terminal activities are there in a s Answer Link
What is the difference between a sequential and pAnswer Link
Explain the concept of "short-circuiting" in Java s Answer Link
What is the method for finding the maximum elemAnswer Link
What is the difference between forEach() and for Answer Link
What approach is used to create an infinite stream Answer Link
What is the difference between map() and flatMapAnswer Link
How do users find the minimum element in a JavaAnswer Link
Explain the concept of "stream chaining" in Java. Answer Link
How do users convert a stream of objects to a stre Answer Link
Explain the usage of the skip() method in Java st Answer Link
How do you convert a stream to an array in Java? Answer Link
Explain the usage of the anyMatch() method in Ja Answer Link
How do you concatenate two streams in Java? Answer Link
How do you group elements in a Java stream? Answer Link
What is the purpose of the flatMapToInt() methodAnswer Link
Explain the usage of the mapToInt() method in Ja Answer Link
How do you create a parallel stream in Java? Answer Link
Explain the usage of the range() method in Java s Answer Link
How do you convert a stream of strings to upperca Answer Link
How do you remove duplicates from a stream in J Answer Link
What is the purpose of the flatMapToDouble() metAnswer Link
How do you perform the mapping of elements in aAnswer Link
Explain the usage of the noneMatch() method in J Answer Link
How do you convert a stream to a list in Java? Answer Link
How can a stream of integers be converted to a lisAnswer Link
Explain the usage of the flatMapToLong() methodAnswer Link
What technique is used to concatenate multiple s Answer Link
Explain the usage of the sorted() method in Java Answer Link
How can elements be filtered in a Java stream? Answer Link
Explain the usage of the flatMapToObj() method i Answer Link
What is the method for converting a stream of dou Answer Link
Explain the usage of the mapToDouble() method iAnswer Link
How can mapping to a different type be performed Answer Link
What approach is used for filtering based on multiAnswer Link
How do you convert a stream of objects to a set inAnswer Link
How can elements be sorted in a Java stream? Answer Link
What method is used to perform distinct operation Answer Link
How can elements be mapped to their lengths in aAnswer Link
What is the approach for filtering elements basedAnswer Link
How can mapping to a different type with a custo Answer Link
Collect, what is a mutable reduction? Answer Link
Why does Java require predefined API collectors tAnswer Link
How does Java’s two-map function? Answer Link
What primitive stream classes does Java offer? Answer Link
What does Java programming’s dot stream functioAnswer Link

What is the difference between map() and flatMapAnswer Link


How do users find the minimum element in a JavaAnswer Link
Explain the concept of "stream chaining" in Java. Answer Link
How do users convert a stream of objects to a streAnswer Link
Explain the usage of the skip() method in Java st Answer Link
How do you convert a stream to an array in Java? [Answer Link](https://www.acte.in/jav
Company Name

TCS, Infosys, Wipro


TCS, Infosys, Accenture
TCS, Infosys, Capgemini
HCL, Tech Mahindra
LTIMindtree, Mphasis
All entry-level roles
Entry-level roles
All roles
All roles
All roles
All roles
All roles
All roles
All roles
All roles
All roles
All roles
All roles
All roles
All roles
All roles
All roles

Mid-level roles
Mid-level roles
Mid-level roles
Mid-level roles
Mid-level roles
Mid-level roles
Mid-level roles
Mid-level roles
Mid-level roles
Mid-level roles
Mid-level roles
Mid-level roles
Mid-level roles
Mid-level roles
Mid-level roles
Mid-level roles
Mid-level roles
Mid-level roles
Mid-level roles

Senior roles, specialized firms


Senior roles, firms valuing design
Senior roles, firms valuing design
Senior roles, firms valuing design
Senior roles, firms valuing design
Senior roles, firms valuing design
Senior roles, firms valuing design
Senior roles, firms valuing design

Software Engineer, Java Developer


Software Engineer, Java Developer
Software Engineer, Java Developer
Software Engineer, Java Developer
Software Engineer, Java Developer
Software Engineer, Java Developer
Software Engineer, Java Developer
Software Engineer, Java Developer
Software Engineer, Java Developer
Software Engineer, Java Developer
Software Engineer, Java Developer
Software Engineer, Java Developer
Software Engineer, Java Developer
Software Engineer, Java Developer
Software Engineer, Java Developer
Software Engineer, Java Developer
Software Engineer, Java Developer
Software Engineer, Java Developer
Software Engineer, Java Developer
Software Engineer, Java Developer

Backend Developer, Java Developer


Backend Developer, Java Developer
Backend Developer, Java Developer
Backend Developer, Java Developer
Backend Developer, Java Developer
Backend Developer, Java Developer
Backend Developer, Java Developer
Backend Developer, Java Developer
Backend Developer, Java Developer
Backend Developer, Java Developer
Backend Developer, Java Developer
Backend Developer, Java Developer
Backend Developer, Java Developer
Backend Developer,

Senior Java Developer, System Architect


Senior Java Developer, System Architect
Java Developer, Software Engineer
Java Developer, Software Engineer
Backend Developer, Java Developer
Java Developer, Multithreading Expert
Java Developer, Backend Engineer
Java Developer, Backend Engineer
Senior Java Developer, Software Engineer
Java Developer, Functional Programmer
Java Developer, Backend Engineer
Java Developer, Backend Engineer
Java Developer, System Architect
Java Developer, Backend Engineer
Java Developer, Software Engineer
Java Developer, System Architect
Java Developer, Multithreading Expert
Java Developer, Functional Programmer
Java Developer, Multithreading Expert
Senior Java Developer, System Architect
Java Developer
Java Developer
Java Developer
Java Developer
Java Developer
Java Developer
Java Developer
Java Developer
Java Developer
Java Developer
Java Developer
Java Developer
Java Developer
Java Developer
Java Developer
Java Developer
Java Developer
Java Developer
Java Developer
Java Developer
Java Developer
Java Developer

Java Developer
Java Developer
Java Developer
Java Developer
Java Developer
Java Developer
Java Developer
Java Developer
Java Developer
Java Developer
Java Developer
Java Developer
Java Developer
Java Developer
Java Developer
Java Developer
Java Developer
Java Developer
Java Developer

Java Developer
Java Developer
Java Developer
Java Developer
Java Developer
Java Developer
Java Developer
Java Developer

TCS, Infosys, Wipro, Accenture, Cognizant


Capgemini, HCL Technologies, Tech Mahindra
IBM, L&T Infotech, Mindtree, Oracle, Amazon
Microsoft, Google, Deloitte, PwC, EY, JP Morgan
Goldman Sachs, Morgan Stanley, Barclays, SAP, Intel
Adobe, Flipkart, Paytm, Ola Cabs, Zoho, ThoughtWorks
TCS, Infosys, Wipro, Accenture, Cognizant
Capgemini, HCL Technologies, Tech Mahindra
IBM, L&T Infotech, Mindtree, Oracle, Amazon
Microsoft, Google, Deloitte, PwC, EY, JP Morgan
Goldman Sachs, Morgan Stanley, Barclays, SAP, Intel
Adobe, Flipkart, Paytm, Ola Cabs, Zoho, ThoughtWorks
TCS, Infosys, Wipro, Accenture, Cognizant
Capgemini, HCL Technologies, Tech Mahindra
IBM, L&T Infotech, Mindtree, Oracle, Amazon
Microsoft, Google, Deloitte, PwC, EY, JP Morgan
Goldman Sachs, Morgan Stanley, Barclays, SAP, Intel
Adobe, Flipkart, Paytm, Ola Cabs, Zoho, ThoughtWorks
TCS, Infosys, Wipro, Accenture, Cognizant
Capgemini, HCL Technologies, Tech Mahindra
IBM, L&T Infotech, Mindtree, Oracle, Amazon
Microsoft, Google, Deloitte, PwC, EY, JP Morgan
Goldman Sachs, Morgan Stanley, Barclays, SAP, Intel
Adobe, Flipkart, Paytm, Ola Cabs, Zoho, ThoughtWorks
TCS, Infosys, Wipro, Accenture, Cognizant
Capgemini, HCL Technologies, Tech Mahindra
IBM, L&T Infotech, Mindtree, Oracle, Amazon
Microsoft, Google, Deloitte, PwC, EY, JP Morgan
Goldman Sachs, Morgan Stanley, Barclays, SAP, Intel

TCS, Infosys, Wipro, Accenture, Cognizant


Capgemini, HCL Technologies, Tech Mahindra
IBM, L&T Infotech, Mindtree, Oracle, Amazon
Microsoft, Google, Deloitte, PwC, EY, JP Morgan
Goldman Sachs, Morgan Stanley, Barclays, SAP, Intel
Adobe, Flipkart, Paytm, Ola Cabs, Zoho, ThoughtWorks
TCS, Infosys, Wipro, Accenture, Cognizant
Capgemini, HCL Technologies, Tech Mahindra
IBM, L&T Infotech, Mindtree, Oracle, Amazon
Microsoft, Google, Deloitte, PwC, EY, JP Morgan
Goldman Sachs, Morgan Stanley, Barclays, SAP, Intel
Adobe, Flipkart, Paytm, Ola Cabs, Zoho, ThoughtWorks
TCS, Infosys, Wipro, Accenture, Cognizant
Capgemini, HCL Technologies, Tech Mahindra
IBM, L&T Infotech, Mindtree, Oracle, Amazon
Microsoft, Google, Deloitte, PwC, EY, JP Morgan
Goldman Sachs, Morgan Stanley, Barclays, SAP, Intel
Adobe, Flipkart, Paytm, Ola Cabs, Zoho, ThoughtWorks
TCS, Infosys, Wipro, Accenture, Cognizant
Capgemini, HCL Technologies, Tech Mahindra
IBM, L&T Infotech, Mindtree, Oracle, Amazon
Microsoft, Google, Deloitte, PwC, EY, JP Morgan
Goldman Sachs, Morgan Stanley, Barclays, SAP, Intel
Adobe, Flipkart, Paytm, Ola Cabs, Zoho, ThoughtWorks
TCS, Infosys, Wipro, Accenture, Cognizant
Capgemini, HCL Technologies, Tech Mahindra
IBM, L&T Infotech, Mindtree, Oracle, Amazon
Microsoft, Google, Deloitte, PwC, EY, JP Morgan
Goldman Sachs, Morgan Stanley, Barclays, SAP, Intel
TCS, Infosys, Wipro, Accenture, Cognizant
Capgemini, HCL Technologies, Tech Mahindra
IBM, L&T Infotech, Mindtree, Oracle, Amazon
Microsoft, Google, Deloitte, PwC, EY, JP Morgan
Goldman Sachs, Morgan Stanley, Barclays, SAP, Intel
Adobe, Flipkart, Paytm, Ola Cabs, Zoho, ThoughtWorks
TCS, Infosys, Wipro, Accenture, Cognizant
Capgemini, HCL Technologies, Tech Mahindra
IBM, L&T Infotech, Mindtree, Oracle, Amazon
Microsoft, Google, Deloitte, PwC, EY, JP Morgan
Goldman Sachs, Morgan Stanley, Barclays, SAP, Intel
Adobe, Flipkart, Paytm, Ola Cabs, Zoho, ThoughtWorks
TCS, Infosys, Wipro, Accenture, Cognizant
Capgemini, HCL Technologies, Tech Mahindra
IBM, L&T Infotech, Mindtree, Oracle, Amazon
Microsoft, Google, Deloitte, PwC, EY, JP Morgan
Goldman Sachs, Morgan Stanley, Barclays, SAP, Intel
Adobe, Flipkart, Paytm, Ola Cabs, Zoho, ThoughtWorks
TCS, Infosys, Wipro, Accenture, Cognizant
Capgemini, HCL Technologies, Tech Mahindra
IBM, L&T Infotech, Mindtree, Oracle, Amazon
Microsoft, Google, Deloitte, PwC, EY, JP Morgan
Goldman Sachs, Morgan Stanley, Barclays, SAP, Intel
Adobe, Flipkart, Paytm, Ola Cabs, Zoho, ThoughtWorks
TCS, Infosys, Wipro, Accenture, Cognizant
Capgemini, HCL Technologies, Tech Mahindra
IBM, L&T Infotech, Mindtree, Oracle, Amazon
Microsoft, Google, Deloitte, PwC, EY, JP Morgan
Goldman Sachs, Morgan Stanley, Barclays, SAP, Intel

Adobe, Flipkart, Paytm, Ola Cabs, Zoho, ThoughtWorks


TCS, Infosys, Wipro, Accenture, Cognizant
Capgemini, HCL Technologies, Tech Mahindra
IBM, L&T Infotech, Mindtree, Oracle, Amazon
Microsoft, Google, Deloitte, PwC, EY, JP Morgan
Goldman Sachs, Morgan Stanley, Barclays, SAP, Intel
NOS + ADBMS Question Bank
Topic Difficulty Level
Compute Services Easy
Load Balancing Easy
Cloud Computing Concepts Easy
Storage Services Easy
Infrastructure as Code (IaC) Easy
Compute Services Easy
Compute Services Easy
Storage Services Medium
Data Transfer Services Medium
Security & Compliance Medium
Security & Compliance Medium
Security & Compliance Medium
Security & Compliance Medium
Security & Compliance Medium
Security & Compliance Hard
Security & Compliance Hard
Security & Compliance Hard
Networking & Content Delivery Hard
Networking & Content Delivery Hard
Networking & Content Delivery Hard
Networking & Content Delivery Hard
Networking & Content Delivery Hard
Networking & Content Delivery Hard
Networking & Content Delivery Hard
Storage Services Hard
Storage Services Medium
Data Streaming Medium
Networking & Content Delivery Medium
Networking & Content Delivery Medium
Cloud Computing Concepts Medium
Infrastructure as Code (IaC) Medium
Infrastructure as Code (IaC) Medium
Infrastructure as Code (IaC) Easy
Infrastructure as Code (IaC) Easy
Infrastructure as Code (IaC) Medium
Infrastructure as Code (IaC) Medium
Infrastructure as Code (IaC) Medium
Infrastructure as Code (IaC) Medium
Compute Services Medium
Compute Services Hard
Storage Services Hard
Data Transfer Services Hard
Security & Compliance Hard
Security & Compliance Hard
Security & Compliance Hard
Security & Compliance Hard
Security & Compliance Hard
Security & Compliance Hard
Security & Compliance Hard
Security & Compliance Medium
Networking & Content Delivery Medium
Networking & Content Delivery Medium
Networking & Content Delivery Easy
Networking & Content Delivery Easy
Networking & Content Delivery Easy
Networking & Content Delivery Easy
Networking & Content Delivery Medium
Storage Services Medium
Storage Services Medium
Data Streaming Medium
Networking & Content Delivery Medium
Networking & Content Delivery Medium
Cloud Computing Concepts Medium
Infrastructure as Code (IaC) Medium

Stored Procedures Easy


Stored Procedures Easy
Stored Procedures Easy
Stored Procedures Easy
Stored Procedures Easy
Stored Procedures Easy
Stored Procedures Medium
Stored Procedures Medium
Stored Procedures Medium
Stored Procedures Medium
Triggers Easy
Triggers Easy
Triggers Medium
Triggers Medium
Triggers Medium
Triggers Medium
Triggers Medium
Triggers Medium
Triggers Medium
Triggers Hard
Stored Procedures Hard
Stored Procedures Hard
Stored Procedures Hard
Stored Procedures Hard
Stored Procedures Hard
Stored Procedures Medium
Stored Procedures Medium
Stored Procedures Medium
Stored Procedures Hard
Stored Procedures Hard
Stored Procedures Hard
Stored Procedures Hard
Stored Procedures Hard
Stored Procedures Hard
Stored Procedures Hard
Triggers Medium
Triggers Medium
Triggers Medium
Triggers Medium
Triggers Medium
Triggers Medium
Triggers Medium
Triggers Hard
Triggers Hard
Triggers Hard
Stored Procedures Hard
Stored Procedures Hard
Stored Procedures Hard
Stored Procedures Hard
Stored Procedures Hard
Stored Procedures Hard
Stored Procedures Hard
Stored Procedures Hard
Stored Procedures Hard

Bank
Topic Name Difficulty Level

Operating System Easy Level


Medium
Hard

Easy

Networking Medium
Networking
Basic Networking
Networking for Freshers
Networking Notes
Application layer
Data Link Layer
IP layer
Ethernet Networking
Firewall
Network Technology
Protocols
Routers & Tunneling
Security
Security
Subneting

Extra References
Extra References
Software Design and Analysis Extra References
Software Testing Extra References
Question Answer Link
Define and explain the three basic types of cloud s LINK
What is Amazon EC2? LINK
What are the different types of Load Balancers in LINK
What is the difference between scalability and elasti LINK
What are the different storage classes in S3? LINK
What are the steps involved in a CloudFormation So LINK
What is Amazon EC2 Root Device Volume? LINK
What are the different types of EC2 instances based LINK
What is Amazon S3 Transfer Acceleration? LINK
What is Amazon Snowball? LINK
What is Amazon Inspector? LINK
What is Amazon Macie? LINK
What is Amazon GuardDuty? LINK
What is Amazon Detective? LINK
What is Amazon Security Hub? LINK
What is Amazon WAF? LINK
What is Amazon Shield? LINK
What is Amazon Firewall Manager? LINK
What is Amazon VPC Traffic Mirroring? LINK
What is Amazon VPC Flow Logs? LINK
What is Amazon VPC Peering? LINK
What is Amazon Direct Connect? LINK
What is Amazon Transit Gateway? LINK
What is Amazon Global Accelerator? LINK
What is Amazon App Mesh? LINK
What is Amazon Cloud Map? LINK
What is Amazon Elastic File System (EFS)? LINK
What is Amazon FSx? LINK
What is Amazon S3 Glacier Deep Archive? LINK
What is Amazon DataSync? LINK
What is Amazon Transfer Family? LINK
What is Amazon Kinesis? LINK
What is Amazon VPC? LINK
What is Amazon Route 53? LINK
Explain the concept of elasticity in AWS. LINK
What are the different types of storage gateways i LINK
How does AWS CloudFormation work? LINK
What is the difference between Amazon RDS an LINK
Explain the use of Amazon ElastiCache. LINK
What is Amazon Redshift, and how is it different LINK
Describe the process of securing data in transit and LINK
What is the purpose of AWS Direct Connect? LINK
How does Amazon CloudFront ensure low latency? LINK
Explain the difference between stateful and stateles LINK
What are the benefits of using AWS Auto Scaling? LINK
How does Amazon S3 achieve high availability and d LINK
What is the role of Amazon Kinesis in AWS infrastr LINK
Describe the use cases for AWS Lambda. LINK
How does AWS Elastic Beanstalk simplify applicati LINK
What is the difference between Amazon SQS and LINK
Explain the concept of Infrastructure as Code (IaC) LINK
What are the advantages of using Amazon EFS o LINK
How does AWS CloudTrail assist in governance an LINK
What is the purpose of Amazon SWF? LINK
How does Amazon RDS handle failover and replicat LINK
Explain the use of Amazon CloudWatch in monitori LINK
What is the difference between AWS OpsWorks a LINK
Describe the process of setting up a VPC peering c LINK
How does AWS Elastic Load Balancing distribute tra LINK
What are the security best practices for Amazon S3 LINK
Explain the concept of Amazon VPC endpoints. LINK
What is the role of AWS Config in resource manag LINK
How does Amazon EMR simplify big data processin LINK
Describe the benefits of using AWS Organizations. LINK

What is a stored procedure, and why is it used in LINK


How do you create a stored procedure in SQL, and LINK
What is the difference between an input parameter LINK
Explain the purpose of a return value in a stored pr LINK
What are the advantages of using stored procedure LINK
How can you execute a stored procedure in SQL, and LINK
What is dynamic SQL, and when might you use it wi LINK
Explain the concept of a cursor in the context of a s LINK
What is a parameterized stored procedure, and how LINK
How do you alter or modify an existing stored proc LINK
What is a database trigger, and what are the commo LINK
Explain the difference between an “AFTER” trigger LINK
What is a DML trigger, and how does it differ from LINK
How do you create a trigger in SQL, and what are th LINK
What are the potential advantages and disadvantage LINK
Explain the concept of a nested trigger in SQL, and LINK
What is a compound trigger, and how does it differ f LINK
What is a trigger action table, and how is it related LINK
How do you disable or enable a trigger in SQL, and LINK
Explain the concept of an “INSTEAD OF” trigger and LINK
What is a nested stored procedure, and how is it dif LINK
How do you pass parameters to a stored procedure i LINK
Explain the concept of a table-valued function in S LINK
What is the purpose of a recursive stored procedure LINK
How can you handle errors within a stored procedu LINK
How can you handle errors within a stored proced LINK
What is the difference between a stored procedure LINK
Can a stored procedure return multiple result sets? LINK
How can you optimize the performance of a stored LINK
What is the difference between temporary and per LINK
Can a stored procedure call another stored procedu LINK
What is sp_executesql, and how does it differ fro LINK
How can you debug a stored procedure in SQL? LINK
What is the difference between a deterministic and LINK
What is a recompile stored procedure, and when sho LINK
Can a trigger call a stored procedure? LINK
How do you prevent recursive triggers from causing LINK
Can a trigger modify the table that activated it? Wh LINK
What are magic tables in SQL Server triggers? LINK
How can you disable or enable all triggers on a tabl LINK
What is a logon trigger, and when is it used? LINK
How do you audit changes to a table using a trigger LINK
Can a trigger be used for row-level and statement-l LINK
What are the limitations of using triggers in SQL? LINK
How can you optimize the performance of triggers? LINK
How does a stored procedure differ from a trigger? LINK
How can you return a table from a stored procedure LINK
How can you implement transactions inside a store LINK
What is the purpose of the @@ROWCOUNT system f LINK
What is the difference between a system stored pr LINK
What is the purpose of the NOCOUNT option in a s LINK
How can you return multiple output parameters fro LINK
Can you create a stored procedure without paramet LINK
What is an extended stored procedure? LINK

Company
Question
What is an operating system? What Answer / AnswerName
Link
Common
are
Whatitsare
main
thefunctions?
most popular Link in all and
TCS, Tech
operating systems
What is a kernel? What at present?
are its main Link Wipro.
IBM and
functions? Link HP.
What is a command interpreter? Link Red Hat
What is a daemon?
process? Explain its Link Oracle
states.
What is an interrupt? How does it Link Microsoft
Instrument
work in an OS? Link s
Intel and
What is virtual memory? Link AMD
Cisco
What is the
paging? Why isbetween
difference it used? a Link Systems.
and
process
What and
is a fileasystem?
thread? What are its Link Google.
and Dell
functions?
What are different types of Link EMC.
scheduling
What algorithms?Explain its
is a semaphore? Link Qualcomm
types. Link NVIDIA
What is context switching? Link Samsung
What is demand
necessary paging?
conditions for a deadlock Link Oracle
to occur?
What is the difference between Link Microsoft
logical
What isand physical
a mutex? Howaddresses?
does it differ Link Intel
from a semaphore?
What is an Inter-Process Link IBM
Cisco
Communication (IPC)?How is it
What is a page fault? Link Systems
handled by the OS? Link HP
What are system calls and their
types?is a time slice in the context
What Link Red Hat
of CPUisscheduling?
What the role of a Process Control Link Qualcomm
Block is
What (PCB)?
priority inversion? How can Link Intel
it be resolved?
What is thrashing in an operating Link NVIDIA
system?
What is the role of the swap space Link Oracle
in an operating
What system?
is the difference between Link IBM
paging and Name
algorithm? segmentation?
a few commonly Link HP
Cisco
used ones. Link System
internal and external
fragmentation?
What is copy-on-write in process Link Dell EMC
creation?
are its advantages and Link Red Hat
disadvantages?
What is the difference between hard Link Microsoft
Instrument
and soft
What is areal-time systems?
microkernel? How does it Link s
differ is
What from a monolithic
a translation kernel?
lookaside Link IBM
NVIDIA,
buffer (TLB)? Link Cisco
Microsoft,
What is direct
a hybrid kernel?
memory access Link IBM
Broadcom,
(DMA)?
What is a watchdog timer in real- Link AMD
Instrument
time systems?
What is the role of a device driver in Link s
Dell, HP,
an OS?
What is the function of an I/O Link Samsung
NetApp,
scheduler?
What is the role of system call Link Red Ha
Oracle,
interface in an OS?queue
What is multilevel Link Microsoft
Facebook,
scheduling? Link Adobe
Twitter,
What is a lightweight process? Link Microsoft
Siemens,
What is a real-time OS (RTOS)? Link Wind River
Corporatio
What is a virtual file system (VFS)? Link n
Oracle,
What is a journaling
dirty bit in file
thesystem?
context of Link Dell
NVIDIA,
paging?
What is the role of access control Link Cisco
Palo Alto
lists (ACLs)
What in OS security?
is a multithreading model in Link Networks
Google,
OS? is a spinlock? Where is it
What Link ,VMware
AMD,
used? is cascading termination in
What Link Broadcom
Red Hat,
process management? Link IBM
Explain the booting process and the Intel, AMD,
role
Is of the bootstrap
it possible to have a program.
deadlock Link Microsoft
Google,
involving
How does only one process?
memory management Explain. Link Microsoft
Apple, IBM,
work in modern operating systems? Link VMware
Adobe,
What is different
Explain Belady’s page
anomaly?
replacement Link NVIDIA
Cisco,
algorithms.
What is the Banker’s Algorithm for Link Microsoft
Amazon,
deadlock avoidance? Link IBM
NetApp,
What is the
reentrant kernel?
difference between Link VMware
IBM, AWS,
synchronous
Explain the concept of real-timeI/O?
and asynchronous Link Cisco
Bosch,
scheduling
How does an algorithms.
OS handle multiple Link Qualcomm
Intel,
processes
Explain the conceptinofparallel?
running interrupt Link Google
Instrument
latency.
What is the difference between Link s
IBM,
demand paging and pre-paging? Link Google
Red Hat,
What is the
a reentrant
functionkernel?
of memory- Link VMware
Cisco, IBM,
mappedthe
Explain files?
concept of compaction Link HP
Corporatio
in memory
What is RAID management.
in operating systems? Link n, Dell
Ubuntu,
Explain
What is different
the role of RAID
the levels.
init process Link IBM
Foundation
in Unix-like
block deviceOS? and a character Link , Oracl
Microsoft
device? Link Azure
balancing in multiprocessor AWS,
systems.
What is the role of sockets in Link Cloudflar
Corporatio
networking? Link n, IBM
Kernel,
Explain
What is the role of
a named a buffer
pipe? Howcache.
does it Link Oracle
NetApp,
differ from
Explain the an unnamed
concept pipe?
of cascading Link VMware
NetApp,
termination
What in processes.
is the role of a watchdog timer Link VMware
Siemens,
in RTOS?
Explain the concept of priority- Link ,Wind River
basedis
What scheduling in RTOS.
the difference between a Link Broadcom
TCS, and
Domain and abetween
Differentiate Workgroup?a Network Answer Linkand
Wipro.
Cisco
Hub, Switch,
What is a DNS and Router.
Server? Why is it Answer LinkCapgemini
Systems.
used? are different ways of securing Answer LinkTechnologi
What .
a computer
What network?
is a proxy server, and how Answer Linkand
es.
does it protect computer networks?
email servers, and which ports do Answer Link Comcast.
Microsoft,
they use?
Explain the difference between Answer Link and Yahoo.
HTTP and HTTPS.
connection path between a local Answer LinkShopify.
and
host and a server?
What is the use of a default Answer Link Cognizant.
TCS, and
gateway?
What advantages do fiber optics Answer Link Wipro.
Vodafone
have over other media? Answer LinkIdea.

What are the important topologies and Arista


for networks?
What are the duties of the Data Link Answer Link,Networks.
and
Layer?
baseband and broadband Answer Linkand
Broadcom
transmission?
What is anonymous FTP, and why Answer LinkCanonical,
Samsung.
would you use it? Answer Linkand SUSE.

Cognizant
Refer to the Link Link IBM,
Link Accenture,
Link Capgemini
Refer to the Link Link ,Amazon,
Deloitte
Refer to the Link Link Oracle
Huawei
Refer to the Link Link Broadcom
Refer to the Link Link
Refer to the Link Link Fortinet
Refer to the Link Link Reliance
Link Jio
Refer to the Link Link MikroTik
Refer to the Link Link
Refer to the Link Link
Refer to the Link Link
Refer to the Link Link
Refer to the Link
Refer to the Link
Refer to the Link Link Link
Refer to the Link Link Link
Topic Name Difficulty Level
Array
Easy
Easy
Easy
Easy
Medium
Medium
Medium
Medium
Hard
Hard
Hard
Hard
Strings
Easy
Easy
Easy
Easy
Medium
Medium
Medium
Medium
Hard
Hard
Hard
Linked List
Easy
Easy
Easy
Easy
Medium
Medium
Medium
Hard
Hard
Hard
Binary Search
Easy
Easy
Easy
Medium
Medium
Medium
Medium
Hard
Hard
Hard
Recursion And Backtracking
Easy
Easy
Easy
Medium
Medium
Medium
Medium
Hard
Hard
Hard
Hard
Stacks And Queues
Easy
Easy
Medium
Medium
Medium
Medium
Medium
Medium
Hard
Hard
Hard
Hard
Binary Trees
Easy
Easy
Easy
Easy
Easy
Easy
Easy
Medium
Medium
Medium
Medium
Medium
Medium
Hard
Hard
BST
Easy
Easy
Easy
Easy
Easy
Easy
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Hard
Hard
Graphs
Easy
Easy
Easy
Medium
Medium
Medium
Medium
Medium
Hard
Hard
Hard
DP
Easy
Easy
Medium
Medium
Medium
Medium
Medium
Medium
Hard
Hard
Hard

GRAPH
Find the Town Judge Easy
Number of Islands Easy
Find if Path Exists in Graph Easy
Flood Fill (DFS/BFS) Easy
Clone Graph Easy
Path Sum III Easy
Is Graph Bipartite? Easy
Course Schedule Medium
Course Schedule II Medium
Network Delay Time Medium
Shortest Path in Binary Matrix Medium
Minimum Number of Vertices to Reach All Nodes Medium
Redundant Connection Medium
Pacific Atlantic Water Flow Medium
Cheapest Flights Within K Stops Medium
Longest Increasing Path in a Matrix Medium
Reconstruct Itinerary Medium
Surrounded Regions Medium
Accounts Merge Medium
Minimum Cost to Make at Least One Valid Path in a Gri Hard
Critical Connections in a Network Hard
Word Ladder Hard
Reachable Nodes in Subdivided Graph Hard

BACKTRACKING Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Medium
Hard
Hard
Hard
Hard
Hard
Hard
Hard
Question

https://www.interviewbit.com/problems/sort-array-with-squares/
https://www.interviewbit.com/problems/pick-from-both-sides/
https://leetcode.com/problems/best-time-to-buy-and-sell-stock/
https://leetcode.com/problems/majority-element/
https://practice.geeksforgeeks.org/problems/minimum-sum4058/1
https://leetcode.com/problems/sort-colors/
https://leetcode.com/problems/maximum-subarray/
https://leetcode.com/problems/next-permutation/
https://leetcode.com/problems/4sum/
https://practice.geeksforgeeks.org/problems/inversion-of-array-1587115620/1
https://practice.geeksforgeeks.org/problems/k-th-element-of-two-sorted-array1317
https://leetcode.com/problems/reverse-pairs/

https://leetcode.com/problems/remove-outermost-parentheses/description/
https://leetcode.com/problems/largest-odd-number-in-string/description/
https://leetcode.com/problems/isomorphic-strings/description/
https://leetcode.com/problems/valid-anagram/description/
https://leetcode.com/problems/maximum-nesting-depth-of-the-parentheses/descrip
https://leetcode.com/problems/reverse-words-in-a-string/description/
https://leetcode.com/problems/string-to-integer-atoi/description/
https://leetcode.com/problems/longest-happy-prefix/description/
https://leetcode.com/problems/rotate-image/
https://practice.geeksforgeeks.org/problems/row-with-max-1s0023/1
https://leetcode.com/problems/longest-valid-parentheses/description/?envType=pr

https://practice.geeksforgeeks.org/problems/reverse-a-linked-list/1/
https://practice.geeksforgeeks.org/problems/detect-loop-in-linked-list/1
https://practice.geeksforgeeks.org/problems/finding-middle-element-in-a-linked-lis
https://practice.geeksforgeeks.org/problems/union-of-two-linked-list/1
https://leetcode.com/problems/intersection-of-two-linked-lists/
https://practice.geeksforgeeks.org/problems/delete-without-head-pointer/1
https://leetcode.com/problems/remove-nth-node-from-end-of-list/
https://leetcode.com/problems/sort-list/
https://leetcode.com/problems/rotate-list/description/

https://leetcode.com/problems/binary-search/description/
https://leetcode.com/problems/search-insert-position/description/
https://leetcode.com/problems/find-first-and-last-position-of-element-in-sorted-arr
https://leetcode.com/problems/search-in-rotated-sorted-array/description/
https://leetcode.com/problems/search-in-rotated-sorted-array-ii/description/
https://leetcode.com/problems/find-minimum-in-rotated-sorted-array/description/
https://leetcode.com/problems/find-a-peak-element-ii/description/
https://leetcode.com/problems/capacity-to-ship-packages-within-d-days/descriptio
https://www.spoj.com/problems/AGGRCOW/
https://leetcode.com/problems/median-of-two-sorted-arrays/description/

https://practice.geeksforgeeks.org/problems/print-1-to-n-without-using-loops-1587
https://practice.geeksforgeeks.org/problems/print-n-to-1-without-loop/1
https://practice.geeksforgeeks.org/problems/fibonacci-series-up-to-nth-term/1
https://practice.geeksforgeeks.org/problems/sort-a-stack/1
https://leetcode.com/problems/generate-parentheses/
https://leetcode.com/problems/subsets/
https://leetcode.com/problems/combination-sum/
https://leetcode.com/problems/subsets-ii/
https://practice.geeksforgeeks.org/problems/rat-in-a-maze-problem/1
https://leetcode.com/problems/n-queens/
https://leetcode.com/problems/sudoku-solver/

https://leetcode.com/problems/valid-parentheses/
https://leetcode.com/problems/min-stack/
https://practice.geeksforgeeks.org/problems/prefix-to-infix-conversion/1
https://practice.geeksforgeeks.org/problems/generate-all-possible-parentheses/1
https://practice.geeksforgeeks.org/problems/reverse-a-stack/1
https://practice.geeksforgeeks.org/problems/next-larger-element-1587115620/1
https://practice.geeksforgeeks.org/problems/get-minimum-element-from-stack/1
https://leetcode.com/problems/sum-of-subarray-minimums/
https://practice.geeksforgeeks.org/problems/stock-span-problem-1587115621/1
https://leetcode.com/problems/lru-cache/
https://leetcode.com/problems/largest-rectangle-in-histogram/
https://leetcode.com/problems/asteroid-collision/
https://www.geeksforgeeks.org/problems/height-of-binary-tree/1
https://www.geeksforgeeks.org/problems/check-for-balanced-tree/1
https://www.geeksforgeeks.org/problems/determine-if-two-trees-are-identical/1
https://practice.geeksforgeeks.org/problems/left-view-of-binary-tree/1
https://leetcode.com/problems/maximum-depth-of-binary-tree/
https://leetcode.com/problems/diameter-of-binary-tree/
https://practice.geeksforgeeks.org/problems/mirror-tree/1
https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-tree/
https://practice.geeksforgeeks.org/problems/top-view-of-binary-tree/1
https://leetcode.com/problems/maximum-width-of-binary-tree/
https://practice.geeksforgeeks.org/problems/bottom-view-of-binary-tree/1
https://leetcode.com/problems/binary-tree-zigzag-level-order-traversal/
https://leetcode.com/problems/construct-binary-tree-from-inorder-and-postorder-t
https://leetcode.com/problems/vertical-order-traversal-of-a-binary-tree/
https://leetcode.com/problems/binary-tree-maximum-path-sum/

https://practice.geeksforgeeks.org/problems/binary-tree-to-bst/1
https://practice.geeksforgeeks.org/problems/search-a-node-in-bst/1
https://practice.geeksforgeeks.org/problems/binary-search-trees/1
https://practice.geeksforgeeks.org/problems/insert-a-node-in-a-bst/1
https://practice.geeksforgeeks.org/problems/check-whether-bst-contains-dead-end
https://leetcode.com/problems/convert-sorted-array-to-binary-search-tree/
https://practice.geeksforgeeks.org/problems/bst-to-max-heap/1
https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-search-tree/
https://leetcode.com/problems/validate-binary-search-tree/
https://leetcode.com/problems/kth-smallest-element-in-a-bst/
https://practice.geeksforgeeks.org/problems/kth-largest-element-in-bst/1
https://practice.geeksforgeeks.org/problems/floor-in-bst/1
https://www.geeksforgeeks.org/problems/implementing-ceil-in-bst/1
https://leetcode.com/problems/serialize-and-deserialize-binary-tree/
https://leetcode.com/problems/maximum-sum-bst-in-binary-tree/

https://practice.geeksforgeeks.org/problems/depth-first-traversal-for-a-graph/1
https://www.geeksforgeeks.org/problems/detect-cycle-in-a-directed-graph/1
https://www.geeksforgeeks.org/problems/detect-cycle-in-an-undirected-graph/1
https://leetcode.com/problems/course-schedule/
https://practice.geeksforgeeks.org/problems/topological-sort/1
https://leetcode.com/problems/number-of-islands/
https://practice.geeksforgeeks.org/problems/implementing-dijkstra-set-1-adjacenc
https://practice.geeksforgeeks.org/problems/distance-from-the-source-bellman-for
https://practice.geeksforgeeks.org/problems/implementing-floyd-warshall2042/1
https://practice.geeksforgeeks.org/problems/minimum-spanning-tree/1
https://leetcode.com/problems/maximum-number-of-non-overlapping-substrings/d

https://leetcode.com/problems/climbing-stairs/
https://leetcode.com/problems/house-robber/
https://leetcode.com/problems/unique-paths/
https://leetcode.com/problems/unique-paths-ii/
https://leetcode.com/problems/minimum-path-sum/
https://leetcode.com/problems/minimum-falling-path-sum/
https://practice.geeksforgeeks.org/problems/0-1-knapsack-problem0945/1
https://www.geeksforgeeks.org/problems/subset-sum-problem-1611555638/1
https://practice.geeksforgeeks.org/problems/print-all-lcs-sequences3413/1
https://leetcode.com/problems/best-time-to-buy-and-sell-stock-ii/
https://practice.geeksforgeeks.org/problems/print-all-lcs-sequences3413/1

https://leetcode.com/problems/find-the-town-judge/
https://leetcode.com/problems/number-of-islands/
https://leetcode.com/problems/find-if-path-exists-in-graph/
https://leetcode.com/problems/flood-fill/
https://leetcode.com/problems/clone-graph/
https://leetcode.com/problems/path-sum-iii/
https://leetcode.com/problems/is-graph-bipartite/
https://leetcode.com/problems/course-schedule/
https://leetcode.com/problems/course-schedule-ii/
https://leetcode.com/problems/network-delay-time/
https://leetcode.com/problems/shortest-path-in-binary-matrix/
https://leetcode.com/problems/minimum-number-of-vertices-to-reach-all-nodes/
https://leetcode.com/problems/redundant-connection/
https://leetcode.com/problems/pacific-atlantic-water-flow/
https://leetcode.com/problems/cheapest-flights-within-k-stops/
https://leetcode.com/problems/longest-increasing-path-in-a-matrix/
https://leetcode.com/problems/reconstruct-itinerary/
https://leetcode.com/problems/surrounded-regions/
https://leetcode.com/problems/accounts-merge/
https://leetcode.com/problems/minimum-cost-to-make-at-least-one-valid-path-in-a-grid/
https://leetcode.com/problems/critical-connections-in-a-network/
https://leetcode.com/problems/word-ladder/
https://leetcode.com/problems/reachable-nodes-in-subdivided-graph/

Rat in a maze Problem


m Coloring Problem
Palindrome Partitioning
Partition Equal Subset Sum
Combination Sum
Permutations II
Letter Combinations of a Phone Number
Generate Parentheses
Combination Sum II
Combinations
Subsets
Word Search
Gray Code
Combination Sum III
Non-decreasing Subsequences
Target Sum
Letter Case Permutation
Count Numbers with Unique Digits
Matchsticks to Square
Beautiful Arrangement
Ambiguous Coordinates
Path with Maximum Gold
Numbers With Same Consecutive Differences
Construct Smallest Number From DI String
N-Queens
Word Break II
Remove Invalid Parentheses
Sudoku Solver
N-Queens II
Unique Paths III
Maximum Score Words Formed by Letters
ANSWERE LINK Company

Sort Array with Squares Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Pick from Both Sides Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Best Time to Buy and Sell Stock
Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Majority Element Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Minimum Sum Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Sort Colors Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Maximum Subarray Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Next Permutation Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
4Sum Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Inversion of Array Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
K-th Element of Two Sorted Arrays
Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Reverse Pairs Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Remove Outermost Parentheses Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Largest Odd Number in String Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Isomorphic Strings Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Valid Anagram Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Maximum Nesting Depth of Parentheses
Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Reverse Words in a String Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
String to Integer (atoi) Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Longest Happy Prefix Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Longest Valid Parentheses Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
scription/?envType=problem-list-v2&envId=string
Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Reverse a Linked List Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Detect Loop in Linked List Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Finding Middle Element in a Linked ListMicrosoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Amazon,
Union of Two Linked Lists Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Intersection of Two Linked Lists
Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Delete Without Head Pointer Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Remove Nth Node from End ofAmazon,
List Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Sort List Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Rotate List Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Binary Search Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Search Insert Position Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Find First and Last Position of Element in SortedGoogle,
Amazon, Microsoft, Array Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Search in Rotated Sorted ArrayAmazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Search in Rotated Sorted ArrayAmazon,
II Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Find Minimum in Rotated Sorted ArrayMicrosoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Amazon,
Find a Peak Element II Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Capacity to Ship Packages Within D Days
Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
AGGRCOW (SPOJ) Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
description/ Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Valid Parentheses Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Min Stack Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Prefix to Infix Conversion Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Generate All Possible Parentheses
Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Reverse a Stack Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Next Greater Element Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Get Minimum Element from Stack Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Sum of Subarray Minimums Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Stock Span Problem Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
LRU Cache Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Largest Rectangle in Histogram Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Asteroid Collision Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Height of Binary Tree Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Check for Balanced Tree Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Determine if Two Trees Are Identical
Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Left View of Binary Tree Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Maximum Depth of Binary Tree Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Diameter of Binary Tree Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Mirror Tree Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Lowest Common Ancestor of aAmazon,
Binary Tree
Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Top View of Binary Tree Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Maximum Width of Binary TreeAmazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Bottom View of Binary Tree Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Binary Tree Zigzag Level OrderAmazon,
Traversal
Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Construct Binary Tree from Inorder
Amazon,and Postorder
Microsoft, Traversal
Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Vertical Order Traversal of a Binary Tree
Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Binary Tree Maximum Path Sum Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
ees-are-identical/1 Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
ary-tree/1 Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
-binary-tree/ Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
ary-tree/1 Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
binary-tree/1 Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
-traversal/ Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
order-and-postorder-traversal/ Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
inary-tree/ Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
bst-contains-dead-end/1 Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
y-search-tree/ Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
-binary-search-tree/ Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
ment-in-bst/1 Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Depth First Traversal for a Graph
Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Detect Cycle in a Directed Graph
Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Detect Cycle in an Undirected Amazon,
Graph Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Course Schedule Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Topological Sort Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Number of Islands Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Implementing Dijkstra (Adjacency Matrix)
Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Bellman-Ford Algorithm Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Floyd Warshall Algorithm Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Minimum Spanning Tree Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Maximum Number of Non-Overlapping Substrings
Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Climbing Stairs Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
House Robber Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Unique Paths Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Unique Paths II Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Minimum Path Sum Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Minimum Falling Path Sum Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
0-1 Knapsack Problem Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Subset Sum Problem Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Print All LCS Sequences Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
Best Time to Buy and Sell Stock II
Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go
uences3413/1 Amazon, Microsoft, Google, Nvidia, Meta, Apple, Netflix, Adobe, Uber, Go

https://leetcode.com/problems/find-the-town-judge/solutions/
Amazon,Microsoft,Adobe
Amazon,Google,Bloomberg,Meta,
Number of Islands Microsoft,Uber,TikTok,LinkedIn,Oracle,Goldman Sachs
Find if Path Exists in Graph Bloomber,Amazon,Microsoft
Apple,Meta,Uber,Adobe,Yahoo,Akuna Capital,Palantir Technologies,sumo Logic
Flood Fill ,OpenAI
Clone Graph Meta,Google,Amazon,Microsoft,Adobe,Bloomberg,ThousandEyes,Apple,TikTok,Go
Path Sum III Amazon,Meta,Bloomberg
Is Graph Bipartite? Uber,GoogleTickTok
Course Schedule Anduril,eBay,LiveRamp,Amazon,Meta,Google
Course Schedule II Intuit,LinkedIn,Nvidia,Anduril,DoorDash
Network Delay Time Amazon,Google,Adobe,Yahoo
Shortest Path in Binary Matrix Meta,Google,Amazon,Airbnb
Minimum Number of Vertices to Reach All Nodes
Google,Adobe,Microsoft,Airbnb
Redundant Connection Google,Bloomberg,Meta
Pacific Atlantic Water Flow Google,Meta,Amazon
Cheapest Flights Within K StopsAmazon,Google,Strike
Longest Increasing Path in a Matrix
TikTok,DoorDash,Google
Reconstruct Itinerary Pinterest,eBay,Meta,Uber
Surrounded Regions Bloomberg,Amazon,Meta,Microsoft
Accounts Merge Microsoft,Bloomberg,Rippling
Minimum Cost to Make at Least One Valid Path in a Grid
Google,Meta,Amazon,Cleartrip
Critical Connections in a Network
Google,Amazon,Bloomberg,Microsoft,Adobe
Word Ladder Amazon,Meta,Visa,TikTok
Reachable Nodes in Subdivided Graph
PhonePe

Amazon, Microsoft
Amazon
Amazon, Microsoft, Facebook
Accolite, Amazon, Microsoft, OYO Rooms, Adobe, Drishti-Soft
Amazon, Microsoft, Adobe
Zoho, Accolite, Amazon, Microsoft, OYO Rooms, Samsung, Snapdeal, Ci
OLA, Amazon, Airtel
Diseny + Hotstar, Microsoft
Meta, Bloomberg, Zoom
Amazon, Facebook, Google
Infosys, Tcs, UrbanClap, Myntra
Splinker, Sharechat , Morgan Stanly
Google, Amazon, Bloomburg, Apple
Walmart
Amazon,Yahoo
Facebook, Amazon, Adobe
OLA, Uber
JPMC, Apple, Bloombrug
TikTok, Microsoft, Uber
Saleforce, Amazon, Cisco
use Recursion and Backtracking Snowflake,Rubrik,Yandex,Google
use Recursion and Backtracking Geico, Flipkart
use Recursion and Backtracking Flipkart
use Recursion and Backtracking josh technology, Goldman Sachs
Answer Link Accolite, Amazon, Microsoft, D-E-Shaw, Visa, MAQ Software, Amdocs, T
Answer Link Google, IBM
Answer Link
Answer Link Zoho, Flipkart, Amazon, Microsoft, MakeMyTrip, Ola Cabs, Oracle, MAQ
use Recursion and Backtracking Meta, Amazon, Bloomburg, SericeNow, Google
use Recursion and Backtracking Pinterest, Cruise
use Recursion and Backtracking Flipkart
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe
Apple, Netflix, Adobe, Uber, Goldman Sachs, JPMorgan Chase, Morgan Stanley, Facebook, LinkedIn, Twitter, Bloombe

lantir Technologies,sumo Logic

rg,ThousandEyes,Apple,TikTok,GoogleMicrosoft,Adobe,Bloomberg,ThousandEyes,Apple
Adobe, Drishti-Soft

ooms, Samsung, Snapdeal, Citrix, Walmart,MAQ Software, Cisco

sa, MAQ Software, Amdocs, Twitter

yTrip, Ola Cabs, Oracle, MAQ Software, Directi, PayPal, Samsung


kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
kedIn, Twitter, Bloomberg, Oracle, Salesforce, Cisco, IBM, TCS, Infosys, Wipro, HCL, Accenture, Capgemini, Qualcomm
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
e, Capgemini, Qualcomm, Intel, Samsung, PayPal, Airbnb, Flipkart, Swiggy, Zomato, Walmart, Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.
Atlassian, ServiceNow.

You might also like