Upload Button Icon Add office photos

Filter interviews by

Dresma Intern Interview Questions and Answers

Updated 22 Oct 2024

Dresma Intern Interview Experiences

1 interview found

Intern Interview Questions & Answers

user image Anonymous

posted on 22 Oct 2024

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

I applied via Referral and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is optimization?
  • Ans. 

    Optimization is the process of making something as effective or functional as possible.

    • Optimization involves finding the best possible solution to a problem within given constraints.

    • It often involves maximizing or minimizing a certain objective function.

    • Examples include optimizing production processes to reduce costs, or optimizing algorithms for faster performance.

  • Answered by AI
  • Q2. What are llms? Define their architecture.
  • Ans. 

    LLMs are Long Short-Term Memory networks used in deep learning for sequence prediction tasks.

    • LLMs are a type of recurrent neural network (RNN) designed to overcome the vanishing gradient problem.

    • They have a more complex architecture with multiple gates to control the flow of information.

    • LLMs are capable of learning long-term dependencies in data sequences.

    • Example: LSTM (Long Short-Term Memory) networks are a popular ty

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

(2 Questions)

  • Q1. Solve this puzzle?
  • Q2. Solve another puzzle?

Interview Preparation Tips

Interview preparation tips for other job seekers - Apply to this company.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was good previous year question and i answered all correct and submitted within 15 mins but then also not got selected

Round 2 - Coding Test 

Dont know much about it given 4 questions

Interview Preparation Tips

Interview preparation tips for other job seekers - just be prepared

Intern Interview Questions & Answers

Deltax user image Anonymous

posted on 23 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What are your project
  • Q2. Write a program
  • Ans. 

    Program to sort an array of strings in alphabetical order

    • Use a sorting algorithm like bubble sort or quicksort

    • Compare strings using strcmp() function in C or compareTo() method in Java

    • Handle uppercase and lowercase letters separately if needed

  • Answered by AI
Round 2 - Coding Test 

Nice wonderful dsa and what this company

Interview Preparation Tips

Round: Test
Experience: There was Pool Campus Placement of  4 Colleges together(NIT Jalandhar,NIT Hamirpur ,Candigarh University and CGC Landran ) at Chandigarh University.Written test was taken on Hacker Rank. There were 5 Coding Questions of Linklist , Dynamic Programming,Priority Queues etc . 
You didn't have to do All the questions (3 can get you to the next round).

One thing that need to be beware of is that on Hacker Rank Your Draft is Saved every second(or so). So don't copy from the internet and just paste there(they will get to know).
Tips: Make sure you practice lot of Algorithms.
Duration: 120 minutes
Total Questions: 5

Round: Problem Statement
Experience: Only 8 Students were selected for this round
20 mins were given for it
and afterwards each student had personal discussion(10 mins) with them to explain their schema .
3-4 Questions were also asked related to your schema and how to perform a particular query
Tips: You should Be Through with DBMS
Make sure there is no redundant table and Primary keys are marked

Round: Technical Interview
Experience: 2 were selected for the Interview
Firstly they make you very Comfortable and ask how were the previous Rounds.
Then they asked about the two questions of First Round and my approach 
Then couple of questions on The design that was made Earlier.
Then there were questions on How Internet Works ,gcc,Linux,git,sql.

Then the Interviewer asked if I have any question
I asked about (as the work on doctor's app) how they know the credibility of a doctor which is enlisted in their app.
Interviewer was really Impressed by the question and told me all about it with all details.


Both were selected
Tips: Be cool in the Interview
Think Loudly and Interact with them well.
If they want you to ask any question ,it should not be related to technical stuff ,it should be related to the company

College Name: NIT JALANDHAR

I applied via Referral

Interview Questionnaire 

5 Questions

  • Q1. I was asked to optimize the last program mentioned above
  • Q2. I was asked in detail about my internship experience and projects
  • Q3. I was asked why I did not contribute to any open source projects
  • Q4. I was asked to explain the code of my android app from my dropbox account
  • Q5. The usual HR questions followed after that

Interview Preparation Tips

Skills:
College Name: NA

Software Engineer Interview Questions & Answers

Practo user image BEKKAM VENKATA ADITYA

posted on 27 Sep 2015

I applied via Campus Placement

Interview Questionnaire 

4 Questions

  • Q1. General questions. Where are you from, tell about yourself etc..,
  • Q2. Asked me about the projects which i have mentioned in my resume
  • Q3. Some algorithmic questions including data structures. Time complexity, space complexity etc.,
  • Q4. How would you design a snake game present in basic nokia mobiles. Just the data structure part and some functions which are used as the game goes on

Interview Preparation Tips

Round: Test
Experience: A bit difficult but sensible way to get started with the selection procedure. Questions purely attack the algorithmic and stastitic aspects.
Tips: Get yourself ready with conceptual clartity regarding algorithms and stastics . Don't be ambitious to attempt all the questions, completely solving one problem would be more than enough for getting through this level.
Duration: 120 minutes
Total Questions: 3

Round: Technical Interview
Experience: Believe me. You never feel inferior, it's really interactive and very friendly. Interviewer gave me a few chances and hints whenever i've gone wrong. Overall interview experience was awesome.
Tips: If you're up to this round, they believe you have the potential. So don't panic if you are unable to answer their questions. Just tell them which aspects which you are comfortable with and they will proceed correspondingly, Just be honest whatsoever.

Skill Tips: Prefer having some revision about the above skills before undergoing the selection process.
Skills: Math Puzzles, Algorithmic Approach To Problem Solving, Data Structures
Duration: 2months
College Name: IIT Madras
Funny Moments: Receiving the offer letter from HR official who visited our campus :)

I applied via Walk-in and was interviewed before Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Egerly they asked questions about your inner confidence of tha job seekers

Interview Preparation Tips

Interview preparation tips for other job seekers - Ntg is impossible first you consatret your looking i meen your dress sens... first impression is tha best impression so u look complete formally & kindly answer tha questions very confidently ..be honest delivered good communication skills
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Spark architecture.
  • Q2. Narrow and wide transformations
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
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Create an iOS project with given details

Round 2 - Assignment Discussion 

(1 Question)

  • Q1. Discussion on the assignment that I submitted
Round 3 - System Design 

(1 Question)

  • Q1. Design Book Management System
  • Ans. 

    Design a Book Management System for organizing and tracking books.

    • Create a database to store book information such as title, author, genre, and availability status

    • Implement a user interface for users to search, borrow, return, and reserve books

    • Include features like notifications for due dates, book recommendations, and user reviews

  • Answered by AI

Skills evaluated in this interview

Dresma Interview FAQs

How many rounds are there in Dresma Intern interview?
Dresma interview process usually has 2 rounds. The most common rounds in the Dresma interview process are One-on-one Round.
How to prepare for Dresma Intern interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Dresma. The most common topics and skills that interviewers at Dresma expect are Internship, PDF, Administration, Advertising and Analytical.
What are the top questions asked in Dresma Intern interview?

Some of the top questions asked at the Dresma Intern interview -

  1. What are llms? Define their architectu...read more
  2. What is optimizati...read more
  3. Solve another puzz...read more

Tell us how to improve this page.

Dresma Intern Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Intern Interview Questions from Similar Companies

Amazon Intern Interview Questions
4.1
 • 21 Interviews
Myntra Intern Interview Questions
4.0
 • 2 Interviews
Deltax Intern Interview Questions
2.7
 • 2 Interviews
Paytm Intern Interview Questions
3.3
 • 1 Interview
Nykaa Intern Interview Questions
3.5
 • 1 Interview
View all
Graphic Designer
10 salaries
unlock blur

₹1.8 L/yr - ₹6 L/yr

Software Developer
9 salaries
unlock blur

₹3 L/yr - ₹10.2 L/yr

Software Engineer
7 salaries
unlock blur

₹4 L/yr - ₹12.3 L/yr

QA Engineer
7 salaries
unlock blur

₹5.5 L/yr - ₹10 L/yr

Image Editor
7 salaries
unlock blur

₹2 L/yr - ₹2.6 L/yr

Explore more salaries
Compare Dresma with

Amazon Sellers Services

4.0
Compare

Primus Global Technologies

3.9
Compare

GAMMON INDIA

3.8
Compare

Practo

3.1
Compare
Did you find this page helpful?
Yes No
write
Share an Interview