Upload Button Icon Add office photos
Engaged Employer

i

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

SOPAN Verified Tick

Compare button icon Compare button icon Compare
4.0

based on 235 Reviews

Filter interviews by

SOPAN Junior Engineer Interview Questions and Answers

Updated 18 Apr 2023

SOPAN Junior Engineer Interview Experiences

1 interview found

Junior Engineer Interview Questions & Answers

user image Ramashankar Yadav

posted on 18 Apr 2023

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Mar 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 - Coding Test 

What is the CNG?hhhj

Round 3 - Technical 

(1 Question)

  • Q1. How many years have you been working ?
  • Ans. 

    I have been working as a Junior Engineer for 2 years.

    • I have 2 years of experience as a Junior Engineer.

    • I started working as a Junior Engineer 2 years ago.

    • I have gained valuable skills and knowledge during my 2 years of work experience.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for SOPAN Junior Engineer interview:
  • Technical
  • Cng compressor
Interview preparation tips for other job seekers - Good company

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Dec 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 - HR 

(2 Questions)

  • Q1. About salary discuss & about company
  • Q2. About facilities & working background

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good platform for job seekers,nice jobs finding station.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Test with questions related to fluid mechanics, mechanics and materials

Round 2 - Technical 

(1 Question)

  • Q1. Technical round with majority of questions related to college projects
Round 3 - HR 

(1 Question)

  • Q1. HR round with basic questions about background and salary discussion
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Godavari College of Engineering, Jalgaon and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

General Science Syllabus

Round 2 - HR 

(1 Question)

  • Q1. No More Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Preparation Of Maths 10th Class & 12 Science Syllabus
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jul 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Related field experience
Round 2 - Technical 

(1 Question)

  • Q1. Related field questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. How differential works
  • Ans. 

    Differential is a mechanical device that allows wheels to rotate at different speeds while maintaining traction.

    • Differential allows wheels on the same axle to rotate at different speeds

    • Helps maintain traction by allowing wheels to spin at different rates

    • Commonly found in vehicles to prevent skidding during turns

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed before Aug 2022.

Round 1 - Technical 

(3 Questions)

  • Q1. Excavator assembly line knowledge , fabrication,paint shop,dump truck,mixture
  • Q2. Total productive maintenance
  • Q3. ISO QMS and EHS also technical knowledge about the product line .loss elimination and manpower handling ,Kaizen
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(9 Questions)

  • Q1. What are the differences between White box testing and Black box testing?
  • Ans. 

    White box testing is based on the internal logic of the software being tested, while black box testing focuses on the functionality of the software.

    • White box testing is also known as clear box testing or glass box testing.

    • Black box testing is also known as functional testing.

    • White box testing is done by developers to ensure code coverage and identify logical errors.

    • Black box testing is done by testers to validate the f...

  • Answered by AI
  • Q2. What are the differences between validation and verification?
  • Ans. 

    Validation ensures the right product is being built, while verification ensures the product is being built right.

    • Validation confirms that the product meets the customer's requirements and needs.

    • Verification ensures that the product conforms to the specified requirements and standards.

    • Validation is about checking if the right product is being built, while verification is about checking if the product is being built corr...

  • Answered by AI
  • Q3. How do you write test cases for Login page and Payment gateway?
  • Ans. 

    Test cases for Login page and Payment gateway are written by identifying various scenarios, inputs, and expected outcomes.

    • Identify positive test cases for successful login and payment transactions.

    • Identify negative test cases for invalid credentials, error messages, and failed transactions.

    • Include boundary test cases for maximum and minimum input values.

    • Test for different user roles and permissions.

    • Verify the security ...

  • Answered by AI
  • Q4. How do you automate filtering and validate it's been filtered as desired?
  • Ans. 

    Automate filtering by using scripting languages like Python or tools like Selenium. Validate by comparing expected and actual results.

    • Use scripting languages like Python to automate filtering process.

    • Utilize tools like Selenium for automated testing of filtering functionality.

    • Validate filtering by comparing expected results with actual results.

    • Implement test cases to ensure filtering is working as desired.

  • Answered by AI
  • Q5. What is backend and how does it work?
  • Ans. 

    Backend refers to the server-side of an application where data processing and storage occurs.

    • Backend is responsible for handling data processing, storage, and retrieval.

    • It interacts with the frontend to deliver the final product to the user.

    • Common backend technologies include databases like MySQL, programming languages like Java or Python, and frameworks like Node.js.

    • Backend code runs on the server and responds to requ...

  • Answered by AI
  • Q6. For testers what is the use of Git and Jenkin?
  • Ans. 

    Git and Jenkins are essential tools for testers to manage code versions and automate testing processes.

    • Git is used for version control, allowing testers to track changes in code and collaborate with team members.

    • Jenkins is used for continuous integration and continuous delivery (CI/CD), automating the testing process and providing feedback on code quality.

    • Testers can use Git to create branches for different features or...

  • Answered by AI
  • Q7. Give me a simple example of API.
  • Ans. 

    An example of API is a weather API that provides real-time weather data to a mobile app.

    • API stands for Application Programming Interface

    • It allows different software applications to communicate with each other

    • Examples include Google Maps API, Twitter API, and Spotify API

  • Answered by AI
  • Q8. What are the difference between Smoke and Sanity?
  • Ans. 

    Smoke testing is a preliminary test to check if the software build is stable, while sanity testing is a subset of regression testing to ensure that specific functionalities are working correctly.

    • Smoke testing is done to check if the software build is stable enough for further testing, while sanity testing is done to check specific functionalities after changes.

    • Smoke testing is a shallow and wide approach, covering all ...

  • Answered by AI
  • Q9. Scenario : You have 100 data sets for a field . how do you validate it
  • Ans. 

    To validate 100 data sets for a field, use statistical analysis, data visualization, and comparison with known standards.

    • Perform statistical analysis on the data sets to identify outliers and inconsistencies

    • Use data visualization techniques such as histograms, box plots, and scatter plots to visually inspect the data

    • Compare the data sets with known standards or benchmarks to ensure accuracy and consistency

    • Utilize autom...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Zetwerk Manufacturing Businesses Junior Engineer - Quality Assurance interview:
  • Manual testing
  • Java
  • SQL
  • API Testing
Interview preparation tips for other job seekers - It's essential to freshers to have some hands on experiences on the manual testing and database setting.

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Test with questions related to fluid mechanics, mechanics and materials

Round 2 - Technical 

(1 Question)

  • Q1. Technical round with majority of questions related to college projects
Round 3 - HR 

(1 Question)

  • Q1. HR round with basic questions about background and salary discussion

I applied via Naukri.com and was interviewed before Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. L.C. of vernier caliper
  • Ans. 

    L.C. of vernier caliper refers to the least count of the instrument.

    • L.C. is the smallest measurement that can be read on the instrument

    • It is determined by the number of divisions on the vernier scale compared to the main scale

    • For example, if the main scale has divisions of 1 mm and the vernier scale has 10 divisions that match up with the main scale, the L.C. would be 0.1 mm

  • Answered by AI
  • Q2. QC tools for problem solving
  • Ans. 

    QC tools are used to identify and solve problems in a systematic manner.

    • Root cause analysis

    • Fishbone diagram

    • Pareto chart

    • Control charts

    • Statistical process control

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - QA vhtdhji ggtd7i gurcuiii gyru8i

SOPAN Interview FAQs

How many rounds are there in SOPAN Junior Engineer interview?
SOPAN interview process usually has 3 rounds. The most common rounds in the SOPAN interview process are Resume Shortlist, Coding Test and Technical.

Tell us how to improve this page.

SOPAN Junior Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
SOPAN Junior Engineer Salary
based on 15 salaries
₹2 L/yr - ₹3.2 L/yr
24% less than the average Junior Engineer Salary in India
View more details

SOPAN Junior Engineer Reviews and Ratings

based on 7 reviews

4.5/5

Rating in categories

4.4

Skill development

4.4

Work-life balance

3.7

Salary

4.8

Job security

4.2

Company culture

4.3

Promotions

4.5

Work satisfaction

Explore 7 Reviews and Ratings
Mechanical Engineer
23 salaries
unlock blur

₹2.2 L/yr - ₹6 L/yr

Assistant Manager
22 salaries
unlock blur

₹4.2 L/yr - ₹6.5 L/yr

QA QC Engineer
19 salaries
unlock blur

₹3.6 L/yr - ₹5.4 L/yr

Safety Officer
16 salaries
unlock blur

₹2 L/yr - ₹4.3 L/yr

Senior Civil Engineer
16 salaries
unlock blur

₹4.2 L/yr - ₹7.6 L/yr

Explore more salaries
Compare SOPAN with

L&T Construction

4.0
Compare

Tata Projects

4.2
Compare

Sterlite Power

4.0
Compare

Siemens

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