r/rubrik

▲ 0 r/rubrik

Should I join Rubrik or Google ?

Got offer letters from both, but my aim is to be able to work at good projects while having some work life balance.

My current company is Amazon.

Kindly provide comparisons between these in terms of Salary growth, technical expertise growth and WLB.

reddit.com
u/ReflectionNaive1428 — 4 days ago
▲ 0 r/rubrik

Anyone else's appliance unreliable now?

I can't back up servers using HyperV and support keeps releasing patches that dont fix it. Ive got NTP errors from 6 months ago that still come in despite supposedly being fixed in the patch noted.

Did development move to India or something, what happened to this company?

reddit.com
u/flappysack- — 4 days ago
▲ 3 r/rubrik+1 crossposts

PM Intern Interview

Hi, MBA'26 Grad here, have my Product Manager Intern interview scheduled this week. Can anyone pls guide me, how many rounds will be there and what to expect in each round?

reddit.com
u/dontknowshit2112 — 4 days ago
▲ 1 r/rubrik

Tips on joining Rubrik as an intern.

Im a college student . I wanted to ask what does Rubrik consider a good to haves (since they donot have any individual certification or product that seems to be highlighted for training). Im applying for an infosec role (intern) and want to stand out. Should I pursue a direct approach or learn relevant tools and apply next cycle? Any input would be helpful.

reddit.com
u/Crimson_nut69 — 5 days ago
▲ 5 r/rubrik

Managing Rubrik Orchestrated Recovery via the GraphQL API

Hey there!

 

Is it currently possible to manage RSC orchestrated recovery plans through the GraphQL API? Specifically, I'd like to add Azure VMs to a recovery plan (or assign a recovery plan to a VM), but I can't find any mutations that support this.

 

The only recovery plan-related API surface I've been able to find is:

 

  1. The `recoveryPlans` query (though it's flagged as an error in the RSC API playground):

 

```graphql

query GetOrchestratedRecoveries {

 recoveryPlans {

  nodes {

   id

   name

   status

   recoveryType

  }

 }

}

```

 

  1. The `recoveryPlansInfo` field on Azure VM objects:

 

```graphql

query GetVMsInRecoveryPlan($after: String) {

 azureNativeVirtualMachines(

  first: 500

  after: $after

  sortBy: NAME

  sortOrder: ASC

 )

  nodes {

   id

   name

   recoveryPlansInfo {

id

name

recoveryType

   }

  }

 }

}

```

If this isn't supported yet, are there plans to add it in a future release?

My end goal would be to manage which VMs are in the recovery plans via a script.

 

Thank you in advance for your help!

reddit.com
u/Living_Obligation618 — 7 days ago