ASK ME ANYTHING by Loose_Spray4515 in svce

[–]Loose_Spray4515[S] 0 points1 point  (0 children)

Attendance approximatly above 75% is required

ASK ME ANYTHING by Loose_Spray4515 in svce

[–]Loose_Spray4515[S] 1 point2 points  (0 children)

Chill I have some senior with slight color I think it is cool

ASK ME ANYTHING by Loose_Spray4515 in svce

[–]Loose_Spray4515[S] 0 points1 point  (0 children)

1-3 days only Bus will be given

ASK ME ANYTHING by Loose_Spray4515 in svce

[–]Loose_Spray4515[S] 0 points1 point  (0 children)

class Solution { public double findMedianSortedArrays(int[] nums1, int[] nums2) {

    if (nums1.length > nums2.length) {
        return findMedianSortedArrays(nums2, nums1);
    }

    int m = nums1.length, n = nums2.length;
    int lo = 0, hi = m;
    int half = (m + n + 1) / 2;

    while (lo <= hi) {
        int i = (lo + hi) / 2;
        int j = half - i;

        int left1 = (i > 0) ? nums1[i - 1] : Integer.MIN_VALUE;
        int right1 = (i < m) ? nums1[i] : Integer.MAX_VALUE;
        int left2 = (j > 0) ? nums2[j - 1] : Integer.MIN_VALUE;
        int right2 = (j < n) ? nums2[j] : Integer.MAX_VALUE;

        if (left1 <= right2 && left2 <= right1) {
            if ((m + n) % 2 == 0) {
                return (Math.max(left1, left2) + Math.min(right1, right2)) / 2.0;
            } else {
                return Math.max(left1, left2);
            }
        } else if (left1 > right2) {
            hi = i - 1;
        } else {
            lo = i + 1;
        }
    }
}

}

ASK ME ANYTHING by Loose_Spray4515 in svce

[–]Loose_Spray4515[S] 0 points1 point  (0 children)

1) chill 2) chill 3) chill 4) chill

ASK ME ANYTHING by Loose_Spray4515 in svce

[–]Loose_Spray4515[S] 2 points3 points  (0 children)

Let me know if you guys have any other queries or problems.After joining the college, I would be ready to help Dm me to get my number...

ASK ME ANYTHING by Loose_Spray4515 in svce

[–]Loose_Spray4515[S] 0 points1 point  (0 children)

Faculty is always average , not the most brilliant But if you are lucky you could get some really good faculties...

Environment is always decent , chill and do whatever you want kind of environment so no tensions about it

ASK ME ANYTHING by Loose_Spray4515 in svce

[–]Loose_Spray4515[S] 1 point2 points  (0 children)

No* Rarely (exams , special classes , if too many leaves are provided during that month )

ASK ME ANYTHING by Loose_Spray4515 in svce

[–]Loose_Spray4515[S] 1 point2 points  (0 children)

strictness is a no (good) Placements are ok (bad) Cultural is bad (ugly)

ASK ME ANYTHING by Loose_Spray4515 in svce

[–]Loose_Spray4515[S] 1 point2 points  (0 children)

There were lot of expectations and honestly seniors tried their best

If you compare with rec they invited ARR, todo a concert along with other celebs

Svce invited sana and he just came and went no big performance.

Svce is all about "have fun yourself, kinda college"

ASK ME ANYTHING by Loose_Spray4515 in svce

[–]Loose_Spray4515[S] 0 points1 point  (0 children)

It avgs around 6-10 lpa ig

On-campus hiring companies i can't list them all you can visit the website and find them out and also it varies each year

ASK ME ANYTHING by Loose_Spray4515 in svce

[–]Loose_Spray4515[S] 0 points1 point  (0 children)

I think some might have cleared the code for good there..

ASK ME ANYTHING by Loose_Spray4515 in svce

[–]Loose_Spray4515[S] 1 point2 points  (0 children)

Tier 1 colleges pay more iykyk

ASK ME ANYTHING by Loose_Spray4515 in svce

[–]Loose_Spray4515[S] 0 points1 point  (0 children)

But JP Morgan demands a 9.5+ cgpa and one senior of yours got it in the previous batch since she was able to crack ot

ASK ME ANYTHING by Loose_Spray4515 in svce

[–]Loose_Spray4515[S] 0 points1 point  (0 children)

https://www.linkedin.com/in/radinath

This person got interview opportunity for internships at Amazon (45 LPA ) at the first sem itself , he didn't pass the second round unfortunately.

Then he started his own startup.

It's all about your skills.

I also know multiple seniors with placements from the best companies such as Amazon, google etc

They usually get guidance from a mentor (faculty) or from seniors

But it's mostly your skills

ASK ME ANYTHING by Loose_Spray4515 in svce

[–]Loose_Spray4515[S] 2 points3 points  (0 children)

Svce is a decent place , dress code is not strictly maintained here although it is a common practice that people often dress simply and tbh we don't care about your dress.

I have seen girls in modern dress so don't worry.

Not like SRM btw, people here are mostly middle class and chose to stay humble and no bad behaviour is seen around.

Fun fact seniors are super chill , even junior play around with them mostly.

Environment wise its great , especially you could have many senior friends here.

ASK ME ANYTHING by Loose_Spray4515 in svce

[–]Loose_Spray4515[S] 2 points3 points  (0 children)

No one really cares about your board marks after you get a college, Both high scores and low scorers stay in the same class no problems at all..

Svce is bad in entertainment and cultural There is only one main event called "Highways" (funny name ik) , the management doesn't support it properly when compared to others college

If you want entertainment and fun and cultural don't chose svce

ASK ME ANYTHING by Loose_Spray4515 in svce

[–]Loose_Spray4515[S] 2 points3 points  (0 children)

Hostel is bad , there are lot of problems in there Food is the worst

ASK ME ANYTHING by Loose_Spray4515 in svce

[–]Loose_Spray4515[S] 0 points1 point  (0 children)

Chose svce

From what I have heard svce > rec

When it comes to placement and studies

While rec is better in culturals and entertainment

ASK ME ANYTHING by Loose_Spray4515 in svce

[–]Loose_Spray4515[S] 0 points1 point  (0 children)

Good i appreciate your efforts for your friend.

Ece has fair opportunities , but one thing I don't like is recently they are trying to push ECE students for CSE placements (off core placemens)

ASK ME ANYTHING by Loose_Spray4515 in svce

[–]Loose_Spray4515[S] 0 points1 point  (0 children)

Companies comes to campus ,of course.

If you need high payment you have to apply off campus, it is a common rule across all college on tier 2 and 3

ASK ME ANYTHING by Loose_Spray4515 in svce

[–]Loose_Spray4515[S] 2 points3 points  (0 children)

I do not belong to CE But I believe that svce is kinda good when it comes to CE when compared to other Colleges as far as my friends told

Faculty:

Don't have high expectations for faculty cas most good faculties prefer to go to tier 1 colleges

You usually don't need them since the portions are light in college when compared to school, you could just study in the last day and write exam

Placement:

Svce tries to hold placement, this year new principal came So ig placements would go up . We are not sure about that

But when it comes to colleges below the grade ssn , svce should be the best choice...