Upload Button Icon Add office photos

Filter interviews by

I-DESIGN Engineering Solutions Interview Questions and Answers

Updated 18 Oct 2021

I-DESIGN Engineering Solutions Interview Experiences

1 interview found

I applied via Walk-in and was interviewed in Sep 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. How many software do work
  • Ans. 

    The number of software that a design engineer works with varies depending on the specific job and industry.

    • The number of software can range from a few essential tools to a wide range of specialized software.

    • Design engineers often work with CAD (Computer-Aided Design) software for creating and modifying designs.

    • They may also use simulation software for testing and analyzing designs.

    • Other software tools may include proje...

  • Answered by AI
  • Q2. Work in any drawing
  • Ans. I worked in Mechanical drawing
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Stage fire in Hr round, so

Design Engineer Interview Questions asked at other Companies

Q1. Stress Strain curve, What will happen if you use petrol in diesel engine and Diesel in petrol engone.
View answer (5)

Interview questions from similar companies

I applied via Edufly and was interviewed in May 2019. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What about share market ?
  • Ans. 

    The share market refers to the buying and selling of stocks and other securities on a stock exchange.

    • Share market involves the trading of stocks and securities

    • Investors buy and sell shares of companies

    • Stock exchanges provide a platform for trading

    • Market fluctuations and economic factors impact share prices

    • Investors aim to make profits through buying low and selling high

  • Answered by AI
  • Q2. Share market investment

Interview Preparation Tips

Interview preparation tips for other job seekers - Nooo

Analyst Interview Questions & Answers

ICRA user image Anonymous

posted on 10 May 2021

I applied via Referral and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Written test focused on financial analysis of a company
  • Q2. How do you perform credit analysis ?
  • Ans. 

    Credit analysis involves evaluating the creditworthiness of a borrower to determine the likelihood of repayment.

    • Gather financial information about the borrower, including income, assets, and liabilities

    • Assess the borrower's credit history and credit score

    • Analyze the borrower's debt-to-income ratio and other financial ratios

    • Consider external factors such as economic conditions and industry trends

    • Make a recommendation on...

  • Answered by AI
  • Q3. What are the key parameters by which you will assess the business risk of a company?
  • Ans. 

    Assessing business risk involves evaluating various parameters.

    • Financial stability and performance

    • Market competition and trends

    • Regulatory compliance and legal issues

    • Management team and corporate governance

    • Industry and macroeconomic factors

    • Brand reputation and customer satisfaction

    • Supply chain and operational risks

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with ratios used to analyze a company's financial health, especially leverage ratios, how to calculate ROCE, cash flow analysis.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Tds section, companies act, finance
Round 2 - Aptitude Test 

Logical reasoning, English, maths

I applied via Walk-in and was interviewed in Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. I ask about the work process which location and company policy salary and incentives

Interview Preparation Tips

Interview preparation tips for other job seekers - 1st I introduce about my self and before worked companys name.Then interviewer wanted test about my knowledge and communication skills and also asked my past work experience and work process and my studies I and that all questions.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Feb 2023. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. Are you comfortable with sales? Are you comfortable with regular branch visit?
  • Q2. Are you okay with sales?

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep going with confidence. And truthful to your company

Interview Questionnaire 

1 Question

  • Q1. Question related IT.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and be positive.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I appeared for an interview in Apr 2023.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Technical finance questions and questions on previous work exp
  • Q2. Challenges faced in previous projects
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - One-on-one 

(3 Questions)

  • Q1. Just be prepared with your resume and basic DS Algo questions
  • Q2. Find total Nodes in a Binary tree along with time and space complexity
  • Ans. 

    Total nodes in a binary tree can be found using depth-first or breadth-first traversal algorithms with time complexity O(n) and space complexity O(h), where h is the height of the tree.

    • Use depth-first traversal (pre-order, in-order, post-order) or breadth-first traversal to visit each node and count the total nodes.

    • Time complexity is O(n) where n is the number of nodes in the tree.

    • Space complexity is O(h) where h is th...

  • Answered by AI
  • Q3. MYSQL Questions based on Inner Joins
Round 3 - One-on-one 

(4 Questions)

  • Q1. Construct 4 Array Tree from scratch and implement some operations
  • Ans. 

    Construct 4 Array Tree and implement operations

    • Create an array to represent the tree structure

    • Implement operations like insert, delete, search, and traversal

    • Example: Construct a binary search tree using arrays

  • Answered by AI
  • Q2. Some quizzes to check logical thinking
  • Q3. How to compare 2 large 100 GB JSON files in O(1) Time complexity
  • Ans. 

    Use hashing to compare the JSON files in O(1) time complexity.

    • Create a hash function to convert the JSON data into a unique hash value.

    • Calculate the hash value for each JSON file and compare the hash values.

    • If the hash values are equal, the JSON files are identical.

    • Example: Use MD5 or SHA-256 hash functions for generating hash values.

  • Answered by AI
  • Q4. Map parent to children of a 4 Array tree in O(1) Space complexity
  • Ans. 

    Use array indices to map parent to children in a 4 Array tree in O(1) space complexity.

    • Assign children of a parent at indices 4*i+1, 4*i+2, 4*i+3, 4*i+4 where i is the index of the parent.

    • To find parent of a child at index j, use (j-1)/4 to get the parent index.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Northern Arc Capital Associate Software Engineer interview:
  • DSA
Interview preparation tips for other job seekers - The 2nd round was extremely tough, prepare well. HR never responds to calls and messages , so no point in joining the company. Even the package was not disclosed.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Jan 2022. There were 2 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 - One-on-one 

(1 Question)

  • Q1. How to analyse Banking Balance Sheet What are key ratios of NBFC/Bank
  • Ans. 

    Analyzing a bank's balance sheet involves examining key ratios such as capital adequacy, asset quality, and liquidity.

    • Calculate capital adequacy ratio (CAR) to assess the bank's ability to absorb losses

    • Examine asset quality by calculating non-performing asset (NPA) ratio

    • Analyze liquidity by calculating loan-to-deposit (LTD) ratio

    • Assess profitability by calculating return on assets (ROA) and return on equity (ROE) ratio...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Northern Arc Capital Intern interview:
  • Mfin Report
Interview preparation tips for other job seekers - Interviews for Interns at Northern Arc Capital are super chill
They explain their business model more than grilling you

I-DESIGN Engineering Solutions Interview FAQs

What are the top questions asked in I-DESIGN Engineering Solutions interview?

Some of the top questions asked at the I-DESIGN Engineering Solutions interview -

  1. How many software do wor...read more
  2. Work in any drawi...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

BOBCARD Ltd. Interview Questions
4.3
 • 24 Interviews
ICRA Interview Questions
3.4
 • 18 Interviews
DataTracks Interview Questions
3.2
 • 13 Interviews
IDBI Capital Interview Questions
3.7
 • 11 Interviews
Master Trust Interview Questions
3.1
 • 7 Interviews
View all

I-DESIGN Engineering Solutions Reviews and Ratings

based on 45 reviews

4.0/5

Rating in categories

3.8

Skill development

4.0

Work-life balance

2.6

Salary

4.2

Job security

3.9

Company culture

3.1

Promotions

3.8

Work satisfaction

Explore 45 Reviews and Ratings
Design Engineer
26 salaries
unlock blur

₹1.8 L/yr - ₹4.5 L/yr

Assistant Engineer
13 salaries
unlock blur

₹1.8 L/yr - ₹4 L/yr

Graduate Engineer Trainee (Get)
8 salaries
unlock blur

₹1.5 L/yr - ₹3 L/yr

Assistant Design Engineer
6 salaries
unlock blur

₹2.4 L/yr - ₹3 L/yr

Testing Validation Engineer
5 salaries
unlock blur

₹2.9 L/yr - ₹5.2 L/yr

Explore more salaries
Compare I-DESIGN Engineering Solutions with

Stock Holding Corporation of India

3.6
Compare

BOBCARD Ltd.

4.3
Compare

ICRA

3.4
Compare

Toyota Financial Services

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