Upload Button Icon Add office photos

Filter interviews by

Maxwell Softpark System Analyst Interview Questions and Answers

Updated 23 Apr 2022

Maxwell Softpark System Analyst Interview Experiences

1 interview found

Round 1 - Aptitude Test 

Online

Round 2 - Technical 

(1 Question)

  • Q1. What is ur job role in previous organization?

Interview Preparation Tips

Interview preparation tips for other job seekers - As the best company for start ur career

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Aug 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about sql query
  • Ans. 

    SQL query is a command used to retrieve, insert, update, or delete data from a database.

    • SQL query is written in Structured Query Language.

    • It can be used to retrieve data using SELECT statement.

    • It can also be used to insert data using INSERT statement.

    • UPDATE statement is used to modify existing data.

    • DELETE statement is used to remove data from a table.

  • Answered by AI
  • Q2. What is primary key
  • Ans. 

    Primary key is a unique identifier for each record in a database table.

    • Primary key ensures each record in a table is unique

    • It can be a single column or a combination of columns

    • Primary key values cannot be null

    • Example: EmployeeID in an Employee table

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prapre good

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. Write a code to create dataframe in adb using struct type
  • Ans. 

    Creating a dataframe in adb using struct type

    • Use the 'CREATE TABLE' statement to define the schema of the dataframe

    • Define the struct type using 'STRUCT' keyword

    • Insert data into the dataframe using 'INSERT INTO' statement

  • Answered by AI
  • Q2. Write a code to find max salary department wise and second highest salary department wise
  • Ans. 

    Code to find max and second highest salary department wise

    • Iterate through the list of employees and store max and second highest salary for each department

    • Use a hashmap to store department wise salaries

    • Sort the salaries in descending order to find max and second highest

  • Answered by AI
  • Q3. How do you call a variable from one note book to another note book in adb
  • Ans. 

    You can call a variable from one notebook to another in adb by using the %run magic command.

    • Use the %run magic command followed by the path to the notebook containing the variable you want to access.

    • Make sure the notebook containing the variable is in the same directory or provide the full path.

    • Once you run the %run command, the variables from the other notebook will be available in the current notebook.

  • Answered by AI
  • Q4. How do you do incremental load in adf
  • Ans. 

    Incremental load in ADF is achieved by using watermark columns to track the last loaded data and only loading new or updated records.

    • Use watermark columns to track the last loaded data

    • Compare the watermark column value with the source data to identify new or updated records

    • Use a filter condition in the source query to only select records with a timestamp greater than the watermark value

    • Update the watermark column value

  • Answered by AI
  • Q5. What's your project and what does you do in it
Round 2 - Behavioral 

(3 Questions)

  • Q1. Tell me about your self without going much into technical details of project
  • Q2. What is the reason for job change
  • Q3. How fast can you join

Interview Preparation Tips

Topics to prepare for Hexaware Technologies System Analyst interview:
  • Azure data factory
  • SQL Azure
  • Azure data bricks
Interview preparation tips for other job seekers - Good experience

Skills evaluated in this interview

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

Round 1 - Technical 

(1 Question)

  • Q1. Actually their requirement is like looking for Automation engineer who have good knowledge on Python, Selenium. Most of the questions I got from interviewer as like pure Python only which touches basics a...
Round 2 - Technical 

(1 Question)

  • Q1. It was for Client round.They asked like project which we covered for previous company and again questions from Python itself.
Round 3 - HR 

(2 Questions)

  • Q1. What are your salary expectations?
  • Q2. Why are you looking for a change?

Interview Preparation Tips

Interview preparation tips for other job seekers - Guys try to dive into python then definately u will be rocking anywhere.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Newspaper Ad and was interviewed in Aug 2023. 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 - One-on-one 

(2 Questions)

  • Q1. Questions on BA SKILLS
  • Q2. Questions.on skill assessment

Interview Preparation Tips

Interview preparation tips for other job seekers - Be focus and confident
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What are the types of Load Tests
  • Ans. 

    Types of Load Tests include Stress Testing, Spike Testing, Endurance Testing, and Volume Testing.

    • Stress Testing: Evaluates system behavior under extreme conditions to determine breaking points.

    • Spike Testing: Tests system response to sudden spikes in load to ensure stability.

    • Endurance Testing: Checks system performance over an extended period to identify any issues related to prolonged use.

    • Volume Testing: Assesses syste...

  • Answered by AI
  • Q2. What is failover testing
  • Ans. 

    Failover testing is a type of testing that verifies a system's ability to seamlessly switch to a backup system in case of failure.

    • Failover testing ensures that a system can switch to a backup system without any downtime or data loss.

    • It involves intentionally causing a failure in the primary system to see if the backup system can take over successfully.

    • Common examples include testing a website's ability to switch to a b...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Solve using Little's Law and calculate Pacing for 200 users doing 20,000 TPH
  • Ans. 

    Little's Law can be used to calculate the pacing for a given number of users and transactions per hour.

    • Little's Law states that the average number of users in a system (L) is equal to the average arrival rate (λ) multiplied by the average time a user spends in the system (W). Mathematically, L = λW.

    • To calculate pacing, we need to rearrange the formula to solve for W: W = L / λ.

    • In this case, we have 200 users and 20,000...

  • Answered by AI

Skills evaluated in this interview

System Analyst Interview Questions & Answers

UST user image Manish Sahdev

posted on 8 Jan 2022

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

Interview Questionnaire 

1 Question

  • Q1. They asked me questions on SpringBoot, Microservices, Hibernate, JPA, Docker, Written some SQL Queries, Some basic coding programs etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just try to be as you are in real life and be confident.
Interview experience
4
Good
Difficulty level
Hard
Process Duration
-
Result
Selected Selected
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 - One-on-one 

(1 Question)

  • Q1. Coding purely on MVC side
Round 3 - HR 

(1 Question)

  • Q1. Salary only they asked
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Data engineering concepts

I applied via Recruitment Consultant and was interviewed before Dec 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. What's cardinality in data modelling ?
  • Ans. 

    Cardinality in data modelling refers to the relationship between two entities in a database.

    • It defines how many instances of an entity relate to instances of another entity.

    • Cardinality can be one-to-one, one-to-many, many-to-one, or many-to-many.

    • For example, a customer can have one or many orders, but an order can only belong to one customer.

    • Cardinality is important in designing database relationships and ensuring data

  • Answered by AI
  • Q2. Various Joins
  • Q3. Performance aspects

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well, focus more into practical aspects

Maxwell Softpark Interview FAQs

How many rounds are there in Maxwell Softpark System Analyst interview?
Maxwell Softpark interview process usually has 2 rounds. The most common rounds in the Maxwell Softpark interview process are Aptitude Test and Technical.

Tell us how to improve this page.

Interview Questions from Similar Companies

Cognizant Interview Questions
3.8
 • 5.5k Interviews
Nagarro Interview Questions
4.0
 • 757 Interviews
Publicis Sapient Interview Questions
3.5
 • 601 Interviews
GlobalLogic Interview Questions
3.7
 • 566 Interviews
UST Interview Questions
3.8
 • 497 Interviews
CGI Group Interview Questions
4.0
 • 477 Interviews
Synechron Interview Questions
3.6
 • 348 Interviews
View all
Compare Maxwell Softpark with

Cognizant

3.8
Compare

Sutherland Global Services

3.7
Compare

Hexaware Technologies

3.6
Compare

Virtusa Consulting Services

3.8
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