Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Soliton Technologies Team. If you also belong to the team, you can get access from here

Soliton Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Soliton Technologies Project Engineer Interview Questions and Answers for Experienced

Updated 21 Sep 2024

Soliton Technologies Project Engineer Interview Experiences for Experienced

1 interview found

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

I applied via Campus Placement and was interviewed before Oct 2022. There were 6 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Duration: 1 hour
Number of Questions: 3
Programming Language: Only C
Difficulty: Medium
Scoring Criteria: Logical Thinking, Implementation (Manual Evaluation), Auto Score (Test Cases in IDE)

This round serves as an initial assessment of candidates' technical abilities and coding aptitude.

Round 3 - Coding Test 

Duration: 2 hours
Number of Questions: 2
Programming Language: Only C
Difficulty: Medium - Hard
Scoring Criteria: Logical Thinking, Implementation (Manual Evaluation), Auto Score (Test Cases in IDE)

This round is designed to further assess candidates' technical skills and problem-solving abilities

Round 4 - Technical 

(1 Question)

  • Q1. General questions related to our skills and area of expertise
Round 5 - HR 

(1 Question)

  • Q1. This round typically focuses on assessing the candidate's interpersonal skills, cultural fit, and alignment with the company's values and goals.
Round 6 - Group Discussion 

This round is designed to assess candidates' ability to collaborate, communicate effectively, and think critically as part of a team.

Interview Preparation Tips

Topics to prepare for Soliton Technologies Project Engineer interview:
  • C#
  • Python
  • Web Technologies
  • HTML
  • CSS
  • Javascript
  • React.Js
  • Node.Js
  • SQL
  • MySQL
  • Data Structures
  • Database
  • MongoDB
Interview preparation tips for other job seekers - Define Your Goals: Start by clarifying your career objectives, identifying the type of role, industry, and company culture that suits your aspirations.
Polish Your Resume: Craft a compelling resume highlighting relevant skills and achievements. Tailor it for each application to match job requirements.
Prepare for Interviews: Practice common interview questions, crafting concise, compelling responses that showcase your skills and experiences.
Emphasize Soft Skills: Highlight essential soft skills like communication, teamwork, adaptability, and problem-solving. Employers value these attributes.
Skill Development: Consider acquiring additional qualifications, certifications, or skills relevant to your industry. Lifelong learning enhances your marketability.

Interview questions from similar companies

I applied via Walk-in and was interviewed before Aug 2021. 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 - Aptitude Test 

We can select eligibility category for freshers in aptitude test

Interview Preparation Tips

Topics to prepare for Synapse Design Project Engineer interview:
  • Python
Interview preparation tips for other job seekers - check the status on daily basics. improve our technical skills and communication skills.

I applied via Naukri.com and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is used to design a AND gate from a multiplexer
  • Ans. 

    A multiplexer can be used to design an AND gate by selecting the inputs and using the output as the AND gate output.

    • Select two inputs of the multiplexer and connect them to the AND gate inputs.

    • Connect the output of the multiplexer to the output of the AND gate.

    • Set the select input of the multiplexer to 1 to enable the AND gate functionality.

    • The truth table of the AND gate can be obtained from the truth table of the mul...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Digital electronics, verilog, multiplexers

I appeared for an interview in Oct 2022.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. There was a written test . For design verification profile you must be prepared well in Verilog, System Verilog and UVM concept.
Round 3 - Technical 

(1 Question)

  • Q1. Based on written test you will receive a interview invitation. Question will be logical primarily focused on C++ language, digital, SV and UVM.

Interview Preparation Tips

Interview preparation tips for other job seekers - Must be proficient in C++, Verilog, SV, UVM, FIFO, STA , Computer Architecture, Digital, if you are targeting RTL Design/ Verification profile.

I applied via Naukri.com and was interviewed in Jun 2019. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Why you are leaving?
  • Q2. What is why why analysis?
  • Ans. 

    Why-Why analysis is a problem-solving technique used to identify the root cause of a problem by repeatedly asking 'why' until the underlying cause is determined.

    • Why-Why analysis is also known as the 5 Whys technique.

    • It helps to uncover the underlying causes of a problem rather than just addressing the symptoms.

    • The technique involves asking 'why' multiple times to dig deeper into the problem.

    • Each 'why' question leads to...

  • Answered by AI
  • Q3. What is 5s?
  • Ans. 

    5s is a workplace organization method that aims to improve efficiency and productivity by organizing and standardizing the workplace.

    • Sort - separate necessary items from unnecessary ones

    • Set in order - arrange necessary items in a logical manner

    • Shine - clean and inspect the workplace regularly

    • Standardize - establish procedures and guidelines for maintaining the workplace

    • Sustain - maintain the 5s system through continuou...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Your specialization must be clear.

I applied via Company Website and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Semiconductor physics Basic concepts and previous work profile experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare resume according to job profile and answer all basic questions related semiconductor device physics and digital design
Round 1 - Technical 

(2 Questions)

  • Q1. They asked about technical
  • Q2. Provide answers for the same
Round 2 - Technical 

(2 Questions)

  • Q1. They asked about technical
  • Q2. Answers according to question

Interview Preparation Tips

Interview preparation tips for other job seekers - Good to go, they asked basic question
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Explain storage variables in C?
  • Ans. 

    Storage variables in C are used to store data temporarily during program execution.

    • Storage variables in C are declared using data types like int, float, char, etc.

    • They can be stored in different memory locations like stack, heap, or data segment.

    • Variables declared outside functions have global scope and are stored in data segment.

    • Variables declared inside functions have local scope and are stored in stack memory.

    • Dynami...

  • Answered by AI
  • Q2. Take two numbers, reverse both, then perform addition and reverse again?
  • Q3. First three kinds of sorting
  • Ans. 

    The first three kinds of sorting are bubble sort, selection sort, and insertion sort.

    • Bubble sort compares adjacent elements and swaps them if they are in the wrong order.

    • Selection sort selects the smallest element and swaps it with the first element, then selects the second smallest element and swaps it with the second element, and so on.

    • Insertion sort builds the final sorted array one item at a time by inserting each

  • Answered by AI
  • Q4. Output questions based on pointers in C

Interview Preparation Tips

Topics to prepare for Ignitarium Technology Solutions Senior Engineer interview:
  • C
  • Data Structures
  • Embedded Systems

Skills evaluated in this interview

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

I appeared for an interview before Mar 2023.

Round 1 - HR 

(3 Questions)

  • Q1. If they are need then no question
  • Q2. Salary and college
  • Q3. HR person are not well educated
Round 2 - Technical 

(3 Questions)

  • Q1. Capacitor, Resistance
  • Q2. Transformer functioning and principal
  • Ans. 

    Transformers are electrical devices that transfer energy between two or more circuits through electromagnetic induction.

    • Transformers work on the principle of electromagnetic induction

    • They consist of primary and secondary coils wrapped around a core

    • Step-up transformers increase voltage while step-down transformers decrease voltage

    • Efficiency of transformers is determined by the ratio of output power to input power

  • Answered by AI
  • Q3. College subject

Interview Preparation Tips

Round: Test
Experience: online test using cocubes
mcq mostly containing c/c++ ques insert string in a linkedlist in sorted order .

Round: Technical Interview
Experience: c/c++ ques , basic concepts , ques on pointers like dangling pointer , memory leak , OS prob on semaphore , priority inversion , etc .

Round: HR Interview
Experience: simple ques

College Name: NA

Soliton Technologies Interview FAQs

How many rounds are there in Soliton Technologies Project Engineer interview for experienced candidates?
Soliton Technologies interview process for experienced candidates usually has 6 rounds. The most common rounds in the Soliton Technologies interview process for experienced candidates are Coding Test, Resume Shortlist and Technical.
What are the top questions asked in Soliton Technologies Project Engineer interview for experienced candidates?

Some of the top questions asked at the Soliton Technologies Project Engineer interview for experienced candidates -

  1. How will you create Undo/Redo feature(Just the concept no code neede...read more
  2. This round typically focuses on assessing the candidate's interpersonal skills,...read more
  3. Swimming Pool/Trapping Rain Wat...read more

Tell us how to improve this page.

Soliton Technologies Project Engineer Interview Process for Experienced

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Apar Industries Interview Questions
4.1
 • 43 Interviews
GLOBALFOUNDRIES Interview Questions
3.6
 • 18 Interviews
Element14 Interview Questions
4.0
 • 16 Interviews
Carrier Midea Interview Questions
3.8
 • 15 Interviews
HEG Interview Questions
3.8
 • 14 Interviews
View all
Soliton Technologies Project Engineer Salary
based on 52 salaries
₹5 L/yr - ₹11 L/yr
44% more than the average Project Engineer Salary in India
View more details

Soliton Technologies Project Engineer Reviews and Ratings

based on 7 reviews

3.7/5

Rating in categories

3.6

Skill development

3.2

Work-life balance

3.1

Salary

4.1

Job security

4.2

Company culture

3.6

Promotions

3.6

Work satisfaction

Explore 7 Reviews and Ratings
Senior Project Engineer
53 salaries
unlock blur

₹6.1 L/yr - ₹13 L/yr

Project Engineer
52 salaries
unlock blur

₹5 L/yr - ₹11 L/yr

Project Lead
18 salaries
unlock blur

₹9 L/yr - ₹18.5 L/yr

Software Engineer
7 salaries
unlock blur

₹7 L/yr - ₹10 L/yr

System Administrator
6 salaries
unlock blur

₹2.8 L/yr - ₹4.4 L/yr

Explore more salaries
Compare Soliton Technologies with

Apar Industries

4.1
Compare

Tessolve Semiconductor

3.5
Compare

Carrier Midea

3.8
Compare

Mirafra Technologies

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