Upload Button Icon Add office photos

Filter interviews by

Medbikri Technologies Sdet Intern Interview Questions and Answers for Freshers

Updated 1 Jul 2024

Medbikri Technologies Sdet Intern Interview Experiences for Freshers

1 interview found

Sdet Intern Interview Questions & Answers

user image Anonymous

posted on 1 Jul 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Create a olympics logo using React.
  • Ans. 

    Create a Olympics logo using React.

    • Use SVG elements to create the rings of the logo.

    • Utilize CSS for styling and positioning of the rings.

    • Consider using React components to modularize the design.

    • Implement animations for a dynamic effect.

    • Ensure responsiveness for different screen sizes.

  • Answered by AI
  • Q2. Questions on React and Javascript, like event loops, useMemo, Caching and hooks

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at Dhirubhai Ambani Institute of Information and Communication Technology (DA-IICT), Gandhinagar and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

College coding test medium level question

Round 2 - One-on-one 

(2 Questions)

  • Q1. Border level traversal of tree
  • Ans. 

    Border level traversal of a tree involves visiting the nodes at the outermost edges of the tree in a clockwise or counterclockwise direction.

    • Start by visiting the nodes in the leftmost column from top to bottom, excluding the leaf nodes.

    • Then visit the leaf nodes from left to right at the bottom of the tree.

    • Next, visit the nodes in the rightmost column from bottom to top, excluding the leaf nodes.

    • Finally, visit the leaf...

  • Answered by AI
  • Q2. Burn a tree coding question
  • Ans. 

    Implement a function to burn a tree starting from a given node

    • Start by creating a function that takes in the root node of the tree and the node to start burning from

    • Use a queue to perform a level order traversal of the tree

    • Keep track of the nodes that have been burned and the nodes that are yet to be burned

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Testing related questions
  • Q2. Automation question

Interview Preparation Tips

Interview preparation tips for other job seekers - Study DSA thoroughly and amazon rules

Skills evaluated in this interview

Sdet Engineer Interview Questions & Answers

Accenture user image AKANKSHA JAISWAL

posted on 28 Nov 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Apt and coding test was in first

Round 2 - Coding Test 

2 coding questions was ask

Round 3 - One-on-one 

(2 Questions)

  • Q1. It was on your resume question
  • Q2. Hr questions was asked in interview

Sdet Interview Questions & Answers

TCS user image Vidya Devi

posted on 30 Dec 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. About yourself , what is different types of wait in selenium, how to read the data from excel.

I applied via Company Website and was interviewed in Jun 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

90 Mins on amcat global platform, 2 Easy level questions on Array and two pointers

Round 3 - Technical 

(2 Questions)

  • Q1. Print all the Elements not present in a sorted array and tell the time and space complexity of the algorithm.
  • Ans. 

    Print all elements not present in a sorted array with time and space complexity.

    • Iterate through array and print missing elements

    • Use binary search for faster search

    • Time complexity: O(n log n)

    • Space complexity: O(1)

  • Answered by AI
  • Q2. Print all the elements not present in an unsorted array and tell the time and space complexity of the algorithm.
  • Ans. 

    Print all elements not present in an unsorted array and give time and space complexity.

    • Iterate through array and use a hashset to keep track of seen elements.

    • Print elements not in hashset.

    • Time complexity: O(n), Space complexity: O(n)

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Tell me about yourself, your college , family, hobbies and projects
  • Q2. Why do you want to join this company?

Interview Preparation Tips

Topics to prepare for Jio SDE (Software Development Engineer) interview:
  • Arrays
  • Linked List
  • Two pointers
Interview preparation tips for other job seekers - It will be an easy experience, so chill out, practice 2 pointers, arrays and linked lists questions on LeetCode.

Skills evaluated in this interview

I applied via Company Website and was interviewed in May 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic level aptitude questions on quant , verbal , logical thinking . Just manage your time wisely and you are good to go.

Round 2 - Coding Test 

3 level of coding questions on your desired language. (Cleared a medium level questions and partially completed a easy level one )

Interview Preparation Tips

Topics to prepare for Infosys SDE (Software Development Engineer) interview:
  • DBMS
  • OOPS
  • Python
  • DAA
Interview preparation tips for other job seekers - Just be calm and give your best even if you fail you have a got ton's of oppertunity in the future and just keep on preparing to achieve your dream .

I applied via Campus Placement

Interview Questionnaire 

2 Questions

  • Q1. The basic question of SQL
  • Q2. Question from a project that mentioned in the resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Introduce yourself nicely, be confident in your answer. Answer very softly and don't get nervous.
Round 1 - Case Study 

Working as good

Round 2 - Technical 

(1 Question)

  • Q1. Core java and selenium

Interview Preparation Tips

Interview preparation tips for other job seekers - Good as good morning benefits prospects
Round 1 - Aptitude Test 

NA

Round 2 - Technical 

(1 Question)

  • Q1. Questions based on resume

Interview Preparation Tips

Interview preparation tips for other job seekers - hdhevwjebejehebdbdjdbejejejejejeb

I applied via Campus Placement and was interviewed in Sep 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was of moderate difficulty level

Round 2 - Group Discussion 

I was given a comm topic along with 5 other people

Interview Preparation Tips

Interview preparation tips for other job seekers - pleae prepare thoroughly all thge rounds of interviw there are a lot more goood candidates

Medbikri Technologies Interview FAQs

How many rounds are there in Medbikri Technologies Sdet Intern interview for freshers?
Medbikri Technologies interview process for freshers usually has 1 rounds. The most common rounds in the Medbikri Technologies interview process for freshers are Technical.
What are the top questions asked in Medbikri Technologies Sdet Intern interview for freshers?

Some of the top questions asked at the Medbikri Technologies Sdet Intern interview for freshers -

  1. Create a olympics logo using Rea...read more
  2. Questions on React and Javascript, like event loops, useMemo, Caching and ho...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all
Sales Executive
7 salaries
unlock blur

₹1.9 L/yr - ₹3.1 L/yr

Regional Sales Manager
5 salaries
unlock blur

₹4.1 L/yr - ₹7.7 L/yr

City Manager
5 salaries
unlock blur

₹4 L/yr - ₹5.5 L/yr

Team Lead
5 salaries
unlock blur

₹2 L/yr - ₹3.4 L/yr

Business Development Executive
4 salaries
unlock blur

₹2.3 L/yr - ₹3.1 L/yr

Explore more salaries
Compare Medbikri Technologies with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview