Upload Button Icon Add office photos

Filter interviews by

Techweirdo SDE Intern Interview Questions and Answers

Updated 4 May 2023

Techweirdo SDE Intern Interview Experiences

1 interview found

SDE Intern Interview Questions & Answers

user image Anonymous

posted on 17 Jan 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 2022. There were 3 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 - Assignment 

After resume screening, I was asked to create a data-driven form on a webpage using React and NodeJS.
A data-driven form is a kind of form where we do not hard code the fields(i.e. the data we want to gather by the form) we get the fields from the database instead.

Round 3 - One-on-one 

(6 Questions)

  • Q1. What is multithreading in Javascript?
  • Ans. 

    Multithreading is not natively supported in JavaScript, but can be achieved through Web Workers.

    • JavaScript is a single-threaded language, meaning it can only execute one task at a time.

    • Web Workers allow for multithreading in JavaScript by running scripts in the background.

    • Web Workers can communicate with the main thread using message passing.

    • Examples of tasks that can benefit from multithreading include heavy computati

  • Answered by AI
  • Q2. A situation-based question on React.js regarding listing data on a page from an API.
  • Q3. Questions on setInterval() and setTimeout()
  • Q4. Question on how DOM manipulation works in React.js
  • Q5. What is virtual DOM?
  • Ans. 

    Virtual DOM is a lightweight copy of the actual DOM used for efficient updates.

    • Virtual DOM is a concept used in modern web development frameworks like React.

    • It is a lightweight copy of the actual DOM that is used to track changes and update the actual DOM efficiently.

    • When a change is made to the virtual DOM, it is compared with the previous version to identify the minimum number of changes required to update the actual...

  • Answered by AI
  • Q6. Easy questions on Node.js event loop.

Interview Preparation Tips

Topics to prepare for Techweirdo SDE Intern interview:
  • React.Js
  • Node.Js
  • express.js
  • MongoDB
  • Javascript
Interview preparation tips for other job seekers - Be confident and your basics should be clear. The interview will be more or less easy.

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Job Fair and was interviewed in Jul 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Neural Hack 6 - Round 1 - 7 DSA Question I have solved 5 only

Round 2 - Coding Test 

Round 2 - 5 DSA Problem I'm able to solve only 3 not able to top 100 but call for interview

Round 3 - Technical 

(5 Questions)

  • Q1. Self Introduction
  • Q2. Which in most efficient sorting algorithm amd why and what is it's time complexity.
  • Ans. 

    The most efficient sorting algorithm is Quick Sort due to its average time complexity of O(n log n).

    • Quick Sort is efficient due to its divide and conquer approach.

    • It has an average time complexity of O(n log n) and a worst-case time complexity of O(n^2).

    • Example: Sorting an array of integers using Quick Sort.

  • Answered by AI
  • Q3. What is OOPS and explain all with their examples
  • Ans. 

    OOPS stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPS focuses on creating objects that interact with each other to solve a problem

    • Key principles of OOPS include encapsulation, inheritance, polymorphism, and abstraction

    • Encapsulation: bundling data and methods that operate on the data into a single unit

    • Inheritance: allows a class to...

  • Answered by AI
  • Q4. Explain your projects and what are the problem do you faced during development phase
  • Ans. 

    I developed a mobile app for tracking daily water intake and exercise routines.

    • Implemented user-friendly interface for easy input of water intake and exercise details

    • Integrated push notifications to remind users to drink water and exercise regularly

    • Used Firebase for backend data storage and retrieval

    • Faced challenges with optimizing app performance on older devices

    • Encountered issues with syncing data across multiple dev

  • Answered by AI
  • Q5. Write code for reversing array
  • Ans. 

    Code to reverse an array of strings

    • Use a loop to iterate through half of the array and swap elements at opposite ends

    • Create a temporary variable to hold one element during swapping

    • Ensure to handle odd length arrays by not swapping the middle element

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Self Introduction
  • Q2. Explained companies policies
  • Ans. 

    Company policies outline rules and guidelines for employees to follow.

    • Company policies cover areas such as dress code, attendance, code of conduct, and benefits.

    • Examples of company policies include a policy on remote work, a policy on social media usage, and a policy on harassment.

    • Employees are expected to adhere to company policies to maintain a positive work environment and ensure compliance with legal regulations.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for your interview

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Hackerrrank and for 1 hour 3 LC medium

Round 2 - Technical 

(2 Questions)

  • Q1. Aggresive cow medium dsa q
  • Q2. Binary search on ans type
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

1. We noticed on your resume that your address is in another city. How will you get here every day if we hire you? Will you commute, or will you move? Will you want us to cover your moving expenses?”
2. We noticed that you’ve held a position as a mid-level manager. This is a junior-level position. Will you be willing to take a step down to accept this job?
3. We noticed that you have most of the requirements for this job, but you don’t have a master’s degree. Are you planning to earn one soon? What do you have to offer in lieu of this credential?

Round 2 - HR 

(2 Questions)

  • Q1. What can you bring to this company that can help us reach our goals?” How would you describe your experience in your own worlds?
  • Q2. How would you describe your personality, your approach to problem solving, your leadership skills, etc., in your own words?

Interview Preparation Tips

Interview preparation tips for other job seekers - There are a lot of ways you can help someone who is searching for work. Whether you're encouraging a friend, family member or professional contact, offering help when needed can motivate someone struggling to find a job. Start by communicating with them and listening to their needs to offer support as they look for employment.
Here are some ideas to support someone looking for a job broken down into categories:

1. Help suggest jobs if you're asked
2.Help them create a professional profile online.
3. Seek out career coaches.
4. Research online job boards.
5. Ask them to list ideal jobs

Before you can help a colleague or loved one search for a job, have them brainstorm some jobs they'd like to perform, even if they aren't in the same field as their previous employment.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

It is an assessment on OOPS,DSA,DBMS and coding questions

Round 2 - Technical 

(3 Questions)

  • Q1. General OOPS concepts
  • Q2. What is interface
  • Ans. 

    An interface is a point where two systems, subjects, organizations, etc., meet and interact with each other.

    • An interface defines the methods that a class must implement, without specifying how they should be implemented.

    • Interfaces allow for multiple inheritance in programming languages like Java.

    • Examples of interfaces in programming include Java interfaces, USB ports on electronic devices, and user interfaces on softwa

  • Answered by AI
  • Q3. What are pillars of OOPS
  • Ans. 

    The pillars of OOPS (Object-Oriented Programming) are Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance allows a class to inherit properties and behavior from another class. For example, a 'Car' class can inherit from a 'Vehicle' class.

    • Encapsulation refers to the bundling of data with the methods that operate on that data. It restricts access to some of an object's components. For example, using pri...

  • Answered by AI
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Linux,os,networks,sql,dbms

Round 2 - Technical 

(2 Questions)

  • Q1. Factorial of number
  • Ans. 

    Factorial of a number is the product of all positive integers less than or equal to that number.

    • Factorial of 5 is 5! = 5 x 4 x 3 x 2 x 1 = 120

    • Factorial of 0 is defined as 1, 0! = 1

    • Factorial of negative numbers is not defined

  • Answered by AI
  • Q2. Subsequence of array
  • Ans. 

    Finding a subsequence of strings in an array

    • Iterate through the array and check if each string is part of the subsequence

    • Maintain a pointer for the subsequence and array to compare elements

    • Return true if all strings in the subsequence are found in the array

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
-
Result
-
Round 1 - Aptitude Test 

They gave a set of aptitude questions and time to complete it was 60 mins. It was not too difficult to clear

Round 2 - One-on-one 

(2 Questions)

  • Q1. Why do you want to join this internship program?
  • Ans. 

    I want to join this internship program to gain practical experience in my field of study and to learn from industry professionals.

    • Gain practical experience in my field of study

    • Learn from industry professionals

    • Enhance my skills and knowledge

    • Networking opportunities

    • Potential for future employment

  • Answered by AI
  • Q2. Questions about my educational background?
Round 3 - HR 

(1 Question)

  • Q1. What are your strengths and weaknesses?
  • Ans. 

    My strengths include strong communication skills and attention to detail. My weaknesses include being overly critical of my own work and sometimes struggling with time management.

    • Strengths: strong communication skills

    • Strengths: attention to detail

    • Weaknesses: overly critical of my own work

    • Weaknesses: sometimes struggle with time management

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and express your interests
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Selenium framework, exceptions, how to right click double click,
  • Q2. Rest assured, serialization , how to send POST request

Intern Interview Questions & Answers

Hexaware Technologies user image Rubikak Dr.NGP Itech

posted on 9 Nov 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - HR 

(3 Questions)

  • Q1. Tell me about your self
  • Q2. Mission vision of the company
  • Q3. Agrement and relocation
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Good and easy, guesstimate and puzzles

Techweirdo Interview FAQs

How many rounds are there in Techweirdo SDE Intern interview?
Techweirdo interview process usually has 3 rounds. The most common rounds in the Techweirdo interview process are Resume Shortlist, Assignment and One-on-one Round.
What are the top questions asked in Techweirdo SDE Intern interview?

Some of the top questions asked at the Techweirdo SDE Intern interview -

  1. What is multithreading in Javascri...read more
  2. What is virtual D...read more
  3. A situation-based question on React.js regarding listing data on a page from an...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Techweirdo interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Cognizant Interview Questions
3.8
 • 5.5k Interviews
Nagarro Interview Questions
4.0
 • 769 Interviews
Publicis Sapient Interview Questions
3.5
 • 605 Interviews
GlobalLogic Interview Questions
3.7
 • 569 Interviews
UST Interview Questions
3.8
 • 502 Interviews
CGI Group Interview Questions
4.0
 • 481 Interviews
Synechron Interview Questions
3.6
 • 354 Interviews
View all

Techweirdo SDE Intern Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

2.0

Skill development

1.0

Work-Life balance

3.0

Salary & Benefits

3.0

Job Security

3.0

Company culture

3.0

Promotions/Appraisal

2.0

Work Satisfaction

Explore 1 Review and Rating
UI/UX Designer
4 salaries
unlock blur

₹5 L/yr - ₹5 L/yr

Associate Software Engineer
3 salaries
unlock blur

₹5 L/yr - ₹7 L/yr

Data Scientist
3 salaries
unlock blur

₹5.2 L/yr - ₹7.2 L/yr

Angular Developer
3 salaries
unlock blur

₹3.3 L/yr - ₹7.5 L/yr

Explore more salaries
Compare Techweirdo with

Cognizant

3.8
Compare

NTT Data Information Processing Services

4.0
Compare

Sutherland Global Services

3.7
Compare

Hexaware Technologies

3.6
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