Update appNew update is available. Click here to update.
SDE - 1
IEO MAKERS FABLAB pvt ltd
upvote
share-icon
1 rounds | 1 Coding problems
views
163 views
comment
0 comments
upvote
0 upvotes
Interview preparation journey
expand-icon
Preparation
Duration: 1 month
Topics: I prepared HTML,CSS, Java Script ,data structures and algorithms.
Tip
Tip

Tip 1 : Revise data structure and algorithms.
Tip 2 : Revise HTML,CSS ,JS and show your projects.
Tip 3 : Be Confident.

Application process
Where: Campus
Eligibility: NO
Resume Tip
Resume tip

Tip 1 : Mention your projects
Tip 2 : Put things in chronological order

Interview rounds
01
Round
Medium
Video Call
Duration40 minutes.
Interview date10 Apr 2020
Problems1
What is Dangling pointer?
Problem approach

Dangling Pointer is a pointer that doesn’t point to a valid memory location. Dangling pointers arise when an object is deleted or deallocated, without modifying the value of the pointer, so that the pointer still points to the memory location of the deallocated memory. Following are examples.

// EXAMPLE 1
int* ptr = (int*)malloc(sizeof(int));
..........................free(ptr);

view more
Start a Discussion
Similar interview experiences
company logo
Software Engineer
3 rounds | 7 problems
Interviewed by Samsung
37 views
0 comments
0 upvotes
company logo
Research Intern
1 rounds | 3 problems
Interviewed by Samsung
13 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 4 problems
Interviewed by Samsung
16 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 3 problems
Interviewed by Samsung
25 views
0 comments
0 upvotes
Companies with similar interview experiencs
company logo
SDE - 1
5 rounds | 12 problems
Interviewed by Amazon
65945 views
21 comments
0 upvotes
company logo
SDE - 1
4 rounds | 5 problems
Interviewed by Microsoft
29761 views
4 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by Amazon
19932 views
5 comments
0 upvotes