Add office photos
Employer?
Claim Account for FREE

Okta

2.3
based on 12 Reviews
Filter interviews by

10+ USDC Global Interview Questions and Answers

Updated 4 Jan 2025

Q1. Difference b/w freetyle and normal pipeline . How to check if build is successful.

Ans.

Freestyle pipeline allows more flexibility in defining build steps compared to normal pipeline. Build success can be checked by examining the build status or logs.

  • Freestyle pipeline allows users to define build steps manually, while normal pipeline follows a predefined structure.

  • In freestyle pipeline, build steps can be configured using GUI, whereas normal pipeline uses a script-like syntax.

  • To check if a build is successful, you can look at the build status (e.g. success/fail...read more

Add your answer

Q2. How to manage terraform state file in common place so if one making changes other get modified file.

Ans.

Use remote backend in Terraform to manage state file in a common place.

  • Use remote backend in Terraform to store state file in a shared location like AWS S3 bucket or Azure Blob Storage.

  • Configure Terraform to use the remote backend by specifying the backend configuration in the Terraform configuration file.

  • Ensure proper access control and permissions are set up for the shared storage to prevent unauthorized access.

  • Use locking mechanisms provided by the remote backend to preven...read more

Add your answer

Q3. Given 1000 servers and continue running steam check the stream is strictly increasing order. Divide those streams in 100 servers and process in parallel

Ans.

Divide 1000 servers into 100 groups to check if streams are strictly increasing in parallel

  • Divide the 1000 servers into 100 groups of 10 servers each

  • Assign each group of servers to a separate processing unit for parallel checking

  • Check if the stream on each server within the group is strictly increasing

  • Combine the results from all groups to determine if all streams are strictly increasing

Add your answer

Q4. Check if array can make strictly increasing order by making atmost 2 modifications.

Ans.

Check if array can be made strictly increasing by modifying at most 2 elements.

  • Iterate through the array and check if each element is greater than the previous one.

  • If there are more than 2 elements that need to be modified, return false.

  • Examples: ['1', '2', '3'] -> true, ['1', '3', '2', '4'] -> true, ['1', '1', '2', '3'] -> false

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

Q5. Print values of nested json element. Values is in array.

Ans.

Print values of nested json element in array format

  • Access the nested json element using dot notation

  • Iterate through the array to print each value

Add your answer

Q6. Current version of linux, running process of linux.

Ans.

Current version of Linux is 5.14.6. Running processes in Linux can be viewed using commands like ps, top, and htop.

  • Current version of Linux is 5.14.6

  • Running processes in Linux can be viewed using commands like ps, top, and htop

Add your answer
Are these interview questions helpful?

Q7. Given a set of overlapping time ranges, calculate the total run time.

Ans.

Calculate total run time of overlapping time ranges

  • Sort the time ranges by start time

  • Iterate through the sorted time ranges and merge overlapping ranges

  • Calculate the total run time by summing up the merged ranges

Add your answer

Q8. what are the system calls when the process is created

Ans.

System calls when a process is created

  • fork()

  • exec()

  • clone()

Add your answer
Share interview questions and help millions of jobseekers 🌟

Q9. What is your experience in cloud providers?

Ans.

I have experience working with AWS, GCP, and Azure cloud providers.

  • Managed infrastructure on AWS EC2 instances

  • Utilized GCP services like Compute Engine and Cloud Storage

  • Deployed applications on Azure Virtual Machines

Add your answer

Q10. difference between encryption and hashing

Ans.

Encryption is reversible, while hashing is irreversible.

  • Encryption is a process of converting data into a code to prevent unauthorized access.

  • Hashing is a process of converting data into a fixed-length string of characters.

  • Encryption uses algorithms like AES, RSA, while hashing uses algorithms like MD5, SHA-256.

  • Encrypted data can be decrypted back to its original form, while hashed data cannot be reversed.

Add your answer

Q11. design a logging system for 1000 hosts

Ans.

Design a scalable logging system for 1000 hosts.

  • Use a centralized logging server to collect logs from all hosts.

  • Implement log rotation to manage disk space efficiently.

  • Consider using a distributed logging system like Elasticsearch, Logstash, and Kibana (ELK stack).

Add your answer

Q12. difference between igw and nat

Ans.

IGW stands for Internet Gateway and is used to connect a VPC to the internet, while NAT (Network Address Translation) is used to allow instances in a private subnet to access the internet.

  • IGW is used to provide a path for internet traffic to and from a VPC

  • NAT is used to allow instances in a private subnet to access the internet while hiding their private IP addresses

  • IGW is associated with a VPC, while NAT is associated with a subnet

  • Example: IGW is used to allow public-facing ...read more

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

Interview Process at USDC Global

based on 8 interviews in the last 1 year
Interview experience
3.9
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.5
 • 382 Interview Questions
4.1
 • 376 Interview Questions
3.9
 • 265 Interview Questions
4.3
 • 189 Interview Questions
4.0
 • 168 Interview Questions
3.6
 • 143 Interview Questions
View all
Top Okta 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