Add office photos
Premium Employer

Nisum

2.9
based on 78 Reviews
Filter interviews by

GrabOn Interview Questions and Answers

Updated 14 Aug 2024

Q1. Devops with cloud

Ans.

DevOps with cloud involves integrating development and operations processes with cloud technologies.

  • Implementing continuous integration and continuous deployment (CI/CD) pipelines using cloud services like AWS CodePipeline or Azure DevOps

  • Automating infrastructure provisioning and management using tools like Terraform or CloudFormation

  • Monitoring and logging applications and infrastructure using cloud-native tools like CloudWatch or Azure Monitor

Add your answer

Q2. Find xpath for Web elements on website

Ans.

XPath is a way to navigate through elements on a webpage using their attributes.

  • Inspect the element on the webpage to identify unique attributes like id, class, name, etc.

  • Construct the XPath using the unique attributes to locate the element.

  • Use tools like Chrome Developer Tools or Firebug to help generate XPath.

  • Avoid using absolute XPath as they can be brittle and prone to breaking.

  • Consider using relative XPath for better maintainability.

Add your answer

Q3. Bdd cucumber using java

Ans.

BDD Cucumber is a behavior-driven development tool that allows writing test cases in plain English using Gherkin syntax.

  • BDD Cucumber is used for writing acceptance tests in a human-readable format

  • It allows collaboration between technical and non-technical team members

  • Cucumber with Java can be used to automate tests and validate application behavior

Add your answer

Q4. java program for unique character in string

Ans.

Java program to find unique characters in a string

  • Create a boolean array of size 256 to track character occurrences

  • Iterate through the string and mark characters as seen in the array

  • Check if a character has already been seen before marking it as unique

Add your answer
Discover GrabOn interview dos and don'ts from real experiences

Q5. explain method overloading and method overriding

Ans.

Method overloading is having multiple methods in the same class with the same name but different parameters. Method overriding is having a method in a subclass with the same name and parameters as a method in the superclass.

  • Method overloading allows multiple methods with the same name but different parameters in the same class.

  • Method overriding involves a subclass providing a specific implementation of a method that is already provided by its superclass.

  • Example of method over...read more

Add your answer

Q6. Difference between bucketing and partitioning

Ans.

Bucketing is used for evenly distributing data across a fixed number of files, while partitioning is used for organizing data based on specific columns.

  • Bucketing evenly distributes data across a fixed number of files

  • Partitioning organizes data based on specific columns

  • Bucketing is commonly used in Apache Hive, while partitioning is commonly used in Apache Spark

Add your answer

Q7. Coroutines in kotlin

Ans.

Coroutines in Kotlin are a way to perform asynchronous programming in a more concise and readable manner.

  • Coroutines allow for easy handling of asynchronous tasks without the complexity of callbacks or traditional threading.

  • They can be used to perform long-running tasks without blocking the main thread.

  • Coroutines can be cancelled or paused/resumed easily, making them very flexible for handling different scenarios.

Add your answer

Q8. explain OOPS Concepts

Ans.

OOPS Concepts refer to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.

  • Inheritance: Allows a class to inherit properties and behavior from another class.

  • Encapsulation: Bundling data and methods that operate on the data into a single unit.

  • Polymorphism: Ability to present the same interface for different data types.

  • Abstraction: Hiding the complex implementation details and showing only the necessary features.

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at GrabOn

based on 21 interviews
Interview experience
3.5
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.8
 • 2k Interview Questions
3.8
 • 393 Interview Questions
3.3
 • 305 Interview Questions
3.9
 • 208 Interview Questions
4.2
 • 156 Interview Questions
3.9
 • 154 Interview Questions
View all
Top Nisum Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter