Upload Button Icon Add office photos

Filter interviews by

e-Procurement Technologies Junior Software Engineer Interview Questions and Answers

Updated 15 Feb 2023

e-Procurement Technologies Junior Software Engineer Interview Experiences

1 interview found

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

I applied via Referral and was interviewed in Aug 2022. 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 - Aptitude Test 

Good score in test in difficult questions.

Round 3 - Technical 

(2 Questions)

  • Q1. What is encapsulation.
  • Ans. 

    Encapsulation is the process of hiding implementation details and providing access to only necessary information.

    • Encapsulation is achieved through access modifiers like public, private, and protected.

    • It helps in maintaining data integrity and security.

    • Example: A class with private variables and public methods to access them.

    • Encapsulation also enables abstraction, which allows for easier maintenance and modification of

  • Answered by AI
  • Q2. What is Delegates and advantages in c#.
  • Ans. 

    Delegates are reference types that hold a reference to a method. They provide flexibility and extensibility in C#.

    • Delegates allow methods to be passed as parameters to other methods.

    • They can be used to implement callbacks and event handlers.

    • Delegates can be chained together to create a pipeline of methods to be executed.

    • They provide a way to decouple the caller from the implementation of a method.

    • Delegates can be used ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for e-Procurement Technologies Junior Software Engineer interview:
  • C#.Net
  • SQL
Interview preparation tips for other job seekers - Good practice easier to grab software job in best MNC companies.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

Basic coding round. Asked basic JS logics.

Round 3 - One-on-one 

(1 Question)

  • Q1. After clearing first round I directly attended managerial round

I applied via Naukri.com

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 

Nobsnpoeir hyj hroig ehgonr sghbfo oiwhoi ohwefio frg

Round 3 - Technical 

(2 Questions)

  • Q1. Erg t igiu i g i hg i yt i g i gt i
  • Q2. Rfg on hno frg dgh fgr

Interview Preparation Tips

Interview preparation tips for other job seekers - noewr hhwe irp ierpgt hj ik k j ik k j j hj pio iok iu io
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Pseudocode problems and 2 coding questions

Round 2 - HR 

(1 Question)

  • Q1. Introduction, family background, logical question of English alphabet
Round 3 - Technical 

(3 Questions)

  • Q1. AI/ML trends, bitcoin info
  • Q2. Java code for finding even number
  • Ans. 

    Java code to find even numbers in an array

    • Iterate through the array and check if each element is divisible by 2

    • Use the modulus operator (%) to check for even numbers

    • Store the even numbers in a separate array or print them out

  • Answered by AI
  • Q3. Basic questions about technologies mentioned in the resume
Round 4 - BU Head 

(4 Questions)

  • Q1. Intro, family background
  • Q2. HTML, CSS, JAVA, CPP code
  • Q3. Logical Questions
  • Q4. Speaking Communication

Interview Preparation Tips

Interview preparation tips for other job seekers - To succeed as a junior software developer at Winjit Technology, focus on continuous learning and adapting to emerging technologies. Demonstrate a strong work ethic, collaborate effectively with your team, and showcase your problem-solving skills. Prioritize communication, both verbal and written, and actively seek feedback to enhance your skills. Stay proactive, show enthusiasm for innovation, and leverage internships or personal projects to bolster your practical experience. Remember, a positive attitude and a willingness to learn will set you apart in your career journey with Winjit Technology.

Skills evaluated in this interview

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Theories of failure, in depth
  • Ans. 

    Theories of failure explain how and why materials fail under different conditions.

    • Theories of failure are used to predict the failure of materials under different loads and conditions.

    • There are different types of theories of failure, including maximum shear stress theory, maximum normal stress theory, and maximum strain energy theory.

    • Maximum shear stress theory states that failure occurs when the maximum shear stress i...

  • Answered by AI
  • Q2. Basic material properties
  • Ans. 

    Basic material properties include density, strength, hardness, elasticity, and conductivity.

    • Density refers to the mass per unit volume of a material.

    • Strength is the ability of a material to withstand external forces without breaking or deforming.

    • Hardness is the resistance of a material to indentation or scratching.

    • Elasticity is the ability of a material to return to its original shape after being deformed.

    • Conductivity ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Not yet done with internship, thinking to join but only after checking reviews on google

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

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - NA na na na na na na na na na na na

I applied via Naukri.com and was interviewed in Sep 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Hing

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview mode in Remote access is a suited for long distance travelling Interviewers
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude asked for all company

Round 2 - Coding Test 

One question to find substring of string which has double chars

Round 3 - Technical 

(2 Questions)

  • Q1. Basic oops and sql
  • Q2. Write pandas for dataframe
  • Ans. 

    Pandas is a Python library used for data manipulation and analysis, including creating and working with dataframes.

    • Import the pandas library: import pandas as pd

    • Create a dataframe: df = pd.DataFrame(data)

    • Accessing data in a dataframe: df['column_name']

    • Filtering data in a dataframe: df[df['column_name'] > value]

    • Adding a new column: df['new_column'] = values

  • Answered by AI
Round 4 - Technical 

(2 Questions)

  • Q1. Give angle betweeen hour hand and min hand art 12:20
  • Ans. 

    The angle between the hour hand and minute hand at 12:20 is 10 degrees.

    • Calculate the angle made by the hour hand from 12 o'clock position: (20/60)*30 = 10 degrees

    • Calculate the angle made by the minute hand from 12 o'clock position: (20/60)*360 = 120 degrees

    • Find the difference between the two angles: 120 - 10 = 110 degrees

  • Answered by AI
  • Q2. Basic operating system questions

Interview Preparation Tips

Interview preparation tips for other job seekers - they provide good feeling of friend around you during interview

Skills evaluated in this interview

I applied via Naukri.com

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 - Coding Test 

Nobsnpoeir hyj hroig ehgonr sghbfo oiwhoi ohwefio frg

Round 3 - Technical 

(2 Questions)

  • Q1. Erg t igiu i g i hg i yt i g i gt i
  • Q2. Rfg on hno frg dgh fgr

Interview Preparation Tips

Interview preparation tips for other job seekers - noewr hhwe irp ierpgt hj ik k j ik k j j hj pio iok iu io
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Questions based on coding

Round 2 - Coding Test 

Based on coding questions

Round 3 - HR 

(2 Questions)

  • Q1. Introduction of yourself
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for coding. I have experience with Java, Python, and web development.

    • Recent graduate in Computer Science

    • Proficient in Java, Python, and web development

    • Passionate about coding

  • Answered by AI
  • Q2. About dbms , sql queries..

Interview Preparation Tips

Interview preparation tips for other job seekers - Its good company

e-Procurement Technologies Interview FAQs

How many rounds are there in e-Procurement Technologies Junior Software Engineer interview?
e-Procurement Technologies interview process usually has 3 rounds. The most common rounds in the e-Procurement Technologies interview process are Resume Shortlist, Aptitude Test and Technical.
What are the top questions asked in e-Procurement Technologies Junior Software Engineer interview?

Some of the top questions asked at the e-Procurement Technologies Junior Software Engineer interview -

  1. What is Delegates and advantages in ...read more
  2. What is encapsulati...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 e-Procurement Technologies interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

GEP Worldwide Interview Questions
3.7
 • 127 Interviews
MAQ Software Interview Questions
2.0
 • 96 Interviews
Zycus Infotech Interview Questions
3.0
 • 67 Interviews
Webkul Software Interview Questions
3.7
 • 50 Interviews
Softenger Interview Questions
4.2
 • 50 Interviews
View all
Java Developer
53 salaries
unlock blur

₹1.8 L/yr - ₹6 L/yr

Business Development Executive
41 salaries
unlock blur

₹2 L/yr - ₹3.2 L/yr

HR Executive
20 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

Software Developer
18 salaries
unlock blur

₹1.2 L/yr - ₹6.2 L/yr

Sales Executive
18 salaries
unlock blur

₹1.9 L/yr - ₹3.2 L/yr

Explore more salaries
Compare e-Procurement Technologies with

SAP Ariba

4.3
Compare

Zycus Infotech

3.0
Compare

Ivalua

3.7
Compare

GEP Worldwide

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview