Add office photos
Engaged Employer

IBM

4.0
based on 22.1k Reviews
Video summary
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by

10+ Savanna HR Interview Questions and Answers

Updated 31 Mar 2024
Popular Designations

Q1. What is Android development

Ans.

Android development is the process of creating applications for the Android operating system.

  • Android development involves writing code in Java or Kotlin to create mobile applications.

  • It includes designing user interfaces, implementing functionality, and testing the app.

  • Developers use Android Studio, an integrated development environment (IDE), for building Android apps.

  • Android apps can be published on the Google Play Store and run on various devices.

  • Examples of Android apps i...read more

View 6 more answers

Q2. What is use of activity creator

Ans.

The activity creator is used to create instances of an activity class in Android development.

  • The activity creator is responsible for instantiating an activity class.

  • It is typically used when starting a new activity from another activity.

  • The activity creator can pass data to the new activity through intent extras.

  • It is commonly used in the onCreate() method of the calling activity.

  • Example: Intent intent = new Intent(this, SecondActivity.class); startActivity(intent);

View 2 more answers

Q3. Advantages of Kotlin over Java, High-order function, extension function, Scope functions, Latinit vs lazy, val vs var, val vs const and other basic Kotlin questions

Ans.

Advantages of Kotlin over Java and basic Kotlin questions

  • Kotlin is more concise and less error-prone than Java

  • Kotlin supports null safety and type inference

  • Kotlin has higher-order functions, extension functions, and scope functions

  • Kotlin has lazy initialization and immutable variables

  • Kotlin has const values for compile-time constants

  • Kotlin is fully interoperable with Java

  • Examples: val vs var, run vs let, Latinit vs lazy

Add your answer

Q4. Explain features of Android development

Ans.

Android development features include open-source platform, rich development environment, and extensive libraries.

  • Open-source platform allows for customization and flexibility

  • Rich development environment with tools like Android Studio

  • Extensive libraries for various functionalities like UI, networking, and database

  • Support for multiple hardware devices and screen sizes

  • Integration with Google services like Maps, Firebase, and Play Store

  • Ability to create interactive and engaging u...read more

View 1 answer
Discover Savanna HR interview dos and don'ts from real experiences

Q5. What is java

Ans.

Java is a high-level programming language used for developing a wide range of applications, including Android apps.

  • Java is an object-oriented language.

  • It is platform-independent, meaning it can run on any operating system.

  • Java uses a virtual machine called the Java Virtual Machine (JVM) to execute code.

  • It has a large standard library with built-in classes and methods for common programming tasks.

  • Java is known for its simplicity, readability, and robustness.

View 2 more answers

Q6. What is sap in sap testing

Ans.

SAP in SAP testing stands for Systems, Applications, and Products in Data Processing.

  • SAP is a software suite that provides various business applications.

  • SAP testing involves testing the functionality, performance, and security of SAP systems.

  • It ensures that the SAP software meets the desired requirements and works as expected.

  • SAP testing includes testing modules like finance, sales, inventory, human resources, etc.

  • Testers use various techniques like functional testing, integr...read more

View 1 answer
Are these interview questions helpful?

Q7. What is backendserver

Ans.

A backend server is a server-side component that handles the logic and data processing for an application or website.

  • Backend servers handle requests from client devices and perform tasks such as data storage, retrieval, and manipulation.

  • They often communicate with databases, APIs, and other external services.

  • Backend servers are responsible for processing and validating user input, performing business logic, and generating responses.

  • Examples of backend server technologies incl...read more

View 1 answer

Q8. What is Developer?

Ans.

A developer is a professional who designs, builds, and maintains software applications.

  • Developers write code to create software applications.

  • They use programming languages and tools to develop software.

  • They collaborate with other team members to design and implement software solutions.

  • Developers test and debug their code to ensure it functions correctly.

  • They continuously learn and adapt to new technologies and industry trends.

  • Examples: Android Developer, Web Developer, Game D...read more

View 1 answer
Share interview questions and help millions of jobseekers 🌟

Q9. What is school

Ans.

A school is an educational institution where students acquire knowledge and skills.

  • Schools provide formal education to students.

  • They have teachers who instruct students in various subjects.

  • Schools have classrooms, libraries, laboratories, and other facilities to support learning.

  • Students attend school to gain knowledge, develop social skills, and prepare for future careers.

  • Examples of schools include elementary schools, high schools, colleges, and universities.

View 2 more answers

Q10. What is server administrator

Ans.

A server administrator is responsible for managing and maintaining the operation of computer servers.

  • Server administrators handle tasks such as server installation, configuration, and maintenance.

  • They monitor server performance, troubleshoot issues, and ensure data security.

  • Server administrators may also manage user accounts, permissions, and backups.

  • Examples of server administrator roles include Windows Server Administrator, Linux System Administrator, etc.

View 1 answer

Q11. What is TU publication

Ans.

TU publication refers to the publication of research papers, articles, or books by Tribhuvan University.

  • TU publication includes research papers, articles, and books published by Tribhuvan University.

  • These publications cover various academic disciplines and research areas.

  • TU publication plays a crucial role in disseminating knowledge and promoting academic excellence.

  • Examples of TU publications include journals like Tribhuvan University Journal and books published by TU Press.

View 1 answer

Q12. Technologies used in Android, Unit testing

Ans.

Android uses Java and Kotlin. Unit testing is done using JUnit and Espresso.

  • Android uses Java and Kotlin for development

  • JUnit is used for unit testing of Android applications

  • Espresso is used for UI testing of Android applications

Add your answer

Q13. What is testing

Ans.

Testing is the process of evaluating a system or component to determine if it meets the specified requirements.

  • Testing is an essential part of the software development life cycle.

  • It helps identify defects or bugs in the system.

  • Testing ensures that the system functions as expected and meets the user's requirements.

  • Different types of testing include unit testing, integration testing, and acceptance testing.

  • Examples of testing tools/frameworks for Android development are Espress...read more

View 1 answer

Q14. What is struts

Ans.

Struts is a framework for developing Java web applications.

  • Struts is an open-source framework developed by Apache Software Foundation.

  • It follows the Model-View-Controller (MVC) architectural pattern.

  • Struts provides a set of reusable components and tags to simplify web application development.

  • It uses XML configuration files to define the application's behavior.

  • Struts supports server-side validation and internationalization.

  • Example: Struts can be used to develop web application...read more

View 1 answer

Q15. What is angular

Ans.

Angular is a popular JavaScript framework for building web applications.

  • Angular is a front-end framework developed by Google.

  • It allows developers to build dynamic, single-page applications.

  • Angular uses TypeScript, a superset of JavaScript, for writing code.

  • It follows the MVC (Model-View-Controller) architectural pattern.

  • Angular provides features like data binding, dependency injection, and routing.

  • Some popular examples of applications built with Angular are Gmail, Netflix, an...read more

View 1 answer

Q16. What is html

Ans.

HTML stands for HyperText Markup Language, used for creating and structuring web pages.

  • HTML is the standard markup language for creating web pages.

  • It uses tags to define the structure and content of a web page.

  • Examples of HTML tags include <html>, <head>, <title>, <body>, <p>, <div>, <a>, <img>.

View 1 answer

Q17. What is precondition

Ans.

A precondition is a condition that must be true before a function or method can be executed.

  • Preconditions are used to ensure that the inputs to a function or method are valid.

  • They help prevent errors and unexpected behavior by checking if certain conditions are met.

  • If a precondition is not satisfied, an exception or error may be thrown.

  • For example, a precondition for a function that calculates the square root of a number could be that the number must be positive.

View 1 answer

Q18. What is font

Ans.

A font is a set of characters with a specific style and size used to display text.

  • Fonts determine the visual appearance of text on a screen or in print.

  • They include various attributes like typeface, size, weight, and style.

  • Examples of fonts include Arial, Times New Roman, and Roboto.

  • Fonts can be customized and applied to different elements of a user interface.

View 1 answer

Q19. Sort array in 0(n) time complexity

Ans.

Use counting sort algorithm to achieve O(n) time complexity.

  • Count the frequency of each string in the array.

  • Create a new array based on the frequency counts.

  • Iterate through the new array to reconstruct the sorted array.

Add your answer

More about working at IBM

Top Rated Mega Company - 2024
Top Rated Company for Women - 2024
Top Rated IT/ITES Company - 2024
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Savanna HR

based on 1 interviews
1 Interview rounds
Technical Round
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Android Developer Interview Questions from Similar Companies

3.6
 • 25 Interview Questions
2.2
 • 24 Interview Questions
3.8
 • 12 Interview Questions
4.0
 • 11 Interview Questions
3.5
 • 10 Interview Questions
3.7
 • 10 Interview Questions
View all
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
75 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