Add office photos
Engaged Employer

Zeeve

3.9
based on 22 Reviews
Filter interviews by

Okie Ventures Interview Questions and Answers

Updated 3 Oct 2024

Q1. Write a code to read the data From Excel file or property file

Ans.

Code to read data from Excel file or property file

  • Use Apache POI library for reading Excel files in Java

  • For property files, use java.util.Properties class

  • Handle exceptions like FileNotFoundException and IOException

  • Example for reading Excel file: FileInputStream fis = new FileInputStream("data.xlsx"); Workbook workbook = new XSSFWorkbook(fis); Sheet sheet = workbook.getSheetAt(0);

  • Example for reading property file: FileInputStream fis = new FileInputStream("config.properties");...read more

Add your answer

Q2. Difference between VPC in aws and resource group in azure?

Ans.

VPC in AWS is a virtual network that allows you to isolate resources, while a resource group in Azure is a way to organize and manage resources.

  • VPC in AWS stands for Virtual Private Cloud and is used to create an isolated network environment for resources.

  • Resource group in Azure is a way to group related resources together for easier management and organization.

  • VPC allows you to define IP address ranges, subnets, route tables, and network gateways.

  • Resource group helps in mana...read more

Add your answer

Q3. Write a program of maximum occuring characters in string

Ans.

Program to find the maximum occurring character in a string

  • Create an array to store the frequency of each character in the string

  • Iterate through the string and update the frequency array

  • Find the character with the highest frequency in the array

Add your answer

Q4. What is Helm and use cases?

Ans.

Helm is a package manager for Kubernetes that simplifies the deployment and management of applications.

  • Helm allows users to define, install, and upgrade Kubernetes applications using Helm charts.

  • It helps in managing the complexity of Kubernetes configurations by providing a templating system.

  • Helm charts are reusable packages of pre-configured Kubernetes resources, making it easier to share and deploy applications.

  • Use cases include deploying complex applications with multiple ...read more

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

Q5. What is VPC in Aws?

Ans.

VPC stands for Virtual Private Cloud in AWS, which allows you to create a private network within the AWS cloud environment.

  • VPC helps in controlling the virtual networking environment, including IP address ranges, subnets, route tables, and network gateways.

  • It provides security by allowing you to define security groups and network access control lists to control inbound and outbound traffic.

  • VPC enables you to launch AWS resources, such as EC2 instances, within a virtual networ...read more

Add your answer

Q6. What is nat gateway?

Ans.

A NAT gateway is a managed service that allows private resources in a VPC to access the internet while remaining private.

  • Acts as a gateway for outbound internet traffic from private subnets in a VPC

  • Provides better security by not exposing private IP addresses to the internet

  • Helps in scaling outbound traffic as it can handle higher bandwidth compared to NAT instances

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

4.0
 • 689 Interview Questions
4.2
 • 367 Interview Questions
3.8
 • 210 Interview Questions
4.0
 • 208 Interview Questions
3.9
 • 200 Interview Questions
3.6
 • 171 Interview Questions
View all
Top Zeeve 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