❗️Siemens Hiring Off Campus 2024❗️
Job Role: System Engineer – Freshers
Location: Gurugram
Experience: Freshers
Salary: Upto ₹6 LPA
⭕️ Apply Link:
https://techcompreviews.in/siemens-hiring-system-engineer/
✅ WhatsApp group
https://whatsapp.com/channel/0029VaAVyoAEawe0EEAA4d1h
🏃Share This opportunity with your Friends
Job Role: System Engineer – Freshers
Location: Gurugram
Experience: Freshers
Salary: Upto ₹6 LPA
⭕️ Apply Link:
https://techcompreviews.in/siemens-hiring-system-engineer/
✅ WhatsApp group
https://whatsapp.com/channel/0029VaAVyoAEawe0EEAA4d1h
🏃Share This opportunity with your Friends
IBM Hiring Fresher Associate Systems Software Engineer
Job Designation : Associate Systems Engineer
Salary : 5 LPA – 8 LPA
Qualification : Bachelor’s Degree
Experience : Freshers
Skill Set :
- Programming (preferably in Java, Python, Node.js) & Software Development Life Cycle Concepts
- Knowledge of Cloud and Cognitive computing
- Good knowledge in software development and Agile Methodologies.
- Basic programming skills and web development understanding.
- Passion for emerging technologies and hunger to innovate
Apply Here : https://techcompreviews.in/ibm-hiring-system-engineer/
Job Designation : Associate Systems Engineer
Salary : 5 LPA – 8 LPA
Qualification : Bachelor’s Degree
Experience : Freshers
Skill Set :
- Programming (preferably in Java, Python, Node.js) & Software Development Life Cycle Concepts
- Knowledge of Cloud and Cognitive computing
- Good knowledge in software development and Agile Methodologies.
- Basic programming skills and web development understanding.
- Passion for emerging technologies and hunger to innovate
Apply Here : https://techcompreviews.in/ibm-hiring-system-engineer/
7 Free Certification To Master in AI
1. ✳️ edX
2. ✳️ Kaggle
3. ✳️ Google AI
4. ✳️ MIT OpenCourseWare
5. ✳️ Udemy
6. ✳️ FutureLearn
7. ✳️ IBM Cognitive Class
🔗 https://whatsapp.com/channel/0029VaAVyoAEawe0EEAA4d1h
1. ✳️ edX
2. ✳️ Kaggle
3. ✳️ Google AI
4. ✳️ MIT OpenCourseWare
5. ✳️ Udemy
6. ✳️ FutureLearn
7. ✳️ IBM Cognitive Class
🔗 https://whatsapp.com/channel/0029VaAVyoAEawe0EEAA4d1h
Accenture Hiring Freshers Software Application Developer
Job Designation : Software Application Developer
Qualification : Any Graduate
Experience : Freshers / 0 – 2 years
Skill Set :
- Good knowledge of at least one modern programming language C, C++, Java and Python etc.
- Proficient with Java Enterprise Edition and other relevant technologies.
- Sound knowledge of database management systems and SQL.
- Strong understanding of software development principles and methodologies.
- Familiarity with web development frameworks and libraries.
Apply Here : https://techcompreviews.in/accenture-hiring-application-developer/
Job Designation : Software Application Developer
Qualification : Any Graduate
Experience : Freshers / 0 – 2 years
Skill Set :
- Good knowledge of at least one modern programming language C, C++, Java and Python etc.
- Proficient with Java Enterprise Edition and other relevant technologies.
- Sound knowledge of database management systems and SQL.
- Strong understanding of software development principles and methodologies.
- Familiarity with web development frameworks and libraries.
Apply Here : https://techcompreviews.in/accenture-hiring-application-developer/
Adani Hiring Fresher Backend Software Developer
Job Designation : Software Engineer Backend Developer
Salary : 8 LPA – 12 LPA
Qualification : Bachelor’s degree
Experience : Freshers / 0 – 2 years
Skill Set :
- Practical knowledge and understanding of web development principles, including HTTP, REST, and related protocols.
- Proficient in Relational Databases such as MySQL.
- Expertise in Python with extensive knowledge on design patterns.
- Strong unit testing and debugging skills.
- Proficient understanding of code versioning tools.
Apply Here : https://techcompreviews.in/adani-hiring-backend-developer/
Job Designation : Software Engineer Backend Developer
Salary : 8 LPA – 12 LPA
Qualification : Bachelor’s degree
Experience : Freshers / 0 – 2 years
Skill Set :
- Practical knowledge and understanding of web development principles, including HTTP, REST, and related protocols.
- Proficient in Relational Databases such as MySQL.
- Expertise in Python with extensive knowledge on design patterns.
- Strong unit testing and debugging skills.
- Proficient understanding of code versioning tools.
Apply Here : https://techcompreviews.in/adani-hiring-backend-developer/
Genpact Hiring Fresher Software Consultant – Python
Job Designation : Software Consultant – Python Developer AWS
Qualification : BE/B Tech/ MCA
Experience : Freshers / experienced
Skill Set :
- Strong Technical Expertise on tech stacks – MVC, Dot Net Core, Python, Node, ML, C#, TypeScript, Angular, Web API, SQL.
- Experience on Web Services (Restful)/Micro services integration, Failure Analysis.
- Experience on MySQL (Aurora) / Any NOSQL / MongoDB.
- Experience on Cloud Computing and Cloud Technologies.
- Experience on Agile / DevOps model & tool – JIRA / Remedy tool/ Service Now tool.
Apply Here : https://techcompreviews.in/genpact-hiring-python-developer/
Job Designation : Software Consultant – Python Developer AWS
Qualification : BE/B Tech/ MCA
Experience : Freshers / experienced
Skill Set :
- Strong Technical Expertise on tech stacks – MVC, Dot Net Core, Python, Node, ML, C#, TypeScript, Angular, Web API, SQL.
- Experience on Web Services (Restful)/Micro services integration, Failure Analysis.
- Experience on MySQL (Aurora) / Any NOSQL / MongoDB.
- Experience on Cloud Computing and Cloud Technologies.
- Experience on Agile / DevOps model & tool – JIRA / Remedy tool/ Service Now tool.
Apply Here : https://techcompreviews.in/genpact-hiring-python-developer/
Complete JavaScript Road Map🔥
A-Z JavaScript👇
1.Variables
↳ var
↳ let
↳ const
2. Data Types
↳ number
↳ string
↳ boolean
↳ null
↳ undefined
↳ symbol
3.Declaring variables
↳ var
↳ let
↳ const
4.Expressions
Primary expressions
↳ this
↳ Literals
↳ []
↳ {}
↳ function
↳ class
↳ function*
↳ async function
↳ async function*
↳ /ab+c/i
↳ string
↳ ( )
Left-hand-side expressions
↳ Property accessors
↳ ?.
↳ new
↳ new .target
↳ import.meta
↳ super
↳ import()
5.operators
↳ Arithmetic Operators: +, -, *, /, %
↳ Comparison Operators: ==, ===, !=, !==, <, >, <=, >=
↳ Logical Operators: &&, ||, !
6.Control Structures
↳ if
↳ else if
↳ else
↳ switch
↳ case
↳ default
7.Iterations/Loop
↳ do...while
↳ for
↳ for...in
↳ for...of
↳ for await...of
↳ while
8.Functions
↳ Arrow Functions
↳ Default parameters
↳ Rest parameters
↳ arguments
↳ Method definitions
↳ getter
↳ setter
9.Objects and Arrays
↳ Object Literal: { key: value }
↳ Array Literal: [element1, element2, ...]
↳ Object Methods and Properties
↳ Array Methods: push(), pop(), shift(), unshift(),
splice(), slice(), forEach(), map(), filter()
10.Classes and Prototypes
↳ Class Declaration
↳ Constructor Functions
↳ Prototypal Inheritance
↳ extends keyword
↳ super keyword
↳ Private class features
↳ Public class fields
↳ static
↳ Static initialization blocks
11.Error Handling
↳ try,
↳ catch,
↳ finally (exception handling)
ADVANCED CONCEPTS
--------------------------
12.Closures
↳ Lexical Scope
↳ Function Scope
↳ Closure Use Cases
13.Asynchronous JavaScript
↳ Callback Functions
↳ Promises
↳ async/await Syntax
↳ Fetch API
↳ XMLHttpRequest
14.Modules
↳ import and export Statements (ES6 Modules)
↳ CommonJS Modules (require, module.exports)
15.Event Handling
↳ Event Listeners
↳ Event Object
↳ Bubbling and Capturing
16.DOM Manipulation
↳ Selecting DOM Elements
↳ Modifying Element Properties
↳ Creating and Appending Elements
17.Regular Expressions
↳ Pattern Matching
↳ RegExp Methods: test(), exec(), match(), replace()
18.Browser APIs
↳ localStorage and sessionStorage
↳ navigator Object
↳ Geolocation API
↳ Canvas API
19.Web APIs
↳ setTimeout(), setInterval()
↳ XMLHttpRequest
↳ Fetch API
↳ WebSockets
20.Functional Programming
↳ Higher-Order Functions
↳ map(), reduce(), filter()
↳ Pure Functions and Immutability
21.Promises and Asynchronous Patterns
↳ Promise Chaining
↳ Error Handling with Promises
↳ Async/Await
22.ES6+ Features
↳ Template Literals
↳ Destructuring Assignment
↳ Rest and Spread Operators
↳ Arrow Functions
↳ Classes and Inheritance
↳ Default Parameters
↳ let, const Block Scoping
23.Browser Object Model (BOM)
↳ window Object
↳ history Object
↳ location Object
↳ navigator Object
24.Node.js Specific Concepts
↳ require()
↳ Node.js Modules (module.exports)
↳ File System Module (fs)
↳ npm (Node Package Manager)
25.Testing Frameworks
↳ Jasmine
↳ Mocha
↳ Jest
------------------- END-------------------
Some Good Resources To Learn JavaScript
1.Documentation
Mozilla MDN Web Docs
developer.mozilla.org/en-US/docs/Web…
DevDocs
devdocs.io/javascript/
2. Useful Channel's
Javascript Courses: https://whatsapp.com/channel/0029VaAVyoAEawe0EEAA4d1h
Programming Resources: https://whatsapp.com/channel/0029VaAVyoAEawe0EEAA4d1h
FreeCodeCamp: youtube.com/c/FreeCodeCamp
Hope it helps 😊🌱
A-Z JavaScript👇
1.Variables
↳ var
↳ let
↳ const
2. Data Types
↳ number
↳ string
↳ boolean
↳ null
↳ undefined
↳ symbol
3.Declaring variables
↳ var
↳ let
↳ const
4.Expressions
Primary expressions
↳ this
↳ Literals
↳ []
↳ {}
↳ function
↳ class
↳ function*
↳ async function
↳ async function*
↳ /ab+c/i
↳ string
↳ ( )
Left-hand-side expressions
↳ Property accessors
↳ ?.
↳ new
↳ new .target
↳ import.meta
↳ super
↳ import()
5.operators
↳ Arithmetic Operators: +, -, *, /, %
↳ Comparison Operators: ==, ===, !=, !==, <, >, <=, >=
↳ Logical Operators: &&, ||, !
6.Control Structures
↳ if
↳ else if
↳ else
↳ switch
↳ case
↳ default
7.Iterations/Loop
↳ do...while
↳ for
↳ for...in
↳ for...of
↳ for await...of
↳ while
8.Functions
↳ Arrow Functions
↳ Default parameters
↳ Rest parameters
↳ arguments
↳ Method definitions
↳ getter
↳ setter
9.Objects and Arrays
↳ Object Literal: { key: value }
↳ Array Literal: [element1, element2, ...]
↳ Object Methods and Properties
↳ Array Methods: push(), pop(), shift(), unshift(),
splice(), slice(), forEach(), map(), filter()
10.Classes and Prototypes
↳ Class Declaration
↳ Constructor Functions
↳ Prototypal Inheritance
↳ extends keyword
↳ super keyword
↳ Private class features
↳ Public class fields
↳ static
↳ Static initialization blocks
11.Error Handling
↳ try,
↳ catch,
↳ finally (exception handling)
ADVANCED CONCEPTS
--------------------------
12.Closures
↳ Lexical Scope
↳ Function Scope
↳ Closure Use Cases
13.Asynchronous JavaScript
↳ Callback Functions
↳ Promises
↳ async/await Syntax
↳ Fetch API
↳ XMLHttpRequest
14.Modules
↳ import and export Statements (ES6 Modules)
↳ CommonJS Modules (require, module.exports)
15.Event Handling
↳ Event Listeners
↳ Event Object
↳ Bubbling and Capturing
16.DOM Manipulation
↳ Selecting DOM Elements
↳ Modifying Element Properties
↳ Creating and Appending Elements
17.Regular Expressions
↳ Pattern Matching
↳ RegExp Methods: test(), exec(), match(), replace()
18.Browser APIs
↳ localStorage and sessionStorage
↳ navigator Object
↳ Geolocation API
↳ Canvas API
19.Web APIs
↳ setTimeout(), setInterval()
↳ XMLHttpRequest
↳ Fetch API
↳ WebSockets
20.Functional Programming
↳ Higher-Order Functions
↳ map(), reduce(), filter()
↳ Pure Functions and Immutability
21.Promises and Asynchronous Patterns
↳ Promise Chaining
↳ Error Handling with Promises
↳ Async/Await
22.ES6+ Features
↳ Template Literals
↳ Destructuring Assignment
↳ Rest and Spread Operators
↳ Arrow Functions
↳ Classes and Inheritance
↳ Default Parameters
↳ let, const Block Scoping
23.Browser Object Model (BOM)
↳ window Object
↳ history Object
↳ location Object
↳ navigator Object
24.Node.js Specific Concepts
↳ require()
↳ Node.js Modules (module.exports)
↳ File System Module (fs)
↳ npm (Node Package Manager)
25.Testing Frameworks
↳ Jasmine
↳ Mocha
↳ Jest
------------------- END-------------------
Some Good Resources To Learn JavaScript
1.Documentation
Mozilla MDN Web Docs
developer.mozilla.org/en-US/docs/Web…
DevDocs
devdocs.io/javascript/
2. Useful Channel's
Javascript Courses: https://whatsapp.com/channel/0029VaAVyoAEawe0EEAA4d1h
Programming Resources: https://whatsapp.com/channel/0029VaAVyoAEawe0EEAA4d1h
FreeCodeCamp: youtube.com/c/FreeCodeCamp
Hope it helps 😊🌱
Wipro Software Engineer Freshers Recruitment
Job Designation : Software Engineer
Qualification : Bachelor’s Degree
Experience : Freshers
Skill Set :
- Excellent programming skills in Java and Python.
- Solid computer Science and Software Development skills
- Back-End Web Development proficiency
- Programming and Object-Oriented Programming (OOP) knowledge
- Good knowledge of software development life cycle.
Apply Here : https://techcompreviews.in/wipro-hiring-software-engineer/
Job Designation : Software Engineer
Qualification : Bachelor’s Degree
Experience : Freshers
Skill Set :
- Excellent programming skills in Java and Python.
- Solid computer Science and Software Development skills
- Back-End Web Development proficiency
- Programming and Object-Oriented Programming (OOP) knowledge
- Good knowledge of software development life cycle.
Apply Here : https://techcompreviews.in/wipro-hiring-software-engineer/
Genpact Freshers Software Consultant – Java
Job Designation : Software Consultant, Java Developer
Qualification : BE/BTech/MCA
Experience : Freshers / Experienced
Skill Set :
- Proficient in Java 8 programming.
- Expertise in working with data-bases – NoSQL and/or Relational.
- Familiar with design patterns, domain driven design and other software development best practices .
- Good knowledge of any cloud platform.
- General knowledge of working with complex business processes, data flows and consuming large amounts of data.
Apply Here : https://techcompreviews.in/genpact-hiring-java-developer/
Job Designation : Software Consultant, Java Developer
Qualification : BE/BTech/MCA
Experience : Freshers / Experienced
Skill Set :
- Proficient in Java 8 programming.
- Expertise in working with data-bases – NoSQL and/or Relational.
- Familiar with design patterns, domain driven design and other software development best practices .
- Good knowledge of any cloud platform.
- General knowledge of working with complex business processes, data flows and consuming large amounts of data.
Apply Here : https://techcompreviews.in/genpact-hiring-java-developer/
Coinbase Hiring Freshers Software Engineer
Job Designation : Software Engineer
Salary : 34. 8 LPA
Qualification : Bachelors or Masters degree
Experience : Freshers / Experienced
Skill Set :
- Good knowledge of programming/modeling, preferably in Golang, Ruby, JavaScript and Python.
- Sound knowledge of Software Development Life Cycle ( SDLC ) and testing skills.
- Good knowledge of Blockchain, crypto and web3 concepts.
- Familiar with AWS, Docker, Postgres, Ruby, MongoDB, React Native.
- Good knowledge of Operating systems iOS, Android.
Apply Here : https://techcompreviews.in/coinbase-hiring-software-engineer/
Job Designation : Software Engineer
Salary : 34. 8 LPA
Qualification : Bachelors or Masters degree
Experience : Freshers / Experienced
Skill Set :
- Good knowledge of programming/modeling, preferably in Golang, Ruby, JavaScript and Python.
- Sound knowledge of Software Development Life Cycle ( SDLC ) and testing skills.
- Good knowledge of Blockchain, crypto and web3 concepts.
- Familiar with AWS, Docker, Postgres, Ruby, MongoDB, React Native.
- Good knowledge of Operating systems iOS, Android.
Apply Here : https://techcompreviews.in/coinbase-hiring-software-engineer/
JPMorgan Chase Hiring Fresher Software Engineer
Job Designation : Software Engineer – Database
Qualification : Bachelor’s / Masters Degree
Experience : Freshers / Experienced
Skill Set :
- Hands-on practical experience in Tandem development in high availability environment
- Experience in Tandem INSPECT/e-INSPECT/visual inspect, Tandem COBOL, TACL
- Experience with Tandem PATHWAY, payment and debit networks (Visa, MC, Discover, Star, Pulse, etc)
- Demonstrates strong communication skills and the ability to interact with individuals at all levels
- Demonstrates strong problem analysis and resolution skills
- Strong problem analysis & resolution skills
- Exposure to agile methodologies such as CI/CD, Application Resiliency, and Security
Apply Here : https://techcompreviews.in/jpmorgan-hiring-software-engineer/
Job Designation : Software Engineer – Database
Qualification : Bachelor’s / Masters Degree
Experience : Freshers / Experienced
Skill Set :
- Hands-on practical experience in Tandem development in high availability environment
- Experience in Tandem INSPECT/e-INSPECT/visual inspect, Tandem COBOL, TACL
- Experience with Tandem PATHWAY, payment and debit networks (Visa, MC, Discover, Star, Pulse, etc)
- Demonstrates strong communication skills and the ability to interact with individuals at all levels
- Demonstrates strong problem analysis and resolution skills
- Strong problem analysis & resolution skills
- Exposure to agile methodologies such as CI/CD, Application Resiliency, and Security
Apply Here : https://techcompreviews.in/jpmorgan-hiring-software-engineer/
Bentley Hiring Fresher Associate Software Quality Analyst
Job Designation : Associate Software Quality Analyst
Qualification : Bachelor’s / Masters Degree
Experience : Freshers / Experienced
Skill Set :
- Develop automation scripts for web and desktop applications.
- Execute automation tests to ensure software quality.
- Identify automation opportunities and implement them.
- Analyze testing procedures and requirements.
- Collaborate with SMEs to improve processes.
- Identify and document bugs on Azure Dev Ops.
Apply Here: https://techcompreviews.in/bentley-hiring-software-quality-analyst/
Job Designation : Associate Software Quality Analyst
Qualification : Bachelor’s / Masters Degree
Experience : Freshers / Experienced
Skill Set :
- Develop automation scripts for web and desktop applications.
- Execute automation tests to ensure software quality.
- Identify automation opportunities and implement them.
- Analyze testing procedures and requirements.
- Collaborate with SMEs to improve processes.
- Identify and document bugs on Azure Dev Ops.
Apply Here: https://techcompreviews.in/bentley-hiring-software-quality-analyst/
Goldman Sachs Fresher Software Engineer – Analyst Recruitment
Job Designation : Software Engineer – Analyst
Salary : 10 LPA – 15 LPA
Qualification : Bachelor’s / Master’s Degree
Experience : Freshers / Experienced
Skill Set :
- Strong programming expertise in Java software development.
- Familiarity with DevOps tools and processes.
- Expertise building transactional systems and strong understanding of software architecture.
- Basic PL-SQL knowledge, Gitlab and Kubernetes.
- Solid Front end web-stack development skills.
- Familiar with Test Driven Development and REST based Web services.
Apply Here : https://techcompreviews.in/goldman-sachs-software-engineer-analyst/
Job Designation : Software Engineer – Analyst
Salary : 10 LPA – 15 LPA
Qualification : Bachelor’s / Master’s Degree
Experience : Freshers / Experienced
Skill Set :
- Strong programming expertise in Java software development.
- Familiarity with DevOps tools and processes.
- Expertise building transactional systems and strong understanding of software architecture.
- Basic PL-SQL knowledge, Gitlab and Kubernetes.
- Solid Front end web-stack development skills.
- Familiar with Test Driven Development and REST based Web services.
Apply Here : https://techcompreviews.in/goldman-sachs-software-engineer-analyst/
Oracle Freshers Recruitment For Software Developer
Job Designation : Software Developer
Salary : 8 LPA – 12 LPA
Qualification : Bachelor’s / Master’s degree
Experience : Freshers / 0-2 years
Skill Set :
- Proficient at programming in C, C+, Java, Python, or similar OO languages.
- Strong grasp of system design fundamentals and distributed systems architectural standard methodologies.
- Sound knowledge of CS fundamentals: data structures, algorithms, operating systems, networking, etc.
- Proficient knowledge in software development and testing.
- Expertise with web application development using microservices frameworks.
Apply Here : https://techcompreviews.in/oracle-hiring-software-developer/
Job Designation : Software Developer
Salary : 8 LPA – 12 LPA
Qualification : Bachelor’s / Master’s degree
Experience : Freshers / 0-2 years
Skill Set :
- Proficient at programming in C, C+, Java, Python, or similar OO languages.
- Strong grasp of system design fundamentals and distributed systems architectural standard methodologies.
- Sound knowledge of CS fundamentals: data structures, algorithms, operating systems, networking, etc.
- Proficient knowledge in software development and testing.
- Expertise with web application development using microservices frameworks.
Apply Here : https://techcompreviews.in/oracle-hiring-software-developer/
Genpact Hiring Fresher Software Developer – Python Support
Job Designation : Software Developer – Python Support
Qualification : BE/B Tech/ MCA
Experience : Freshers / experienced
Skill Set :
- Proficiency in Python and experience with AI/ML libraries (e.g., TensorFlow, PyTorch, scikit-learn).
- Strong SQL skills and experience with relational databases (e.g., MySQL, PostgreSQL).
- Good knowledge and work experience of Oracle Database, SQL.
- Experience with Maven, GIT, html, jsp, CSS, JavaScript.
Apply Here : https://techcompreviews.in/genpact-hiring-python-developer-2/
Job Designation : Software Developer – Python Support
Qualification : BE/B Tech/ MCA
Experience : Freshers / experienced
Skill Set :
- Proficiency in Python and experience with AI/ML libraries (e.g., TensorFlow, PyTorch, scikit-learn).
- Strong SQL skills and experience with relational databases (e.g., MySQL, PostgreSQL).
- Good knowledge and work experience of Oracle Database, SQL.
- Experience with Maven, GIT, html, jsp, CSS, JavaScript.
Apply Here : https://techcompreviews.in/genpact-hiring-python-developer-2/
Accenture Hiring Fresher Software Web Developer
Job Designation : Web Developer – Content Management
Salary : 5 LPA – 6 LPA
Qualification : Any Graduate
Experience : Freshers / 0 – 1 year
Skill Set :
- Good knowledge of Digital Marketing, Email marketing.
- Good knowledge of HTML, Javascript, Atlassian Jira, etc.
- Familiar with web programming languages or markup languages.
- Strong customer handling skills.
- Ability to handle disputes and ability to meet deadlines.
- Ability to establish strong client relationship.
Apply Here : https://techcompreviews.in/accenture-hiring-web-developer-associate/
Job Designation : Web Developer – Content Management
Salary : 5 LPA – 6 LPA
Qualification : Any Graduate
Experience : Freshers / 0 – 1 year
Skill Set :
- Good knowledge of Digital Marketing, Email marketing.
- Good knowledge of HTML, Javascript, Atlassian Jira, etc.
- Familiar with web programming languages or markup languages.
- Strong customer handling skills.
- Ability to handle disputes and ability to meet deadlines.
- Ability to establish strong client relationship.
Apply Here : https://techcompreviews.in/accenture-hiring-web-developer-associate/
Genpact Hiring Fresher Software Consultant – Dot Net
Job Designation : Software consultant – Dot Net Full Stack Developer
Qualification : BE/BTech/MCA
Experience : Freshers / experienced
Skill Set :
- Strong .Net and C# skills to implement object and service-oriented architecture.
- Proficient in building highly interactive web-based user interfaces using HTML, CSS, JavaScript, AngularJS.
- Experience with SQL and NoSQL (MongoDB preferred) database platforms.
- Asp. net core experience for both web and API development.
- Experience with AWS.
Apply Here : https://techcompreviews.in/genpact-hiring-dot-net-developer/
Job Designation : Software consultant – Dot Net Full Stack Developer
Qualification : BE/BTech/MCA
Experience : Freshers / experienced
Skill Set :
- Strong .Net and C# skills to implement object and service-oriented architecture.
- Proficient in building highly interactive web-based user interfaces using HTML, CSS, JavaScript, AngularJS.
- Experience with SQL and NoSQL (MongoDB preferred) database platforms.
- Asp. net core experience for both web and API development.
- Experience with AWS.
Apply Here : https://techcompreviews.in/genpact-hiring-dot-net-developer/
Amazon Fresher Software Development Engineer – I Recruitment
Job Designation : Software Development Engineer
Qualification : Bachelor’s degree
Experience : Freshers / Experienced
Skill Set :
- Sound knowledge of programming languages such as C/C++, Python, Java or Perl.
- Sound knowledge of Oracle/ Mysql/ PostgreSQL/ SQL Server.
- Good knowledge of Computer Science fundamentals such as object-oriented design, algorithm design, data structures.
- Familiar with distributed, multi-tiered systems, algorithms, and relational databases.
- Experience in optimization mathematics such as linear programming and nonlinear optimization.
Apply Here : https://techcompreviews.in/amazon-hiring-software-dev-engineer/
Job Designation : Software Development Engineer
Qualification : Bachelor’s degree
Experience : Freshers / Experienced
Skill Set :
- Sound knowledge of programming languages such as C/C++, Python, Java or Perl.
- Sound knowledge of Oracle/ Mysql/ PostgreSQL/ SQL Server.
- Good knowledge of Computer Science fundamentals such as object-oriented design, algorithm design, data structures.
- Familiar with distributed, multi-tiered systems, algorithms, and relational databases.
- Experience in optimization mathematics such as linear programming and nonlinear optimization.
Apply Here : https://techcompreviews.in/amazon-hiring-software-dev-engineer/
HCLTech Hiring Fresher Software Engineer – SAP
Job Designation : Software Engineer – SAP Functional Consultant
Qualification : BE/B tech
Experience : 0 – 2 years
Skill Set :
- Good knowledge of any of programming languages C,C++,JavaScript andPython.
- Expertise in design and development of software systems.
- Proficiency in SAP MM, FICO Programming Language.
- An understanding of software design patterns and practices SD modules too.
- Proficiency in system configuration, data migration, and system integration activities related to logistics processes.
- Familiarity with application development tools like Visual Studio & VS Code.
Apply Here : https://techcompreviews.in/hcltech-hiring-software-engineer/
Job Designation : Software Engineer – SAP Functional Consultant
Qualification : BE/B tech
Experience : 0 – 2 years
Skill Set :
- Good knowledge of any of programming languages C,C++,JavaScript andPython.
- Expertise in design and development of software systems.
- Proficiency in SAP MM, FICO Programming Language.
- An understanding of software design patterns and practices SD modules too.
- Proficiency in system configuration, data migration, and system integration activities related to logistics processes.
- Familiarity with application development tools like Visual Studio & VS Code.
Apply Here : https://techcompreviews.in/hcltech-hiring-software-engineer/