Upload Button Icon Add office photos

Filter interviews by

Erad Imaging and Reporting Services Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions related to django and python.
Round 2 - Coding Test 

One python coding(easy) and django ORM queries

Round 3 - Behavioral 

(1 Question)

  • Q1. Some technical and about company.
Round 4 - Behavioral 

(1 Question)

  • Q1. About company and some technical.

Interview Preparation Tips

Topics to prepare for Advanced Structures India Python Software Developer interview:
  • Python
  • Django
  • about company
  • django ORM
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Guesstimates 

(1 Question)

  • Q1. Estimate number of burgers sold by one burger Outlet in your city.
  • Ans. 

    The number of burgers sold by a burger outlet in a city can vary based on factors like location, menu offerings, pricing, and customer demand.

    • Consider the population of the city and the popularity of the outlet.

    • Analyze the outlet's menu offerings and pricing compared to competitors.

    • Take into account any special promotions or events that may impact sales.

    • Look at historical sales data if available.

    • Interview employees or

  • Answered by AI
Round 2 - Guesstimates 

(1 Question)

  • Q1. Estimate transportation cost for raw materials.
  • Ans. 

    Transportation cost for raw materials can be estimated based on distance, mode of transportation, quantity, and current market rates.

    • Consider the distance between the supplier and the manufacturing facility

    • Take into account the mode of transportation (road, rail, sea, air)

    • Calculate the quantity of raw materials being transported

    • Research current market rates for transportation services

    • Factor in any additional costs such

  • Answered by AI
Round 3 - Guesstimates 

(2 Questions)

  • Q1. Asked about past experience
  • Q2. Some guesstimate question

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewers are very rude. Everyone was using phone and laptop all the time and not much attention was given to the candidate during the interview.
Worst Interview Experience ever.
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via campus placement at Indian Statistical Institute (ISI), Bangalore and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Bunch of quant probability questions

Round 2 - Coding Test 

Bunch of dp and graph theory

Interview Preparation Tips

Topics to prepare for Jane Street Researcher interview:
  • Statistics
  • DSA
  • Maths
Interview preparation tips for other job seekers - Try to shine any national level exam with goof axademics

Junior Manager - Analyst Interview Questions & Answers

50 Hertz user image Kaulik Poddar

posted on 3 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(2 Questions)

  • Q1. How to run linear regression model in R
  • Ans. 

    To run a linear regression model in R, use the lm() function with the formula specifying the relationship between variables.

    • Use the lm() function to fit a linear regression model, specifying the formula with the dependent and independent variables.

    • For example, to predict sales based on advertising spend, use lm(sales ~ advertising, data = dataset).

    • Use summary() to view the results of the linear regression model, includ...

  • Answered by AI
  • Q2. How to run linear regression model without intercept in R
  • Ans. 

    To run linear regression model without intercept in R, set the intercept parameter to 0

    • Set the intercept parameter to 0 in the lm() function in R

    • Example: lm(y ~ x - 1, data = dataset) will fit a linear regression model without intercept

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Shine and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. What is server ?
  • Ans. 

    A server is a computer or software program that provides functionality for other programs or devices, often in a networked environment.

    • A server stores and manages data, files, or applications that can be accessed by clients over a network.

    • Servers can provide services such as email, web hosting, file sharing, and database management.

    • Examples of servers include web servers like Apache or Nginx, email servers like Microso...

  • Answered by AI
  • Q2. What is wsus ?
  • Ans. 

    WSUS stands for Windows Server Update Services, a Microsoft tool for managing and distributing updates to Windows operating systems and other Microsoft software.

    • WSUS is used by organizations to centrally manage and distribute updates to Windows operating systems and other Microsoft software.

    • It allows administrators to approve or decline updates before they are deployed to client computers.

    • WSUS can be used to automate t...

  • Answered by AI
  • Q3. What is fsmo role?
  • Ans. 

    FSMO (Flexible Single Master Operations) roles are specialized Active Directory domain controller tasks.

    • FSMO roles are used to manage and perform specific tasks within an Active Directory environment.

    • There are five FSMO roles: Schema Master, Domain Naming Master, RID Master, PDC Emulator, and Infrastructure Master.

    • Each FSMO role is responsible for a specific aspect of the Active Directory domain.

    • For example, the PDC Em...

  • Answered by AI
  • Q4. What is dns ?
  • Ans. 

    DNS stands for Domain Name System, which translates domain names to IP addresses.

    • DNS is like a phone book for the internet, translating human-readable domain names (like google.com) to IP addresses (like 172.217.3.206).

    • It helps users access websites by resolving domain names to their corresponding IP addresses.

    • DNS servers store records of domain names and their associated IP addresses.

    • DNS also helps with email delivery...

  • Answered by AI
  • Q5. What is dhcp ?
  • Ans. 

    DHCP stands for Dynamic Host Configuration Protocol. It is a network protocol that automatically assigns IP addresses to devices on a network.

    • Automatically assigns IP addresses to devices on a network

    • Helps in managing and organizing IP addresses efficiently

    • Reduces the need for manual configuration of IP addresses

    • Ensures that each device on the network has a unique IP address

    • Commonly used in home networks, corporate net

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Jul 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Previous organisation experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Get in good opportunity for this work. But not get in by any documents related
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Indeed and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. General question regarding your resume
Round 2 - Technical 

(1 Question)

  • Q1. 1 simple question that is print yes or no using for loop if a given number is present in the list
  • Ans. So I had answered it wrong knowingly because I didn't wanted to waste more of my time Simple 2 line code for this is Result = "no" For i in given_list : If i == given_number: Result = 'yes' Break print(result) I also provided other methods but the interviewer was expecting of a specific solutions my solutions was more easier That's below code if given_number in given_list: Print(yes) Els
  • Answered Anonymously

Interview Preparation Tips

Topics to prepare for Neural IT Python Software Developer interview:
  • Basic python
Interview preparation tips for other job seekers - This company is not for normal developers it's more like a jail as as I observed during my interview process. No phones are allowed on floor which is weird for developer role also each time an employee was passing through the door even for taking a phone call or for a washroom break the gaurd is noting the in and out time of each employee and asking there name to keep record so thats super weird that it's like a jail where each employee is a convict and need to note there in and out time
And one more point unnecessary waiting for 3..4 hours even if 2..to 3 person are present for giving interview the process was way simpler for the time it took for the interview
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

(2 Questions)

  • Q1. What is structured finance
  • Ans. 

    Structured finance is a complex financial instrument that pools various financial assets and creates securities backed by those assets.

    • Involves pooling various financial assets like loans, mortgages, or receivables

    • Creates securities backed by these assets, which are then sold to investors

    • Often involves special purpose vehicles (SPVs) to isolate risk and protect investors

    • Examples include collateralized debt obligations ...

  • Answered by AI
  • Q2. Current risk free rate of Indian
  • Ans. 

    The current risk-free rate in India is around 6.25%.

    • The risk-free rate in India is typically determined by the yield on government bonds, such as the 10-year government bond.

    • As of now, the 10-year government bond yield in India is around 6.25%.

    • The risk-free rate is used as a benchmark for evaluating the return on investment in asset management.

  • Answered by AI
Round 3 - Technical 

(3 Questions)

  • Q1. Excel Functions
  • Q2. What is asset backed lending
  • Ans. 

    Asset backed lending is a type of loan where the borrower uses an asset as collateral to secure the loan.

    • In asset backed lending, the borrower pledges an asset (such as real estate, equipment, or inventory) as collateral for the loan.

    • If the borrower defaults on the loan, the lender can seize the asset to recoup their losses.

    • Asset backed lending is commonly used in industries such as real estate, automotive, and manufac...

  • Answered by AI
  • Q3. Example of Structured Finance
  • Ans. 

    Structured finance involves creating complex financial instruments by pooling various financial assets together.

    • Involves pooling various financial assets together

    • Creates complex financial instruments

    • Used to manage risk and create customized investments

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please go through all the excel Functions carefully and Also have knowledge on different subjects of your respective field. Only the subjects related to job role are not enough to crack an interview
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
-

I applied via Walk-in

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 

(3 Questions)

  • Q1. Basic questions and work experiences
  • Q2. Basic answers provided along with work experiences shared
  • Q3. Yes, it was provided along with work experiences

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company to work with
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jun 2023. There were 3 interview rounds.

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

(5 Questions)

  • Q1. Location, Project details
  • Q2. WFO, reallocate to Chennai.
  • Q3. Team size to manage at onsite
  • Q4. Client interaction and first level escalation
  • Q5. SPOC for client and company
Round 3 - Group Discussion 

Goal, weakness, improvement method, IT skills, Team management.

Erad Imaging and Reporting Services Interview FAQs

How to prepare for Erad Imaging and Reporting Services interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Erad Imaging and Reporting Services. The most common topics and skills that interviewers at Erad Imaging and Reporting Services expect are Communication Skills, US Healthcare, Medical Transcription, Javascript and AR Calling.

Tell us how to improve this page.

Erad Imaging and Reporting Services Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Erad Imaging and Reporting Services Reviews and Ratings

based on 31 reviews

2.8/5

Rating in categories

2.8

Skill development

2.7

Work-life balance

2.3

Salary

2.5

Job security

2.7

Company culture

2.2

Promotions

2.7

Work satisfaction

Explore 31 Reviews and Ratings
Accounts Receivable Caller/ Medical Billing

Hyderabad / Secunderabad

0-3 Yrs

₹ 2-4 LPA

Vdi Administrator

Hyderabad / Secunderabad

1-3 Yrs

₹ 3-6 LPA

Explore more jobs
Virtual Assistant
23 salaries
unlock blur

₹1.9 L/yr - ₹5 L/yr

Software Developer
10 salaries
unlock blur

₹2.4 L/yr - ₹4.1 L/yr

Process Associate
6 salaries
unlock blur

₹2.2 L/yr - ₹3 L/yr

Medical Transcriber
5 salaries
unlock blur

₹2.3 L/yr - ₹2.8 L/yr

Virtual Scribe
5 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

Explore more salaries
Compare Erad Imaging and Reporting Services with

Vidal Health Tpa

3.6
Compare

Teleradiology Solutions

3.6
Compare

Nueclear Healthcare

3.6
Compare

iGenetic Diagnostics

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