Upload Button Icon Add office photos

Filter interviews by

Writer Information Management Services Software Developer Interview Questions and Answers

Updated 1 Jun 2024

Writer Information Management Services Software Developer Interview Experiences

1 interview found

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

I applied via Recruitment Consulltant and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. No sensible interview questions
  • Q2. No sensible interview questions asked by interviewer
  • Q3. No technical sensible questions because Interviewer in MBP Mahape location have no technical knowledge for dot net. Even they just copy and paste the code of others.

Interview Preparation Tips

Interview preparation tips for other job seekers - MBP Mahape location pe jo IT Software Developer ke liye interviewer hain unse ghatiya interviewer koi aur nahi hain. They have no any technical knowledge even of Dot Net. Just search on google and ask from candidate. Because they don't work technically so they have no any basic idea of technical codes even dot ka basic tak unko nahi ata bas wo log politics and chaplusi ki wajah se 8 10 saal se yaha pe tike hain unse achha level to other companies me hai freshers ka so don't waste your time to give interview in Writer Information.
Kisi ko sirf VB.Net ka 6 months ka experience hai wo 10 saal se yahan pada hai.. Kisi kisi ka to Back paper hi latka hua hai graduation ki degree tak nahi.. Wo yahan pe 8 10 saal se kaam kar raha hai.. Aide aise to seniors bhar rakhe hain MBP location pe..

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
No response

I applied via LinkedIn and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was easy and u can do it very easily

Round 2 - Coding Test 

Basically question were asked from tree, bst, greedy

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep patient and do grinding
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Cat level maths are to be solved

Round 2 - Coding Test 

Java coding basic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - It's easy to crack
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. About DOT NET
  • Q2. About Sql server
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

(5 Questions)

  • Q1. Bout your project
  • Q2. About technical skills
  • Q3. About handling problems
  • Q4. Technical questions
  • Q5. Namdjjdjdjdjdjf

Interview Preparation Tips

Interview preparation tips for other job seekers - It was average interview

I applied via Campus Placement

Round 1 - Technical 

(2 Questions)

  • Q1. Database query of MySQL
  • Ans. 

    MySQL database query

    • Use SELECT statement to retrieve data from tables

    • Use WHERE clause to filter data based on conditions

    • Use JOIN to combine data from multiple tables

    • Use ORDER BY to sort data in ascending or descending order

    • Use LIMIT to limit the number of rows returned

  • Answered by AI
  • Q2. About React.js what is axios call, workflow of connection made with backend

Interview Preparation Tips

Interview preparation tips for other job seekers - More Focus on database and any one technology .

Skills evaluated in this interview

I appeared for an interview in May 2022.

Round 1 - Coding Test 

Coding interviews test candidates' technical knowledge, coding ability, problem solving skills, and creativity, typically on a whiteboard.

Round 2 - Assignment 

A detail assignment is the temporary placement of a career employee in another established position that is vacant or from which the incumbent is absent.

Round 3 - Aptitude Test 

An aptitude test is a way for employers to assess a candidate's abilities through a variety of different testing formats. Aptitude tests will test your ability to perform tasks and react to situations at work. This includes problem-solving, prioritisation and numerical skills, amongst other things.

Round 4 - Technical 

(3 Questions)

  • Q1. Consider the tools and skills necessary for the role. Think about the basic requirements of the job. ...
  • Q2. Study helpful books and digital publications. .
  • Ans. For books about studying productively, I think you'd be hard-pressed to find better than Eat That Frog – For Students by Brian Tracy and Anna Leinberger, The Productivity Project and Hyperfocus by Chris Bailey, The Procrastination Equation by Dr Piers Steel and Deep Work by Cal Newport.
  • Answered Anonymously
  • Q3. Take the time you need
  • Ans. Said to mean that you can spend as much time as you need in doing something, or that you should slow down
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - tips for a successful job interview
1) Be punctual at your interview. It is mandatory to be on time at a job interview. ...
2) Do your research on the company. ...
3) Don't forget about nonverbal communication. ...
4) Be polite with everyone. ...
5) Be prepared for your interview.
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Aug 2023.

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 

10 day,Numbers,Alebra

Round 3 - Technical 

(5 Questions)

  • Q1. Oop,C++.html,css,javascrept
  • Q2. What is order list
  • Ans. 

    An ordered collection of items, typically displayed in a numbered list.

    • Order list is used to display items in a specific sequence.

    • Items in an order list are typically numbered or marked with bullets.

    • Example:

      1. Item 1
      2. Item 2

  • Answered by AI
  • Q3. What is javascript
  • Ans. 

    JavaScript is a high-level, interpreted programming language used for creating interactive websites.

    • JavaScript is commonly used for client-side web development.

    • It can be used to add interactivity to websites, such as form validation or dynamic content.

    • JavaScript can also be used for server-side development with Node.js.

    • Examples of JavaScript frameworks/libraries include React, Angular, and Vue.

  • Answered by AI
  • Q4. What is ===operator
  • Ans. 

    === operator is a strict equality operator in JavaScript that checks if two values are equal in both value and type.

    • === operator returns true if both operands are of the same type and have the same value

    • It does not perform type coercion, unlike the == operator

    • Example: 5 === '5' will return false because the operands are of different types

  • Answered by AI
  • Q5. What is the main features of oop
  • Ans. 

    Main features of OOP include encapsulation, inheritance, and polymorphism.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class).

    • Inheritance: Ability to create new classes based on existing classes, inheriting their attributes and methods.

    • Polymorphism: Ability for objects of different classes to respond to the same message in different ways.

    • Example: Encapsulation - a class 'Car' wi...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jan 2023. 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 - Coding Test 

What was the coding test,what is the use of the testing in development.

Round 3 - Group Discussion 

How to the update project,how to the sales the projects

Round 4 - Assignment 

Software development and process

Interview Preparation Tips

Topics to prepare for Conduent Software Developer interview:
  • Data Science
  • Machine Learning
Interview preparation tips for other job seekers - this the best way to practice interview questions.

I applied via Company Website

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 the work in office
  • Q2. What is timings in day
  • Ans. 

    Timings in a day refer to the different periods of time that make up a 24-hour day.

    • A day is typically divided into morning, afternoon, evening, and night

    • Different cultures may have different ways of dividing a day

    • Timings can also refer to specific times for events or activities

  • Answered by AI
Round 3 - HR 

(4 Questions)

  • Q1. How much salary per month
  • Q2. What is timing in the day
  • Ans. 

    Timing in the day refers to the different periods or divisions of time within a 24-hour cycle.

    • Timing in the day includes morning, afternoon, evening, and night.

    • It helps in organizing daily activities and scheduling tasks.

    • Different cultures may have different names or divisions for timing in the day, such as siesta or tea time.

    • Timing in the day can also be represented using the 12-hour or 24-hour clock system.

  • Answered by AI
  • Q3. How to procesa I share my details
  • Q4. Please tell me the process

Interview Preparation Tips

Interview preparation tips for other job seekers - Job seekers are known all knowledge and seek easy way to apply for job

Writer Information Management Services Interview FAQs

How many rounds are there in Writer Information Management Services Software Developer interview?
Writer Information Management Services interview process usually has 1 rounds. The most common rounds in the Writer Information Management Services interview process are Technical.
What are the top questions asked in Writer Information Management Services Software Developer interview?

Some of the top questions asked at the Writer Information Management Services Software Developer interview -

  1. No technical sensible questions because Interviewer in MBP Mahape location have...read more
  2. No sensible interview questions asked by intervie...read more
  3. No sensible interview questi...read more

Tell us how to improve this page.

Writer Information Management Services Software Developer Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more
Writer Information Management Services Software Developer Salary
based on 12 salaries
₹4 L/yr - ₹8.7 L/yr
19% less than the average Software Developer Salary in India
View more details

Writer Information Management Services Software Developer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Associate
406 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

Data Entry Operator
153 salaries
unlock blur

₹0.9 L/yr - ₹4.2 L/yr

Operations Associate
78 salaries
unlock blur

₹1.1 L/yr - ₹3 L/yr

Team Lead
73 salaries
unlock blur

₹1.7 L/yr - ₹5.4 L/yr

Operations Executive
45 salaries
unlock blur

₹1.4 L/yr - ₹3.8 L/yr

Explore more salaries
Compare Writer Information Management Services with

Teleperformance

3.9
Compare

iEnergizer

4.6
Compare

WNS

3.4
Compare

Conneqt Business Solutions

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