Fresh grad from a tier-3 college! 🎓 Can't believe Deloitte is hiring off-campus - been grinding aptitude questions like crazy! Really need that PrepInsta Prime to boost my prep game. Manifesting that Deloitte dream! 🤞✨ #FresherLife 🙏
num=int(input("Enter a Integer: ")) s="" while num > 0:#convering to binary r=num%2 s=str(r)+s num=int(num/2) ts="" for i in s:#toggling the bits if i=="0": ts+="1" else: ts+="0" print(s) print(ts) op=0 for i in range(0,len(ts)):#converting to decimal if ts[::-1][i]=="1": op+=(2**i) print(op)
@PrepInsta sir prime to free me access nahi ho raha he sir aapne kaha tha top 3 comments ko prepinsta prime free me denge but is per click karne ke baad to yah subscription mang raha he
very informative
Glad to hear it!
Fresh grad from a tier-3 college! 🎓 Can't believe Deloitte is hiring off-campus - been grinding aptitude questions like crazy! Really need that PrepInsta Prime to boost my prep game. Manifesting that Deloitte dream! 🤞✨ #FresherLife 🙏
Hey !! thanks for the feedback, also reach out to us anytime on : prepinsta.com/whatsapp/
@PrepInsta but the group is full
Very informative video.
Thanks for the feedback!!
1. Problem will lead to O(n)2 time complexity so rather than this we can use two pointer approach for a optimized solution.
Thank you so much sir for explain this question
Thanks for the feedback
sir i have not followed resume format can i reapply with my another email id?
Reach out to us : prepinsta.com/whatsapp/
@@PrepInsta group is full
If you give the prep insta prime access you will be the one of the reason for my step to success
For prime details please reach out us on : prepinsta.com/whatsapp/
num=int(input("Enter a Integer: "))
s=""
while num > 0:#convering to binary
r=num%2
s=str(r)+s
num=int(num/2)
ts=""
for i in s:#toggling the bits
if i=="0":
ts+="1"
else:
ts+="0"
print(s)
print(ts)
op=0
for i in range(0,len(ts)):#converting to decimal
if ts[::-1][i]=="1":
op+=(2**i)
print(op)
in Deloitte nla exam it is compulsory to solve both coding questions?
For more info DM us on : prepinsta.com/whatsapp/
Hello sir.
How can i access the prepinsta prime
Reach out to us on : prepinsta.com/whatsapp/
@@PrepInsta how can I access this
Sir How can i access the prepinsta prime ?
Hey !! please dm us on : prepinsta.com/whatsapp/
@PrepInsta sir prime to free me access nahi ho raha he sir aapne kaha tha top 3 comments ko prepinsta prime free me denge but is per click karne ke baad to yah subscription mang raha he
I also wanted Prep Insta Prime
Hey !! reach out us on : prepinsta.com/whatsapp/
Thankyou sir
Please help me sir prime is free for me my education is also on Education loan then please this opportunity give to me to get placed on Deloitte
Coding round clear krna hai toh bata mai free mai sikha dunga
How?@@aaryjoshi5233
Reach out to us on : prepinsta.com/whatsapp/
Prime please
Hey ! glad you reach out , Dm us on : instagram.com/prepinsta.2025/
I have a doubt sir could you please help me
Reach out to us on : instagram.com/prepinsta.2025/
do companies really ask such easy questions ? these questions are not even 800 on cf
Please drop your queries on : prepinsta.com/whatsapp/
Prepinsta
Help me
Reach out to us on : prepinsta.com/whatsapp/
import java.util.*;
class Main {
public static void main(String[] args) {
int n=10;
String s="";
while(n>0){
int rem=n%2;
s=s+rem;
n=n/2;
}
StringBuilder sb=new StringBuilder();
for(int i=s.length()-1;i>=0;i--){
sb.append(s.charAt(i));
}
String rev=sb.toString();
StringBuilder sb2=new StringBuilder();
for(int i=0;i
int n;
cin>>n;
int bit=0,cnum=n;
while(cnum){
n^=(1=1;
}
Prime free me milega sch me 🫡
For more details regards to prime reach out us on : prepinsta.com/whatsapp/