Upload Button Icon Add office photos

Filter interviews by

Emertxe Information Technologies Student Intern Interview Questions and Answers

Updated 21 Mar 2024

Emertxe Information Technologies Student Intern Interview Experiences

2 interviews found

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

I applied via Company Website and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

They asked some aptitude questions like based on time and speed, distance, train based questions. max 60min duration

Round 2 - Coding Test 

They give C based problem statement, max 2 question and 30 min duration

Round 3 - One-on-one 

(1 Question)

  • Q1. In this round F2F technical round will happen between student and interviewer, some technical questions are asked, like based on C programming, C++, Data structure, Micro controller etc. the duration of th...

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Dec 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 - Aptitude Test 

It's a basic test which is filled with questions on the knowledge of iot, Embedded C and like that.We have to prepare all the questions in that domain then we can easily crack it.Thank you.

Round 3 - Assignment 

It's a simulation project assignment.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare all the aptitudes which is related to your job.Practice for it by doing many sample tests.The main thing is to be with confidence and patience.Thank you and have a successful path ahead.

Student Intern Interview Questions Asked at Other Companies

Q1. What are the concepts of Object-Oriented Programming (OOP), and c ... read more
Q2. A doctor ordered an antihypertensive medication, but the patient' ... read more
asked in Actual IT
Q3. Have you finished the database and data structures courses in you ... read more
Q4. How will you handle mischievous behaviors?
Q5. What is the appropriate course of action for a patient presenting ... read more

Top trending discussions

View All
Interview Hub
6d (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Emertxe Information Technologies?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Can you please introduce yourself?
  • Q2. What skills and background do you possess that are relevant to this position?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basics of C language

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jun 2024, where I was asked the following questions.

  • Q1. JavaScript coding
  • Q2. C language Coding questions
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Job Portal and was interviewed in Jan 2023. 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 - HR 

(1 Question)

  • Q1. More than technology,a senior recruiter asks where you stay which gali you stay,which temple is near by,what your husband do,getting into more personal and final he will ask your janam kundali and tell you...
Round 3 - One-on-one 

(1 Question)

  • Q1. Senior recruiter will ask more personal questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Girls and ladies please don't join this company as it is more into priest kinda,they check your caste,class rather your hardwork it seems. This so called senior recruiter totally flirts with you if you are single,divorce,seperarated and also heard his eyes rolls on always girls upper part,no matter whatever she is wearing. I heard after complaining also higher authorities didn't taken the action. Now you people only imagine how is it safe for a girl to work in that disgusting atmosphere. And in any MNC company if the complain is raised the higher authority should take an action but still they kept him then think what kinda company is this. INDIA HR cgs is worst the worst. They are not giving you secured job,HR are saving there job to close that position and you are bakra,who will be paid with very less salary comparative outside and also you are treated like a dog. Think twice thrice to take the decision.
Be interview-ready. Browse the most asked HR questions.
illustration image
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Spark architecture.
  • Q2. Narrow and wide transformations
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Difference between absolute xpath and relative xpath
  • Ans. 

    Absolute xpath specifies the complete path from the root element to the desired element, while relative xpath specifies the path relative to the current element.

    • Absolute xpath starts with a single forward slash (/) and is more specific.

    • Relative xpath starts with a double forward slash (//) and is more flexible.

    • Absolute xpath is more prone to breaking if the structure of the page changes.

    • Relative xpath is easier to main...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. What is the difference between supervised and unsupervised learning
  • Ans. 

    Supervised learning uses labeled data for training, while unsupervised learning identifies patterns in unlabeled data.

    • Supervised learning requires labeled datasets, e.g., predicting house prices based on features like size and location.

    • Unsupervised learning works with unlabeled data, e.g., clustering customers based on purchasing behavior.

    • In supervised learning, the model is trained to minimize error between predicted ...

  • Answered by AI
  • Q2. Explain a project where you used python for data analysis
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Jun 2025, where I was asked the following questions.

  • Q1. What is the use of preventpefault() in React?
  • Ans. 

    preventDefault() in React prevents the default action of an event from occurring, allowing for custom behavior.

    • Used in event handlers to stop default browser actions, e.g., preventing form submission.

    • Example: <form onSubmit={(e) => { e.preventDefault(); handleSubmit(); }}>...</form>

    • Useful for handling custom validation before submission.

    • Can be applied to links to prevent navigation: <a href='#' onClic...

  • Answered by AI
  • Q2. What is Middleware?
  • Q3. Why is server.js used?
  • Ans. 

    server.js is a crucial file in Node.js applications, managing server configurations and routing requests.

    • Acts as the entry point for a Node.js application, initializing the server.

    • Handles incoming requests and routes them to appropriate handlers.

    • Configures middleware for processing requests, such as body parsing or logging.

    • Can define API endpoints, e.g., app.get('/api/users', (req, res) => { ... });

    • Facilitates conne...

  • Answered by AI
  • Q4. How is Tailwind CSS better than normal (traditional) CSS?
  • Ans. 

    Tailwind CSS offers utility-first styling, promoting faster development and easier maintenance compared to traditional CSS.

    • Utility-first approach: Tailwind provides utility classes like 'bg-blue-500' for background color, reducing the need for custom CSS.

    • Faster prototyping: With pre-defined classes, developers can quickly build layouts without writing extensive CSS.

    • Responsive design: Tailwind includes responsive utilit...

  • Answered by AI

Emertxe Information Technologies Interview FAQs

How many rounds are there in Emertxe Information Technologies Student Intern interview?
Emertxe Information Technologies interview process usually has 3 rounds. The most common rounds in the Emertxe Information Technologies interview process are Aptitude Test, Coding Test and One-on-one Round.

Tell us how to improve this page.

Overall Interview Experience Rating

4.5/5

based on 2 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Emertxe Information Technologies Student Intern Reviews and Ratings

based on 4 reviews

4.9/5

Rating in categories

4.8

Skill development

4.5

Work-life balance

4.6

Salary

5.0

Job security

4.7

Company culture

4.6

Promotions

4.8

Work satisfaction

Explore 4 Reviews and Ratings
Technical Mentor
27 salaries
unlock blur

₹2.5 L/yr - ₹6 L/yr

Trainee
14 salaries
unlock blur

₹1.3 L/yr - ₹4 L/yr

Business Development Executive
11 salaries
unlock blur

₹3.3 L/yr - ₹5.6 L/yr

Embedded Software Engineer
10 salaries
unlock blur

₹1.8 L/yr - ₹6.2 L/yr

Embedded Trainee
7 salaries
unlock blur

₹1 L/yr - ₹2.8 L/yr

Explore more salaries
Compare Emertxe Information Technologies with

Primus Global Technologies

3.7
Compare

TriGeo Technologies

3.2
Compare

GrapplTech

4.8
Compare

Plada Infotech Services

3.7
Compare
write
Share an Interview