Upload Button Icon Add office photos

Filter interviews by

Argano Software Software Engineer II Interview Questions and Answers

Updated 4 Dec 2021

Argano Software Software Engineer II Interview Experiences

1 interview found

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

Interview Questionnaire 

1 Question

  • Q1. Basics on Java, J2EE and Oracle ADF.

Interview Preparation Tips

Interview preparation tips for other job seekers - I had 4 rounds of interview. All these rounds were conducted very nicely. Interviewers asked several basic questions on Java and Oracle ADF.

Interview questions from similar companies

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

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

First I want to a aptitude test to check our thoughts capability

Round 3 - Technical 

(2 Questions)

  • Q1. C,c++, Python Tableau etc
  • Q2. Oops, SQL and many types of questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Please check my profile and give me a chance as per my capabilities
Interview experience
3
Average
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 - Aptitude Test 

Basic apptitude question based on profit loss... english, speaking skills..etc.,

Round 3 - Coding Test 

Mostly question on the arrays and strings.

Interview Preparation Tips

Interview preparation tips for other job seekers - Concentrate on the resume and projects that you have done.

I applied via Naukri.com and was interviewed in Mar 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 - Technical 

(1 Question)

  • Q1. How to create a dictionary with list as key
  • Ans. 

    To create a dictionary with list as key, use tuple conversion

    • Convert the list to a tuple as lists are not hashable

    • Use the tuple as the key in the dictionary

    • Example: my_dict = {tuple(my_list): value}

    • Example: my_dict[tuple(my_list)] = value

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Salary expectations in Organization

Interview Preparation Tips

Interview preparation tips for other job seekers - Practical knowledge is very important. Merely depending on theoretical knowledge lands you in trouble.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. F2f based interview round with tcs employees and we'll co-ordinated work and do well
  • Q2. Explain your framework? Architecture of selenium
  • Ans. 

    Selenium is an open-source automation testing framework used to test web applications.

    • Selenium supports multiple programming languages like Java, Python, C#, etc.

    • It uses a client-server architecture where the client sends commands to the server to control the browser.

    • Selenium provides different drivers for different browsers like Chrome, Firefox, etc.

    • It supports different types of testing like functional, regression, a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good and cool company to work with our roles and responsibilities

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

There was logical and quant reasoning. Level was moderate

Round 2 - Coding Test 

There was 2 coding questions which have to be solved in any language.

Round 3 - HR 

(2 Questions)

  • Q1. Good learning experience. Asked about your interest and all.
  • Q2. Why do you want to join Infosys.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare your intro .Go through your resume. Prepare any one language nicely.
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed before Oct 2022. There were 4 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 

Basic Aptitude questions were there which I think anyone can clear.

Round 3 - Coding Test 

2 easy level programming questions were asked.

Round 4 - HR 

(1 Question)

  • Q1. Introduction, background, interest, vision.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Oct 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 - HR 

(5 Questions)

  • Q1. About your self
  • Q2. About your technical skills
  • Q3. Your experience
  • Q4. Your qualification
  • Q5. Will to do agreement if fresher
Round 3 - Aptitude Test 

There basic english language question for fresher they trained them later

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join this company as a fresher if they fires you will have no other options in market
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Oct 2022. There were 4 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 

50 marks Aptitude test

Round 3 - Technical 

(1 Question)

  • Q1. The basic concept of c, c++, OOPS, HTML, CSS question, and Javascript, based on your resume skill set and if you are fresher then based on your academic project
Round 4 - HR 

(1 Question)

  • Q1. Why should we hire u? Your Strenght you Weakness salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Product base organization

I applied via Naukri.com

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 - Technical 

(2 Questions)

  • Q1. What is dependency injection in laravel
  • Ans. 

    Dependency injection in Laravel is a technique to manage class dependencies and improve code flexibility.

    • Dependency injection allows for easier testing and maintenance of code.

    • It involves passing dependencies to a class through its constructor or method parameters.

    • Laravel's container class manages the dependencies and resolves them when needed.

    • Example: injecting a database connection into a repository class.

    • Can also us...

  • Answered by AI
  • Q2. How do you find the second largest number in a coulmn in mySQL
  • Ans. 

    To find the second largest number in a column in MySQL, you can use the ORDER BY and LIMIT clauses.

    • Write a SELECT statement to retrieve the column values in descending order using ORDER BY.

    • Use the LIMIT clause to limit the result set to the second row.

    • The value in the second row will be the second largest number in the column.

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. What do you know about magic Edtech
  • Ans. 

    Magic Edtech is an innovative educational technology company.

    • Magic Edtech develops interactive learning platforms and tools.

    • They use advanced technologies like AI, AR, and VR to enhance the learning experience.

    • Their products include virtual classrooms, adaptive learning systems, and educational games.

    • Magic Edtech focuses on personalized learning and data-driven insights.

    • They collaborate with schools, universities, and

  • Answered by AI
  • Q2. What was the most challenging task you faced and how you overcame it

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in answering. Get your basics covered.

Skills evaluated in this interview

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
Magic Edtech Interview Questions
3.0
 • 50 Interviews
View all
Argano Software Software Engineer II Salary
based on 10 salaries
₹7.5 L/yr - ₹13.5 L/yr
33% less than the average Software Engineer II Salary in India
View more details
Software Engineer
31 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
28 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer Level 1
18 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Consultant
18 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Argano Software 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