Upload Button Icon Add office photos

Filter interviews by

Scaledge Design Engineer Interview Questions and Answers

Updated 8 Aug 2024

Scaledge Design Engineer Interview Experiences

1 interview found

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

I applied via Job Portal and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Normal genral aptitude questions are there
1.speed and time
2.permutation combination
3.percentage
4.profit loss
etc

Round 2 - Technical 

(2 Questions)

  • Q1. Design a Xor gate using 4:1 mux?
  • Ans. 

    Xor gate can be designed using 4:1 mux by selecting inputs based on control signals.

    • Use 4:1 mux with two inputs as A and B, one input as A' and one input as B'.

    • Connect A and B to select lines of mux.

    • Connect A' and B' to the data inputs of mux.

    • Set control signals such that when A=0, B=1 or A=1, B=0, the output is 1.

    • When A=B=0 or A=B=1, the output should be 0.

  • Answered by AI
  • Q2. How to design full adder using half adder?
  • Ans. 

    A full adder can be designed using two half adders and an OR gate.

    • Use one half adder to add two of the three inputs (A and B)

    • Use the second half adder to add the output of the first half adder with the third input (Cin)

    • Use an OR gate to combine the carry outputs of both half adders to get the final carry out

    • The sum output is the XOR of the outputs of both half adders

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself?
  • Ans. 

    I am a passionate and experienced Design Engineer with a strong background in mechanical engineering and a proven track record of delivering innovative solutions.

    • I have a Bachelor's degree in Mechanical Engineering from XYZ University.

    • I have worked for XYZ Company for 5 years, where I led a team in designing a new product that increased efficiency by 20%.

    • I am proficient in CAD software such as SolidWorks and AutoCAD.

    • I ...

  • Answered by AI
  • Q2. What are your hobbies?
  • Ans. 

    My hobbies include woodworking, hiking, and playing the guitar.

    • Woodworking: I enjoy creating furniture and small projects in my spare time.

    • Hiking: I love exploring nature trails and challenging myself with new hikes.

    • Playing the guitar: I find relaxation and creativity in playing music on my guitar.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while giving interview , and try go bit slow rather that telling answers in a hurry ...
All the best

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Why do you resigned previous job
  • Ans. 

    Seeking new challenges and opportunities for growth.

    • Desire for new challenges and opportunities for growth

    • Seeking a better work-life balance

    • Company restructuring or downsizing

    • Relocation to a different city or country

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: Tell me about your self, I tried to speak him but trigl the words due to fear.
Tips: I think to attend more interview

I applied via Naukri.com and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Case Study 
Round 2 - Group Discussion 
Pro Tip by AmbitionBox:
Don’t treat group discussions as an argument. Group discussion is about reaching a meaningful conclusion.
View all tips

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process is smooth and majorly asked direct questions and some scenarios

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Past experience and communication skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

I applied via Naukri.com and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. About ur working experience overall working and required things asked by me
  • Q2. Like I know NX ug , and share my ovall 3 yrs working experience what had I done

Interview Preparation Tips

Interview preparation tips for other job seekers - Be positive don't show it negative points

Interview Preparation Tips

Round: Resume Shortlist
Experience: CRITERIA:6.5+ CGPANO BACKLOGS
Tips: TRY TO WORK HARD IN THE EARLIER SEMESTERS TO BE ELIGIBLE FOR MOST OF THE COMPANIES.

Round: Test
Experience: 30 TECHNICAL QUESTIONS, PURELY BRANCH SPECIFIC, EASY AND BASIC CONCEPTS WERE ASKED.30 APTITUDE AND ENGLISH QUESTIONS, VERY EASY
Tips: PREPARE TECHNICAL PART WELLPRACTICE APTITUDE AND ENGLISH FROM www.indiabix.comVERY HELPFUL WEBSITE
Duration: 60 minutes
Total Questions: 60

Round: HR Interview
Experience: GENERAL QUESTIONS WERE ASKED:ABOUT MYSELFFAMILY BACKGROUNDSCHOOLING AND ACADEMIC ACHIEVEMENTSABOUT JOINING TCE
Tips: DON'T MANIPULATE THE TRUTH.ANSWER CLEARLY AND CONFIDENTLY.

Round: Technical Interview
Experience: TECHNICAL QUESTIONS RELATED TO ELECTIVE SUBJECTS WERE ASKED.ALSO DESIGN STEPS OF VARIOUS STRUCTURAL ELEMENTS WERE ASKED.
Tips: BE PREPARED. SAY "DON'T KNOW THE ANSWER" INSTEAD OF SPEAKING NONSENSE. ANSWER ONLY WHAT IS ASKED. EXTRA INFO GIVEN BY YOU CAN GET YOU IN UNWANTED TROUBLE!! :P

General Tips: BEST OF LUCK.
Skill Tips: MAIN FOCUS ON THE WAY YOU COMMUNICATE WITH THE INTERVIEWERS IN ENGLISH!!
Skills: COMMUNICATION SKILLS
College Name: NIT SURAT
Motivation: GOOD REPUTATION. IT WAS EXACTLY MATCHING TO THE JOB PROFILE I ASPIRED FOR.TATA GROUP IS A BIG BRAND IN INDIA AND CAN LEAD TO MANY FUTURE BENEFITS IF YOU SERVE THEM FOR CONSIDERABLE AMOUNT OF TIME.
Funny Moments: THEY ASKED ME: "ANY SUGGESTION FOR IMPROVING OUR SELECTION PROCEDURE?"I ANSWERED: "YOU SHOULD CHANGE IT. TEST SHOULD BE ONLINE RATHER THAN BEING OFFLINE i.e. PEN AND PAPER."THEY WERE IMPRESSED AND APPRECIATED IT. :P

Interview Questionnaire 

2 Questions

  • Q1. 1.About Clear Cover....?
  • Q2. 2. Checking point in Beam and Column....?
  • Ans. 

    Checking points in beam and column are critical for ensuring structural integrity.

    • Checking for cracks or deformations

    • Ensuring proper alignment and levelness

    • Verifying adequate reinforcement

    • Checking for proper bearing and connection details

    • Using non-destructive testing methods

    • Following applicable codes and standards

  • Answered by AI

I applied via Naukri.com and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. C++, Linux.

Interview Preparation Tips

Interview preparation tips for other job seekers - Concept and body language. How you are confident while answering.

Interview Questionnaire 

1 Question

  • Q1. What is name mangling?
  • Ans. 

    Name mangling is a technique used by compilers to give unique names to functions and variables to avoid naming conflicts.

    • Name mangling is used in C++ to support function overloading.

    • It is also used in Python to avoid naming conflicts in modules.

    • Name mangling can make it difficult to access variables and functions from outside the class in which they are defined.

    • In C++, name mangling can be seen by using the 'nm' comman

  • Answered by AI

Skills evaluated in this interview

I applied via Company Website and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. How will create BOM
  • Ans. 

    BOM creation involves identifying and listing all the components required for a product.

    • Identify all the components required for the product

    • List the components in a structured format

    • Include part numbers, quantities, and descriptions

    • Ensure accuracy and completeness of the BOM

    • Update the BOM as necessary throughout the product development process

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare before attending interview

Scaledge Interview FAQs

How many rounds are there in Scaledge Design Engineer interview?
Scaledge interview process usually has 3 rounds. The most common rounds in the Scaledge interview process are Aptitude Test, Technical and HR.
What are the top questions asked in Scaledge Design Engineer interview?

Some of the top questions asked at the Scaledge Design Engineer interview -

  1. How to design full adder using half add...read more
  2. Design a Xor gate using 4:1 m...read more

Tell us how to improve this page.

Scaledge Design Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Verification Engineer
31 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Verification Engineer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Design & Verification Engineer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Asic Verification Engineer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Scaledge with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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