i
GlobalLogic
Filter interviews by
I am a highly experienced software engineer with expertise in leading teams and developing complex software solutions.
Over 10 years of experience in software development
Strong leadership skills in managing and mentoring teams
Proficient in various programming languages such as Java, Python, and JavaScript
Extensive experience in designing and implementing scalable and efficient software solutions
Proven track record of de...
Dependency Injection is a design pattern in which components are given their dependencies rather than creating them internally.
Allows for easier testing by providing mock dependencies
Promotes loose coupling between components
Improves code reusability and maintainability
Examples: Constructor injection, Setter injection, Interface injection
In Java, exceptions can be handled using try-catch blocks to catch and handle specific exceptions.
Use try-catch blocks to catch exceptions and handle them gracefully
Use multiple catch blocks to handle different types of exceptions
Use finally block to execute code regardless of whether an exception is thrown or not
Throw custom exceptions using throw keyword
map transforms each element in a stream, while flatMap transforms each element into multiple elements
map applies a function to each element in a stream and returns a new stream of the results
flatMap applies a function that returns a stream for each element in the original stream, then flattens the streams into a single stream
Example: map - stream.map(x -> x * x), flatMap - stream.flatMap(str -> Arrays.stream(str.split(
ConcurrentModificationException occurs when a collection is modified while iterating over it.
Use Iterator to iterate over the collection instead of foreach loop.
If modification is necessary, use Iterator's remove() method instead of collection's remove() method.
Consider using synchronized collections or ConcurrentHashMap to avoid ConcurrentModificationException.
Java is a programming language used for developing applications. Static methods in Java are methods that belong to the class rather than an instance of the class.
Java is a popular programming language used for developing various types of applications.
Static methods in Java are methods that can be called without creating an instance of the class.
Static methods are commonly used for utility functions or methods that do n
Program to print prime numbers
Iterate through numbers and check if each number is prime
Use a nested loop to check divisibility by numbers less than the current number
Print the number if it is prime
posted on 10 Jul 2024
90 min test containing verbal, Quantitative aptitude and question based on diagrams
I prefer programming languages like Python and Java for their versatility and widespread use in the industry.
I prefer Python for its simplicity, readability, and vast libraries for various tasks.
I also like Java for its strong typing, object-oriented approach, and cross-platform compatibility.
I am open to learning new languages as needed for specific projects or tasks.
posted on 17 Dec 2024
posted on 10 Dec 2022
I applied via campus placement at Jaipur Engineering College & Research Centre, Jaipur and was interviewed in Dec 2022. There were 3 interview rounds.
OOPS AND DSA QUESTION
I applied via Company Website and was interviewed in Aug 2021. There were 4 interview rounds.
posted on 5 Sep 2021
I applied via Walk-in and was interviewed in Aug 2021. There was 1 interview round.
adb stands for Android Debug Bridge. It is a command-line tool used to communicate with Android devices.
adb is used to install and debug apps on Android devices
Some common adb commands include adb devices, adb install, and adb logcat
adb can also be used to take screenshots, record screen videos, and access the device shell
adb requires USB debugging to be enabled on the device
ADB is a command-line tool used to communicate with Android devices for debugging and testing purposes.
ADB allows developers to install and uninstall apps, transfer files, and run shell commands on Android devices.
It can be used to capture screenshots, record screen activity, and simulate device inputs.
ADB can also be used to access the device's logcat and debug information.
ADB is included in the Android SDK and can be...
based on 1 interview
Interview experience
Associate Analyst
3.9k
salaries
| ₹1 L/yr - ₹7.2 L/yr |
Senior Software Engineer
3.3k
salaries
| ₹5.2 L/yr - ₹22 L/yr |
Analyst
3.1k
salaries
| ₹1.2 L/yr - ₹5.5 L/yr |
Software Engineer
3k
salaries
| ₹3 L/yr - ₹13 L/yr |
Associate Consultant
2.8k
salaries
| ₹9.2 L/yr - ₹34 L/yr |
TCS
Wipro
Infosys
HCLTech