Add office photos
Engaged Employer

Hie HQ

4.4
based on 41 Reviews
Filter interviews by

Touchstone Enterprises Interview Questions and Answers

Updated 20 Sep 2024

Q1. When to use UITableView and UICollectionView?

Ans.

UITableView for displaying data in a list format, UICollectionView for displaying data in a grid or custom layout.

  • Use UITableView for displaying data in a list format, such as a contact list or a news feed.

  • Use UICollectionView for displaying data in a grid or custom layout, such as a photo gallery or a calendar.

  • UITableView is simpler to implement and more efficient for displaying large amounts of data.

  • UICollectionView offers more flexibility in terms of layout and customizati...read more

Add your answer

Q2. Architecture I have worked on earlier and explain each

Ans.

I have worked on MVVM architecture in my previous project.

  • MVVM stands for Model-View-ViewModel.

  • It separates the UI logic from the business logic.

  • The View interacts with the ViewModel, which in turn interacts with the Model.

  • I used RxSwift for binding the ViewModel and View in my previous project.

Add your answer

Q3. What is use of lazy property?

Ans.

Lazy property delays the initialization of a property until it is accessed for the first time.

  • Lazy properties are useful when the initialization of a property is expensive and not always needed.

  • They can improve performance and memory usage by delaying the initialization until it is actually needed.

  • They are declared using the 'lazy' keyword and must be variables, not constants.

  • Example: lazy var myProperty = expensiveInitialization()

  • Lazy properties are thread-safe by default in...read more

Add your answer

Q4. Difference between bounds and frame

Ans.

Bounds refer to the content area of a view, while frame refers to the position and size of a view within its superview.

  • Bounds are relative to the view's own coordinate system, while frame is relative to its superview's coordinate system.

  • Changing the bounds of a view affects the position and size of its subviews, while changing the frame affects the position and size of the view itself.

  • For example, if a view has a frame of (10, 10, 100, 100) and a bounds of (0, 0, 80, 80), the...read more

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

Q5. Different types of access control

Ans.

Access control refers to the process of restricting or granting access to resources based on user identity and permissions.

  • Role-based access control (RBAC) - access is granted based on the user's role within an organization

  • Attribute-based access control (ABAC) - access is granted based on specific attributes of the user, such as job title or department

  • Discretionary access control (DAC) - access is granted at the discretion of the resource owner

  • Mandatory access control (MAC) -...read more

Add your answer

Q6. What is RAG actually?

Ans.

RAG stands for Red, Amber, Green. It is a color-coded system used to indicate the status of tasks or projects.

  • RAG is commonly used in project management to quickly communicate the status of tasks or projects.

  • Red typically indicates that a task or project is behind schedule or facing significant issues.

  • Amber signifies that there are some concerns or risks that need to be addressed.

  • Green means that a task or project is on track and progressing as planned.

  • For example, a project ...read more

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.7
 • 638 Interview Questions
4.1
 • 534 Interview Questions
4.0
 • 465 Interview Questions
4.2
 • 220 Interview Questions
4.0
 • 203 Interview Questions
3.8
 • 140 Interview Questions
View all
Top Hie HQ 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
Get AmbitionBox app

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